SpiltadavidLp sushi
Updated 2022-08-22
9
1
2
3
4
5
6
7
8
9
›
⌄
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