flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
aave-borrow-uni-4
Afonso_Diaz
aave-borrow-uni-4
Updated 2023-03-09
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
borrower_address
as
borrower
,
count
(
distinct
tx_hash
)
as
transactions
,
sum
(
borrowed_usd
)
as
volume_usd
from
ethereum
.
aave
.
ez_borrows
where
aave_version
=
'Aave V2'
and
symbol
in
(
'UNI'
)
group
by
1
order
by
3
desc
limit
10
Results
Run a query to Download Data