> ## 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        | `stacks.raw.events`          |
| Table Status      | Production-Ready             |
| Unique Key        | `tx_id`, `event_index`       |
| Clustering Key(s) | `to_date("burn_block_time")` |

### Table Columns

| Column Name       | Data Type         | Description                                                                 |
| ----------------- | ----------------- | --------------------------------------------------------------------------- |
| block\_hash       | VARCHAR(16777216) | The hash of the block containing the event.                                 |
| block\_height     | NUMBER(38,0)      | The height of the block containing the event.                               |
| burn\_block\_time | TIMESTAMP\_NTZ(9) | Timestamp when the corresponding burn block was mined.                      |
| event\_index      | NUMBER(38,0)      | Index of the event within the transaction.                                  |
| event\_type       | VARCHAR(16777216) | Type of the event (e.g., smart\_contract\_log, stx\_lock, fungible\_asset). |
| tx\_id            | VARCHAR(16777216) | The unique identifier or hash of the transaction associated with the event. |
| event\_contents   | VARIANT           | Contents of the event.                                                      |
| \_created\_at     | TIMESTAMP\_NTZ(9) | Timestamp of the entry creation.                                            |
| \_updated\_at     | TIMESTAMP\_NTZ(9) | Timestamp of the entry update.                                              |
