ERC1155 Tokens

ERC115 tokens indexed by Allium.

Sample Query

Querying the latest erc1155 tokens created by block_timestamp.

select *
  from polygon.raw.erc1155_tokens
  where address = '0xba6666b118f8303f990f3519df07e160227cce87'
order by block_timestamp desc 

Table Columns

Platnet IX-Assets used as an example.

Column NameDescriptionExample

address

Contract address of the ERC721 token.

0xba6666b118f8303f990f3519df07e160227cce87

name

Name of the ERC721 token.

Planet IX - Assets

symbol

The token symbol.

PIX-A

block_timestamp

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

2022-06-10 11:02:45

block_number

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

29,392,587

block_hash

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

0x6ea753d710210971994d680fe7b9c80a3115036c63e00b2ffae8285e74e9e49d

source

#N/A

main

_updated_at

#N/A

2022-06-10 11:02:45

Last updated