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

# Spl Tokens

### Table Details

| Property     | Value                   |
| ------------ | ----------------------- |
| Table Name   | `solana.raw.spl_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. |
| logo\_uri                         | VARCHAR(16777216) | URI pointing to the token's logo image (IPFS, Arweave, or HTTP).                                                                                        |
| token\_creation\_block\_timestamp | TIMESTAMP\_NTZ(9) | Timestamp of the block in which this SPL token was first created.                                                                                       |
| token\_init\_block\_timestamp     | TIMESTAMP\_NTZ(9) | Timestamp of the block in which this SPL token account was initialized.                                                                                 |
| mint\_authority                   | VARCHAR(16777216) | Address authorized to mint new tokens for this SPL token. Null if minting is permanently disabled.                                                      |
| create\_signer                    | VARCHAR(16777216) | The signer authority that created this account or resource.                                                                                             |
| \_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.                                                                                           |
