| package_id | VARCHAR | The ID of the package that emitted the event. |
| transaction_module | VARCHAR | The module of the transaction that emitted the event. |
| type | VARCHAR | The type of event. |
| sender | VARCHAR | The sender of the event. |
| parsed_json | VARIANT | The parsed JSON data of the event. |
| event_seq | BIGINT | The sequence number of the event. |
| bcs | VARCHAR | The Binary Canonical Serialization (BCS) of the event. |
| transaction_block_digest | VARCHAR | The digest of the transaction block. |
| transaction_block_status | VARCHAR | The status of the transaction block. |
| checkpoint_timestamp | TIMESTAMP_NTZ(9) | The timestamp of the checkpoint. |
| checkpoint_sequence | BIGINT | The sequence number of the checkpoint. |
| checkpoint_digest | VARCHAR | The digest of the checkpoint associated with the event. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update |