TokenHolder
An address holding a fungible token (ERC-20) and their balance.
Used in token holder lists.
Schema Definition
type TokenHolder {
address: Address!
balance: TokenAmount!
}
Fields
| Field | Type | Description |
|---|---|---|
address | The address holding the tokens (EOA or contract). | |
balance | Amount of tokens held, including raw and formatted values. |
Member Of
TokenHolderList object