> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

### Table Columns

Unique Key: `transaction_block_digest`, `event_seq`

| Column Name                | Data Type         | Description                                             |
| -------------------------- | ----------------- | ------------------------------------------------------- |
| 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                           |
