hessTop 50 Wallets based on Total Number of Transactions ( Oct3-Oct5 )
    Updated 2022-10-16
    select from_address , count(DISTINCT(tx_hash)) as total
    from gnosis.core.fact_transactions
    where block_timestamp::date between '2022-10-04' and '2022-10-08'
    group by 1
    order by 2 desc
    limit 50
    Run a query to Download Data