vendettaQuestion 2.3 Total Unique Depositors.
    Updated 2023-02-12
    -- forked from eaf61693-995a-47a7-a95b-e09327d65106

    --Total Unique DEPOSITORS
    SELECT
    COUNT(DISTINCT DEPOSITOR_ADDRESS) AS NUMBER_OF_DEPOSITORS
    FROM ethereum.aave.ez_deposits


    Run a query to Download Data