nsa2000Top TOKE Holders 2
    Updated 2022-06-22
    select user_address,
    address_name,
    label,
    balance
    from flipside_prod_db.ethereum.erc20_balances
    where balance_date=current_date
    and address_name is not NULL
    and label is not null
    order by 4 desc
    limit 10
    -- Q1. Identify the top holders of the TOKE token in January 2022, have they kept their position today?


    Run a query to Download Data