Move Calls
Chain
Dataset name
iota_rebased_testnet.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 |
|---|---|---|---|---|---|
| 284157716 | 62382756 | 162 | 0 | artwork_nft | mint_artwork_nft |
| 284220721 | 62396349 | 162 | iota_system | request_add_stake | |
| 284220503 | 62396301 | 162 | iota_system | request_add_stake |
Schema
| Column | Type |
|---|---|
| transaction_sequence_number | long |
| checkpoint_sequence_number | long |
| epoch | long |
| move_package | bytes |
| move_module | string |
| move_function | string |