satsihFLOW Delegator Distribution
    Updated 2022-11-15
    SELECT
    delegator,
    sum(amount) as total
    FROM flow.core.ez_staking_actions
    GROUP BY 1
    ORDER BY 2 DESC
    LIMIT 100

    Run a query to Download Data