mcfemi6Active users on Uniswap
    Updated 2022-10-30
    Select count(DISTINCT tx_id) as transactions, count(DISTINCT origin_address) as users, From_label
    from ethereum.udm_events
    Where from_label = 'uniswap' and from_label_type = 'dex'
    group by 3;



    Run a query to Download Data