Salehstake-actions
Updated 2024-10-09
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
select
action
,count(DISTINCT tx_id) as stakes
,count(DISTINCT DELEGATOR_ADDRESS) as DELEGATORs
,sum(amount/pow(10,6)) as "amount(SEI)"
from sei.gov.fact_staking
group by 1
order by "amount(SEI)" desc
Auto-refreshes every 24 hours
QueryRunArchived: QueryRun has been archived