sarathl_p stats1
Updated 2022-08-22
9
1
2
3
4
5
›
⌄
select count (distinct origin_from_address),
count (distinct pool_address),
count (distinct tx_hash)
from ethereum.core.dim_dex_liquidity_pools join ethereum.core.fact_event_logs on origin_to_address = pool_address
where platform = 'sushiswap'
Run a query to Download Data