We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_allowlist
Currently, the contract has no view function for _allowlist. It's can be useful to provide a view function to see if an operator is allowed or not.
Make _allowlist public and rename it to allowlist or allowedOperators.
allowlist
allowedOperators
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Currently, the contract has no view function for
_allowlist
.It's can be useful to provide a view function to see if an operator is allowed or not.
Recommendation
Make
_allowlist
public and rename it toallowlist
orallowedOperators
.The text was updated successfully, but these errors were encountered: