yasmin-n-d-r-hUntitled Query
    Updated 2022-08-08
    select count(distinct(tx_hash)) as total_transactions_count from optimism.core.fact_event_logs
    where tx_status = 'SUCCESS'
    and block_timestamp::date >= '2022-06-01' and block_timestamp::date <= '2022-06-30'
    Run a query to Download Data