eth.tokens_erc721
SQL table schema for eth.tokens_erc721
Ethereum Token tables ERC-721 token contracts.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The address of the contract that defines this token. |
| CHARACTER VARYING | The human-readable name of this token, eg. "AliceInWonderland". |
| CHARACTER VARYING | The human-readable short symbol of this token, eg. "ALICE". |
| CHARACTER VARYING | The total number of unique instances of this token. |
| BIGINT | The number of the block in which this token was first defined. |
| BIGINT | The timestamp of the block in which this token was first defined. |
| CHARACTER VARYING | The hash of the block in which this token was first defined. |
Last updated