Movement Historical Token Ownership
Chain
Dataset name
movement.raw_token_ownerships_v2Version
1.0.0Description
Historical ownership details for tokens including owner address and amount.
Example data
| token_data_id | property_version_v1 | owner_address | storage_id | amount | table_type_v1 | token_properties_mutated_v1 | is_soulbound_v2 | token_standard | is_fungible_v2 | last_transaction_version | last_transaction_timestamp | inserted_at | non_transferrable_by_owner |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x22df812d042fa14044bf435cadb1b242a527e31e23550107d9d9ddffc46b6482 | 0x000000000000000000000000000000000000000000000000000000000a550c18 | 0x22df812d042fa14044bf435cadb1b242a527e31e23550107d9d9ddffc46b6482 | null | null | true | v2 | null | 218 | 1734304544126 | 1743412542881 | true | ||
| 0x3c777645e7150718271344eb31bb8b19e8f92dd63fdefb1cf223aeae1ecad244 | 0xdc5a23ce7d9133d9e5ad2c33cfbeca042327a091d5dfaa742de1dec9bf70cc26 | 0x3c777645e7150718271344eb31bb8b19e8f92dd63fdefb1cf223aeae1ecad244 | à¶³§d | null | null | true | v2 | null | 218 | 1734304544126 | 1743412542881 | true | |
| 0x3cd6cffc05760a780c57575d918666c762f8c041ddb985cccf0c6a7e6d9b295d | 0x343de850e2bc28b2b3370160dbd63d52202d18792254735063c1bbefdb62ddc2 | 0x3cd6cffc05760a780c57575d918666c762f8c041ddb985cccf0c6a7e6d9b295d | à¶³§d | null | null | true | v2 | null | 216 | 1734304544126 | 1743412542881 | true |
Schema
| Column | Type |
|---|---|
| token_data_id | string |
| property_version_v1 | decimal |
| owner_address | string |
| storage_id | string |
| amount | decimal |
| table_type_v1 | string |
| token_properties_mutated_v1 | string |
| is_soulbound_v2 | boolean |
| token_standard | string |
| is_fungible_v2 | boolean |
| last_transaction_version | long |
| last_transaction_timestamp | timestamp-millis |
| inserted_at | timestamp-millis |
| non_transferrable_by_owner | boolean |