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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_dst | STRING | Address of the account receiving tokens or assets in the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_wad | STRING | Token amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision. |
Sample Data
Sample Data
| in_dst | in_wad | address | removed | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x0000000088827d2d103ee2d9a6b781773ae03ffb | false | 1 | 141237215 | 2025-11-12T00:42:05.000Z | 0x748217ec9197497ddf5cdc47cf5898a7909858801727e3dca16871aeb0111db6 | ||
| 0x0000000088827d2d103ee2d9a6b781773ae03ffb | false | 1 | 141349474 | 2025-11-12T20:51:06.000Z | 0x24abff1eb8fbf4b2600078c80f263cdd4be59745f18017785f861fe962539eaf | ||
| 0x0000000088827d2d103ee2d9a6b781773ae03ffb | false | 1 | 141250542 | 2025-11-12T03:01:33.000Z | 0x13caf76f2aaf475b973dc1514365977177737d8505a0e029ed0ff928364f0da5 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_src | STRING | Address of the account from which tokens or assets are being withdrawn or transferred. Hex-encoded, 0x-prefixed, 42-character string. |
in_wad | STRING | Token amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision. |
Sample Data
Sample Data
| in_src | in_wad | address | removed | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x0000000088827d2d103ee2d9a6b781773ae03ffb | false | 1 | 142594487 | 2025-11-21T22:49:26.000Z | 0x09cda3787e95299702a8bb845df629fb9aa4e9d698ea2bc9fd3fa16ac9130150 | ||
| 0x0000000088827d2d103ee2d9a6b781773ae03ffb | false | 1 | 142557925 | 2025-11-21T16:18:58.000Z | 0xb59d4079ae6b2d879d702cde6ed24d68c3d43dfdf53f0383a8ea9ddd0ed344a1 | ||
| 0x0000000088827d2d103ee2d9a6b781773ae03ffb | false | 1 | 142558154 | 2025-11-21T16:21:27.000Z | 0xd6ca65e3f18d8e494f4933412e9e69b300c7a5c472c16247f0ed2e99aa1e30a8 |
Example Query
Example Query
Query with partition filter