Updated 2022-08-08
    select
    count(distinct from_address) as Users
    from gnosis.core.fact_transactions
    where status ilike 'SUCCESS'
    Run a query to Download Data