Table Description

Contains information about Move packages deployed on the Sui blockchain. Move packages are collections of Move modules that define smart contracts and their functionality. This table tracks package deployments, updates, and metadata. This table is partitioned by date.

Column Descriptions

ColumnTypeDescription
package_idbinaryBinary representation of the unique identifier of the Move package
checkpointdecimal(20,0)Checkpoint sequence number containing this package operation
epochdecimal(20,0)Epoch number when the package was deployed/updated
timestamp_msdecimal(20,0)Unix timestamp in milliseconds when the package was deployed/updated
datedateDate of when the package was deployed/updated
bcsstringBinary Canonical Serialization of the package data
transaction_digeststringHash of the transaction that deployed/updated this package
package_versiondecimal(20,0)Version number of the package
original_package_idbinaryBinary representation of the original package ID (for upgrades)
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