PLATFORM | |
---|---|
1 | uniswap-v3 |
feyikemiArbitrum
Updated 2024-02-22
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
›
⌄
SELECT
--Block_timestamp,
--tx_hash,
--amount_in_usd,
DISTINCT platform
--symbol_in
--symbol_out,
--amount_in_usd
FROM arbitrum.defi.ez_dex_swaps
WHERE platform IN ('uniswap-v3', 'Curve', 'Sushiswap', 'Balancer')
AND amount_in_usd IS NOT NULL
--GROUP BY 2, 3, 4
LIMIT 100
Last run: over 1 year ago
1
16B
3s