Skip to main content

Tables

WXPL_Deposit_event

Deposit events for the WXPL (Wrapped XPL) token contract on Plasma chain, recording when users wrap native XPL tokens into the ERC-20 WXPL token. Tracks recipient addresses and deposit amounts in wei units for analyzing wrapping activity and token flows.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_dstSTRINGAddress of the account receiving tokens or assets in the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_wadSTRINGToken amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision.
in_dstin_wadaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
0xb68d6d933f7c14f6304927015de7b2021540cec4100000x6100e367285b01f48d07953803a2d8dca5d19873false014296432025-09-20T08:55:03.000Z0x36e7b7d3899c06663b4a6c3d3fe617e56d9a13569f164a710325a653fd81bd3e
0xb68d6d933f7c14f6304927015de7b2021540cec412000000000000000000x6100e367285b01f48d07953803a2d8dca5d19873false014298282025-09-20T08:58:08.000Z0x1fd46fd1f6a229339ce44476f920130a0ab5f672a8c31d468ab7167a8a8b57a6
0xcdca5d374e46a6dddab50bd2d9acb8c796ec35c33504802420929930630x6100e367285b01f48d07953803a2d8dca5d19873false314294792025-09-20T08:52:19.000Z0x24371dc7feae67ddf625d016ff88d0669c4d155acf5ccb02f18099992589d7b7
Query with partition filter
SELECT *
FROM `tt-contracts.wxpl_v1_plasma.WXPL_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WXPL_Withdrawal_event

Withdrawal events from the WXPL (Wrapped XPL) token contract on Plasma chain, recording when users unwrap tokens back to native XPL. Contains withdrawal amounts in wei (in_wad) and source addresses for tracking token redemption activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_srcSTRINGAddress of the account from which tokens or assets are being withdrawn or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_wadSTRINGToken amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision.
in_srcin_wadaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
0x000001ac4e512d670c34fedf6c71ce2f49fb160a237061860517914448960x6100e367285b01f48d07953803a2d8dca5d19873false026669302025-10-04T16:41:52.000Z0xf7b157f782b9afdba209fef97d54652fa64854c5f1067aa7a95a8aaa1b017b43
0x00c519079ec6e7dd237166b668a5c7b48bd466d9291727408745895118760x6100e367285b01f48d07953803a2d8dca5d19873false026103902025-10-04T00:59:32.000Z0x9f3491202143ac964f8071f9b5ff9da01f974cfa32f4423d0d77c6e1892bb2d0
0x0117ce17bc661d9bc331a328dc57c05d99b087d3475246244086317000100x6100e367285b01f48d07953803a2d8dca5d19873false326562802025-10-04T13:44:22.000Z0x3877da0791f45a6eb3858078c5f7a307b0872b3ab9ffd8ffff64076e4b9fa50d
Query with partition filter
SELECT *
FROM `tt-contracts.wxpl_v1_plasma.WXPL_Withdrawal_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100