Skip to main content

Tables

WINJ9_Deposit_event

Deposit events from the WINJ9 wrapped INJ (Injective) token contract on Injective EVM, tracking when native INJ is wrapped into the ERC-20 equivalent. Used for analyzing token wrapping activity and liquidity flows between native and wrapped INJ.
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
0x0000000088827d2d103ee2d9a6b781773ae03ffbfalse11412372152025-11-12T00:42:05.000Z0x748217ec9197497ddf5cdc47cf5898a7909858801727e3dca16871aeb0111db6
0x0000000088827d2d103ee2d9a6b781773ae03ffbfalse11413494742025-11-12T20:51:06.000Z0x24abff1eb8fbf4b2600078c80f263cdd4be59745f18017785f861fe962539eaf
0x0000000088827d2d103ee2d9a6b781773ae03ffbfalse11412505422025-11-12T03:01:33.000Z0x13caf76f2aaf475b973dc1514365977177737d8505a0e029ed0ff928364f0da5
Query with partition filter
SELECT *
FROM `tt-contracts.winj_v1_injectiveevm.WINJ9_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WINJ9_Withdrawal_event

Withdrawal events from the WINJ (Wrapped INJ) token contract on Injective EVM, recording when users unwrap WINJ back to native INJ tokens. Useful for tracking liquidity flows and wrapped token usage patterns on Injective.
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
0x0000000088827d2d103ee2d9a6b781773ae03ffbfalse11425944872025-11-21T22:49:26.000Z0x09cda3787e95299702a8bb845df629fb9aa4e9d698ea2bc9fd3fa16ac9130150
0x0000000088827d2d103ee2d9a6b781773ae03ffbfalse11425579252025-11-21T16:18:58.000Z0xb59d4079ae6b2d879d702cde6ed24d68c3d43dfdf53f0383a8ea9ddd0ed344a1
0x0000000088827d2d103ee2d9a6b781773ae03ffbfalse11425581542025-11-21T16:21:27.000Z0xd6ca65e3f18d8e494f4933412e9e69b300c7a5c472c16247f0ed2e99aa1e30a8
Query with partition filter
SELECT *
FROM `tt-contracts.winj_v1_injectiveevm.WINJ9_Withdrawal_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100