NFTHolder
An address holding a specific NFT (for multi-holder/ERC-1155 NFTs).
Represents one holder's balance of a particular token ID.
Schema Definition
type NFTHolder {
address: Address!
balance: BigInt!
}
Fields
| Field | Type | Description |
|---|---|---|
address | The address holding this NFT (EOA or contract). | |
balance | Quantity of this specific NFT held by this address. |
Member Of
NFTHolderList object