> ## 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   | `mantra.raw.fungible_tokens` |
| Table Status | Beta 🌱                      |
| Unique Key   | `denom`                      |

### Table Columns

| Column Name     | Data Type         | Description                                                              |
| --------------- | ----------------- | ------------------------------------------------------------------------ |
| denom           | VARCHAR(16777216) | The unique denomination identifier for the token (e.g., uatom, ibc/...). |
| name            | VARCHAR(16777216) | The human-readable name of the token.                                    |
| symbol          | VARCHAR(16777216) | The ticker symbol of the token.                                          |
| decimals        | NUMBER(38,0)      | The number of decimal places for the token.                              |
| \_extra\_fields | VARIANT           | Any additional fields that are not explicitly defined.                   |
| \_created\_at   | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                 |
| \_updated\_at   | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.            |
