Skip to main content

Table Details

PropertyValue
Table Namestellar.raw.diagnostic_events_v2
Table StatusProduction-Ready
Unique Keyunique_id
Clustering Key(s)to_date("ledger_close_time")
Search Optimizationledger_sequence, transaction_hash, contract_id

Table Columns

Column NameData TypeDescription
contract_idVARCHAR(16777216)Soroban contract that emitted this diagnostic event.
topicsVARIANTArray of the event’s SCVal topics.
dataVARIANTThe event’s SCVal payload data.
event_typeVARCHAR(16777216)Type of the diagnostic event.
in_successful_contract_callBOOLEANTrue if this diagnostic event was emitted inside a successfully-executed Soroban contract call.
event_indexNUMBER(38,0)Index of this event within its transaction.
extensionVARCHAR(16777216)XDR extension data on this event, used for forward-compatible changes.
ledger_sequenceNUMBER(38,0)Sequence number of the ledger containing this event.
ledger_close_timeTIMESTAMP_NTZ(9)Time when the ledger containing this event closed and was finalized.
ledger_hashVARCHAR(16777216)Hash of the ledger containing this event.
transaction_hashVARCHAR(16777216)Hash of the transaction that emitted this event.
transaction_indexNUMBER(38,0)Position of the transaction within its ledger.
transaction_resultVARCHAR(16777216)Result code of the transaction that emitted this event.
transaction_successfulBOOLEANTrue if the transaction that emitted this event executed successfully.
unique_idVARCHAR(16777216)Deterministic unique identifier for this row.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.
transaction_eventsVARIANTArray of token-transfer and SEP-41 events emitted in the transaction.