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 current IERC721 interface includes a function declaration without a specified visibility keyword
This inconsistency might lead to issues when importing the interface into other contracts.
The text was updated successfully, but these errors were encountered:
- [x] Added Memory keyword for string datatype
- [x] Memory usage Optimization
- [x] Made function payable and transferred nft after successful
transfer of funds to the user
- [x] remove unnecessary code and optimized the function for seller
- [x] added visiblity keyword external for ERC721 interface
- [x] Completed the deployment script of Contract.sol
The current IERC721 interface includes a function declaration without a specified visibility keyword
This inconsistency might lead to issues when importing the interface into other contracts.
The text was updated successfully, but these errors were encountered: