MostafaUntitled Query
    Updated 2023-09-05
    select count (distinct USER_ADDRESS) as holders,
    sum(CURRENT_BAL)/holders as avg_amount_per_wallet
    from ethereum.core.ez_current_balances
    where CONTRACT_ADDRESS= lower ('0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce')
    Run a query to Download Data