Table Columns

Unique Key:

Column NameData TypeDescription
token_idVARCHARUnique identifier for the token
nameVARCHARName of the token
symbolVARCHARSymbol/ticker of the token
typeVARCHARType of token (FUNGIBLE_COMMON, NON_FUNGIBLE_UNIQUE)
memoVARCHARMemo attached to the token
expiry_timestampTIMESTAMP_NTZ(9)Timestamp when the token expires
auto_renew_periodBIGINTAuto-renewal period in seconds
auto_renew_accountVARCHARAccount ID for auto-renewal
freeze_defaultBOOLEANWhether new accounts are frozen by default
pause_statusVARCHARCurrent pause status of the token
treasury_account_idVARCHARAccount ID of the token treasury
deletedBOOLEANWhether the token has been deleted
created_timestampTIMESTAMP_NTZ(9)Timestamp when the token was created
modified_timestampTIMESTAMP_NTZ(9)Timestamp when the token was last modified
total_supplyVARCHARTotal supply of the token
initial_supplyVARCHARInitial supply when the token was created
max_supplyVARCHARMaximum supply of the token (0 for unlimited)
supply_typeVARCHARType of supply (FINITE, INFINITE)
decimalsBIGINTNumber of decimal places for the token
metadataVARCHARMetadata associated with the token
custom_feesVARIANTCustom fee schedule for the token
admin_keyVARIANTAdmin key for the token
kyc_keyVARIANTKYC key for the token
freeze_keyVARIANTFreeze key for the token
wipe_keyVARIANTWipe key for the token
supply_keyVARIANTSupply key for the token
fee_schedule_keyVARIANTFee schedule key for the token
pause_keyVARIANTPause key for the token
metadata_keyVARIANTMetadata key for the token
expiry_timestamp_rawDECIMAL(29,9)Raw expiry timestamp as decimal
created_timestamp_rawDECIMAL(29,9)Raw created timestamp as decimal
modified_timestamp_rawDECIMAL(29,9)Raw modified timestamp as decimal
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated