Hossein2023-07-09 03:31 PM
    select
    event_name,
    count(distinct tx_hash) as transactions
    from avalanche.core.ez_decoded_event_logs
    where tx_status = 'SUCCESS'
    and contract_address = '0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be'
    group by 1
    Run a query to Download Data