Table Details
| Property | Value |
|---|---|
| Table Name | robinhood.assets.erc721_balances_latest |
| Table Status | Production-Ready |
| Unique Key | transaction_hash, unique_id |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| address | VARCHAR(42) | Address of the account |
| token_address | VARCHAR(42) | Address of the token |
| token_name | VARCHAR(16777216) | Name of the token |
| token_symbol | VARCHAR(16777216) | Symbol of the token |
| token_id | VARCHAR(16777216) | Token ID of the ERC721 token |
| balance | NUMBER(38,0) | Balance of tokens. For ERC721 tokens, the max balance is 1 |
| balance_str | VARCHAR(16777216) | Balance of tokens in string. For ERC721 tokens, the max balance is 1 |
| transaction_hash | VARCHAR(66) | Transaction hash of the most recent activity that resulted in this balance |
| last_activity_block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the last activity that resulted in this balance |
| last_activity_block_number | NUMBER(38,0) | Block number of the last activity that resulted in this balance |
| last_activity_block_hash | VARCHAR(66) | Block hash of the last activity that resulted in this balance |
| unique_id | VARCHAR(16777216) | Unique ID of the balance |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the balance update |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |