0xbiuniv3
Updated 2023-05-24
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
with RFD_info as
(
select
TX_HASH
,TOKEN0_ADDRESS
,TOKEN1_ADDRESS
,IS_ACTIVE
,LIQUIDITY_PROVIDER
,POOL_ADDRESS
,POOL_NAME
from ethereum.uniswapv3.ez_positions
where (TOKEN0_ADDRESS ='0x955d5c14c8d4944da1ea7836bd44d54a8ec35ba1' or TOKEN1_ADDRESS ='0x955d5c14c8d4944da1ea7836bd44d54a8ec35ba1')
),
PSALE_info as
(
select
TX_HASH
,TOKEN0_ADDRESS
,TOKEN1_ADDRESS
,IS_ACTIVE
,LIQUIDITY_PROVIDER
,POOL_ADDRESS
,POOL_NAME
from ethereum.uniswapv3.ez_positions
where (TOKEN0_ADDRESS ='0xbacacd83b68c92ae07ef382d0c0277d1bd1c7c4d' or TOKEN1_ADDRESS ='0xbacacd83b68c92ae07ef382d0c0277d1bd1c7c4d')
),
NOMAD_info as
(
select
TX_HASH
,TOKEN0_ADDRESS
,TOKEN1_ADDRESS
,IS_ACTIVE
Run a query to Download Data