flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
$RUNE slash over time
m0rt3za
$RUNE slash over time
Updated 2022-06-14
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
block_timestamp
::
date
as
slashing_date
,
sum
(
asset_e8
)
/
pow
(
10
,
8
)
as
rune_slashed
FROM
flipside_prod_db
.
thorchain
.
slash_amounts
WHERE
asset
=
'THOR.RUNE'
GROUP
BY
slashing_date
ORDER
BY
slashing_date
DESC
Results
Run a query to Download Data