> ## 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.

# Tokens 🌱

### Table Details

| Property     | Value                 |
| ------------ | --------------------- |
| Table Name   | `filecoin.raw.tokens` |
| Table Status | Beta 🌱               |

### Table Columns

| Column Name   | Data Type         | Description                                                                                                                                             |
| ------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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.      |
| name          | VARCHAR(16777216) | Name of this token or asset. Short alias for `token_name` used in tables that preserve the original blockchain field naming convention.                 |
| 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.  |
| 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. |
| \_created\_at | TIMESTAMP\_LTZ(9) | Timestamp of when the entry was created in the database.                                                                                                |
| \_updated\_at | TIMESTAMP\_LTZ(9) | Timestamp of when the entry was last updated in the database.                                                                                           |
