boomer77v2 tvl
    Updated 2021-08-11
    select
    contract_address, address_name, balance_date, amount_usd
    from ethereum.erc20_balances
    where amount_usd is not null and contract_address = '0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc'
    limit 100
    Run a query to Download Data