Tables
MasterWombatV3_Harvest_event
Reward claiming events from Wombat Exchange V3 staking pools on Arbitrum, tracking harvested token amounts by user and pool ID (pid). Useful for analyzing yield distribution patterns and staker reward collection behavior across different liquidity pools.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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_pid | STRING | Pool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| in_pid | address | in_user | removed | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0 | 0x62a83c6791a3d7950d823bb71a38e47252b6b6f4 | 0x24d2f6be2bf9cdf3627f720cf09d4551580c1ec1 | false | 424376504315738103118 | 64 | 119101879 | 2023-08-07T16:32:50.000Z | 0x9b22a7fe5ce0957b9ea2dc1d8940ebdc9af4c3a0da732ee8f430a81e4e1fb5e2 |
| 0 | 0x62a83c6791a3d7950d823bb71a38e47252b6b6f4 | 0x24d2f6be2bf9cdf3627f720cf09d4551580c1ec1 | false | 397850935822120909336 | 3 | 119057337 | 2023-08-07T13:25:00.000Z | 0xd57a46e462f26054020f34a97b9f75f3b8e2c57f574de94d27d57646e0dd57a2 |
| 0 | 0x62a83c6791a3d7950d823bb71a38e47252b6b6f4 | 0x24d2f6be2bf9cdf3627f720cf09d4551580c1ec1 | false | 2474220150747692450180 | 17 | 119015624 | 2023-08-07T10:29:13.000Z | 0xa508cc221607d828e0315291474c3c2da59688bdd5f18c7d0ab48a1f97b2b715 |
Example Query
Example Query
Query with partition filter