jackguyMakerDAO Activity Metrics 3
    Updated 2022-09-02
    SELECT
    ethereum.maker.ez_deposits.symbol,
    count(DISTINCT tx_hash) as events,
    count(DISTINCT DEPOSITOR) as users
    FROM ethereum.maker.ez_deposits
    WHERE block_timestamp > '2021-01-01'
    GROUP BY 1
    Run a query to Download Data