Table Description

Contains data about Move function calls executed on the Sui blockchain. This table tracks all smart contract function invocations, including the package, module, and function details. This table is partitioned by date.

Column Descriptions

ColumnTypeDescription
transaction_digeststringHash of the transaction containing this move call
checkpointdecimal(20,0)Checkpoint sequence number containing this move call
epochdecimal(20,0)Epoch number when the move call was executed
timestamp_msdecimal(20,0)Unix timestamp in milliseconds when the move call was executed
datedateDate of when the move call was executed
packagebinaryBinary representation of the package ID containing the called function
modulestringName of the module containing the called function
functionstringName of the called function
_updated_attimestampLast time the record was updated
_ingested_attimestampTime when the record was ingested

Table Sample