You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pess-strange-setter detector examines whether any changes are made to state variables using function parameters. In your case, if nothing is set to state variables in either the constructor function or the _mint function, the detector will indicate that something might be wrong and you'd better double-check it.
However, it is worth improving as it's obviously a FP in your case.
We'll do that, thanks for pointing out.
I have a smart contract like this, I don't understand why it receive error strange_setter
This is my contract
This is error:
The text was updated successfully, but these errors were encountered: