Movement Raw User Transactions
Chain
Dataset name
movement_mainnet.raw_user_transactionsVersion
1.0.0Description
One row per user transaction — sender, gas params, timestamp, and the decoded entry function (contract / module / function).
Example data
| version | block_height | parent_signature_type | sender | sequence_number | max_gas_amount | expiration_timestamp_secs | gas_unit_price | timestamp | entry_function_id_str | inserted_at | epoch | entry_function_contract_address | entry_function_module_name | entry_function_function_name | replay_protection_nonce |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 84992426 | 32646865 | ed25519_signature | 0x1399574d614161578a78d42301da344b03f608d066e868b3537db4acbf7f5e1f | 17595 | <3Áud | 1772106123000 | kÇ^-c | 1772106103123 | 0x6360db298cb2068064ab89b4c27c1df3e26971994d40f2d7ccf6f8f8e6808607::regular_v4_entry::perform_upkeep | 1781690711119 | 10777426 | 0x6360db298cb2068064ab89b4c27c1df3e26971994d40f2d7ccf6f8f8e6808607 | regular_v4_entry | perform_upkeep | null |
| 84993971 | 32647614 | ed25519_signature | 0x434f9fd406144e98e84beba587381fbf14b1c535409762303e55b7decb06c0e9 | 437 | *ZÂí | 1772106346000 | kÇ^-c | 1772106325999 | 0x2712eba673b52416fa5f11504ff70d3f9e48edff9c32f2201f1468c27ed3fe04::router::swap_exact_in_router_entry | 1781690711180 | 10777426 | 0x2712eba673b52416fa5f11504ff70d3f9e48edff9c32f2201f1468c27ed3fe04 | router | swap_exact_in_router_entry | null |
| 84992736 | 32647014 | ed25519_signature | 0x17c4348ec1a347b57e9228a061c62fff627af2695f4a878d7c2e5092f5c7af29 | 1214 | 1772106221000 | kÇ^-c | 1772106146413 | 0x2712eba673b52416fa5f11504ff70d3f9e48edff9c32f2201f1468c27ed3fe04::router::swap_exact_in_router_entry | 1781690711131 | 10777426 | 0x2712eba673b52416fa5f11504ff70d3f9e48edff9c32f2201f1468c27ed3fe04 | router | swap_exact_in_router_entry | null |
Schema
| Column | Type |
|---|---|
| version | long |
| block_height | long |
| parent_signature_type | string |
| sender | string |
| sequence_number | long |
| max_gas_amount | decimal |
| expiration_timestamp_secs | timestamp-millis |
| gas_unit_price | decimal |
| timestamp | timestamp-millis |
| entry_function_id_str | string |
| inserted_at | timestamp-millis |
| epoch | long |
| entry_function_contract_address | string |
| entry_function_module_name | string |
| entry_function_function_name | string |
| replay_protection_nonce | decimal |