Skip to main content

Contract

ERC721 contract is used for creating non-fungible tokens (NFTs) that represent unique items such as simple images, in-game items, characters, and more. These tokens are unique and cannot be interchanged, making them ideal for representing one-of-a-kind digital assets. NFTs have become increasingly popular in the art world and in DeFi as a way to represent ownership and value of unique digital assets.

Contract actions

ERC721 Contracts have extra actions that can be performed from admin panel. You can find more details for all actions here.

Additional info

To view the main information for each token contract, click on the VIEW button. This will display the following details:

  • name - token name
  • symbol - token ticker on the market
  • address - the address of the contract
  • base token url - point to the server with metadata
  • royalty - royalty percentage on secondary sales
  • chain - id of the chain
  • features - contract's features

ERC721 contract info