eth.nft_contracts
SQL table schema for eth.nft_contracts
All Ethereum erc721 contracts & subset of erc1155 contracts that contain NFTs.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The contract address of this NFT. |
| 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