flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
practice PROJECT Q3
adunnade
practice PROJECT Q3
Updated 2022-09-02
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
b
.
BLOCK_TIMESTAMP
,
b
.
BORROWED_USD
,
d
.
BLOCK_TIMESTAMP
,
d
.
SUPPLIED_USD
FROM
ethereum
.
aave
.
ez_borrows
b
INNER
JOIN
ethereum
.
aave
.
ez_deposits
d
ON
b
.
BLOCK_TIMESTAMP
=
d
.
BLOCK_TIMESTAMP
Results
Run a query to Download Data