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
🧐 Motivation
The current ERC721 interface from openzepplin is deviating from the standard EIP721 interface, we need to make NFTs with royalties support, so we need functions like "safeTransferFrom" to be "payable".
🧐 Motivation
The current ERC721 interface from openzepplin is deviating from the standard EIP721 interface, we need to make NFTs with royalties support, so we need functions like "safeTransferFrom" to be "payable".
📝 Details
Open zepplin is missing some contract information to allow to create ERC721 that implement royalties, I'd like to suggest the implementation of the strict EIP721 as defined here: https://eips.ethereum.org/EIPS/eip-721
And the EIP2981 as defined here: https://eips.ethereum.org/EIPS/eip-2981
The text was updated successfully, but these errors were encountered: