Movement Raw Table Items
Chain
Dataset name
movement_mainnet.raw_table_itemsVersion
1.0.0Description
Append-only change log of Move global-storage table entries — decoded_key, decoded_value, is_deleted per write.
Example data
| key | transaction_version | write_set_change_index | transaction_block_height | table_handle | decoded_key | decoded_value | is_deleted | inserted_at |
|---|---|---|---|---|---|---|---|---|
| 0x06040000 | 156221484 | 5 | 66391030 | 0x38ff67f17cf7998cd41ed5267b52cff7af37d06a22e8b390ce44b69680fc0e97 | 1030 | {"hash": "0xa979c12edcd841b7fbf3bc525362cd3087be07f04ae979e5ad334c3a24818b56", "epoch": "10778750", "round": "8302", "height": "66391030", "proposer": "0x830bfd0cd58b06dc938d409b6f3bc8ee97818ffcf9b32d714c068454afb644c7", "time_microseconds": "1781620757871756", "failed_proposer_indices": [], "previous_block_votes_bitvec": "0xd0"} | false | 1781620760734 |
| 0xfe030000 | 156221467 | 5 | 66391022 | 0x38ff67f17cf7998cd41ed5267b52cff7af37d06a22e8b390ce44b69680fc0e97 | 1022 | {"hash": "0xcbe94f8d085184debe15bb53f77265cbe5a3f55725bde7c7a7c3457b38df7ea2", "epoch": "10778750", "round": "8294", "height": "66391022", "proposer": "0xccba2d929183a642f64d10d27bae0947c112ed7f5427ca3c64a1f0dd0b4b76ea", "time_microseconds": "1781620755835389", "failed_proposer_indices": [], "previous_block_votes_bitvec": "0xd0"} | false | 1781620760734 |
| 0x0f040000 | 156221505 | 5 | 66391039 | 0x38ff67f17cf7998cd41ed5267b52cff7af37d06a22e8b390ce44b69680fc0e97 | 1039 | {"hash": "0x8e7aa495d49fc95ec3adae097da0373577bb42ebe0dfdcc83d6b683ac9aadd40", "epoch": "10778750", "round": "8311", "height": "66391039", "proposer": "0x830bfd0cd58b06dc938d409b6f3bc8ee97818ffcf9b32d714c068454afb644c7", "time_microseconds": "1781620759992131", "failed_proposer_indices": [], "previous_block_votes_bitvec": "0xd0"} | false | 1781620760734 |
Schema
| Column | Type |
|---|---|
| key | string |
| transaction_version | long |
| write_set_change_index | long |
| transaction_block_height | long |
| table_handle | string |
| decoded_key | string |
| decoded_value | string |
| is_deleted | boolean |
| inserted_at | timestamp-millis |