ERC721 Tokens

ERC721 tokens indexed by Allium.

Sample Query

Querying the latest erc721 tokens created by block_timestamp.

select *
  from ethereum.raw.erc721_tokens
order by block_timestamp desc 
limit 100

Table Columns

Azuki NFT used as an example.

Column NameDescriptionExample

address

Contract address of the ERC721 token.

0xed5af388653567af2f388e6224dc7c4b3241c544

name

Name of the ERC721 token.

Azuki

symbol

The token symbol.

AZUKI

block_timestamp

The timestamp of the block that this ERC721 token was created in.

2022-01-10 05:19:57

block_number

The number of the block that this ERC721 token was created in.

13975838

block_hash

The hash of the block that this ERC721 token was created in.

0xe88a96607df48fbf2c44c67eadb2e3d10a5297ddd02df70009df742ab5169c1b

Last updated