Tables
EulerSwap_Swap_event
EulerSwap token swap events emitted by liquidity pools, recording bidirectional trade amounts, post-swap reserves, sender and recipient addresses. Used for tracking decentralized exchange (DEX) trading activity and liquidity pool state changes.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_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount0In | STRING | Amount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token. |
in_amount1In | STRING | Amount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token. |
in_amount0Out | STRING | Amount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token. |
in_amount1Out | STRING | Amount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token. |
in_reserve0 | STRING | Reserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token. |
in_reserve1 | STRING | Reserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| in_to | address | removed | in_sender | log_index | in_reserve0 | in_reserve1 | block_number | in_amount0In | in_amount1In | in_amount0Out | in_amount1Out | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x384877cbe1d3187c34fff2b7d699902820a7a190 | 0x48db8597c7cb4ffe558e23d74c988533fa3ea8a8 | false | 0xdaaf468d84dd8945521ea40297ce6c5eefc7003a | 79 | 10040002 | 747784847687848 | 23412751 | 0 | 11833945766650 | 40210 | 0 | 2025-08-02T18:58:30.000Z | 0xaba24b6095948f371d516d7c46562613bda2db61eb1518338bd520cd93346111 |
| 0x384877cbe1d3187c34fff2b7d699902820a7a190 | 0xf467191a3ed4302342d3ad133d4744c81ea228a8 | false | 0xdaaf468d84dd8945521ea40297ce6c5eefc7003a | 36 | 891633 | 69520916672322 | 23413671 | 0 | 2955156094748 | 10166 | 0 | 2025-08-02T19:13:50.000Z | 0x3cfb0e28ceb110f99d1fe5b9dfbad61cd1d0e2a631d9d8c0d892c32329e84f24 |
| 0x384877cbe1d3187c34fff2b7d699902820a7a190 | 0xd3cbaea0558a76942c7e9bf61f374bb5c91c28a8 | false | 0xdaaf468d84dd8945521ea40297ce6c5eefc7003a | 22 | 4784449 | 163725901 | 23412782 | 0 | 500000 | 499924 | 0 | 2025-08-02T18:59:01.000Z | 0x766b5d2540b50a0da656cad0cc5ef0d3ca8ffc8daa68b53769b077c0e44a3da6 |
Example Query
Example Query
Query with partition filter
EulerSwapFactory_PoolConfig_event
Pool configuration events from Euler swap factories capturing liquidity pool parameters including vault addresses, reserve balances, pricing ratios, concentration factors, and fee structures at pool initialization or reconfiguration.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_pool | STRING | Contract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string. |
in_params | STRUCT<vault0 STRING, vault1 STRING, eulerAccount STRING, equilibriumReserve0 STRING, equilibriumReserve1 STRING, priceX STRING, priceY STRING, concentrationX STRING, concentrationY STRING, fee STRING, protocolFee STRING, protocolFeeRecipient STRING> | Additional initialization parameters encoded as bytes. Hex-encoded string used for protocol-specific configuration data during contract initialization or cross-chain operations. |
in_initialState | STRUCT<currReserve0 STRING, currReserve1 STRING> | Initial reserve balances of the pool at configuration time. Structure contains currReserve0 and currReserve1 as string-encoded token amounts. |
Sample Data
Sample Data
| address | in_pool | removed | in_params | log_index | block_number | block_timestamp | in_initialState | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x45b146bc07c9985589b52df651310e75c6be066a | 0x6bb03be94eba09e1478b3af6edb0925ffae2e8a8 | false | {“fee”:“0”,“priceX”:“1000000000000000000”,“priceY”:“1205669244731958800”,“vault0”:“0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffc”,“vault1”:“0x54ff502df96cd9b9585094eacd86aafce902d06a”,“protocolFee”:“0”,“eulerAccount”:“0xbd73cf5baf12f120ee3f6c4ad82df9a12649e57b”,“concentrationX”:“980000000000000000”,“concentrationY”:“990000000000000000”,“equilibriumReserve0”:“3950000250383717140”,“equilibriumReserve1”:“3312957907445029392”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”} | 40 | 21331718 | 2025-07-09T16:54:37.000Z | {“currReserve0”:“3950000250383717140”,“currReserve1”:“3312957907445029392”} | 0x9d0ced17c71b56205c9154cc4698284e026945febd112c9afcaa765dfca6f437 |
| 0x45b146bc07c9985589b52df651310e75c6be066a | 0x4ac78e5d61a10e1c8f31bc08d661168b12f628a8 | false | {“fee”:“10000000”,“priceX”:“1000000000000000000”,“priceY”:“1206566895615768200”,“vault0”:“0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffc”,“vault1”:“0x54ff502df96cd9b9585094eacd86aafce902d06a”,“protocolFee”:“0”,“eulerAccount”:“0xe674d3c41ae8d17ad5cfd45ff24dd1148a442ca9”,“concentrationX”:“999999000000000000”,“concentrationY”:“999999000000000000”,“equilibriumReserve0”:“0”,“equilibriumReserve1”:“1817411252822860”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”} | 15 | 21329275 | 2025-07-09T16:13:54.000Z | {“currReserve0”:“0”,“currReserve1”:“1817411252822860”} | 0xdff7a9cee1af58bd857b19895f237a0983580cca09039db7084628f307bc72ee |
| 0x45b146bc07c9985589b52df651310e75c6be066a | 0xc0cba75f9a993781e6a2ef3fb6bc5d5d6b94e8a8 | false | {“fee”:“10000000000000”,“priceX”:“1000000000000000000”,“priceY”:“2661827834”,“vault0”:“0x6eae95ee783e4d862867c4e0e4c3f4b95aa682ba”,“vault1”:“0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffc”,“protocolFee”:“0”,“eulerAccount”:“0xd7c737a195f75ccb819a1ce7474892e4ab6bff8e”,“concentrationX”:“0”,“concentrationY”:“0”,“equilibriumReserve0”:“5735000222”,“equilibriumReserve1”:“2150000003849678457”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”} | 15 | 21331213 | 2025-07-09T16:46:12.000Z | {“currReserve0”:“5735000222”,“currReserve1”:“2150000003849678457”} | 0xa14536519b38b295547eddd130711433e8536ba21cf00bdc5cd94b308c2b788c |
Example Query
Example Query
Query with partition filter
EulerSwapFactory_PoolDeployed_event
Euler swap pool deployment events emitted when new liquidity pools are created through the factory contract. Contains pool address, paired asset addresses, and associated Euler account identifier for tracking pool creation across the protocol.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_asset0 | STRING | Contract address of the first asset in the trading pair. Hex-encoded, 0x-prefixed, 42-character string. |
in_asset1 | STRING | Contract address of the second asset in the trading pair. Hex-encoded, 0x-prefixed, 42-character string. |
in_eulerAccount | STRING | Contract address of the Euler account associated with the pool deployment. Hex-encoded, 0x-prefixed, 42-character string. |
in_pool | STRING | Contract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | in_pool | removed | in_asset0 | in_asset1 | log_index | block_number | block_timestamp | in_eulerAccount | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x45b146bc07c9985589b52df651310e75c6be066a | 0xe87d261f550f9d7bd7f4d4104107b76279e168a8 | false | 0x078d782b760474a361dda0af3839290b0ef57ad6 | 0x4200000000000000000000000000000000000006 | 34 | 21512198 | 2025-07-11T19:02:37.000Z | 0x54e324219979c0d1e9a895122edaaaa3c02cb6b7 | 0x0e027ca26cad0a26ff1ea1934ac4d8ea62cdfbd7368b3a714a0c95435b7dd8c4 |
| 0x45b146bc07c9985589b52df651310e75c6be066a | 0x7c4da127f22e74fad631c43d092f18e3128ba8a8 | false | 0x078d782b760474a361dda0af3839290b0ef57ad6 | 0x4200000000000000000000000000000000000006 | 16 | 21492470 | 2025-07-11T13:33:49.000Z | 0x50c628e54d46eacdab40bb9b4b5239a1c2016284 | 0x067d84ade375550a17e45361bbe1f76693da670d12aa2d107843787ab47e421d |
| 0x45b146bc07c9985589b52df651310e75c6be066a | 0x7caa137a5e741288b1cc465981f0e00ae4e268a8 | false | 0x078d782b760474a361dda0af3839290b0ef57ad6 | 0x4200000000000000000000000000000000000006 | 66 | 21492704 | 2025-07-11T13:37:43.000Z | 0x50c628e54d46eacdab40bb9b4b5239a1c2016284 | 0x25f083bb30eb4f05d6f5ff0173521099ba378b908841a34e405a0c35cabd2d00 |
Example Query
Example Query
Query with partition filter