ADDRESS | total withdrawn usd | total withdrawal transactions | |
---|---|---|---|
1 | 7463 | 670126176.01 | 160369 |
datavortexxenogeneic-emerald
Updated 2025-04-16
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
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
1
28B
8s