hessTotal II
    Updated 2024-12-18
    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