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

# Fungible Tokens

### Table Details

| Property     | Value                          |
| ------------ | ------------------------------ |
| Table Name   | `ethereal.raw.fungible_tokens` |
| Table Status | Production-Ready               |
| Unique Key   | `address`                      |

### Table Columns

| Column Name | Data Type         | Description                                                        |
| ----------- | ----------------- | ------------------------------------------------------------------ |
| address     | VARCHAR(16777216) | Contract address of the fungible token.                            |
| name        | VARCHAR(16777216) | Name of the token.                                                 |
| symbol      | VARCHAR(16777216) | The token symbol.                                                  |
| decimals    | NUMBER(38,0)      | The number of decimal points the token amounts are represented in. |

### Related Docs

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