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

### Table Columns

| Column Name       | Data Type         | Description                                                            |
| ----------------- | ----------------- | ---------------------------------------------------------------------- |
| contract\_id      | VARCHAR(16777216) | Soroban contract address of this token.                                |
| asset\_id         | VARCHAR(16777216) | Composite `code:issuer` identifier of the asset for non-native assets. |
| asset\_code       | VARCHAR(16777216) | Asset code for a classic asset.                                        |
| asset\_issuer     | VARCHAR(16777216) | Issuer G-address for a classic asset.                                  |
| decimals          | NUMBER(38,0)      | Number of decimal places for this token.                               |
| asset\_toml\_info | VARIANT           | Metadata from the asset's SEP-1 stellar.toml file.                     |
| asset\_toml\_url  | VARCHAR(16777216) | URL of the SEP-1 stellar.toml file for this asset's issuer.            |
| \_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.          |
