Pine Analyticstest pool
Updated 2024-08-01
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
with tab1 as (
select
distinct contract_address as pool_address,
token_in,
token_out
from base.defi.ez_dex_swaps
where platform ILIKE 'aerodrome'
)
select
*
from base.core.ez_native_transfers
where origin_from_address in (select pool_address from tab1)
limit 100
QueryRunArchived: QueryRun has been archived