From a4023273bb85e8c9dc09e572765b50b15d53e0f2 Mon Sep 17 00:00:00 2001 From: rex f Date: Mon, 6 Jun 2022 18:54:54 -0700 Subject: [PATCH] Update EIPS/eip-4353.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> --- EIPS/eip-4353.md | 9 --------- 1 file changed, 9 deletions(-) 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.