chillNumber of users who deposit to BentoBox
    Updated 2022-04-26
    select count(distinct EVENT_INPUTS:from) from ethereum_core.fact_event_logs where CONTRACT_NAME='KashiPairMediumRiskV1'
    and tx_hash in (select tx_hash from ethereum_core.fact_event_logs where EVENT_NAME='LogWithdraw'
    and CONTRACT_NAME='BentoBoxV1')
    Run a query to Download Data