Skip to main content

Table Details

PropertyValue
Table Namerobinhood.unhydrated.erc1155_balances_eod
Table StatusProduction-Ready
Unique Keyblock_date, address, token_address, token_id
Clustering Key(s)block_date, _short_token_address
Search Optimizationaddress, token_address

Table Columns

Column NameData TypeDescription
addressVARCHAR(42)The wallet address holding the tokens
token_addressVARCHAR(42)Contract address of the ERC1155 token
token_idVARCHAR(16777216)Token ID of the ERC1155 token
block_dateTIMESTAMP_NTZ(9)The UTC date (end of day) this balance snapshot covers
balanceVARCHAR(16777216)Token balance as of the end of the day, as a string to retain precision
block_timestampTIMESTAMP_NTZ(9)Block timestamp of the last balance-changing activity on this date
block_numberNUMBER(38,0)Block number of the last balance-changing activity on this date
block_hashVARCHAR(16777216)Block hash of the last balance-changing activity on this date
transaction_hashVARCHAR(16777216)Transaction hash of the last balance-changing activity on this date
_short_token_addressVARCHAR(42)Truncated form of token_address used as a clustering key for query pruning
_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.