Skip to main content

Table Details

PropertyValue
Table Namebitcoin_cash.unhydrated.balances_eod
Table StatusProduction-Ready
Unique Keytransaction_hash, unique_id
Clustering Key(s)block_date, _short_address
Search Optimizationaddress

Table Columns

Column NameData TypeDescription
addressVARCHAR(16777216)Address of the account.
raw_balance_strVARCHAR(16777216)String of the end-of-day balance of tokens (unnormalized).
block_dateTIMESTAMP_NTZ(9)The date of the end-of-day balance.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block that resulted in the change in balance.
block_numberNUMBER(38,0)The number of the block that resulted in the change in balance.
block_hashVARCHAR(16777216)The hash of the block that resulted in the change in balance.
transaction_hashVARCHAR(16777216)The hash of the transaction that resulted in the change in balance.
transaction_indexNUMBER(38,0)The index of the transaction within the block.
unique_idVARCHAR(16777216)Unique ID of the balances entry.
_pseudo_global_orderNUMBER(38,0)Internal ordering value used to sequence balance changes globally.
_short_addressVARCHAR(16777216)Shortened form of the address, used for clustering and internal indexing.
_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.
_changed_since_full_refreshBOOLEANIndicates if the record has changed since the last full data refresh.