Skip to main content

Tables

FungibleAsset_Deposit_event

Fungible asset deposit events on Aptos blockchain, capturing inbound token transfers to store addresses with amounts and transaction metadata. Used for tracking asset flows, wallet funding activity, and token movement patterns across the Aptos ecosystem.
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_numberSTRINGSequential 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”:“359017074364”,“store”:“0xab53f965096b3d784e335f42dafe434d3f202d887242284cc1e8ae2ef005b781”}0xab53f965096b3d784e335f42dafe434d3f202d887242284cc1e8ae2ef005b7813590170743640x1::fungible_asset::Deposit72159196702024-08-20T00:00:26.652Z00xf0391d7b0aed277f9b25403697d05fcecc052f4357becd5cfa91ec906d7619050x00
{“amount”:“465576185449”,“store”:“0x1eaaa826d59ce42eb1a7c8b19e10168d7e9e7104df2ce1c77f857fd6abdd337e”}0x1eaaa826d59ce42eb1a7c8b19e10168d7e9e7104df2ce1c77f857fd6abdd337e4655761854490x1::fungible_asset::Deposit72159196712024-08-20T00:00:26.838Z00xae4daea7cc1f48e226b1c185ea858550a0f6c16d17a45c6fb04583bdbf9d859b0x00
{“amount”:“391292686643”,“store”:“0x51bc6c8bec641c4fa84fdb0cd15b232adb2574fcfbf430230ed74655b839ed8e”}0x51bc6c8bec641c4fa84fdb0cd15b232adb2574fcfbf430230ed74655b839ed8e3912926866430x1::fungible_asset::Deposit72159196712024-08-20T00:00:26.838Z00x9dc85efbfb83b5ebe85252823e1980407b59420710f104a5294e505bf22530580x00
Query with partition filter
SELECT *
FROM `tt-contracts.aptos.FungibleAsset_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FungibleAsset_Withdraw_event

Withdrawal events for fungible assets on Aptos blockchain, capturing token removals from specific storage addresses with withdrawal amounts and store identifiers. Used for tracking asset outflows and analyzing token movement patterns across accounts.
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_numberSTRINGSequential 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”:“1”,“store”:“0x9b8424288ddbfc83bf9f2b71cb22589d07794accb9c877846b9225db656aa515”}0x9b8424288ddbfc83bf9f2b71cb22589d07794accb9c877846b9225db656aa51510x1::fungible_asset::Withdraw02656799382024-12-16T22:08:57.389Z00xaa66f0974df10daf09cf463a8014753f24dbaecdf357e1e5ac8d901ee67aafef0x00
{“amount”:“1”,“store”:“0x60832bc617a1ad410f5cf0f5abad80bc488d7757e003f2d27ad36b02b3d4415c”}0x60832bc617a1ad410f5cf0f5abad80bc488d7757e003f2d27ad36b02b3d4415c10x1::fungible_asset::Withdraw02654711772024-12-16T09:46:35.777Z00xd739114f9ccfa63aa5e06d551032ab987f2b007ac16ae305360f6cf8c2c5b1310x00
{“amount”:“1”,“store”:“0x44059bdb102e7c40adb4347c5896617f97ff17c74d12e7deb78e8b3c363537c7”}0x44059bdb102e7c40adb4347c5896617f97ff17c74d12e7deb78e8b3c363537c710x1::fungible_asset::Withdraw02653741542024-12-16T04:01:23.593Z00x109d02eee657a2b229207a85713b9804786f2c2a51b5c178685347038923f27f0x00
Query with partition filter
SELECT *
FROM `tt-contracts.aptos.FungibleAsset_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100