ERC721 Tokens
ERC721 tokens indexed by Allium.
Sample Query
Querying the latest erc721 tokens created by block_timestamp.
Table Columns
Azuki NFT used as an example.
Column Name | Description | Example |
---|---|---|
address | Contract address of the ERC721 token. |
|
name | Name of the ERC721 token. |
|
symbol | The token symbol. |
|
block_timestamp | The timestamp of the block that this ERC721 token was created in. |
|
block_number | The number of the block that this ERC721 token was created in. |
|
block_hash | The hash of the block that this ERC721 token was created in. |
|
Last updated