Table Description

Contains event data emitted by smart contracts and system operations on the Sui blockchain. Events provide a way for smart contracts to communicate state changes and important information to external systems. This table is partitioned by date.

Column Descriptions

ColumnTypeDescription
transaction_digeststringHash of the transaction that emitted this event
event_indexdecimal(20,0)Index/sequence number of the event within the transaction
checkpointdecimal(20,0)Checkpoint sequence number containing this event
epochdecimal(20,0)Epoch number when the event was emitted
timestamp_msdecimal(20,0)Unix timestamp in milliseconds when the event was emitted
datedateDate of when the event was emitted
senderbinaryBinary representation of the sender address
packagebinaryBinary representation of the package ID that emitted the event
modulestringModule name that emitted the event
event_typestringType of the event (e.g., TransferObject, CoinBalanceChange)
bcsstringBinary Canonical Serialization of the event data
event_jsonstringJSON representation of the event data
bcs_lengthdecimal(20,0)Length of the BCS data in bytes
_updated_attimestampLast time the record was updated
_ingested_attimestampTime when the record was ingested

Table Sample