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

# Event Logs

### Table Details

| Property            | Value                                      |
| ------------------- | ------------------------------------------ |
| Table Name          | `near.raw.event_logs`                      |
| Table Status        | Production-Ready                           |
| Unique Key          | `transaction_block_timestamp`, `unique_id` |
| Clustering Key(s)   | `transaction_block_timestamp::date`        |
| Search Optimization | `event_name`                               |

### Table Columns

| Column Name                   | Data Type          | Description                                                                                                                                                                           |
| ----------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| log\_index                    | NUMBER(38,0)       | Zero-based position of this event log within its transaction. The first log emitted by a transaction has index 0.                                                                     |
| log\_data                     | VARCHAR(134217728) | Raw log data emitted by a NEAR contract execution.                                                                                                                                    |
| event\_json                   | VARIANT            | JSON-encoded NEP-standard event emitted by a NEAR contract.                                                                                                                           |
| event\_data                   | VARIANT            | The data of the event.                                                                                                                                                                |
| event\_name                   | VARCHAR(134217728) | Source SettlementPool event name: Deposited or Withdrawn.                                                                                                                             |
| event\_standard               | VARCHAR(134217728) | The standard of the event.                                                                                                                                                            |
| event\_version                | VARCHAR(134217728) | The version of the event.                                                                                                                                                             |
| executor\_id                  | VARCHAR(134217728) | Account ID of the contract or account that executed this receipt.                                                                                                                     |
| signer\_id                    | VARCHAR(134217728) | The address of the transaction signer.                                                                                                                                                |
| receiver\_id                  | VARCHAR(134217728) | The address of the transaction receiver.                                                                                                                                              |
| receipt\_outcome\_index       | VARCHAR(134217728) | Index of the receipt outcome within the receipt.                                                                                                                                      |
| id                            | VARCHAR(134217728) | Unique identifier for this record within its dataset. The specific uniqueness scope (e.g. pool, position, market) depends on the model.                                               |
| receipt\_ids                  | VARCHAR(134217728) | Array of receipt IDs created by this transaction.                                                                                                                                     |
| status                        | VARCHAR(134217728) | Execution result of this record. For EVM: `1` (success) or `0` (failure/revert). For other chains, may be a string such as `success` or `failed`.                                     |
| success                       | BOOLEAN            | Boolean flag indicating whether the transaction executed successfully. True = succeeded, false = failed or reverted.                                                                  |
| transaction\_hash             | VARCHAR(134217728) | Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain.                                                                           |
| transaction\_index            | VARCHAR(134217728) | Zero-based position of the transaction within its block. The first transaction in a block has index 0.                                                                                |
| transaction\_block\_timestamp | TIMESTAMP\_NTZ(9)  | Timestamp of the block containing this NEAR transaction.                                                                                                                              |
| transaction\_block\_height    | VARCHAR(134217728) | Block height of the Sui transaction block within its checkpoint.                                                                                                                      |
| transaction\_block\_hash      | VARCHAR(134217728) | Hash of the block containing this NEAR transaction.                                                                                                                                   |
| block\_hash                   | VARCHAR(134217728) | Cryptographic hash of the block header that contains this record. Uniquely identifies a block.                                                                                        |
| unique\_id                    | VARCHAR(134217728) | Allium's deterministic unique identifier for this row. Generated from the fields that uniquely identify the record (e.g. transaction hash + log index). Stable across full refreshes. |
| \_ingested\_at                | TIMESTAMP\_NTZ(9)  | Ingestion timestamp for the row.                                                                                                                                                      |
| \_created\_at                 | TIMESTAMP\_NTZ(9)  | Timestamp of when the entry was created in the database.                                                                                                                              |
| \_updated\_at                 | TIMESTAMP\_NTZ(9)  | Timestamp of when the entry was last updated in the database.                                                                                                                         |
