Move Calls
Chain
Dataset name
iota_rebased.raw_move_callsVersion
1.0.0Description
Metadata of Move Calls including module, package and more
Example data
| transaction_sequence_number | checkpoint_sequence_number | epoch | move_package | move_module | move_function |
|---|---|---|---|---|---|
| 75856410 | 17275767 | 45 | null | assets_bag | take_coin_balance |
| 75857482 | 17276010 | 45 | null | anchor | transition |
| 75861027 | 17276804 | 45 | null | anchor | transition |
Schema
| Column | Type |
|---|---|
| transaction_sequence_number | long |
| checkpoint_sequence_number | long |
| epoch | long |
| move_package | bytes |
| move_module | string |
| move_function | string |