sakineh5021-nIQRzBWithdraw to my wallet or to my Bentobox? 4
    Updated 2022-05-01

    SELECT *
    FROM ethereum_core.fact_event_logs
    where CONTRACT_NAME = 'BentoBoxV1'
    and tx_hash in ( SELECT tx_hash
    from ethereum_core.fact_event_logs F
    WHERE CONTRACT_NAME like '%KashiPairMediumRiskV%')
    limit 10


    Run a query to Download Data