Objects
Chain
Dataset name
iota_rebased_testnet.raw_objectsVersion
1.0.0Description
Historical change log of Aptos Objects (which back NFTs, FA stores, resources) — one row per write-set change, with owner and transfer flags.
Example data
| object_id | object_version | object_digest | owner_type | owner_id | object_type | object_type_package | object_type_module | object_type_name | serialized_object | coin_type | coin_balance | df_kind |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 224615208 | 0´ | 1 | 0 | 0x0000000000000000000000000000000000000000000000000000000000000002::coin::Coin<0x0000000000000000000000000000000000000000000000000000000000000002::iota::IOTA> | coin | Coin | 0x0000000000000000000000000000000000000000000000000000000000000002::iota::IOTA | 10000000000 | null | ||
| 0 | 224615203 | 0 | 1 | 0 | 0x0000000000000000000000000000000000000000000000000000000000000002::coin::Coin<0x0000000000000000000000000000000000000000000000000000000000000002::iota::IOTA> | coin | Coin | 0x0000000000000000000000000000000000000000000000000000000000000002::iota::IOTA | 10000000000 | null | ||
| 0 | 254790659 | 0 | 1 | 0 | 0x0000000000000000000000000000000000000000000000000000000000000003::staking_pool::StakedIota | staking_pool | StakedIota | null | null | null |
Schema
| Column | Type |
|---|---|
| object_id | bytes |
| object_version | long |
| object_digest | bytes |
| owner_type | int |
| owner_id | bytes |
| object_type | string |
| object_type_package | bytes |
| object_type_module | string |
| object_type_name | string |
| serialized_object | bytes |
| coin_type | string |
| coin_balance | long |
| df_kind | int |