> ## 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   | `kadena.raw.events` |
| Table Status | Deprecated ◽        |

### Table Columns

| Column Name               | Data Type         | Description                                                     |
| ------------------------- | ----------------- | --------------------------------------------------------------- |
| chain                     | VARCHAR(8)        | The kadena chain name                                           |
| chain\_id                 | NUMBER(38,0)      | The unique identifier for the kadena chain                      |
| transaction\_request\_key | VARCHAR(16777216) | Unique identifier for the transaction that generated this event |
| transaction\_index        | NUMBER(38,0)      | Index of the transaction within the block                       |
| event\_index              | NUMBER(38,0)      | Index of the event within the transaction                       |
| module\_namespace         | VARCHAR(16777216) | Namespace of the module that generated the event                |
| module\_name              | VARCHAR(16777216) | Name of the module that generated the event                     |
| name                      | VARCHAR(16777216) | Name of the event                                               |
| params                    | ARRAY             | Parameters of the event                                         |
| module\_hash              | VARCHAR(16777216) | Hash of the module that generated the event                     |
| module                    | VARIANT           | Module information                                              |
| transaction\_result       | VARIANT           | Result of the transaction                                       |
| block\_creation\_time     | TIMESTAMP\_NTZ(9) | Timestamp when the block was created                            |
| block\_height             | NUMBER(38,0)      | Height of the block containing this event                       |
| block\_hash               | VARCHAR(16777216) | Hash of the block containing this event                         |
| epoch\_start              | TIMESTAMP\_NTZ(9) | Start timestamp of the epoch                                    |
| unique\_id                | VARCHAR(16777216) | Unique identifier for the event                                 |
| \_created\_at             | TIMESTAMP\_NTZ(9) | Timestamp when this record was created                          |
| \_updated\_at             | TIMESTAMP\_NTZ(9) | Timestamp when this record was last updated                     |
