ERC20 Tokens

ERC20 tokens indexed by Allium.

Table Columns

USDC used as an example.

Column NameDescriptionExample

address

Contract address of the token.

0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d

name

Name of the token.

USD Coin

symbol

Symbol of the token.

USDC

decimals

The number of decimal points the token amounts are represented in. This is used to calculate the normalized amount of a token by taking the raw amount divided by 10^decimal_points. Using USDC as an example with 6 decimal points, the normalized value for 2500000 USDC is 2500000 / 10^6 = 2.5

18

block_timestamp

The timestamp of the block when token was created in.

2021-06-12 20:13:50+00:00

block_number

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

8242108

block_hash

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

0x33c5e5940dbf1b9b89951014c5d23e7bd3add995873145424b40a7f90281f21f

preference

nan

1

Last updated