SalehUntitled Query
    Updated 2022-07-30
    select
    EVENT_NAME
    ,count(DISTINCT TX_HASH) as tx_count
    from gnosis.core.fact_event_logs
    group by 1
    order by tx_count DESC
    Run a query to Download Data