erc721_balanceOf
Check the balance of ERC721 tokens for a specific owner address using the Ethereum network. Input the token contract address and owner address to retrieve token holdings.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Optional. The chain ID to use. | |
ownerAddress | Yes | The address to check balance for | |
provider | No | Optional. The provider to use. If not provided, the default provider is used. | |
tokenAddress | Yes | The address of the ERC721 contract |