eth.nfts
SQL table schema for eth.nfts
All Ethereum NFTs from both ERC721 and ERC1155 contracts.
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 human-readable name of this NFT, eg. "Gods Unchained Cards". |
| CHARACTER VARYING | The human-readable symbol for this NFT, eg. CARD. |
| BOOLEAN | True if Spice considers this token contract to conform to the ERC721 standard. |
| BOOLEAN | True if Spice considers this token contract to conform to the ERC1155 standard. |
Last updated