vendettaAAVE V2 TOTAL DEPOSITS copy
    Updated 2023-02-12
    -- forked from 6c7a8ef4-0765-4081-a720-3baa75c819f1

    SELECT SUM(SUPPLIED_USD) AS TOTAL_DEPOSITED_AMOUNT
    FROM ethereum.aave.ez_deposits
    WHERE SYMBOL <> 'REP';


    Run a query to Download Data