Table Description

Contains data about wrapped objects on the Sui blockchain. Wrapped objects are objects that have been wrapped by another object, creating a hierarchical ownership structure. This table tracks the wrapping relationships and metadata. This table is partitioned by date.

Column Descriptions

ColumnTypeDescription
object_idbinaryBinary representation of the unique identifier of the wrapped object
root_object_idbinaryBinary representation of the unique identifier of the root object that contains this wrapped object
root_object_versiondecimal(20,0)Version of the root object
checkpointdecimal(20,0)Checkpoint sequence number containing this wrapping operation
epochdecimal(20,0)Epoch number when the object was wrapped
timestamp_msdecimal(20,0)Unix timestamp in milliseconds when the object was wrapped
datedateDate of when the object was wrapped
json_pathstringJSON path to the wrapped object within the root object
struct_tagstringStruct tag of the wrapped object
_updated_attimestampLast time the record was updated
_ingested_attimestampTime when the record was ingested

Table Sample