| from_address | VARCHAR(16777216) | The sender address of the transfer |
| to_address | VARCHAR(16777216) | The recipient address 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 |
| signer_id | VARCHAR(16777216) | The ID of the signer of the transaction |
| method_name | VARCHAR(16777216) | The method name invoked in the transaction |
| transaction_hash | VARCHAR(16777216) | Unique identifier for the transaction |
| transaction_index | NUMBER(38,0) | The index of the transaction within the block |
| transaction_block_height | NUMBER(38,0) | The block height of the transaction |
| receipt_id | VARCHAR(16777216) | The ID of the receipt for the transaction |
| receipt_index | NUMBER(38,0) | The index of the receipt within the block |
| receipt_action_index | NUMBER(38,0) | The index of the action within the receipt |
| block_height | NUMBER(38,0) | The height of the block containing this transfer |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the block containing this transfer |
| block_hash | VARCHAR(16777216) | The hash of the block containing this transfer |
| chunk_hash | VARCHAR(16777216) | The hash of the chunk containing this transfer |
| unique_id | VARCHAR(16777216) | A unique identifier for the transfer |
| _tokens_updated_at | TIMESTAMP_NTZ(9) | The last update timestamp of the token data |
| _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 the last full data refresh. |