IERC721Upgradable
and other upgradable interfaces have been removed in newer version of openzeppelin upgradable contracts because of some issues caused during deployments
The interfaces IERC721Upgradable
and IERC721MetadataUpgradable
in openzeppelin-contracts-upgradeable renames the interfaces when they are exactly the same as non-upgradeable (vanilla) versions. This isn't necessary and brings a lot of issues which is why it has been removed in newer versions.
for more information on the issue https://github.com/OpenZeppelin/openzeppelin-contracts/issues/3928
This can lead to interface conflicts during deployments
Manual audit
Use the non-upgradable versions of the interfaces as they are the same
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.