sallarTotal Metamask Users, total number of metamask users
    Updated 2022-06-25
    select
    count(distinct origin_from_address) as number_of_metamask_users
    from ethereum.core.ez_dex_swaps
    where origin_function_signature = '0x5f575529'
    and origin_to_address= '0x881d40237659c251811cec9c364ef91dc08d300c'
    Run a query to Download Data