Skip to main content
The ERC1155 Balances EOD Delta table records the net end-of-day change in ERC1155 balance for each (address, token, token_id) pair on days where a balance-changing event occurred. It is an intermediate, “unhydrated” table feeding the end-of-day balance snapshots. Columns prefixed with _ are internal helpers used for clustering and query pruning.

Table Columns

Column NameData TypeDescription
addressVARCHARThe wallet address holding the tokens
token_addressVARCHARContract address of the ERC1155 token
token_idVARCHARToken ID of the ERC1155 token
block_dateTIMESTAMP_NTZ(9)The UTC date (end of day) this balance change covers
_short_token_addressVARCHARTruncated form of token_address used as a clustering key for query pruning
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the last balance-changing activity on this date
block_numberNUMBERBlock number of the last balance-changing activity on this date
block_hashVARCHARBlock hash of the last balance-changing activity on this date
transaction_hashVARCHARTransaction hash of the last balance-changing activity on this date
balance_deltaVARCHARNet change in token balance on this date versus the prior end-of-day snapshot