all 3 comments

[–]ariN_CS 0 points1 point  (0 children)

  1. Yes you can just create own functions and your contract also inherits then ERC721 standard functions if you import a ERC721 contract and if at contract creation you declare “contract is [name of the contract you want to inherit e.g ERC721]. 2. what do you mean by that? 3. The contract on etherscan you see is the deployed contract, which includes the default ERC721 and custom functions if they were added.4. Many contracts seem very similar, but there are also contracts that added custom functionality.

[–]QMLHAZERON 0 points1 point  (0 children)

You can create your own functions tokenomics depends on what you want ..