| from_address | VARCHAR | The address of the contract that emitted this event. |
| keys | VARIANT | Array of event keys (topics) that identify the event type and indexed parameters. |
| data | VARIANT | Array of event data containing the non-indexed parameters of the event. |
| event_index | BIGINT | The position of this event within the transaction that emitted it. |
| block_number | BIGINT | The block number where this event was emitted. |
| block_timestamp | TIMESTAMP_NTZ(9) | The timestamp of the block where this event was emitted. |
| block_hash | VARCHAR | The hash of the block where this event was emitted. |
| transaction_hash | VARCHAR | The hash of the transaction that emitted this event. |
| transaction_index | BIGINT | The index of the transaction within its block. |
| unique_id | VARCHAR | Unique identifier for this event |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when the record was created. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when the record was last updated. |