There are 10 persons, having jersey number marked as 0, 1, 2,.....,9. They are standing in a circular arrangement, as shown in figure:

In a game, they are passing ball clockwise in the following way:
The game starts with the 0 marked player holding the ball.
After the end of 1st round, the ball is passed $1^2 = 1$ times, i.e. the ball ends up at the 1 marked player.
At the end of 2nd round the ball is further passed $2^2 = 4$ times, so the ball ends up at the 5 marked player
At the end of 3rd round the ball is further passed $3^2 = 9$ times, i.e. the ball ends up at the 4 marked player.
Question is:-
which player will hold the ball, at the end of 2018th round ?
In solution, I expressed the square of every natural number, according to divisibility by 10. Thus, summing them up, I found that the answer should be the 9 marked player
Isn't it correct?