> ## 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

Events are occurrences triggered by transactions, providing information about state changes or other notable actions on the blockchain.

### Table Columns

| Column Name                | Description                                              |
| -------------------------- | -------------------------------------------------------- |
| bcs                        | The Binary Canonical Serialization (BCS) of the event.   |
| checkpoint\_digest         | The digest of the checkpoint associated with the event.  |
| checkpoint\_sequence       | The sequence number of the checkpoint.                   |
| checkpoint\_timestamp      | The timestamp of the checkpoint.                         |
| event\_seq                 | The sequence number of the event.                        |
| tx\_digest                 | The digest of the transaction associated with the event. |
| package\_id                | The ID of the package that emitted the event.            |
| parsed\_json               | The parsed JSON data of the event.                       |
| sender                     | The sender of the event.                                 |
| transaction\_block\_status | The status of the transaction block.                     |
| transaction\_module        | The module of the transaction that emitted the event.    |
| type                       | The type of event.                                       |
| \_created\_at              | Timestamp of the entry creation.                         |
| \_updated\_at              | Timestamp of the entry update.                           |
