Creating NFTs
An NFT/ERC721 is a smart contract standard which is specialised in Non Fungible Tokens (NFT) and compatible with Opensea. Every NFT is unique, so that only one can can be owned in its current form.
ERC721
ERC721
The standard functions that have to be supported by a smart contract to fulfil the ERC721 token standard. For reference see: https://eips.ethereum.org/EIPS/eip-721
FUNCTIONS
ERC165
CONTEXT
EVENTSIERC721
Smart Contract | Description | Blockchain |
---|---|---|
The smart contract template to deploy single-copy NFTs.This version allows you to dissociate the wallet funding gas fees. | ONINO, Ethereum, BSC, Avalanche, Polygon, Fantom, | |
The capped ERC721 NFT smart contract template for single-copy Non Fungible Tokens (NFT). | ONINO, Ethereum, BSC, Avalanche, Polygon, Fantom, | |
ERC1155 NFTs collection | The smart contract standard to manage multiple-copies NFTs. | ONINO, Ethereum, BSC, Avalanche, Polygon, Fantom, |
Last updated