Hossein2023-07-09 03:36 PM
    Updated 2023-07-10
    select
    count(distinct tx_hash) as transactions
    from avalanche.core.ez_decoded_event_logs
    where tx_status = 'SUCCESS'
    and contract_address = '0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be'
    Run a query to Download Data