sakineh5021-nIQRzBUntitled Query
    Updated 2022-03-23

    SELECT *
    from ethereum.udm_events
    where from_ADDRESS_NAME like '%sushiswap: bentoboxv1%'
    and from_address = '0xf5bce5077908a1b7370b9ae04adc565ebd643966'
    and to_address <> '0xf5bce5077908a1b7370b9ae04adc565ebd643966'
    and event_type like '%erc20_transfer%'
    and symbol = 'MIM'
    order by amount_usd DESC
    limit 20