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.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)Address of the Soroban contract that emitted this event.
topicsVARIANTArray of topic values for the event (for filtering/indexing), as JSON.
dataVARIANTEvent payload data, as JSON.
event_typeVARCHAR(16777216)Type of event (contract, system, diagnostic).
event_indexNUMBER(38,0)Position of this event within its transaction.
extensionVARCHAR(16777216)Reserved extension field, as JSON.
ledger_sequenceNUMBER(38,0)Sequence of the ledger containing this event.
ledger_close_timeTIMESTAMP_NTZ(9)Time the containing ledger was closed (Unix timestamp).
ledger_hashVARCHAR(16777216)Hash of the ledger containing this event.
transaction_hashVARCHAR(16777216)Hash of the transaction that produced this event.
transaction_indexNUMBER(38,0)Position of the transaction within its ledger.
transaction_resultVARCHAR(16777216)Result code of the parent transaction, as JSON.
transaction_successfulBOOLEANTrue if the parent transaction succeeded.
operation_indexNUMBER(38,0)Position of the operation that produced this event (null for tx-level events).
unique_idVARCHAR(16777216)A synthetic primary key for this event 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.