STAKER | Volume | stakes | |
---|---|---|---|
1 | 0xa9f34ab6c0655111557a5f0aa43126be44d414e4 | 13817119.2926242 | 106 |
2 | 0xfeae9fe11170fc19b6f40796fd1debfa360daacc | 7415622.0092579 | 28 |
3 | 0x70fdb2b03f88e4b0c833d20786234d338e7dabb3 | 4247600 | 10 |
4 | 0xbdf9d2031176e9a2911f7c04c1be0ec889c05d06 | 2517865.87027418 | 7 |
5 | 0x8d5ab09062fa6553f655a4eca782bb106e1de799 | 2399088.53940975 | 22 |
6 | 0xa1d49644a6491a343cdee9cb2fd27605837795e2 | 2179570 | 1 |
7 | 0xac1f7627082cf1c20b81f47837dcd32194e9ee41 | 1554251.4804871 | 8 |
8 | 0x7c137107be3a7a699c9b7b93bc8bdce53adcda78 | 900667.507832106 | 7 |
9 | 0xa2548ecdfcf9968eed5db67001609aaed116dba8 | 882261.991165369 | 35 |
10 | 0x2cb49e2b81c1b9f2bd115e79652214f8fe989ad4 | 858884.076243724 | 12 |
11 | 0x506d7e58554626016b0a939aa2d18e405eaa3ad0 | 847000 | 1 |
12 | 0x98cc924636d1151f9cf8d1745c8d09d02170aeef | 819506.137060711 | 12 |
13 | 0x0d38213f35178f4671ddb7012025dee7e1e3aa6a | 737478.35175311 | 52 |
14 | 0xd339dacb9adb94d80d9bfde5452dcce99ca72a10 | 710996.226470196 | 20 |
15 | 0xaa910b910120ed21d9a3af66768df1719d434c60 | 659445.686379285 | 6 |
16 | 0xd39706a0253c3e4719eed39408dae46b9524dbec | 646908.338799066 | 34 |
17 | 0x70fedb8c3cddc74f238dab098abf956a17936f39 | 569460.057275485 | 5 |
18 | 0x2989b4c1990b0f91074accb39799d7758893dc89 | 564681.637698706 | 20 |
19 | 0x7425ae782d983e107c487704957bca80eb182322 | 560554.956677504 | 16 |
20 | 0x58935a1e2c1bd67ae2f12b2fd30642db4eb3fdb2 | 533515.396257195 | 6 |
0-MIDTop 10 stakers by volume
Updated 2025-03-30
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select DECODED_LOG:delegator as staker
,sum(DECODED_LOG:amount)/1e18 as "Volume"
,count(distinct TX_HASH) as "stakes"
from ronin.core.ez_decoded_event_logs
where ORIGIN_TO_ADDRESS='0x545edb750eb8769c868429be9586f5857a768758'
and ORIGIN_FUNCTION_SIGNATURE in('0x5c19a95c','0x097e4a9d','0x6bd8f804')
and EVENT_NAME='Delegated'
and BLOCK_TIMESTAMP::date>='2025-01-01'
group by 1
order by 2 desc
limit 100
Last run: 13 days ago
100
6KB
5s