SpecterDapps
Updated 2024-11-05
9
1
2
3
4
5
6
7
›
⌄
SELECT platform,
count (distinct tx_hash) as total_swaps
FROM ethereum.defi.ez_dex_swaps
WHERE token_in = '0x6982508145454ce325ddbe47a25d4ec3d2311933'
OR token_out = '0x6982508145454ce325ddbe47a25d4ec3d2311933'
--and date < current_date
GROUP BY 1
QueryRunArchived: QueryRun has been archived