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

### Table Columns

| Column Name   | Data Type         | Description                                                                                                                                             |
| ------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| address       | VARCHAR(16777216) | Wallet or contract address of the account. On EVM chains, a 42-character hex string (0x-prefixed). On other chains, the native address format applies.  |
| name          | VARCHAR(16777216) | Market display name.                                                                                                                                    |
| symbol        | VARCHAR(16777216) | Ticker symbol of this token or asset. Short alias for `token_symbol` used in tables that preserve the original blockchain field naming convention.      |
| decimals      | NUMBER(38,0)      | Number of decimal places for this token. Short alias for `token_decimals` used in tables that preserve the original blockchain field naming convention. |
| icon          | VARCHAR(16777216) | URL to the icon image for this NFT collection or token.                                                                                                 |
| \_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.                                                                                           |
