Skip to main content

Table Details

PropertyValue
Table Namerobinhood.assets.erc1155_balances_daily
Table StatusProduction-Ready
Unique Keydate, address, token_address, token_id

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)The UTC date this daily balance snapshot covers
addressVARCHAR(42)The wallet address holding the tokens
token_addressVARCHAR(42)Contract address of the ERC1155 token
token_nameVARCHAR(16777216)Name of the token
token_symbolVARCHAR(16777216)Symbol of the token
token_idVARCHAR(16777216)Token ID of the ERC1155 token
balanceNUMBER(38,0)Token balance, normalized
balance_strVARCHAR(16777216)Token balance, normalized, as a string to retain precision
last_activity_block_timestampTIMESTAMP_NTZ(9)Block timestamp of the most recent balance-changing activity
last_activity_block_numberNUMBER(38,0)Block number of the most recent balance-changing activity
last_activity_block_hashVARCHAR(66)Block hash of the most recent balance-changing activity
_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.