Updated 2022-03-16
    select count (distinct to_address)
    from ethereum.udm_events
    where SYMBOL = 'CLUB' and ORIGIN_FUNCTION_NAME = 'claim' and amount=2500
    order by amount DESC

    Run a query to Download Data