Nft Owners
The optimism.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 row was last updated. |
Indexes
| Index |
|---|
| contract_address, token_id, balance DESC, owner_address |
| owner_address, contract_address, token_id |
| 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.