ERC20 Tokens
ERC20 tokens indexed by Allium.
Last updated
ERC20 tokens indexed by Allium.
Last updated
address
Contract address of the ERC20 token.
name
Name of the ERC20 token.
symbol
The token symbol.
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
block_timestamp
The timestamp of the block that this ERC20 token was created in.
block_number
The number of the block that this ERC20 token was created in.
block_hash
The hash of the block that this ERC20 token was created in.