LittlerDataUntitled Query
    Updated 2022-08-04
    --this wasnt made in collab with popex404 but we were already working together

    Select
    count(*) as uni_swap_number,
    count (distinct origin_from_address) as unique_user
    FROM optimism.core.fact_event_logs
    WHERE origin_to_address in ('0xe592427a0aece92de3edee1f18e0157c05861564','0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45')
    and event_name = 'Swap'


    Run a query to Download Data