-
Notifications
You must be signed in to change notification settings - Fork 982
New issue
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
ERROR: unresolved reference to identifier _BITMASK_ADDRESS on ERC721A contracts #1610
Labels
Comments
0xalpharush
added
bug
Something isn't working
High Priority
and removed
bug-candidate
Bugs reports that are not yet confirmed
labels
Jan 17, 2023
For additional info, going back to v0.9.1 resolves the issue |
Same issue. Repro here. slither --version
0.9.2 solc-select versions
0.8.17 (current, set by /home/ubuntu/.solc-select/global-version) solc --version
solc, the solidity compiler commandline interface
Version: 0.8.17+commit.8df45f5f.Linux.g++
|
Hi. Thank you for reporting this. We will investigate this issue asap |
Bump. I am also getting same bug with an ERC721A contract |
Slither version$ slither --version
$ 0.9.2 Error messageError:
unresolved reference to identifier _BITMASK_ADDRESS |
Hi! I am having the same issue as well, leaving more information in case it's needed Solc version
Slither version
Steps to reproduce
What I did to fix it
Error message and stack trace
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue:
When using slither to check contracts that inherit from ERC721A we are getting the following error:
Code example to reproduce the issue:
Version:
forge-std v1.2.0
Relevant log output:
The text was updated successfully, but these errors were encountered: