sarathGnosis 1.1
    Updated 2022-10-16
    select
    sum(xdai_value) as amount,
    count(distinct tx_hash) as transactions,
    count(distinct from_address) as unique_users
    from gnosis.core.fact_transactions
    where xdai_value > 0
    order by amount desc
    Run a query to Download Data