($) Staking Distribution | DELEGATORS | |
---|---|---|
1 | [11-100 ($)] | 23030 |
2 | [less than 10 ($)] | 16188 |
3 | [101-500 ($)] | 12068 |
4 | [1,001-5,000 ($)] | 4801 |
5 | [501-1,000 ($)] | 2707 |
6 | [More than 10,000 ($)] | 1262 |
7 | [5,001-10,000 ($)] | 885 |
SalehDelegators-dist
Updated 2025-02-13
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
with lst_price_one as (
select
hour::date as date_price
,avg(price) as ron_price
from ronin.price.ez_prices_hourly
where symbol='RON'
group by 1
order by hour::date desc
limit 1
)
,lst_validators as (
select '0x6aaabf51c5f6d2d93212cf7dad73d67afa0148d0' as contract ,'Luganodes' as validator_name
union all
select '0xfc3e31519b551bd594235dd0ef014375a87c4e21' as contract ,'Nansen' as validator_name
union all
select '0x76310f62e47fc7f7ff3558a3afc88e2cf8fbb644' as contract ,'Zentry' as validator_name
union all
select '0x4e7ea047ec7e95c7a02cb117128b94ccdd8356bf' as contract ,'Ronin Catalyst' as validator_name
union all
select '0x05ad3ded6fcc510324af8e2631717af6da5c8b5b' as contract ,'MysticNode' as validator_name
union all
select '0xae53daac1bf3c4633d4921b8c3f8d579e757f5bc' as contract ,'EternityHub.tech' as validator_name
union all
select '0x32d619dc6188409cebbc52f921ab306f07db085b' as contract ,'Google' as validator_name
union all
select '0xf41af21f0a800dc4d86efb14ad46cfb9884fdf38' as contract ,'Sky Mavis GV' as validator_name
union all
select '0xedcafc4ad8097c2012980a2a7087d74b86bddaf9' as contract ,'BYAC' as validator_name
union all
select '0xca54a1700e0403dcb531f8db4ae3847758b90b01' as contract ,'artic x' as validator_name
union all
select '0x749f36cc1daeec1bced9f1f182c92851727d1e73' as contract ,'RonerDAO' as validator_name
union all
select '0xbeef86b900b6b791d1cc7746ce030aa8d4e4cafe' as contract ,'BlockAhead.dev' as validator_name
union all
select '0x6e46924371d0e910769aabe0d867590deac20684' as contract ,'StableNode' as validator_name
Last run: about 1 month ago
7
188B
11s