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
Column | Type | Description |
---|---|---|
transaction_digest | string | Hash of the transaction containing this move call |
checkpoint | decimal(20,0) | Checkpoint sequence number containing this move call |
epoch | decimal(20,0) | Epoch number when the move call was executed |
timestamp_ms | decimal(20,0) | Unix timestamp in milliseconds when the move call was executed |
date | date | Date of when the move call was executed |
package | binary | Binary representation of the package ID containing the called function |
module | string | Name of the module containing the called function |
function | string | Name of the called function |
_updated_at | timestamp | Last time the record was updated |
_ingested_at | timestamp | Time when the record was ingested |