SpiltadavidLp sushi
    Updated 2022-08-22

    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