connorhchecking2
    Updated 2021-10-15
    select to_address, count(DISTINCT tx_id) as tx_count from polygon.transactions
    where block_timestamp > '2021-06-01T00:00:00Z'
    group by to_address order by tx_count DESC limit 10

    Run a query to Download Data