sarathsushi_uni 6
Updated 2022-10-17
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT COUNT(DISTINCT(TX_HASH)) as total_swap ,
'optimism' as platform
FROM optimism.sushi.ez_swaps
UNION
SELECT COUNT(DISTINCT(TX_HASH)) as total_swap ,
'arbitrum' as platform
FROM arbitrum.sushi.ez_swaps
UNION
SELECT COUNT(DISTINCT(TX_HASH)) as total_swap ,
'polygon' as platform
FROM polygon.sushi.ez_swaps
Run a query to Download Data