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

### Table Columns

| Column Name   | Data Type         | Description                                                                                                |
| ------------- | ----------------- | ---------------------------------------------------------------------------------------------------------- |
| subject       | VARCHAR(16777216) | Unique identifier for the token, consisting of the policy ID concatenated with the hex-encoded asset name. |
| name          | VARCHAR(16777216) | The human-readable name of the token.                                                                      |
| symbol        | VARCHAR(16777216) | The ticker symbol of the token.                                                                            |
| description   | VARCHAR(16777216) | A description of the token from its metadata.                                                              |
| url           | VARCHAR(16777216) | The project or token URL from its metadata.                                                                |
| decimals      | NUMBER(38,0)      | The number of decimal places used to represent the token amount.                                           |
| policy        | VARCHAR(16777216) | The minting policy script hash that controls the creation and destruction of this token.                   |
| logo          | VARCHAR(16777216) | Base64-encoded logo image from the token metadata.                                                         |
| updated\_at   | TIMESTAMP\_NTZ(9) | Timestamp when the token metadata was last updated.                                                        |
| \_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.                                              |
