Skip to main content

Tables

FungibleAsset_Deposit_event

Fungible asset deposit events from Movement blockchain, capturing token inflows to stores with amounts, destination addresses, and transaction metadata. Used for tracking token transfers, account funding activity, and analyzing fungible asset movement patterns across the network.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberINT64Sequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_storeSTRINGFungible asset store identifier where the asset is held. Hex-encoded, 0x-prefixed, 66-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
datain_storein_amountevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount”:“6339215285”,“store”:“0x457be4471eca3f29b72fb42437fd1a3f8809b6dd8b17dcdf9892e86f706d5635”}0x457be4471eca3f29b72fb42437fd1a3f8809b6dd8b17dcdf9892e86f706d563563392152850x1::fungible_asset::Deposit33337652025-04-06T00:04:41.906Z00xfb05715e07df2d2ebd7e41bae22fa583b6e875c45c8ac4f07ee64a74806f8fd10x00
{“amount”:“2109618400000000”,“store”:“0x8cdc53bff0ad90f2faaba266030720940c6545dd3efade542f8ec8f1f95fe4f2”}0x8cdc53bff0ad90f2faaba266030720940c6545dd3efade542f8ec8f1f95fe4f221096184000000000x1::fungible_asset::Deposit13337652025-04-06T00:04:41.906Z00xfb05715e07df2d2ebd7e41bae22fa583b6e875c45c8ac4f07ee64a74806f8fd10x00
{“amount”:“63392152”,“store”:“0xddc2f19addc95696cdc7e297b8823160ce965f5f01cea274fdd067a53da27366”}0xddc2f19addc95696cdc7e297b8823160ce965f5f01cea274fdd067a53da27366633921520x1::fungible_asset::Deposit53337652025-04-06T00:04:41.906Z00xfb05715e07df2d2ebd7e41bae22fa583b6e875c45c8ac4f07ee64a74806f8fd10x00
Query with partition filter
SELECT *
FROM `tt-contracts.movement_v1_movement.FungibleAsset_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FungibleAsset_Withdraw_event

Fungible asset withdrawal events from Movement blockchain’s native asset standard, recording token amounts and store addresses for each withdrawal transaction. Enables tracking of token outflows and account balance changes across the Movement network.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberINT64Sequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_storeSTRINGFungible asset store identifier where the asset is held. Hex-encoded, 0x-prefixed, 66-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
datain_storein_amountevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount”:“12540000”,“store”:“0x105fc9318064d66572ef5a268c847c3cc299d08a1ba4c9da540f3a80e5373f2d”}0x105fc9318064d66572ef5a268c847c3cc299d08a1ba4c9da540f3a80e5373f2d125400000x1::fungible_asset::Withdraw07280792025-05-06T11:37:28.580Z00x022eda37c6a8beb8163886bcc447b490d4ba7fab419e09301e84d4be8c00dcb40x00
{“amount”:“94500”,“store”:“0x10accabe3aa7a863800417b90e07863f95c86fc61fd200ad9005c5f5832e550a”}0x10accabe3aa7a863800417b90e07863f95c86fc61fd200ad9005c5f5832e550a945000x1::fungible_asset::Withdraw07271282025-05-06T10:00:25.743Z00x242e3a749b4a615f0357963a86ec2c297f5c6f6b19a7d60fc65406722c612dc50x00
{“amount”:“10000”,“store”:“0x10accabe3aa7a863800417b90e07863f95c86fc61fd200ad9005c5f5832e550a”}0x10accabe3aa7a863800417b90e07863f95c86fc61fd200ad9005c5f5832e550a100000x1::fungible_asset::Withdraw07271422025-05-06T10:02:55.071Z00x248dd66272640c78560444deb0d492c8c4c4ec7d589763bb4d49d3cab308bd040x00
Query with partition filter
SELECT *
FROM `tt-contracts.movement_v1_movement.FungibleAsset_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100