thirdweb

$50000 GET Rewards

Polygon
polygonscandexguru
Code Snippets

Balance Of

(balanceOf)

view

_owner

_id


Use this function in your app


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