flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Sushiswap on Arbitrum 4
jackguy
Sushiswap on Arbitrum 4
Updated 2022-08-29
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
-- date_trunc('day', block_timestamp) as day,
symbol
,
action
,
sum
(
asset_amount_usd
)
as
volume
,
COUNT
(
DISTINCT
tx_hash
)
as
events
FROM
arbitrum
.
sushi
.
ez_borrowing
GROUP
BY
1
,
2
--,3
Results
Run a query to Download Data