-
Notifications
You must be signed in to change notification settings - Fork 841
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
safeTransferFrom, approve, transferFrom external payable? #424
Comments
I think you need to right-click + delete the deps folder for the files to be redownloaded. |
Since these functions are payable, they are not compatible with function signatures that OpenSea wants for their new Creator Fees system. https://github.com/ProjectOpenSea/operator-filter-registry Edit: |
Payable is unrelated to the new OpenSea policies. If you're talking about their specific filtering library, ERC721A still works. You just need to add the modifier to your transfer functions. |
That's also what I thought. For some reason opensea thinks, I did not include Creator Fees functions. |
@tomazmm If you want an optimized example using ERC721A, may I interest you in https://github.com/Vectorized/closedsea ;) |
Oh cool. Will definitly look into it. I love your work and contribution. Much respect 😊 |
Are they supposed to be external payable? Imported then flattened in Remix 9/17/22 wasn't previous versions
The text was updated successfully, but these errors were encountered: