> ## 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   | `kadena.raw.tokens` |
| Table Status | Beta; Deprecated ◽  |

### Table Columns

| Column Name   | Data Type         | Description                                                    |
| ------------- | ----------------- | -------------------------------------------------------------- |
| symbol        | VARCHAR(16777216) | Symbol/ticker of the token                                     |
| name          | VARCHAR(16777216) | Name of the token                                              |
| address       | VARCHAR(16777216) | Contract address of the token (module\_namespace.module\_name) |
| decimals      | NUMBER(38,0)      | Number of decimal places for the token                         |
| \_created\_at | TIMESTAMP\_LTZ(9) | Timestamp when this record was created                         |
| \_updated\_at | TIMESTAMP\_LTZ(9) | Timestamp when this record was last updated                    |
