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

# Contract Events

### Table Columns

Unique Key: `UNIQUE_ID`

| Column Name                    | Description                                                               |
| ------------------------------ | ------------------------------------------------------------------------- |
| CONTRACT\_ID                   | The ID of the smart contract that emitted this event                      |
| TOPICS                         | Array of topics associated with this event (typically used for filtering) |
| DATA                           | The event data in hexadecimal format                                      |
| EVENT\_TYPE                    | The type of contract event                                                |
| IN\_SUCCESSFUL\_CONTRACT\_CALL | Whether this event was emitted during a successful contract call          |
| EVENT\_INDEX                   | The index of this event within the transaction                            |
| TRANSACTION\_DETAILS           | Additional transaction details in JSON format                             |
| EXTENSION                      | Extension data for the contract event                                     |
| LEDGER\_SEQUENCE               | The sequence number of the ledger containing this event                   |
| LEDGER\_CLOSE\_TIME            | The close time of the ledger containing this event                        |
| LEDGER\_HASH                   | The hash of the ledger containing this event                              |
| TRANSACTION\_HASH              | The hash of the transaction that emitted this event                       |
| TRANSACTION\_INDEX             | The index of the transaction within the ledger                            |
| TRANSACTION\_RESULT            | The result code of the transaction that emitted this event                |
| TRANSACTION\_SUCCESSFUL        | Whether the transaction that emitted this event was successful            |
| UNIQUE\_ID                     | A unique identifier for this contract event                               |
| \_CREATED\_AT                  | Timestamp when this record was created                                    |
| \_UPDATED\_AT                  | Timestamp when this record was last updated                               |
