Skip to main content

Tables

WXDC9_Deposit_event

Deposit events from the WXDC (Wrapped XDC) token contract on XDC Network, recording native XDC wrapping operations with depositor addresses and wrapped amounts in wei. Used for tracking WXDC minting activity and user deposit patterns.
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
0xebceb763416feaaebc0bc58e3c10be31314072bf00x951857744785e80e2de051c32ee7b25f9c458c42false0915986672025-07-27T06:55:47.000Z0xe4571d080801e3807fbe8775b66140d2547bce2e50a3d68bf2854f5f4624c3ef
0x6daf055c99883d920849d7022f2efabb13e2af57449925054546453064668420x951857744785e80e2de051c32ee7b25f9c458c42false0915912652025-07-27T02:35:11.000Z0x2ebd889d68364049554984b55526e1a7ea44824e98acf023cfc5d5d80648cc92
0xa87833c7ab8bc5e2f75d3837f1e0936df28ada9421006360105101673794440x951857744785e80e2de051c32ee7b25f9c458c42false0915970322025-07-27T05:58:36.000Z0x33e71edb20182dfa661882a22afaedc659624bcc67c4aa3dca95c501f1c1de91
Query with partition filter
SELECT *
FROM `tt-contracts.wxdc_v1_xdc.WXDC9_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WXDC9_Withdrawal_event

Withdrawal events from the WXDC (Wrapped XDC) token contract on XDC Network, capturing unwrapping transactions where users convert WXDC back to native XDC. Records include the withdrawing address (in_src), amount in wei (in_wad), and contract address for tracking wrapped 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
0x040da1915a5da81b4578f01e39d81b12e2f231719979998909682500000000x951857744785e80e2de051c32ee7b25f9c458c42false1638294502023-08-05T12:45:40.000Z0xc2f573dcb37da4c1704e32408fdadaa8dda1c5d7c033ec36086f0a4e34f8274e
0x085162fad023dcdfabd704aff676fd5ba755fee7412285972579116258630x951857744785e80e2de051c32ee7b25f9c458c42false13638409232023-08-05T20:29:40.000Z0x3936b7ea4f40c5a1390839556d1bfc0b70f713544a60863f28a52f7b5c4cb30c
0x193a8d0465348b0d7a129371eb86130911836fbd416016800912329860x951857744785e80e2de051c32ee7b25f9c458c42false1638298342023-08-05T13:01:51.000Z0x10401079a761355e21f0683d0bc6e56534944d0450e71447b674b0b8f15672bd
Query with partition filter
SELECT *
FROM `tt-contracts.wxdc_v1_xdc.WXDC9_Withdrawal_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100