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 = '0xf7d9281e8e363584973f946201b82ba72c965d27'
    group by 1


    Run a query to Download Data