adam10Top 25 delegators to validators
Updated 2021-08-18
99
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 this_data as (
SELECT
delegator_address as address,
event_amount as total_sum
FROM terra.staking
WHERE action in ('redelegate','delegate','undelegate')
AND address in
('terra1mtwph2juhj0rvjz7dy92gvl6xvukaxu8rfv8ts',
-- 'terra1dp0taj85ruc299rkdvzp4z5pfg6z6swaed74e6',
'terra1p54hc4yy2ajg67j645dn73w3378j6k05v52cnk',
'terra1wqwfwh797tf77e2xpvy9xx082pwpxxlm9x4xws',
'terra17fc39atdvxgum707qcejv3w9jeznnxvy6tx786',
'terra19scdgmvhj5rl7f66n06z5pescf0gmeysw6pjrz',
'terra1034xuqce88d7czx4l8lelzupwhf7e78dumf8qk',
'terra1ujx3r76xqylazwwdr3eywas2tfzm2n68a368w9',
'terra1e82da9n6jz4t42eh0wn5hrt6hdmf7jyq8sufkp',
'terra1ud4fsnk88x0lxusypa4kgvwmpe23gglt8k57fy',
'terra1rq5eq7szjsj5zsqxzz595gc0z8hqsx7y9gdz03',
'terra12v9ltjgct6qsaw28j5m26z7ruprhxywkmjfspk',
'terra1j0x4m7u8t48dxda0zga7w6m0cvqkvgkkpk4umv',
'terra1304lfjwqymam3hfqy2pzlc3qngyhv0tfls8q36',
'terra1a4xyusa48u9cx678cvx23jajh4ca6v8ec2pguu',
'terra1hegzxhtt33rhnjks95su37lwdt3uhg7z9mu0mh',
'terra1kvwkvurw4xexw69ef772p95jajnjjjsq6d5uca',
'terra18ccykpx2zsck98qgpyhrwx5herd55n4uhk3v2v',
'terra1r0j2y48pllntxvqv2sfs2ct5f79tyx90uhmkhg',
'terra1kgj2zc0qxltr5vsgycmxp7x337q5s9lvxlh694',
'terra1m85q74rvhqhv2usudjuc6kat6fw7gege2qgnqe',
'terra1lxzc4shqpqffgfe2f4vpr66epjpsnhlnpma07f',
'terra1k9padqj93wvzvvwh30vkhehznkznv58czfyyle',
'terra18dqeta65a9vfsqnz827ey85tuem82w4dph6p6u',
'terra198yasdtws90r755mruudje5g8yy6j5s5ue4945'
Run a query to Download Data