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

### Table Columns

| Column Name            | Data Type         | Description                                                               |
| ---------------------- | ----------------- | ------------------------------------------------------------------------- |
| address                | VARCHAR(16777216) | Contract package hash that uniquely identifies the fungible token.        |
| contract\_hash         | VARCHAR(16777216) | Per-version contract hash of the token's current implementation.          |
| name                   | VARCHAR(16777216) | Human-readable name of the token.                                         |
| symbol                 | VARCHAR(16777216) | Ticker symbol of the token.                                               |
| decimals               | NUMBER(38,0)      | Number of decimals used to convert raw amounts to human-readable amounts. |
| created\_at            | TIMESTAMP\_NTZ(9) | Timestamp when the token contract was deployed.                           |
| created\_block\_number | NUMBER(38,0)      | Block height at which the token contract was deployed.                    |
| \_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.             |
