> ## 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   | `starknet.raw.fungible_tokens` |
| Table Status | Production-Ready               |
| Unique Key   | `address`                      |

### Table Columns

| Column Name   | Data Type         | Description                                                        |
| ------------- | ----------------- | ------------------------------------------------------------------ |
| address       | VARCHAR(66)       | 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. |
| \_created\_at | TIMESTAMP\_NTZ(9) | Timestamp of entry creation.                                       |
| \_updated\_at | TIMESTAMP\_NTZ(9) | Timestamp of entry update.                                         |

### Related Docs

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