flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
AAVE V2 HOURLY DEPOSITS ON ETHEREUM ON 4TH OF SEPTEMBER, 2022
clare123
AAVE V2 HOURLY DEPOSITS ON ETHEREUM ON 4TH OF SEPTEMBER, 2022
Updated 2022-09-05
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
DATE_TRUNC
(
'HOUR'
,
BLOCK_TIMESTAMP
)
AS
TIME
,
count
(
TX_HASH
)
FROM
ethereum
.
aave
.
ez_deposits
WHERE
BLOCK_TIMESTAMP
::
DATE
=
'2022-09-04'
GROUP
BY
1
ORDER
BY
1
DESC
;
Results
Run a query to Download Data