flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
top Tokens by borrow count
0-MID
top Tokens by borrow count
Updated 2023-04-13
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
BORROWS_CONTRACT_SYMBOL
as
token
,
count
(
distinct
TX_HASH
)
as
borrow_count
,
rank
(
)
over
(
order
by
borrow_count
)
as
rank
from
ethereum
.
compound
.
ez_borrows
group
by
1
order
by
2
desc
Results
Run a query to Download Data