Skip to main content

Table Details

PropertyValue
Table Namerobinhood.assets.erc721_balances_latest
Table StatusProduction-Ready
Unique Keytransaction_hash, unique_id

Table Columns

Column NameData TypeDescription
addressVARCHAR(42)Address of the account
token_addressVARCHAR(42)Address of the token
token_nameVARCHAR(16777216)Name of the token
token_symbolVARCHAR(16777216)Symbol of the token
token_idVARCHAR(16777216)Token ID of the ERC721 token
balanceNUMBER(38,0)Balance of tokens. For ERC721 tokens, the max balance is 1
balance_strVARCHAR(16777216)Balance of tokens in string. For ERC721 tokens, the max balance is 1
transaction_hashVARCHAR(66)Transaction hash of the most recent activity that resulted in this balance
last_activity_block_timestampTIMESTAMP_NTZ(9)Timestamp of the last activity that resulted in this balance
last_activity_block_numberNUMBER(38,0)Block number of the last activity that resulted in this balance
last_activity_block_hashVARCHAR(66)Block hash of the last activity that resulted in this balance
unique_idVARCHAR(16777216)Unique ID of the balance
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of the balance update
_changed_since_full_refreshBOOLEANIndicates if the record has changed since the last full data refresh.