flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
abundant-salmon
Kruys-Collins
abundant-salmon
Updated 2024-09-16
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
SELECT
action
,
COUNT
(
*
)
AS
action_count
,
ROUND
(
(
COUNT
(
*
)
*
100.0
/
(
SELECT
COUNT
(
*
)
FROM
axelar
.
gov
.
fact_staking
)
)
,
2
)
AS
action_percentage
FROM
axelar
.
gov
.
fact_staking
WHERE
tx_succeeded
=
TRUE
GROUP
BY
action
ORDER
BY
action_count
DESC
;
Results
QueryRunArchived: QueryRun has been archived