datavortexxenogeneic-emerald
    Updated 2025-04-16

    SELECT
    COUNT(DISTINCT depositor) AS address,
    SUM(amount_usd) AS "total withdrawn usd",
    COUNT(DISTINCT tx_hash) AS "total withdrawal transactions"
    FROM
    gnosis.defi.ez_lending_withdraws
    WHERE
    amount_usd IS NOT NULL

    Last run: 23 days ago
    ADDRESS
    total withdrawn usd
    total withdrawal transactions
    1
    7463670126176.01160369
    1
    28B
    8s