VanguardDailyDrop

Xai
Blockscout

Balance Of

(balanceOf)

view


account

id


Use this function in your app


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