Skip to content

Instantly share code, notes, and snippets.

View wellingtonfds's full-sized avatar

Wellington Fernandes wellingtonfds

  • code2you.com
  • Belo Horizonte - Brasil
View GitHub Profile
@wellingtonfds
wellingtonfds / .deps...npm...@openzeppelin...contracts...token...ERC721...IERC721.sol
Created December 23, 2022 14:00
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/IERC721.sol)
pragma solidity ^0.8.0;
import "../../utils/introspection/IERC165.sol";
/**
* @dev Required interface of an ERC721 compliant contract.
*/