sakineh5021-nIQRzBBentoBox TVL(input)
    Updated 2022-03-23
    SELECT EVENT_INPUTS:token , sum(EVENT_INPUTS:amount)*power(10, -18)
    from ethereum.events_emitted
    where tx_to_address_name like '%sushiswap: bentoboxv1%'
    and CONTRACT_NAME like '%sushiswap: bentoboxv1%'
    and cast(block_timestamp as DATE ) > '2022-03-10'
    and event_name like '%LogDeposit%'
    group by 1