mlhnumber of Metamask holders
    Updated 2022-06-25
    SELECT
    count(distinct from_address) as wallet_holders
    FROM ethereum.core.fact_transactions txn
    WHERE to_address = lower('0x881D40237659C251811CEC9c364ef91dC08D300C')
    Run a query to Download Data