Movement Raw Events
Chain
Dataset name
movement_mainnet.raw_eventsVersion
1.0.0Description
Raw event data emitted by contracts on the Movement chain, including event type and associated data.
Example data
| sequence_number | creation_number | account_address | transaction_version | transaction_block_height | type | data | inserted_at | event_index | indexed_type |
|---|---|---|---|---|---|---|---|---|---|
| 285181 | 3 | 0x0000000000000000000000000000000000000000000000000000000000000001 | 1026629 | 285181 | 0x1::block::NewBlockEvent | {"hash": "0xd6dc567e49692490421c8f72f383ef69608678d7e2e2c7475e0c89713c79b358", "epoch": "278878", "round": "0", "height": "285181", "proposer": "0xd1126ce48bd65fb72190dbd9a6eaa65ba973f1e1664ac0cfba4db1d071fd0c36", "time_microseconds": "1743366728040929", "failed_proposer_indices": [], "previous_block_votes_bitvec": "0x"} | 1743366731619 | 1 | 0x1::block::NewBlockEvent |
| 0 | 0 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1026630 | 285181 | 0x1::coin::CoinWithdraw | {"amount": "31200", "account": "0xde58132834d8824487e578a69e8e73bf96c9cd835637f765832057b78eee0db0", "coin_type": "0x1::aptos_coin::AptosCoin"} | 1743366731619 | 0 | 0x1::coin::CoinWithdraw |
| 0 | 0 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1026633 | 285182 | 0x1::transaction_fee::FeeStatement | {"io_gas_units": "21", "storage_fee_octas": "0", "execution_gas_units": "128", "total_charge_gas_units": "149", "storage_fee_refund_octas": "0"} | 1743366735838 | 4 | 0x1::transaction_fee::FeeStatement |
Schema
| Column | Type |
|---|---|
| sequence_number | long |
| creation_number | long |
| account_address | string |
| transaction_version | long |
| transaction_block_height | long |
| type | string |
| data | string |
| inserted_at | timestamp-millis |
| event_index | long |
| indexed_type | string |