wanlinZkSync ETH Balance 2 copy
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
›
⌄
ethereum.uniswapv3.ez_lp_actions-- forked from mamad-5XN3k3 / ZkSync ETH Balance 2 @ https://flipsidecrypto.xyz/mamad-5XN3k3/q/WaKhI-fYaMXW/zksync-eth-balance-2
select
value:"type" as type,
value:"users" as users
from (
select * from (
SELECTethereum.core.ez_token_transfers
livequery.live.udf_api (
'https://api.dune.com/api/v1/query/3488271/results?api_key=tWlJieB1fXngjum82triO3WmsQz6djPW')as resp)
,table(FLATTEN(parse_json(resp:data:"result":"rows")))
)
Run a query to Download Data