flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Sushi whale swaps count and sum Total
Metiocre
Sushi whale swaps count and sum Total
Updated 2022-05-05
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
count
(
distinct
_
log_id
)
as
count
,
sum
(
amount_out_usd
)
as
sum
FROM
ethereum_sushi
.
ez_swaps
where
amount_out_usd
>=
{
{
MinimumAmount
}
}
and
block_timestamp
::
date
>=
'2022-01-01'
Results
Run a query to Download Data