ERC20 Tokens
ERC20 tokens indexed by Allium.
Sample Query
Querying the latest erc20 tokens created by block_timestamp.
Table Columns
USDC used as an example.
Column Name | Description | Example |
---|---|---|
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