Skip to main content

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.

Table Details

PropertyValue
Table Namestellar_testnet.raw.diagnostic_events
Table StatusBeta 🌱
Unique Keyledger_close_time, unique_id
Clustering Key(s)to_date("ledger_close_time")
Search Optimizationledger_sequence, transaction_hash, contract_id

Table Columns

Column NameData TypeDescription
contract_idVARCHAR(16777216)The ID of the smart contract that generated this diagnostic event
topicsVARIANTArray of topics associated with this diagnostic event
dataVARIANTThe diagnostic event data in hexadecimal format
event_typeVARCHAR(16777216)The type of diagnostic event
in_successful_contract_callBOOLEANWhether this diagnostic event was generated during a successful contract call
event_indexNUMBER(38,0)The index of this diagnostic event within the transaction
extensionVARCHAR(16777216)Extension data for the diagnostic event
ledger_sequenceNUMBER(38,0)The sequence number of the ledger containing this diagnostic event
ledger_close_timeTIMESTAMP_NTZ(9)The close time of the ledger containing this diagnostic event
ledger_hashVARCHAR(16777216)The hash of the ledger containing this diagnostic event
transaction_hashVARCHAR(16777216)The hash of the transaction that generated this diagnostic event
transaction_indexNUMBER(38,0)The index of the transaction within the ledger
transaction_resultVARCHAR(16777216)The result code of the transaction that generated this diagnostic event
transaction_successfulBOOLEANWhether the transaction that generated this diagnostic event was successful
unique_idVARCHAR(16777216)A unique identifier for this diagnostic event
transaction_eventsVARIANTList of Soroban transaction-scoped events emitted during transaction execution, as JSON. These are events not tied to a specific operation (e.g. fee events, transaction-level state changes).
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated