isHolderOfContract
Determine if a wallet address holds any NFTs from a specified contract. Enables verification of ownership for access control, membership, or reward eligibility across EVM networks.
Instructions
Check if a wallet address owns any NFTs from a specific contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| wallet | Yes | Wallet address to check for contract ownership. | |
| contractAddress | Yes | Contract address for the NFT contract. |