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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_height | INT64 | Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block. |
sequence_number | INT64 | Sequential 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_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
event_type | STRING | Fully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
event_guid_account_address | STRING | Account address component of the eventβs globally unique identifier. Hex-encoded string with 0x prefix. |
event_guid_creation_number | INT64 | Creation number component of the eventβs globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address. |
data | JSON | Raw 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_store | STRING | Fungible asset store identifier where the asset is held. Hex-encoded, 0x-prefixed, 66-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| data | in_store | in_amount | event_type | event_index | block_height | block_timestamp | sequence_number | transaction_hash | event_guid_account_address | event_guid_creation_number |
|---|---|---|---|---|---|---|---|---|---|---|
| {βamountβ:β6339215285β,βstoreβ:β0x457be4471eca3f29b72fb42437fd1a3f8809b6dd8b17dcdf9892e86f706d5635β} | 0x457be4471eca3f29b72fb42437fd1a3f8809b6dd8b17dcdf9892e86f706d5635 | 6339215285 | 0x1::fungible_asset::Deposit | 3 | 333765 | 2025-04-06T00:04:41.906Z | 0 | 0xfb05715e07df2d2ebd7e41bae22fa583b6e875c45c8ac4f07ee64a74806f8fd1 | 0x0 | 0 |
| {βamountβ:β2109618400000000β,βstoreβ:β0x8cdc53bff0ad90f2faaba266030720940c6545dd3efade542f8ec8f1f95fe4f2β} | 0x8cdc53bff0ad90f2faaba266030720940c6545dd3efade542f8ec8f1f95fe4f2 | 2109618400000000 | 0x1::fungible_asset::Deposit | 1 | 333765 | 2025-04-06T00:04:41.906Z | 0 | 0xfb05715e07df2d2ebd7e41bae22fa583b6e875c45c8ac4f07ee64a74806f8fd1 | 0x0 | 0 |
| {βamountβ:β63392152β,βstoreβ:β0xddc2f19addc95696cdc7e297b8823160ce965f5f01cea274fdd067a53da27366β} | 0xddc2f19addc95696cdc7e297b8823160ce965f5f01cea274fdd067a53da27366 | 63392152 | 0x1::fungible_asset::Deposit | 5 | 333765 | 2025-04-06T00:04:41.906Z | 0 | 0xfb05715e07df2d2ebd7e41bae22fa583b6e875c45c8ac4f07ee64a74806f8fd1 | 0x0 | 0 |
Example Query
Example Query
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_height | INT64 | Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block. |
sequence_number | INT64 | Sequential 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_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
event_type | STRING | Fully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
event_guid_account_address | STRING | Account address component of the eventβs globally unique identifier. Hex-encoded string with 0x prefix. |
event_guid_creation_number | INT64 | Creation number component of the eventβs globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address. |
data | JSON | Raw 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_store | STRING | Fungible asset store identifier where the asset is held. Hex-encoded, 0x-prefixed, 66-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| data | in_store | in_amount | event_type | event_index | block_height | block_timestamp | sequence_number | transaction_hash | event_guid_account_address | event_guid_creation_number |
|---|---|---|---|---|---|---|---|---|---|---|
| {βamountβ:β12540000β,βstoreβ:β0x105fc9318064d66572ef5a268c847c3cc299d08a1ba4c9da540f3a80e5373f2dβ} | 0x105fc9318064d66572ef5a268c847c3cc299d08a1ba4c9da540f3a80e5373f2d | 12540000 | 0x1::fungible_asset::Withdraw | 0 | 728079 | 2025-05-06T11:37:28.580Z | 0 | 0x022eda37c6a8beb8163886bcc447b490d4ba7fab419e09301e84d4be8c00dcb4 | 0x0 | 0 |
| {βamountβ:β94500β,βstoreβ:β0x10accabe3aa7a863800417b90e07863f95c86fc61fd200ad9005c5f5832e550aβ} | 0x10accabe3aa7a863800417b90e07863f95c86fc61fd200ad9005c5f5832e550a | 94500 | 0x1::fungible_asset::Withdraw | 0 | 727128 | 2025-05-06T10:00:25.743Z | 0 | 0x242e3a749b4a615f0357963a86ec2c297f5c6f6b19a7d60fc65406722c612dc5 | 0x0 | 0 |
| {βamountβ:β10000β,βstoreβ:β0x10accabe3aa7a863800417b90e07863f95c86fc61fd200ad9005c5f5832e550aβ} | 0x10accabe3aa7a863800417b90e07863f95c86fc61fd200ad9005c5f5832e550a | 10000 | 0x1::fungible_asset::Withdraw | 0 | 727142 | 2025-05-06T10:02:55.071Z | 0 | 0x248dd66272640c78560444deb0d492c8c4c4ec7d589763bb4d49d3cab308bd04 | 0x0 | 0 |
Example Query
Example Query
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