flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Sushi
Hemin
Sushi
Updated 2022-11-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
-- SELECT BLOCK_TIMESTAMP::date as days,
-- ACTION,
-- CASE
-- WHEN ACTION LIKE 'Deposit' THEN COUNT(tx_hash)
-- WHEN ACTION LIKE 'Withdraw' THEN COUNT(tx_hash)
-- END as act
-- from ethereum.sushi.ez_lending
-- GROUP by days, ACTION
Results
Run a query to Download Data