flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
flashloan monthly v2 final
boomer77
flashloan monthly v2 final
Updated 2021-09-01
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date_trunc
(
'month'
,
block_timestamp
)
as
Months
,
sum
(
flashloan_amount_usd
)
as
volume
,
sum
(
flashloan_amount
)
as
vol_token
,
count
(
tx_id
)
as
flashloan_count
from
aave
.
flashloans
where
aave_version
=
'Aave V2'
group
by
1
order
by
1
desc
Results
Run a query to Download Data