The function royaltyInfo is used by users to check sale details regarding a particular ERC721 token.
The problem here is that the function check if the token exists, but doesnt check if the token was already claimed.
Consider applying a check, which will revert if the token was already claimed.
