> ## 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 Details

| Property            | Value                        |
| ------------------- | ---------------------------- |
| Table Name          | `ethereal.raw.erc20_tokens`  |
| Table Status        | Production-Ready             |
| Unique Key          | `address`                    |
| Clustering Key(s)   | `to_date("block_timestamp")` |
| Search Optimization | `address`                    |

### Table Columns

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

### Related Docs

* [EVM Raw ERC20 Tokens](/historical-data/supported-blockchains/evm/core-schemas/raw/erc20-tokens)
