| token_type | VARCHAR(6) | Type of the token (e.g., ERC20, ERC721, native). |
| address | VARCHAR(16777216) | Address of the account |
| token_address | VARCHAR(16777216) | Address of the native token, which is represented as null address (0x0000000000000000000000000000000000000000) |
| token_name | VARCHAR(16777216) | Name of the native token |
| token_symbol | VARCHAR(16777216) | Symbol of the token |
| raw_balance_str | VARCHAR(16777216) | Raw balance of native token in wei and in string format |
| raw_balance | FLOAT | Raw balance of native token in wei |
| balance_str | VARCHAR(16777216) | Balance of native token normalized and in string format |
| balance | FLOAT | Balance of native token normalized |
| usd_balance_current | FLOAT | USD balance at current timestamp. |
| usd_balance_at_block_timestamp | FLOAT | USD balance at the time of the block. |
| usd_exchange_rate_current | FLOAT | Current USD exchange rate. |
| usd_exchange_rate_at_block_timestamp | FLOAT | USD exchange rate at block time. |
| last_activity_block_timestamp | TIMESTAMP_NTZ(9) | The last timestamp of the block that resulted in the balance update |
| last_activity_block_number | NUMBER(38,0) | The last block number that resulted in the balance update |
| last_activity_block_hash | VARCHAR(16777216) | The last hash of the block that resulted in the balance update |
| unique_id | VARCHAR(107) | Unique ID of the balance |
| _updated_at__usd_exchange_rate_current | TIMESTAMP_NTZ(9) | Timestamp of the current USD exchange |
| _updated_at__historical | TIMESTAMP_NTZ(9) | [TODO: Add description for _updated_at__historical] |
| _created_at__onchain_lake | TIMESTAMP_NTZ(9) | [TODO: Add description for _created_at__onchain_lake] |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the balance update |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record changed since last full refresh. |