> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# ERC20 Tokens

### Table Columns

Unique Key: `address`

| Column Name      | Data Type         | Description                                                        |
| ---------------- | ----------------- | ------------------------------------------------------------------ |
| address          | VARCHAR           | Contract address of the ERC20 token.                               |
| name             | VARCHAR           | Name of the ERC20 token.                                           |
| symbol           | VARCHAR           | The token symbol.                                                  |
| decimals         | BIGINT            | The number of decimal points the token amounts are represented in. |
| block\_timestamp | TIMESTAMP\_NTZ(9) | (Nullable\*) The timestamp of the block.                           |
| block\_number    | BIGINT            | (Nullable\*) The block number that this token was created in.      |
| block\_hash      | VARCHAR           | (Nullable\*) The hash of the block.                                |
| \_created\_at    | TIMESTAMP\_NTZ(9) | Timestamp of entry creation.                                       |
| \_updated\_at    | TIMESTAMP\_NTZ(9) | Timestamp of entry update.                                         |
