ERC20 Tokens
ERC20 tokens indexed by Allium.
Table Columns
Column Name | Description |
---|---|
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 |
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. |
Last updated