eth.nft_owners
SQL table schema for eth.nft_owners
Ethereum NFT tables tracks the current owner of an NFT. This table is mutable; the number of rows within a given time or block range can be different due to changes in NFT ownership.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The contract address of this NFT. |
| CHARACTER VARYING | The unique, opaque identifier of this specific NFT mint. |
| CHARACTER VARYING | The address of the owner of this unique |
| BIGINT | The block timestamp when this NFT ownership was validated. |
| CHARACTER VARYING | The hash of the transaction in which this ownership was validated. |
Last updated