Any chance you can publish an updated version? The current OpenZeppelin ERC721.sol includes all the other interfaces by default, and some other things have changed.
@D3CK3RON3R2 жыл бұрын
ERC721 full.sol isn't in the repos? What's the workaround?
@francoismitterrand10673 жыл бұрын
Regarding openzeppelin defined ERC721 interfaces, if I import them within my contract, do I need to provide the signature of all the functions contained within the said interfaces in order for them to be available, or importing them is sufficient?
@federicoca3 жыл бұрын
is there a guide in your courses to build an nft
@fillip63843 жыл бұрын
i want to deploy this in remix. what do I do with all these imports? can it be presented as a deployable contract ready for mainnet?
@danieldil61982 жыл бұрын
6:05 why is it only from 0-9? what if there are more tokens?
@29lpk2 жыл бұрын
where are u typing this in?
@block_chain4 жыл бұрын
Thanks for the video, it is helpful!
@frankynakamoto23084 жыл бұрын
Is it possible to make an erc223 and have each token with 0 decimals and each token be mark as erc721, each registered by owner, like a smart contract fingerprint that works like tamagotchi to confirm each withdraw??
@baiqing4 жыл бұрын
URI? URL? It changes all the time!
@EatTheBlocks4 жыл бұрын
same thing
@fourmath60664 жыл бұрын
@@EatTheBlocks hum ..no. URI = Uniform Resource Identifier , URL = ** ** Locator. using TokenURI is THE BASE and the more interesting thing to implement concerning ERC721 Token. you should explain other user how to. NFT can really be improve with those JSON metada file.
@robertobaggio653 жыл бұрын
@@EatTheBlocks it is not the same thing
@istiaque_ahmed2 жыл бұрын
Always your content miss some parts, and difficult to follow.
@handywijaya63903 жыл бұрын
your title is create erc721, but u dont really teach how to create them. u don't show HOW TO CREATE erc721, all u do is just telling people how to use openzepelin, anyway, how do u set the main url and how do u deploy erc721 using remix?