flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
b AAVE V2 on Etherue
vendetta
b AAVE V2 on Etherue
Updated 2023-02-12
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
date_trunc
(
'day'
,
BLOCK_TIMESTAMP
)
AS
date
,
COUNT
(
TX_HASH
)
AS
TX_HASH_COUNT
,
COUNT
(
DISTINCT
DEPOSITOR_ADDRESS
)
AS
SUPPLIER_ADDRESS_COUNT
FROM
ethereum
.
aave
.
ez_deposits
WHERE
AAVE_VERSION
ILIKE
'Aave V2'
GROUP
BY
1
ORDER
BY
3
DESC
Results
Run a query to Download Data