Hossein2023-07-09 04:26 PM copy
    select
    count(distinct tx_hash) as transactions
    from avalanche.core.ez_decoded_event_logs
    where tx_status = 'SUCCESS'
    and contract_address = '0xa25eaf2906fa1a3a13edac9b9657108af7b703e3'


    Run a query to Download Data