Skip to main content

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

FieldTypeDescription
address
Address! non-null interface
The address holding the tokens (EOA or contract).
balance
TokenAmount! non-null object
Amount of tokens held, including raw and formatted values.

Member Of

TokenHolderList object