diff --git a/EIPS/eip-4353.md b/EIPS/eip-4353.md index c87f999211b284..0e32ddd27fa6d6 100644 --- a/EIPS/eip-4353.md +++ b/EIPS/eip-4353.md @@ -34,15 +34,6 @@ pragma solidity ^0.8.0; */ interface IERC721Staked { - /** - * @dev Returns true if this contract implements the interface defined by - * `interfaceId`. See the corresponding - * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified - * to learn more about how these ids are created. - * - * This function call must use less than 30 000 gas. - */ - function supportsInterface(bytes4 interfaceId) external view returns (bool); /** * @dev Returns uint256 amount of on-chain tokens staked to the NFT.