freemartianWeekly MetaMask Swappers
    Updated 2022-06-23
    select
    count(distinct origin_from_address) as metamask_user, date_trunc('week', block_timestamp) as TIME
    from ethereum.core.fact_event_logs
    where origin_to_address = '0x881d40237659c251811cec9c364ef91dc08d300c'
    group by TIME
    Run a query to Download Data