Skip to content

Commit

Permalink
Update EIPS/eip-4353.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Wilson <[email protected]>
  • Loading branch information
aug2uag and SamWilsn committed Jun 7, 2022
1 parent 8fc0ea2 commit a402327
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions EIPS/eip-4353.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a402327

Please sign in to comment.