thirdweb

Grape Finance

Avalanche C-Chain
snowtrace
Code Snippets

INITIAL_AIRDROP_WALLET_DISTRIBUTION

(INITIAL_AIRDROP_WALLET_DISTRIBUTION)

view

Use this function in your app


import { readContract } from "thirdweb"; const data = await readContract({ contract, method: "function INITIAL_AIRDROP_WALLET_DISTRIBUTION() view returns (uint256)", params: [] })