mamad-5XN3k3Copy of Untitled Query
    Updated 2023-01-10
    select
    count(*) as "Reward Transactions",
    count(distinct RECEIVER) as "Reward Receivers"
    from terra.core.ez_transfers
    where MESSAGE_VALUE['@type'] ='/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward'
    and CURRENCY='uluna'

    Run a query to Download Data