flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Terra wormhole : the daily and cumulative amount of UST
fanta
Terra wormhole : the daily and cumulative amount of UST
Updated 2022-04-17
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
sum
(
event_amount
)
,
date
(
block_timestamp
)
as
date
FROM
terra
.
transfers
where
EVENT_FROM_LABEL_SUBTYPE
=
'bridge'
and
EVENT_FROM_ADDRESS_NAME
=
'wormhole'
and
EVENT_CURRENCY
=
'UST'
group
by
date
Results
Run a query to Download Data