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