Table Details
| Property | Value |
|---|---|
| Table Name | robinhood.unhydrated.erc1155_balances_eod_delta |
| Table Status | Production-Ready |
| Unique Key | block_date, address, token_address, token_id |
| Clustering Key(s) | block_date, _short_token_address |
| Search Optimization | address, token_address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| address | VARCHAR(42) | The wallet address holding the tokens |
| token_address | VARCHAR(42) | Contract address of the ERC1155 token |
| token_id | VARCHAR(16777216) | Token ID of the ERC1155 token |
| block_date | TIMESTAMP_NTZ(9) | The UTC date (end of day) this balance change covers |
| _short_token_address | VARCHAR(42) | Truncated form of token_address used as a clustering key for query pruning |
| block_timestamp | TIMESTAMP_NTZ(9) | Block timestamp of the last balance-changing activity on this date |
| block_number | NUMBER(38,0) | Block number of the last balance-changing activity on this date |
| block_hash | VARCHAR(16777216) | Block hash of the last balance-changing activity on this date |
| transaction_hash | VARCHAR(16777216) | Transaction hash of the last balance-changing activity on this date |
| balance_delta | VARCHAR(16777216) | Net change in token balance on this date versus the prior end-of-day snapshot |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |