Skip to main content

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

PropertyValue
Table Namecasper.raw.fungible_tokens
Table StatusProduction-Ready
Unique Keyaddress

Table Columns

Column NameData TypeDescription
addressVARCHAR(16777216)Contract package hash that uniquely identifies the fungible token.
contract_hashVARCHAR(16777216)Per-version contract hash of the token’s current implementation.
nameVARCHAR(16777216)Human-readable name of the token.
symbolVARCHAR(16777216)Ticker symbol of the token.
decimalsNUMBER(38,0)Number of decimals used to convert raw amounts to human-readable amounts.
created_atTIMESTAMP_NTZ(9)Timestamp when the token contract was deployed.
created_block_numberNUMBER(38,0)Block height at which the token contract was deployed.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.