Movement Raw Fungible Asset Activities
Chain
Dataset name
movement_mainnet.raw_fungible_asset_activitiesVersion
1.0.0Description
Per-event ledger of all coin/FA movement — transfers, mints, burns, and gas fees. Amount is in base units.
Example data
| transaction_version | event_index | owner_address | storage_id | asset_type | is_frozen | amount | type | is_gas_fee | gas_fee_payer_address | is_transaction_success | entry_function_id_str | block_height | token_standard | transaction_timestamp | inserted_at | storage_refund_amount |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 156787131 | 8 | 0xd2591ee1296e58ebdda370ab56306fcae78d358d36eaee81c3d9dc9d0b907f42 | 0x78fc3039291a2a0443cd2a3c180f3b5cd82e8e56f1a5a5199a60913589d00ea2 | 0xba11833544a2f99eec743f41a228ca6ffa7f13c3b6b04681d5a79a8b75ff225e | null | 0x1::fungible_asset::Deposit | false | null | true | 0x46566b4a16a1261ab400ab5b9067de84ba152b5eb4016b217187f2a2ca980c5a::scripts::swap_exact_coin_for_fa_multi_hops | 66655041 | v2 | 1781690718000 | 1781690718628 | ||
| 156787116 | -1 | 0x889d2c7a934560b28892cfb4cb0c575029663ce3a6285776dd5d30e48cf8a8d7 | 0xbaf6acbf733f3cd786a5b7200cf485f738813e93d01b0933f99ea6e81ad719e3 | 0x1::aptos_coin::AptosCoin | null | 0©{£ck= | 0x1::aptos_coin::GasFeeEvent | true | null | true | 0xc85e095d7dbaab7ce22c3b1f18623ff4ab3b95887d08389a4a644c894a22585::conditional_tokens::redeem_positions | 66655035 | v1 | 1781690717000 | 1781690718628 | |
| 156787121 | 5 | 0xba839d511dcc18d162d24c1b21361b7216520dcb189a5b6e01bf828a5016e9eb | 0x6f1d7dd7f9cb7ac4a1ed2f3a9d3b6ac77cdcd9f7f0c13776753bbba2864aa29a | 0x000000000000000000000000000000000000000000000000000000000000000a | null | Oåâ.ô | 0x1::fungible_asset::Deposit | false | null | true | 0x46566b4a16a1261ab400ab5b9067de84ba152b5eb4016b217187f2a2ca980c5a::scripts::swap_exact_coin_for_fa_multi_hops | 66655037 | v2 | 1781690717000 | 1781690718628 |
Schema
| Column | Type |
|---|---|
| transaction_version | long |
| event_index | long |
| owner_address | string |
| storage_id | string |
| asset_type | string |
| is_frozen | boolean |
| amount | decimal |
| type | string |
| is_gas_fee | boolean |
| gas_fee_payer_address | string |
| is_transaction_success | boolean |
| entry_function_id_str | string |
| block_height | long |
| token_standard | string |
| transaction_timestamp | timestamp-millis |
| inserted_at | timestamp-millis |
| storage_refund_amount | decimal |