gokcintop 10 signer
    Updated 2022-09-22
    select TX_SIGNER as signer, count(distinct(tx_hash)) as tx
    from near.core.fact_transactions
    where tx_status = 'Success'
    and block_timestamp::date >= '2022-06-15' and TX_RECEIVER='token.sweat'
    group by signer
    order by tx desc
    limit 10
    Run a query to Download Data