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