0xasmrTop WBTC holders
    Updated 2022-08-21
    SELECT
    user_address,
    MAX(current_bal)
    FROM ethereum.core.ez_balance_deltas
    WHERE symbol = 'WBTC'
    GROUP BY 1
    ORDER BY 2 DESC
    LIMIT 10
    Run a query to Download Data