Mint New Nft
function mint() external payable returns (uint256 nftID)
The only external write function of this contract allows anyone to mint a new NFT when paying the minting price in ETH. The function returns the ID of the NFT which is equivalent to the affiliate ID used in TopCut Markets and the Vault.The minting price for each NFT is fixed at 1 ETH.