sakineh5021-nIQRzBBentoBox TVL 1
    Updated 2022-03-23
    SELECT sum(AMOUNT_USD) as , sum(AMOUNT) , SYMBOL
    from ethereum.udm_events
    where to_ADDRESS_NAME like '%sushiswap: bentoboxv1%'
    and to_label like '%sushiswap%'
    and to_address = '0xf5bce5077908a1b7370b9ae04adc565ebd643966'
    group by 3

    Run a query to Download Data