Movement Token Activities
Chain
Dataset name
movement.raw_token_activities_v2Version
1.0.0Description
Records of activities involving tokens following the V2 standard, such as mints and transfers.
Example data
| transaction_version | event_index | event_account_address | token_data_id | property_version_v1 | type | from_address | to_address | token_amount | before_value | after_value | entry_function_id_str | token_standard | is_fungible_v2 | transaction_timestamp | inserted_at |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 220 | 84 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x89f71b866e312b3ebbeb7342a27019e67a04e5f3a4f9a0bb2b911cb4f71b0e78 | 0x4::collection::MintEvent | 0x0015659e89bcae21add400899b41b02f05e9f724877e7046aceae218bb9403c3 | null | 0 | null | null | 0xa550c18::soulbound_nft::create_accounts_and_mint_nfts | v2 | null | 1734304544126 | 1743412543185 | |
| 220 | 100 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0xe141da418a73da8d87362d967bdb0e5a36467ef5eedd06a284571d9f313969ce | 0x4::collection::MintEvent | 0xda442d7d82703abe0fe31f2b347c2fa370d26814c252ea95d462e4f6273a916a | null | 0 | null | null | 0xa550c18::soulbound_nft::create_accounts_and_mint_nfts | v2 | null | 1734304544126 | 1743412543185 | |
| 220 | 148 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x20140e93e5f1e0029fb555c613ad37c49ee5bb803ace666d2e24991adc34a01e | 0x4::collection::MintEvent | 0x423387692ff4d7ebeffe8691e39f935b89e6c5e789d4262b84f74fc12f9d254b | null | 0 | null | null | 0xa550c18::soulbound_nft::create_accounts_and_mint_nfts | v2 | null | 1734304544126 | 1743412543185 |
Schema
| Column | Type |
|---|---|
| transaction_version | long |
| event_index | long |
| event_account_address | string |
| token_data_id | string |
| property_version_v1 | decimal |
| type | string |
| from_address | string |
| to_address | string |
| token_amount | decimal |
| before_value | string |
| after_value | string |
| entry_function_id_str | string |
| token_standard | string |
| is_fungible_v2 | boolean |
| transaction_timestamp | timestamp-millis |
| inserted_at | timestamp-millis |