flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Untitled Query
superfly
Untitled Query
Updated 2022-07-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
U
.
lending_pool
as
LENDING_POOL
,
sum
(
C
.
tx_fee
)
as
fee_payment
from
flipside_prod_db
.
crosschain
.
ez_lending
U
join
polygon
.
core
.
fact_transactions
C
on
U
.
tx_hash
=
C
.
tx_hash
where
U
.
blockchain
=
'Ethereum'
group
by
1
order
by
2
desc
limit
100
Results
Run a query to Download Data