Table Description

Contains data about objects that are involved in transactions on the Sui blockchain. This table tracks which objects are read, written, or deleted in each transaction, providing a comprehensive view of object interactions. This table is partitioned by date.

Column Descriptions

ColumnTypeDescription
object_idbinaryBinary representation of the unique identifier of the object
versiondecimal(20,0)Version of the object in this transaction
transaction_digeststringHash of the transaction
checkpointdecimal(20,0)Checkpoint sequence number containing this transaction
epochdecimal(20,0)Epoch number when the transaction was executed
timestamp_msdecimal(20,0)Unix timestamp in milliseconds when the transaction was executed
datedateDate of when the transaction was executed
input_kindstringKind of input for this object (e.g., “Input”, “SharedInput”, “Receiving”)
object_statusstringStatus of the object (e.g., “Created”, “Mutated”, “Deleted”, “Unchanged”)
_updated_attimestampLast time the record was updated
_ingested_attimestampTime when the record was ingested

Table Sample