itsxenuxLDO Top 5 holders
    Updated 2022-05-31
    select user_address as wallet
    from flipside_prod_db.ethereum.erc20_balances
    where SYMBOL = 'LDO'
    and HAS_PRICE = 1
    and balance_date = '2022-05-29'
    order by balance desc
    limit 5
    Run a query to Download Data