flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
2022-03-09 cumulative outbound memo UT costs
Multipartite
2022-03-09 cumulative outbound memo UT costs
Updated 2022-03-09
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
DISTINCT
block_id
,
SUM
(
POWER
(
10
,
-
8
)
*
2
*
asset_e8
/
(
3
*
1000
)
)
OVER
(
ORDER
BY
block_id
ASC
)
AS
cumulative_outmemo_ut_cost
FROM
thorchain
.
fee_events
WHERE
(
asset
=
'BTC.BTC'
)
ORDER
BY
block_id
DESC
Results
Run a query to Download Data