keshanMIM usage inflows
    Updated 2022-02-10
    select block_timestamp::date as day, to_label, sum(amount) as amount, count(distinct tx_id) as transactions
    from ethereum.udm_events where contract_address = '0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3'
    and (to_label_type = 'cex' or to_label_type = 'dex' or to_label_type = 'defi' or to_label_type = 'dapp')
    group by 1, 2
    Run a query to Download Data