adambalatotal velo transactions
    Updated 2022-09-02
    select
    count(distinct TX_HASH ) as tx , count(distinct ORIGIN_FROM_ADDRESS ) as users
    from optimism.core.fact_event_logs


    where CONTRACT_ADDRESS=lower('0x3c8B650257cFb5f272f799F5e2b4e65093a11a05')


    Run a query to Download Data