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

| Property            | Value                                                           |
| ------------------- | --------------------------------------------------------------- |
| Table Name          | `sui_testnet.raw.events`                                        |
| Table Status        | Beta 🌱                                                         |
| Unique Key          | `checkpoint_timestamp`, `transaction_block_digest`, `event_seq` |
| Clustering Key(s)   | `to_date("checkpoint_timestamp")`                               |
| Search Optimization | `transaction_block_digest`, `sender`, `type`                    |

### Table Columns

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

### Related Docs

* [Sui Raw Events](/historical-data/supported-blockchains/move-ecosystem/sui/raw/events)
