Skip to main content

Tables

WIMX_Deposit_event

Deposit events for the Wrapped IMX (WIMX) token contract on Immutable zkEVM, recording when users wrap native IMX into its ERC-20 equivalent. Useful for tracking WIMX minting activity and token supply changes.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_valuelog_indexin_accountblock_numberblock_timestamptransaction_hash
0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9dfalse10000000000000000010xe5a02c2be08406c3fb36f9aa29bf7c7a09cae50b24481732024-02-05T19:42:31.000Z0xf5e814711a5f1a26aed65c93ada14fa4e0f24d0c538b557078322b969395b6dd
0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9dfalse10000000000000000010xe5a02c2be08406c3fb36f9aa29bf7c7a09cae50b24481222024-02-05T19:40:49.000Z0x1ff7bd1ab88f7f4c87b627794f380b84cf0d703e07cf3c12f57c917bc83cf4a7
0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9dfalse10000000000000000010xe5a02c2be08406c3fb36f9aa29bf7c7a09cae50b24478072024-02-05T19:30:19.000Z0x2427702a5271830b426196a62a5454d114e46862f070f8281fc8faa16405a7b8
Query with partition filter
SELECT *
FROM `tt-contracts.wimx_v1_immutablezkevm.WIMX_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WIMX_Withdrawal_event

Withdrawal events from the Wrapped IMX (WIMX) token contract on Immutable zkEVM, recording when users unwrap WIMX back to native IMX tokens. Contains account addresses and withdrawal amounts in wei for tracking token unwrapping 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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_valuelog_indexin_accountblock_numberblock_timestamptransaction_hash
0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9dfalse282721967000000000000x257132569ed80a2f8a57860d2b146fde7942ed8849143392024-04-02T21:53:33.000Z0x5ff39a5286691a413b9e5494f59365e0c67e5a7a673e957c6617ee23d61917d8
0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9dfalse1046405300000000000000x257132569ed80a2f8a57860d2b146fde7942ed8848893432024-04-02T08:00:21.000Z0x9f1c76d12e21db5f725e06fbb64c4f09f999f70c31f4e9508c3a44c3aeddee5a
0x3a0c2ba54d6cbd3121f01b96dfd20e99d1696c9dfalse1847815723000000000000x2ada7fd6dc54bd819412cb70a4069d227b58bc7049021742024-04-02T15:08:03.000Z0x41f823b7337640bc3c2fa49a17e6b7cff41e755b07fadfba5cd4e7339baa8be8
Query with partition filter
SELECT *
FROM `tt-contracts.wimx_v1_immutablezkevm.WIMX_Withdrawal_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100