ERC1155 Tokens

Sample Query

Querying the latest erc1155 tokens created by block_timestamp.

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

Table Columns

BSTROY x Givenchy by Felt Zine used as an example.

Column NameDescriptionExample

address

Contract address of the ERC1155 token.

0xe5d8aedb8dbd3a9eb406e5b11e1838b07712090a

name

Name of the ERC token.

BSTROY x Givenchy by Felt Zine

symbol

The token symbol.

GIV

block_timestamp

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

2022-11-29T11:58:47

block_number

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

16075503

block_hash

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

0x9df98dbbe8f705b38a1e65f827a7ac180e8a0c3a3cbfbb141421225e0c05f95a

Last updated