Replies: 1 comment
-
I did the same. what fixed was changing the progma line to: pragma solidity >=0.8.4 <0.9.0; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I paste the YourNftToken.sol on the remix, and there is an error code on compile.
the variable "_currentIndex" and "_ownerships", I did not find any declaration for the variable,
some one know why? thanks for the big help.
}
Beta Was this translation helpful? Give feedback.
All reactions