nitsSeedClub Members
    Updated 2022-03-17
    SELECT balance_date, count(DISTINCT user_address) as total_members, avg(balance) as avg_balance, median(balance) as median_balance from ethereum.erc20_balances
    where contract_address ilike '0xf76d80200226ac250665139b9e435617e4ba55f9' and balance >= 10
    GROUP by 1
    limit 100
    -- 0x110b344e8052e89b2548e13aceb364ad44fa148c
    Run a query to Download Data