mmdrezacount of contracts
    Updated 2022-07-10
    select count(distinct pool_ids[0]) as Total_of_contracts
    from osmosis.core.fact_swaps
    where pool_ids is not null and block_timestamp >= '2022-05-01'
    and tx_status = 'SUCCEEDED'

    Run a query to Download Data