superflyUntitled Query
    Updated 2022-08-24
    select count (distinct origin_from_address) as all_user----totall user
    from ethereum.core.dim_dex_liquidity_pools ----i us general tabel
    join ethereum.core.fact_event_logs on origin_to_address = pool_address
    where platform = 'sushiswap'----address contract
    Run a query to Download Data