hessTotal II
Updated 2024-12-18
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select 'Delegate' as type,
sum(amount/pow(10,6)) as amount,
count(DISTINCT tx_id) as txns,
count(DISTINCT DELEGATOR_ADDRESS) as user,
avg(amount/pow(10,6)) as avg_amount
from axelar.gov.fact_staking
where action = 'delegate'
group by 1
QueryRunArchived: QueryRun has been archived