Table description

Captures all smart contract events and traces, with details on contract execution.

Column Descriptions

ColumnDescriptionType
closed_at_dateThe date when the contract event entry was closed.date
transaction_hashThe hash of the transaction associated with the contract event, in binary format.varbinary
transaction_idThe unique identifier for the transaction related to the contract event.bigint
successfulIndicates whether the transaction associated with the contract event was successful.boolean
in_successful_contract_callIndicates whether the event occurred during a successful contract call.boolean
contract_idThe unique identifier for the smart contract that emitted the event.varchar
typeThe numeric representation of the event type.bigint
type_stringThe string description of the event type.varchar
topicsEncoded topics related to the contract event, typically used for filtering and categorizing events.varchar
topics_decodedHuman-readable or decoded topics related to the contract event.varchar
dataThe data associated with the contract event, often related to the state changes or values in the contract.varchar
data_decodedA human-readable or decoded version of the event data.varchar
contract_event_xdrThe raw XDR (External Data Representation) format of the contract event.varchar
closed_atThe timestamp when the contract event entry was closed.timestamp(3) with time zone
ledger_sequenceThe sequence number of the ledger in which the contract event is included.bigint
updated_atThe time when the contract event record was last updated.timestamp(3) with time zone
ingested_atThe time when the contract event data was ingested into the system.timestamp(3) with time zone

Table Sample