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.
Table Details
| Property | Value |
|---|---|
| Table Name | casper.raw.fungible_tokens |
| Table Status | Production-Ready |
| Unique Key | address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| address | VARCHAR(16777216) | Contract package hash that uniquely identifies the fungible token. |
| contract_hash | VARCHAR(16777216) | Per-version contract hash of the token’s current implementation. |
| name | VARCHAR(16777216) | Human-readable name of the token. |
| symbol | VARCHAR(16777216) | Ticker symbol of the token. |
| decimals | NUMBER(38,0) | Number of decimals used to convert raw amounts to human-readable amounts. |
| created_at | TIMESTAMP_NTZ(9) | Timestamp when the token contract was deployed. |
| created_block_number | NUMBER(38,0) | Block height at which the token contract was deployed. |
| _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. |