| chain | VARCHAR(8) | The kadena chain name |
| chain_id | VARCHAR(16777216) | The unique identifier for the kadena chain |
| from_account | VARCHAR(16777216) | The sender account of the transfer |
| to_account | VARCHAR(16777216) | The recipient account of the transfer |
| token_address | VARCHAR(16777216) | The contract address of the fungible token |
| token_name | VARCHAR(16777216) | The name of the token |
| token_symbol | VARCHAR(16777216) | The symbol of the token |
| raw_amount_str | VARCHAR(16777216) | The raw token amount as a string |
| raw_amount | FLOAT | The raw token amount before decimal normalization |
| amount_str | VARCHAR(16777216) | The normalized token amount as a string |
| amount | FLOAT | The normalized token amount of the transfer |
| usd_amount | FLOAT | The USD value of the transfer |
| usd_exchange_rate | FLOAT | The exchange rate used to calculate the USD value |
| status | VARCHAR(16777216) | The status of the transaction |
| transaction_request_key | VARCHAR(16777216) | Unique identifier for the transaction request |
| transaction_index | NUMBER(38,0) | The index of the transaction within the block |
| event_index | NUMBER(38,0) | The index of the event within the transaction |
| block_creation_time | TIMESTAMP_NTZ(9) | Timestamp of the block creation |
| block_height | NUMBER(38,0) | The height of the block containing this transfer |
| block_hash | VARCHAR(16777216) | The hash of the block containing this transfer |
| unique_id | VARCHAR(16777216) | A unique identifier for the transfer |
| _created_at | TIMESTAMP_NTZ(9) | The timestamp when the record was created |
| _updated_at | TIMESTAMP_NTZ(9) | The timestamp when the record was last updated |
| _changed_since_full_refresh | BOOLEAN | Indicates if the record has changed since full refresh |