Alexaytotal-delegator
    Updated 2022-11-15
    select count (distinct tx_id) as txns,
    count (distinct delegator) as delegators,
    count (distinct node_id) as nodes
    from flow.core.ez_staking_actions
    where tx_succeeded = 'TRUE'
    Run a query to Download Data