| address | VARCHAR(16777216) | The wallet address holding the balance. |
| currency | VARCHAR(16777216) | The currency/token identifier. |
| token_name | VARCHAR(16777216) | The name of the token. |
| token_symbol | VARCHAR(16777216) | The symbol of the token. |
| raw_balance_str | VARCHAR(16777216) | The raw balance as a string. |
| raw_balance | FLOAT | The raw balance as a float. |
| balance_str | VARCHAR(16777216) | The normalized balance as a string. |
| balance | FLOAT | The normalized balance as a float. |
| usd_balance | FLOAT | The USD value of the balance. |
| usd_exchange_rate | FLOAT | The USD exchange rate for the token. |
| event_index | NUMBER(38,0) | The index of the event within the transaction. |
| transaction_hash | VARCHAR(66) | The hash of the transaction. |
| transaction_index | NUMBER(38,0) | The index of the transaction within the block. |
| block_timestamp | TIMESTAMP_NTZ(9) | The timestamp when the block was created. |
| block_height | NUMBER(38,0) | The sequential number of the block in the blockchain. |
| block_hash | VARCHAR(66) | The hash of the block. |
| unique_id | VARCHAR(16777216) | A unique identifier for this record. |
| _address_short | VARCHAR(16777216) | A shortened version of the address for indexing. |
| _currency_short | VARCHAR(16777216) | A shortened version of the currency for indexing. |
| _pseudo_global_order | NUMBER(38,0) | A pseudo-global ordering field for consistent sorting. |
| _created_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was created. |
| _updated_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was updated. |