Daniel - THANK YOU for what you do! I just successfully deployed and verified my first contract and minted from the contract with images/json on IPFS using Piñata. Also have been using your image generator for a couple months now. Great content! Helped me a lot!
Thank you so much, Mr.Daniel. I'm now working on the NFT collection at Polygon Network, I hope you like it when I give you some of them. Hard luck with your next NFT project. Best Regards
I heard also through the grapevine recently that removing the erc721ienumerable lowered gas fees. Great to see new content to further learn and research from. Cheers.
Daniel, my goodness. This is superb content. I'll definitely be using this for my first NFT collection. I have 10k generated and ready to go. Thanks so much!
Awesome work for us, as usual. I don't have enough Ether to mine one of your Sketchy Ape NFT... but I hope my future collection on Opensea will earn me enough to buy one ! Thank you !
Daniel, can't thank you enough for the resources you share. A couple friendly suggestions: 1. Can you please create a video with a more complex contract? Whitelist, companion NFT, other unique utility, etc 2. I could be mistaken, but I believe the way we upload our images and metadata to IPFS is flawed; all of our images have the same URI, then /761, etc. This is not good for projects that don't fully mint right away because once the reveal happens for those who did mint, you're seeing fake Polygon collections pop up using the same URI but actually showing all the images even if the original collection hasn't minted up to that token number; I've been in contact with a few projects that ensure each image has its own URI and these teams are somehow controlling the reveal process per image to ensure none are leaked 3. In general, can you please, please, please just release a tutorial on a masterful contract; this NFT space has gotten very complex and anyone releasing just artwork/collectibles is being left behind because of the lack of utility; maybe release a couple videos explaining a few different kinds of contracts with varying utility? Again, I can't thank you enough for all your content. Just trying to prepare the community to compete with advanced utility. Thanks!
I would think that you could create a node.js utility to take the list of unique URIs for the stored images and populate the json files with those proper URIs. You'd need to upload the images first, generate the list of URIs, and then run the utility, then setup the minting contract, ready to lazy mint as they needed to be minted. Perhaps this is a more costly way to do this, but as ANY processing system matures, the prices go down. This is reminding me of the old mainframe days back in the 60s when you had to pay for your processing time - it's the very same thing. While processing was expensive, people wrote assembly code. While storage was expensive, people wrote small code with little data. While processing power was slow, people wrote fast code. Everytime these limitations were relaxed, the ability to write simple, clean code improved and thus the amount of bugs decreased.
Yeah a lot of your questions are already answered or common knowledge. 2. There’s a better way to do this. 3. Because everyone thinks they can make a jpeg and call it a project or follow the phase of game theory, gamefi, p2e without realizing you need a proper community, team, project, ecosystem. Those projects should re-evaluate their approach and roadmap
and maybe a video on an erc20 token smart contract
3 роки тому
We started NFT design about 3 months ago. We combined these designs with hash lips in videos without any code information. Thanks Hash Lips :) We are going step by step on Fiverr. It's almost time to become a level 2 seller. We have uploaded videos of our NFT collections that we sell ate our page . You can see what kind of design they got..
Thank you so much Daniel amazing video as always! wish you will do a video how we can add to this contract a pre sale [ whitelist ] function with Merkle tree / signature and all of that cuz in your previous videos about the whitelist function is really expensive because the gas fees, i will be glad for LowGasWhitelistContract :)
I only skipped trough the video but for lower gas you should talk about the erc1155 implenmentation. It provides a function where multiple nfts can minted within the same function (with the same or different tokenid). This takes away some of the gas fees.
@@RoemerOverdiep You can assign every token a unique token id as far as I know and therefore make nfts (non fungible tokens). As far how much gas it saves I am not sure about minting (I think it is a little better) but you can transfer multiple tokens at once so that can be a gas save.
Not if you want your NFT to be featured on all marketplaces in the future. Then you’d have to shift your collections on chain and that can get pricey in the future.
Hey Daniel, you are helping so much, I am just working though the smart contract part of the ultimate guide after I watched your generate parts 1-10, shall I use this vid instead for the contract?
Yea just make sure to test it in the testnet before the Mainnet there might be different function names but planning on using this for our next collection too 😁
@@HashLipsAcademy can you help me? How to mint my 10000 collection to polygon Will it cost money And how to set max amount to 10000 Please can you answer me?
Can you please combine the gas optimisations with your NFT Presale Contract? - I need a whitelist function but would also like to benefit from the optimisations you've made here. Great content as always :) Thank you for the the hard work you put into this.
Thanks Hashlips and Team. I really appreciate your work. I love this LowGas Contract. Question: 1. How Do I remove the Hidden Function? 2. As mentioned from others, the NFTs no longer inside the Collection? 3. Will there be another version for LowGas with reveal Properties once deployed and not hidden?
@@HashLipsAcademy Thanks for the quick response and you are doing a great job with your videos! I am developing a current contract and I want to be able to update features in the future. Say for instance I want to add more NFT collections after a drop a previous collection to an existing contract or develop a token. I heard that using a proxy is one way of doing this...so I this is what I mean. Make sense?
Daniel, you're coming throuigh with another banger again - thank you! Can this be interchanged with the smart contract used in the ultimate guide video?
Hi amazing video. Seen a bunch already. I love your channel. I have a question, what should that hidden json look like? and why is it neecssary really? Thanks a million !
Hello Daniel I haven’t forgotten I’ve been ill like everyone else I’m still fighting through it I will get back in touch with you thank you as always your videos are fantastic
Can you update and release with this lower gas function presale contract with whitelist its great to see simple contract but if we would get the more complex ones exlained and released that would be great.
You shouldn't use call to transfer (withdraw) funds. In this case it is fine, but when users can for example call the call method to trasnfer funds to another smart contract, it can be maliciously exploited. The transfer and send method both have a maximum gas amount and therefore prevent attacks of the fallback function of the malicious smart contract. The call function can provide enough gas for (for example) reentrancy attacks.
Hey, Daniel great content you have helped me exponentially. Do you have any content about strapping ERC20 and ERC 721 contracts together. I am currently trying to use a mint function and add a ERC20 with an airdrop for NFT rewards. If not I'm sure there are many people that would benefit from such a video.
Followed your videos..Quick Question, the part where it pulls your images is not in here, what is the input code for that? or will there be a video explaining more on how to input that extra code? or do I use the simple contract+plus one? Please and Thank You for the Great Content!
@@HashLipsAcademy hello Mr Daniel, I’m unable to verify my smart contract on rinkeby, and I followed your tutorial step by step I don’t know why I’m getting some error, and then when I tried using the mainnet I had enough fund in my wallet but metamask keep telling me not enough fund
Hey Hashlips! Thanks for all this content. I'm on my final steps on testing my low fee cost NFT contract and the issue it's that when I input the new UriPrefix (for the reveal) and after that I set to true the revealed function It shows both transactions, but It doesn't change (upload) the images on Opensea. Any clue?
Best token of the year! #lzn #Luzionprotocol 🚀 Massive 383,125.80% APY. 💯 Fully Doxed Team and KYC. 🔥 2% Auto Black Hole (Actual dEAd address) 🟢 4%-5.3% BUSD. 🔒 Audited, Safe and Secure (ZERO Team Token)..
Daniel, this is my second post on this video. Please see my longer post with 3 specific points. It's getting a lot of interaction and I would love to get your thoughts. I could be mistaken on the tokenURI issue, but I don't think so. Thanks!
Hello Hashlips, great content as usual, thank you for the effort you put into this, if you please, I have a question, does the same apply to Polygon? I am confused how to do it starting from this minute 22:50 in Polygon..thank you again for the most amazing content ♥♥♥
Thanks for watching and commenting don't forget to hit the subscribe button. ➕ ① . ..③ …① .. ③ . ④. ⑤ .. ①.. ① … ⑦. ⑨ .. ④ . For more info and support at anytime text w h a t s a p above.
Hey Hashlips, I was able to optimize gas in my contract, how can I optimize it on the minting app? My gas in contract is lower compared to my minting app, is there a way to make the gas automatically read from eth rather than us manually entering a high gas for mint app?
Hi Daniel. Great video. I've used your series and discord so far to great sucsess. Sending you an NFT when this is all over. Question - Do I remove the test contract once tested before re deploying main net? Or just leave it their on rinkeby network? Question 2. Using this contract how can i mint say 200 mints as the owner for giveaways without paying eth (aware ill have to pay gas.). Thanks
Hi. Great video, I have a question about the splitter. Is it also possible to split the income with 20, 50 or 100 people? As long as it adds up to 100% and all the walletadresses or known? Thanks in advance!
Hi Daniel, Is there a way to adjust the mint cost without redeploying the entire contract? The previous method allowed for adjustments with minor gas fees.
Hey Daniel I want to thank you as well. Great work! Might I request your next video? It would be huge to do an nft code that has an airdropped “mint pass” That allows the owner of the mint pass to mint a second edition
Hi Daniel, thank you for these videos which are super educational and are helping me learn more about code and how blockchain thinks. I deployed this contract, but when I go to my profile I see my nfts that I have minted but I don't see my collection. Why isn't a collection created? In the old contract he did it but in this one he didn't. I ask you for help. Thanks so much.
thank you so much man. nothing else on youtube like this. I can't find anywhere that you explain how to make hidden metadata and where to upload the hidden png either, but maybe im just lost?
Hi Daniel, thanks again for the content. It relly does help. I can not connect with the discord chanel cause of the bot kicks me everytime. Anyway, I have a question. What differences are between a flat and a simple contract? Can I use either? Cheers, Borja.
Hi HashLips your content is very wonderful. I have a quick question, I did the whole process but when I put the revealed metadata and then I put the revealed as true, the revealed images don't appear in OpenSea? Can you help me please?
Hi Daniel Thank you for the amazing videos. They have helped me a lot through my NFT journey, but I had a question about whitelisting. How can we go about adding a whitelist functionality to this contract? Whithout rasing the gas prices in the process.
Great video! I have few questions though! What if we want to give people mint a random nft not just one thats supply++. should chainlink vrf be used? if yes. should it be used for every mint and isn't it going to cost a lot of LINKs. Or it doesn't matter if its supply++ as long as the generated random art is really random and nobody can see the revealed metadata urls, so they cannot predict the next mint?
Hy Daniel, first off all let me thank you for the great videos they help a lot. I have a question and only you can help me:)) I have a collection of 300 nft's i want to deploy them on opensea but i want the option for people to see the nft and for them pick wich one they want to buy or wich one they want to mint, i want people to see the full collection pick the one they like and and buy or mint that nft. how can i do that?
Thanks heaps for all the great videos, especially this one. Just wondering, does this contract have a royalty fee in it? so the original creator can earn 10% on future sales? If not, is there an easy way to add it? Your other video shows how to mint and deploy NFT's using Visual Studio with a royalty, but does not include the low gas feature. Would love a mix up of both. Thanks.
Hello Hashlips, thanks for the awesome content... I followed the video from the very beggining to the very end but I did it on the Ropsten network instead of the Rinkeby network since I don't have any ETH on the Rinkeby... Will it work? Also I noticed that since i set a price for the mint of 0.07 ETH, it was deducted along with the gas fee from the account... Is that normal? Thanks
Hay Daniel :), your content is very useful for me, and if I may ask, how do I add the presale function to the smart contract code that you created,And apply it to web minting. So, after the presale phase, it will be replaced by a public sale. If you can create content talks about that , I really appreciate it .
Thanks so much for a great video! Is it possible to create a video of lower gas fee contract that has a functionality to add whitelist and adding the complete collection? Thank you so much and your videos are amazingly helpful!
Great work! Maybe a more maintainable method of setting the NAME, SYMBOL and uri variables would be to put them in a private variable declaration at the top of the file so they are all in one place and not easily missed or forgotten. Just a bit cleaner perhaps. Why would you even need to make the uriPrefix, uriSuffix, and hiddenMetadataUri as public variables - can't you just make those private and use the setters and getters for those?
Hello. What to say? Simply no. 1 I've basically seen all of your videos, and starting from scratch I've seen them over and over again. I wanted to ask you; in the generator of PNG and GIF images the JSON file comes out only for PNG files ... then in IPFS if I load the GIF folder, are the JSON files okay? In the next video you made where I don't have to generate images but just have to copy and paste them to generate the JSON file I have the same problem. If I upload images externally I can generate Json files. If I load GIF the JSON files are not generated. And finally ... now I have to use the latest LowerGasNFT smart contract, regardless if I have to do whiteList or reveal, max 5 tokens for address? Obviously when I do something real I will notify you and (not test net) I will leave the 5% part of line 145. THANK YOU
I’m having trouble with the mint feature. It’s saying insufficient funds but I have plenty of test ETH. I can use the mint for address feature, just not the mint feature.
I'm running into the same issue. Contract is unpaused and I can mint from the contract, but when I try from the minting dapp it says "insufficient funds" regardless of the amount that's in my wallet
Can you pls share bulk mint video? I can mint 1 or 2 NFTs using smart contract but how to bulk mint all the NFTs from IPFS. Thanks for all your support
Daniel - THANK YOU for what you do! I just successfully deployed and verified my first contract and minted from the contract with images/json on IPFS using Piñata. Also have been using your image generator for a couple months now. Great content! Helped me a lot!
dang thought i would have first comment, hashlips you rock broski! keep up the amazing work!!
enjoy that extra 5%
Same until I clicked the comment section 😂
Thanks glad to be back 2022 is going to be 🔥
@@moisespineda7886 👀
Thanks a million, always so great to watch these videos
Great video! Very helpful. Thank you, Daniel.
Only a pleasure
Daniel - you're the best! thanks for creating all this amazing content!
You're Life saver Daniel, god bless you
Thank you
Great upload! Just updated one of your old contracts with a counter a couple of days ago.
Love you bro. All the way from Cape Town 😀
Happy New Year! This is by far the best NFT channel on UA-cam. You are absolutely amazing! Thank you. Wish you all the very best for 2022!
Thanks Daniel once again for sharing amazing content
Only a pleasure man
Thank you so much, Mr.Daniel.
I'm now working on the NFT collection at Polygon Network, I hope you like it when I give you some of them.
Hard luck with your next NFT project.
Best Regards
Thanks so much for continuing to provide useful information for the community!!! 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
Can't thank you enough, what you're doing for the open source web3 community is incredible
I heard also through the grapevine recently that removing the erc721ienumerable lowered gas fees. Great to see new content to further learn and research from. Cheers.
Daniel, my goodness. This is superb content. I'll definitely be using this for my first NFT collection. I have 10k generated and ready to go. Thanks so much!
how much did it cost
Thank you for your time and all this helpful information.
Only a pleasure
You're the man Daniel! Appreciate all the knowledge.
Awesome work for us, as usual. I don't have enough Ether to mine one of your Sketchy Ape NFT... but I hope my future collection on Opensea will earn me enough to buy one ! Thank you !
Daniel, Great video as always 😀👍 with your content you help many NFTs artists and devs!
Daniel, can't thank you enough for the resources you share. A couple friendly suggestions:
1. Can you please create a video with a more complex contract? Whitelist, companion NFT, other unique utility, etc
2. I could be mistaken, but I believe the way we upload our images and metadata to IPFS is flawed; all of our images have the same URI, then /761, etc. This is not good for projects that don't fully mint right away because once the reveal happens for those who did mint, you're seeing fake Polygon collections pop up using the same URI but actually showing all the images even if the original collection hasn't minted up to that token number; I've been in contact with a few projects that ensure each image has its own URI and these teams are somehow controlling the reveal process per image to ensure none are leaked
3. In general, can you please, please, please just release a tutorial on a masterful contract; this NFT space has gotten very complex and anyone releasing just artwork/collectibles is being left behind because of the lack of utility; maybe release a couple videos explaining a few different kinds of contracts with varying utility?
Again, I can't thank you enough for all your content. Just trying to prepare the community to compete with advanced utility. Thanks!
I would think that you could create a node.js utility to take the list of unique URIs for the stored images and populate the json files with those proper URIs. You'd need to upload the images first, generate the list of URIs, and then run the utility, then setup the minting contract, ready to lazy mint as they needed to be minted. Perhaps this is a more costly way to do this, but as ANY processing system matures, the prices go down. This is reminding me of the old mainframe days back in the 60s when you had to pay for your processing time - it's the very same thing. While processing was expensive, people wrote assembly code. While storage was expensive, people wrote small code with little data. While processing power was slow, people wrote fast code. Everytime these limitations were relaxed, the ability to write simple, clean code improved and thus the amount of bugs decreased.
Yeah a lot of your questions are already answered or common knowledge. 2. There’s a better way to do this. 3. Because everyone thinks they can make a jpeg and call it a project or follow the phase of game theory, gamefi, p2e without realizing you need a proper community, team, project, ecosystem. Those projects should re-evaluate their approach and roadmap
and maybe a video on an erc20 token smart contract
We started NFT design about 3 months ago. We combined these designs with hash lips in videos without any code information. Thanks Hash Lips :) We are going step by step on Fiverr. It's almost time to become a level 2 seller. We have uploaded videos of our NFT collections that we sell ate our page . You can see what kind of design they got..
Hey man, can you explain part 2 further? This sounds like it might be a big problem
great content quality as always! and well explained to add... thank you!
Thank you so much Daniel amazing video as always! wish you will do a video how we can add to this contract a pre sale [ whitelist ] function with Merkle tree / signature and all of that cuz in your previous videos about the whitelist function is really expensive because the gas fees, i will be glad for LowGasWhitelistContract :)
Excellent!!
Thank you so much! Great video!
Great video, this will save me a lot of gas fees 👍
I only skipped trough the video but for lower gas you should talk about the erc1155 implenmentation. It provides a function where multiple nfts can minted within the same function (with the same or different tokenid). This takes away some of the gas fees.
But not all unique nfts? Gas wise you think it makes a big difference?
@@RoemerOverdiep You can assign every token a unique token id as far as I know and therefore make nfts (non fungible tokens). As far how much gas it saves I am not sure about minting (I think it is a little better) but you can transfer multiple tokens at once so that can be a gas save.
Downside to that is that 1155's don't show up in people's Metamask which is a bummer for some folks
@@CatfishComstock will probably get added and for example works on open sea and other big sites
Not if you want your NFT to be featured on all marketplaces in the future. Then you’d have to shift your collections on chain and that can get pricey in the future.
Fantastic Daniel.
Love these tutorials!!!!
Hey Daniel, you are helping so much, I am just working though the smart contract part of the ultimate guide after I watched your generate parts 1-10, shall I use this vid instead for the contract?
Yea just make sure to test it in the testnet before the Mainnet there might be different function names but planning on using this for our next collection too 😁
@@HashLipsAcademy thanks man, be sure to thank you in some way for all help once I get established, determined to make this a success
@@HashLipsAcademy can you help me? How to mint my 10000 collection to polygon
Will it cost money
And how to set max amount to 10000
Please can you answer me?
Can you please combine the gas optimisations with your NFT Presale Contract? - I need a whitelist function but would also like to benefit from the optimisations you've made here. Great content as always :) Thank you for the the hard work you put into this.
Please can you show how to add a creator's royalty to a contract that lasts the full life of the NFT
Legend mate ty 🙏🏼
Thanks Hashlips and Team. I really appreciate your work. I love this LowGas Contract.
Question:
1. How Do I remove the Hidden Function?
2. As mentioned from others, the NFTs no longer inside the Collection?
3. Will there be another version for LowGas with reveal Properties once deployed and not hidden?
It would be great if you made a video on how to upgrade existing contracts!
Yes that is true, any suggestions on what parts you would like me to make upgradeable?
@@HashLipsAcademy Thanks for the quick response and you are doing a great job with your videos! I am developing a current contract and I want to be able to update features in the future. Say for instance I want to add more NFT collections after a drop a previous collection to an existing contract or develop a token. I heard that using a proxy is one way of doing this...so I this is what I mean. Make sense?
It would be perfect if you can do a tutorial ERC721A
Daniel, you're coming throuigh with another banger again - thank you!
Can this be interchanged with the smart contract used in the ultimate guide video?
Hi amazing video. Seen a bunch already. I love your channel. I have a question, what should that hidden json look like? and why is it neecssary really?
Thanks a million !
Thank you always for your videos. Is there a lower gas cost version of the contract with the whitelist and reveal?
We will add more functionality we still want to see the behavior and to slowly introduce more complexity
Hashlips, the video is great and you are a wealth of information! Can you tell me if it's possible to mint to owner? Thank you!
congrats, I will send you some code to improve the presale contract :). (Lax)
Hello Daniel I haven’t forgotten I’ve been ill like everyone else I’m still fighting through it I will get back in touch with you thank you as always your videos are fantastic
Get well soon
@@HashLipsAcademy Thank you
A Immutable X minting tutorial would crush
Can you update and release with this lower gas function presale contract with whitelist its great to see simple contract but if we would get the more complex ones exlained and released that would be great.
Yea of course
@@HashLipsAcademy thank you ;)
Yes pls!
Yes please
You shouldn't use call to transfer (withdraw) funds. In this case it is fine, but when users can for example call the call method to trasnfer funds to another smart contract, it can be maliciously exploited. The transfer and send method both have a maximum gas amount and therefore prevent attacks of the fallback function of the malicious smart contract. The call function can provide enough gas for (for example) reentrancy attacks.
How should this be done? Interested in examples. Thanks for pointing this out.
@@DfWinner by using .transfer and .send for basic fund transactions. they both limit the gas and prevent an attack like this
Hey, Daniel great content you have helped me exponentially. Do you have any content about strapping ERC20 and ERC 721 contracts together. I am currently trying to use a mint function and add a ERC20 with an airdrop for NFT rewards. If not I'm sure there are many people that would benefit from such a video.
Hi Daniel, your videos are really helpful. And I want to learn more about Candy Machine v2. Is it possible to have a video about it?
Awesome video! Is there a reason why you didnt optimize the contract?
Hi Daniel Thanks for the amazing video! Does this contract contain royalties function?
Followed your videos..Quick Question, the part where it pulls your images is not in here, what is the input code for that? or will there be a video explaining more on how to input that extra code?
or do I use the simple contract+plus one?
Please and Thank You for the Great Content!
Questions can come in⬆️⬆️
I've been minting on Proton chain and loving it, zero gas lol
Thanks Again!!!
Hi, Thank you
Your videos are amazing! Could you show us how to properly add whitelist functions to the lowgas contract?
Yes I will
@@HashLipsAcademy Also will it still work with the existing minting dapp? or will there need to be some changes?
@@HashLipsAcademy waiting for this patiently! 🥴
@@HashLipsAcademy can't wait for this one!!
@@HashLipsAcademy hello Mr Daniel, I’m unable to verify my smart contract on rinkeby, and I followed your tutorial step by step I don’t know why I’m getting some error, and then when I tried using the mainnet I had enough fund in my wallet but metamask keep telling me not enough fund
This was great... can you do a Video on ERC1155 ?? Please! please! TY..
Hi! Thx for the video) I have a question - what is hidden.json file for? What is the image you need to mention there?
Hey Hashlips! Thanks for all this content. I'm on my final steps on testing my low fee cost NFT contract and the issue it's that when I input the new UriPrefix (for the reveal) and after that I set to true the revealed function It shows both transactions, but It doesn't change (upload) the images on Opensea. Any clue?
Best token of the year! #lzn #Luzionprotocol
🚀 Massive 383,125.80% APY.
💯 Fully Doxed Team and KYC.
🔥 2% Auto Black Hole (Actual dEAd address)
🟢 4%-5.3% BUSD.
🔒 Audited, Safe and Secure (ZERO Team Token)..
thank you
Daniel, this is my second post on this video. Please see my longer post with 3 specific points. It's getting a lot of interaction and I would love to get your thoughts. I could be mistaken on the tokenURI issue, but I don't think so. Thanks!
Hello Hashlips, great content as usual, thank you for the effort you put into this, if you please, I have a question, does the same apply to Polygon? I am confused how to do it starting from this minute 22:50 in Polygon..thank you again for the most amazing content ♥♥♥
Great video, as usual Daniel. Is there a reason you did not use optimization for this contract?
😆@13:15 can the percentage be adjusted to a fraction of a percentage in the form of a decimal Mr. HL?
You can how ever you can't use decimal values
Thank you
Thanks for watching and commenting don't forget to hit the subscribe button. ➕ ① . ..③ …① .. ③ . ④. ⑤ .. ①.. ① … ⑦. ⑨ .. ④
. For more info and support at anytime text w h a t s a p above.
Hey Hashlips, I was able to optimize gas in my contract, how can I optimize it on the minting app? My gas in contract is lower compared to my minting app, is there a way to make the gas automatically read from eth rather than us manually entering a high gas for mint app?
Hi Daniel. Great video. I've used your series and discord so far to great sucsess. Sending you an NFT when this is all over. Question - Do I remove the test contract once tested before re deploying main net? Or just leave it their on rinkeby network? Question 2. Using this contract how can i mint say 200 mints as the owner for giveaways without paying eth (aware ill have to pay gas.). Thanks
Sir Please please make a video that how can owner see the minted NFT in our Minting Dapp that we are created earlier.
Will do
@@HashLipsAcademy please please please mak a video. It will really helpful ☺️
Hi. Great video, I have a question about the splitter. Is it also possible to split the income with 20, 50 or 100 people? As long as it adds up to 100% and all the walletadresses or known? Thanks in advance!
reach out 👆👆For more info and guide📩.
Im finding this awesome and frustrating that the GAS price for me to put the smart contract on Ethereum Mainnet was just over 900 dollars!
Hey Hashlips. Great content as always!
Is it possible to make these contracts mint in WETH?
Hi Daniel,
Is there a way to adjust the mint cost without redeploying the entire contract? The previous method allowed for adjustments with minor gas fees.
Hey Daniel I want to thank you as well. Great work!
Might I request your next video? It would be huge to do an nft code that has an airdropped “mint pass” That allows the owner of the mint pass to mint a second edition
Hi Daniel, thank you for these videos which are super educational and are helping me learn more about code and how blockchain thinks.
I deployed this contract, but when I go to my profile I see my nfts that I have minted but I don't see my collection.
Why isn't a collection created? In the old contract he did it but in this one he didn't. I ask you for help.
Thanks so much.
thank you so much man. nothing else on youtube like this. I can't find anywhere that you explain how to make hidden metadata and where to upload the hidden png either, but maybe im just lost?
Hi Daniel, thanks again for the content. It relly does help. I can not connect with the discord chanel cause of the bot kicks me everytime. Anyway, I have a question. What differences are between a flat and a simple contract? Can I use either?
Cheers,
Borja.
24:12 Lmao I love this part of the video
Hi HashLips your content is very wonderful.
I have a quick question, I did the whole process but when I put the revealed metadata and then I put the revealed as true, the revealed images don't appear in OpenSea? Can you help me please?
How do I fix transaction was not mined within 50 blocks issue
Hi there! Thanks for the great vid, quick question how can I only reveal a singular nft or reveal an NFT when its sold
Hi Daniel Thank you for the amazing videos. They have helped me a lot through my NFT journey, but I had a question about whitelisting. How can we go about adding a whitelist functionality to this contract? Whithout rasing the gas prices in the process.
Thank you for all you do Daniel.
can you deploy this on fantom?
Great video! I have few questions though!
What if we want to give people mint a random nft not just one thats supply++. should chainlink vrf be used? if yes. should it be used for every mint and isn't it going to cost a lot of LINKs. Or it doesn't matter if its supply++ as long as the generated random art is really random and nobody can see the revealed metadata urls, so they cannot predict the next mint?
Thank you HashLips for good content, please after all .. if start selling ,, how can get money to my wallet ?
Hello hashlips please make videos for making nft rodmap website
Yea sure can look into that for you
Hy Daniel, first off all let me thank you for the great videos they help a lot.
I have a question and only you can help me:))
I have a collection of 300 nft's i want to deploy them on opensea but i want the option for people to see the nft and for them pick wich one they want to buy or wich one they want to mint, i want people to see the full collection pick the one they like and and buy or mint that nft. how can i do that?
Thanks heaps for all the great videos, especially this one. Just wondering, does this contract have a royalty fee in it? so the original creator can earn 10% on future sales? If not, is there an easy way to add it? Your other video shows how to mint and deploy NFT's using Visual Studio with a royalty, but does not include the low gas feature. Would love a mix up of both. Thanks.
wondering same thing, couldn't find anything regarding royalties. did you figure it out?
In opensea you can set it.
Hello Hashlips, thanks for the awesome content... I followed the video from the very beggining to the very end but I did it on the Ropsten network instead of the Rinkeby network since I don't have any ETH on the Rinkeby... Will it work? Also I noticed that since i set a price for the mint of 0.07 ETH, it was deducted along with the gas fee from the account... Is that normal? Thanks
Hay Daniel :), your content is very useful for me, and if I may ask, how do I add the presale function to the smart contract code that you created,And apply it to web minting. So, after the presale phase, it will be replaced by a public sale. If you can create content talks about that , I really appreciate it .
Hey Daniel! I have a question. Can i take this lower gas contract and add presale and whitelist to it? Would that break anything?
I'm wondering the same. Would love a lower gas contract with the features shows in other videos!
Did u find any solution?
@@dhararughani Yes, you can add presale and wl without any problem. You just need to write them in the contract.
@@vladcondurat9838 okayyy thankyouu
Can you please please tell me where to add that function ?
Thanks so much for a great video! Is it possible to create a video of lower gas fee contract that has a functionality to add whitelist and adding the complete collection? Thank you so much and your videos are amazingly helpful!
Need this with Whitelist feature!!!
Great work! Maybe a more maintainable method of setting the NAME, SYMBOL and uri variables would be to put them in a private variable declaration at the top of the file so they are all in one place and not easily missed or forgotten. Just a bit cleaner perhaps. Why would you even need to make the uriPrefix, uriSuffix, and hiddenMetadataUri as public variables - can't you just make those private and use the setters and getters for those?
Hello. What to say?
Simply no. 1
I've basically seen all of your videos, and starting from scratch I've seen them over and over again. I wanted to ask you; in the generator of PNG and GIF images the JSON file comes out only for PNG files ... then in IPFS if I load the GIF folder, are the JSON files okay? In the next video you made where I don't have to generate images but just have to copy and paste them to generate the JSON file I have the same problem. If I upload images externally I can generate Json files. If I load GIF the JSON files are not generated. And finally ... now I have to use the latest LowerGasNFT smart contract, regardless if I have to do whiteList or reveal, max 5 tokens for address? Obviously when I do something real I will notify you and (not test net) I will leave the 5% part of line 145.
THANK YOU
I’m having trouble with the mint feature. It’s saying insufficient funds but I have plenty of test ETH. I can use the mint for address feature, just not the mint feature.
Please make sure you unpause the contract
I'm running into the same issue. Contract is unpaused and I can mint from the contract, but when I try from the minting dapp it says "insufficient funds" regardless of the amount that's in my wallet
do i paste the metadata CID onto the URIPrefix from pinata? or do i paste the png images CID into the uriprefix?
Hello guys, for lower gas fee code. does the owner have to pay according to the price when minted? can't enter 0?
Hey Daniel aka HashLips, how bad is it if I forgot to check optimize in remix when compiling 😬
Can you pls share bulk mint video? I can mint 1 or 2 NFTs using smart contract but how to bulk mint all the NFTs from IPFS. Thanks for all your support
Hey Daniel, is this low gas going to be added to the NFTFULL contract?
Is it possible to combine this contract with the dynamic nft price contract? Thank you for all the gems thus far!!!
he llegado a este video y me parece genial, he seguido todos sus pasos pero no me aparece la función Flatten ¿ Que he podido hacer mal ?, gracias
How were able to mint without setting the URI?