Skip to main content

Table Details

PropertyValue
Table Namefilecoin.raw.tokens
Table StatusBeta 🌱

Table Columns

Column NameData TypeDescription
symbolVARCHAR(16777216)Ticker symbol of this token or asset. Short alias for token_symbol used in tables that preserve the original blockchain field naming convention.
nameVARCHAR(16777216)Name of this token or asset. Short alias for token_name used in tables that preserve the original blockchain field naming convention.
addressVARCHAR(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.
decimalsNUMBER(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.
_created_atTIMESTAMP_LTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_LTZ(9)Timestamp of when the entry was last updated in the database.