Table of contents
The eth_mainnet.nfts
table provides indexed views of all blocks.
Columns
Name | Type | Description |
---|---|---|
id | varchar | N/A |
collection_address | varchar | Contract address of the NFT's collection. |
collection_type | varchar | N/A |
token_id | varchar | The token ID of the NFT. |
token_hash | varchar | N/A |
minter_address | varchar | N/A |
owner_of | varchar | N/A |
amount | bigint | N/A |
token_uri | varchar | N/A |
metadata | varchar | The NFT's metadata URL. |
block_number_minted | integer | N/A |
tx_hash_minted | varchar | N/A |
block_number_updated | integer | N/A |
last_token_uri_sync | integer | N/A |
last_metadata_sync | integer | N/A |