Skip to content

AzureKn1ght/ERC721-Token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ERC721-Token

Q: Create an ERC721 token smart contract

Level: beginner 

The features required of the ERC721 contract:

  • The token name will be “YOURNAME”
  • Have a mint function with auto increment ID.
  • Have a token burn function.
  • Have a pause function to pause the functionality marked as whenNotPaused.
  • Deploy the smart contract on the Ethereum Testnet (Ropsten/Rinkeby)
  • Verify the source code in Etherscan
  • Execute the following functions - mint, burn and pause function.

Deployed Address

An example has been deployed and Verified on the Ethereum Testnet (Ropsten):

0xFAFD46f3671b1fcfd7906CAe158C3008c2fFc358