| project | The perpetuals project. | varchar | variational |
| protocol | The specific protocol within the project. | varchar | omni |
| version | Protocol version. | varchar | v1 |
| chain | Blockchain network. | varchar | arbitrum |
| action_type | Direction of the collateral movement: deposit or withdrawal. | varchar | withdrawal |
| event_name | Source event name: Deposited or Withdrawn. | varchar | Withdrawn |
| pool_address | Settlement pool the collateral moved through. | varchar | 0x5f000af0c3de97465e8c8aa12999068451d59aaa |
| user_address | The user: payer for deposits, payee for withdrawals. | varchar | 0xfa1269f6bd95000f86ff06c5b074b22bf10f5fcc |
| token_address | Collateral token address. | varchar | 0xaf88d065e77c8cc2239327c5edb3a432268e5831 |
| token_symbol | Collateral token symbol. | varchar | USDC |
| token_decimals | Collateral token decimals. | number | 6 |
| raw_amount_str | Collateral amount in token base units, as a string. | varchar | 32936007 |
| amount | Collateral amount in token units. | number | 32.936007 |
| usd_amount | USD value of the movement. | number | 32.936007 |
| usd_exchange_rate | USD value of one unit of the collateral token. | number | 1.0 |
| extra_fields | VARIANT column with protocol-specific detail. | variant | |
| transaction_hash | Transaction hash. | varchar | 0x942dda0f9b329122595f06699d45a69d9ec0cd4a8b4f71eb4bc97c3ad581c2e7 |
| transaction_index | Position of the transaction within the block. | number | 3 |
| transaction_from_address | Sender of the transaction. | varchar | 0xd4a300a9a1a314a758915320084fe19aa7fdfeaa |
| transaction_to_address | Recipient of the transaction. | varchar | 0x84be56470d45b7f6629a66a219a38681f6ba6172 |
| log_index | Position of the event log within the block. | number | 2 |
| topic0 | Event signature hash. | varchar | 0x8bb469d5860a7e137df4a637fa11c38b03b3931d2802c0aeecc1542921239dbb |
| block_number | Block number containing the event. | number | 412,307,479 |
| block_timestamp | Block timestamp of the event. | timestamp_ntz | 2025-12-19 14:34:09 |
| block_hash | Hash of the block containing the event. | varchar | 0x303071ff514a1b9bd113622197af97171a886763064f1e93a10c8dc229e6dde4 |
| unique_id | Unique identifier for the row. | varchar | 0x942dda0f9b329122595f06699d45a69d9ec0cd4a8b4f71eb4bc97c3ad581c2e7_2 |