muirTotal Lyra Users
    Updated 2023-04-13
    select count(distinct ORIGIN_FROM_ADDRESS) as traders from optimism.core.fact_event_logs
    where ORIGIN_TO_ADDRESS = '0xcce7819d65f348c64b7beb205ba367b3fe33763b' and BLOCK_TIMESTAMP >= '{{BlockTimestamp}}'::date

    Run a query to Download Data