flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
143. Liquidity Space Voyage / Mini-Terra Tutorial
0xf00F4Ab81FFd377634Fea8aB5e5D1D69AE61F414
143. Liquidity Space Voyage / Mini-Terra Tutorial
Updated 2022-02-02
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
*
-- SUM(event_attributes:"amount") AS TPV
FROM
terra
.
msg_events
a
WHERE
a
.
event_attributes
:
(
"0_action"
=
'withdraw_liquidity'
)
AND
a
.
event_attributes
:
(
"1_action"
=
'provide_liquidity'
)
LIMIT
20
Results