nitsLido Holders Whale Distribution
    Updated 2022-06-03
    with top100 as
    (SELECT * from ethereum.erc20_balances
    where contract_address = '0x5a98fcbea516cf06857215779fd812ca3bef1b32' and balance_date = CURRENT_DATE -1 and label is NULL
    order by balance desc
    limit 100 )
    SELECT * from top100


    Run a query to Download Data