shreexTop 10 Holders Of USDC
    Updated 2022-09-22
    select
    address_name,
    address,
    current_bal
    from ethereum.core.ez_current_balances left join ethereum.core.dim_labels on address=user_address
    where contract_address='0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
    HAVING address_name is not null
    ORDER BY current_bal DESC
    LIMIT 10
    Run a query to Download Data