Closed marutint10 closed 1 year ago
It was showing some problem due to function parameter and by removing the parameter and by making the function mutability to pure it is compiling successfully.
Thanks for the PR!
We could do this, but then it wouldn't fit with the ERC721 standard, which needs to have an address as an input parameter.
address
You're right though, normally this would be better!
It was showing some problem due to function parameter and by removing the parameter and by making the function mutability to pure it is compiling successfully.