Skip to content

Token Owners

The base.token_owners table provides indexed views of all owners and owner balances for tokens.

Columns

Name Type Description
balance numeric The owner's balance for the token.
contract_address text Contract address of the token.
owner_address text The address of the owner.
__updated_block_number integer The block number at which the row was last updated.

Indexes

Index
contract_address, balance DESC, owner_address
owner_address, contract_address
contract_address, owner_address

Got questions? Join our Discord

Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.