ERC721 Tokens

ERC721 tokens indexed by Allium.

Sample Query

Querying the latest erc721 tokens created.

select *
  from polygon.raw.erc721_tokens
  where address = '0x5d666f215a85b87cb042d59662a7ecd2c8cc44e6'
order by block_timestamp desc 

Table Columns

Column NameDescriptionExample

address

Contract address of the ERC721 token.

0x5d666f215a85b87cb042d59662a7ecd2c8cc44e6

name

Name of the ERC721 token.

Galaxy OAT

symbol

The token symbol.

OAT

block_timestamp

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

2022-07-05 11:09:59

block_number

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

30,363,721

block_hash

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

0xc54a51161efd6f5ecee9002a3e88e22dd61ae69896eacb6ecbbe114c1a02d908

source

Source of token details.

main

_updated_at

Timestamp of entry update.

2022-07-05 11:09:59

Last updated