Updated 2022-10-16
    select
    count(DISTINCT from_address),
    count(DISTINCT TX_HASH) ,
    STATUS,
    sum(TX_FEE) ,
    avg(TX_FEE)
    from gnosis.core.fact_transactions
    group by 3
    order by 1
    Run a query to Download Data