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