Skip to main content

Table Details

PropertyValue
Table Nameton.unhydrated.fungible_balances_eod
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
block_dateTIMESTAMP_NTZ(9)Calendar date (UTC) derived from block_timestamp. Used as a partition key in incremental models.
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.
tokenVARCHAR(16777216)Address or identifier of a token. Context-dependent alias used in models where the column is named token rather than token_address.
raw_balance_strVARCHAR(16777216)Token balance in the smallest unit, stored as a string for full precision. Avoids floating-point truncation for tokens with very large integer balances.
block_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the block that contains this record.
masterchain_seqnoNUMBER(38,0)Sequence number on the masterchain.
transaction_hashVARCHAR(16777216)Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain.