flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Validator Rank This Month July
boomer77
Validator Rank This Month July
Updated 2021-07-12
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
validator_address_label
,
sum
(
event_amount_usd
)
as
Total_Reward
,
date_trunc
(
'month'
,
block_timestamp
)
as
months
FROM
terra
.
reward
where
months
=
'2021-07-01'
group
by
1
,
3
order
by
total_reward
desc
limit
10
Results
Run a query to Download Data