Skip to content

Nft Owners

The arbitrum.nft_owners table provides indexed views of all owners and owner balances for NFTs.

Columns

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

Indexes

Index
owner_address, contract_address, token_id
contract_address, token_id, balance DESC, owner_address
contract_address, token_id, 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.