Table Details
| Property | Value |
|---|---|
| Table Name | dogecoin.unhydrated.balances_eod |
| Table Status | Production-Ready |
| Unique Key | transaction_hash, unique_id |
| Clustering Key(s) | block_date, _short_address |
| Search Optimization | address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| address | VARCHAR(16777216) | Address of the account. |
| raw_balance_str | VARCHAR(16777216) | String of the end-of-day balance of tokens (unnormalized). |
| block_date | TIMESTAMP_NTZ(9) | The end-of-day date of the balance. |
| block_timestamp | TIMESTAMP_NTZ(9) | The timestamp of the block that resulted in change in balance. |
| block_number | NUMBER(38,0) | The number of the block that resulted in change in balance. |
| block_hash | VARCHAR(16777216) | The hash of block that resulted in change in balance. |
| transaction_hash | VARCHAR(16777216) | Hash of the transaction that resulted in the change in balance. |
| transaction_index | NUMBER(38,0) | Index of the transaction that resulted in the change in balance. |
| unique_id | VARCHAR(16777216) | Unique ID of the balances entry. |
| _pseudo_global_order | NUMBER(38,0) | Monotonic ordering value used to sequence balance changes globally. |
| _short_address | VARCHAR(16777216) | Truncated form of the address, used for clustering and lookups. |
| _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. |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since the last full data refresh. |