MoeTotal Metamask Users
    Updated 2022-06-26
    SELECT
    COUNT(distinct ORIGIN_FROM_ADDRESS) as metamask_users
    FROM
    ethereum.core.fact_event_logs
    WHERE
    ORIGIN_TO_ADDRESS in ('0x881d40237659c251811cec9c364ef91dc08d300c')
    AND
    EVENT_NAME ilike 'Swap'
    Run a query to Download Data