Skip to main content

Table Details

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

Table Columns

Column NameData TypeDescription
token_idVARCHAR(16777216)Hedera token ID in the format {shard}.{realm}.{num} identifying this fungible token.
nameVARCHAR(16777216)Name of this token.
symbolVARCHAR(16777216)Ticker symbol of this token.
typeVARCHAR(16777216)Hedera token type. For this table always FUNGIBLE_COMMON.
decimalsNUMBER(38,0)Number of decimal places for this token.
treasury_account_idVARCHAR(16777216)Hedera account ID designated as the treasury for this token, receiving initial supply and fees.
total_supplyVARCHAR(16777216)Total token supply outstanding (minted minus burned), in the token’s smallest denomination.
initial_supplyVARCHAR(16777216)Initial token supply minted at token creation, in the token’s smallest denomination.
max_supplyVARCHAR(16777216)Maximum token supply allowed for FINITE supply-type tokens, in the token’s smallest denomination.
supply_typeVARCHAR(16777216)Token supply model: INFINITE (no cap) or FINITE (fixed max supply).
created_timestampTIMESTAMP_NTZ(9)Timestamp when this token was created.
modified_timestampTIMESTAMP_NTZ(9)Timestamp of the last modification to this token.
deletedBOOLEANTrue if this token has been deleted from the network.
_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.