flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
test
TheLaughingMan
test
Updated 2023-02-28
Copy Reference
Fork
9
1
2
3
›
⌄
SELECT
(
SUM
(
CASE
WHEN
ACTION
=
'Stake'
THEN
STAKE_AMOUNT
ELSE
(
STAKE_AMOUNT
*
(
-
1
)
)
END
)
)
/
1e24
as
total_stake
from
near
.
core
.
dim_staking_actions
Results
Run a query to Download Data