Awesome video Julien! Thanks for this. Quick question. Will these tokens be mineable after deployment to the network? or would this require extra coding to make it available for mining?
Tokens are not mineable since they are not rewards received by miners on the Ethereum Blockchain. On the other hand, they are mintable. You can add more tokens to supply
Can you do an updated video and show how to create this erc20 token with tokenomics added such as initial burn, burns and reflections on each transactions, alon with dev wallet, marketing wallet and charity wallet? You did a phenomenal job here, but it appears to only be a portion of what most need. Also how to proceed from here once you have the token and getting is listed on various exchanges, etc. Is all this taught in your courses?
That’s kind of the point - let the horse to water and if it can’t drink it’ll die haha this is enough to kick things off if you understand this you got it
Thanks for sharing the amazing content on Blockchain, it's really helpful and looking forward to learning more on creating token & launching the ICO for a legitimate project backed by real crypto mining operations! Keep up good work!
Hey friend, great channel. Thank you! I have a question, when you deploy a token and list it to uniswap for instance, for example say I have 1 trillion tokens, I list say idk 20% of the total supply there, and obviously have a bunch left over, can I add more of the remaining supply I have to that pool? Or it's basically a one shot deal to add it the first time? I appreciate any answers and/or advice you can provide. Thanks again. God Bless.
is it possible for that imported contract to be deleted from the github website? And if it is, would that screw everything up? The github URL on line 3, talked about @ 8:22
Short answer: yes Long answer: it won't, but you could just copy the source code locally into the contract. The import is mostly for cleanliness at the end of the day. Just literally copy paste the functions you want into the body of your contract.
Awesome video Julien! I am a beginner. I have one question. You imported github link, but if github link changes, then, is there any way to change my smart contract code? If not, can you please guide me on how to define specific functions? Thank you.
Your smart contract gets compiled into EVM opcodes before getting deployed. imported smart contract from github is also part of that compiled op code. So after compilation and deployment you are not dependent on GitHub version anymore. Hope this helps
after testing on the java network, everything went well but when i try to deploy the contract to the mainnet.... it doesnt seem to work. i am creating a total supply of 5,000,000 tokens and set the gas fee at 3,000,000. please what really is the issue?
I did Bep-20, and this and get "Error! Invalid constructor arguments provided. Please verify that they are in ABI-encoded format" any idea how i can publish it ! thank you community.
I am keep getting this msg: Error: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32000,"message":"transaction underpriced"}} . How to solve this problem? Thanks
Have some doubts 1. How will we list the coin on decentralised exchanges 2. How does it get a real value 3. After the token is made if someone wants to transfer the our token from 1 wallet to another then how will it be done and what will be the fees for that
@@EatTheBlocks 🤓would really help me out. I want to be able to fully read the contracts of memecoins that I invest in and I would also like to be able to code complex tokens from scratch.
Hi I have a problem, remix says that there is an error that doesnt allow me to compile the contract, this desnt let me launch the token. it says this: "Worker error: Uncaught SyntaxError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The URL 'undefined/soljson-v0.8.7+commit.e28d00a7.js' is invalid." what can I do?
Wonderful video. Would you please make a video about how polygon is considered layer 2? To me it looks like a completely separate blockchain where non of the ERC20 tokens are compatible with each other. How does it work in depth? O would love to hear more about it.
You can't set a price you want, if this was possible everybody could sky-rocket his scam token. In order to get a value of your token, you have to provide it as liquidity in some DEX and there the price will be calculated based on your amount provided of both token/eth (or other native currency based on the blockchain) using the famous "constant product market maker model" - x * y = k
@@meharbob but when we create a token keeping decimal value as '80' in remix.ethereum, then too the token is created and when I checked my contract address detail in etherscan, it also shows 80 decimal that was given as input while creating token
Hi guys. amazing video. If i wanted to add the following economics to my token how would i do it. Basically everytime a token was transferred the Seller would pay a [x%] fee that would be payable to a charity wallet. Thanks so much!
Will work absolutely the same. Just make sure that you are using BNB network. Also, there are some issues you will be running to. You will not be able to confirm the smartcontract on BSCScan or Etherscan. Better to copy everything in the file and create your own files. Don't forget to create dependencies as well.
Dear Sir, I didn't see your email in the description. I have a project and I wish to have your point of view advice and help if you have time. Thank you
Sir please give us flashloan arbitrage bot, I lost alot of my money on probably scam arbitrage on UA-cam. Now I am left with 0.01167 bnb 😭😭🙁 Sir please help me pay my debts 🙏
Hey, I just taught my buddy Danjo how to do this over the phone. It took an hour, you really are a good coding teacher. Appreciate you man
thank you :)
The better channell of blockchain development.
thx!
can you make an updated video of this?
Good idea!
Hey, Thank you for this vast knowldedge. Can you please create a video on interaction of ERC20 with NFT(ERC721).
How can you add a burn and a reflection to this?
Hey Julien ,Thank you for this video. Can you make another video about clone safemoon , which explains all the function in it ?
Very clearly explained, thanks and keep up the great work! 🎉
Awesome video Julien! Thanks for this. Quick question. Will these tokens be mineable after deployment to the network? or would this require extra coding to make it available for mining?
did you find out mate?
That's a good question. Did you get a response?
Agreed, awesome
ua-cam.com/video/RK0TYHQzABg/v-deo.html
Tokens are not mineable since they are not rewards received by miners on the Ethereum Blockchain. On the other hand, they are mintable. You can add more tokens to supply
Slothana has the potential to shake things up for the better. 💎💥
tip:
When come to verification, compiler on bscscan doesn't work with this "import". + needs a License-Identifier
Hi! Did you manage to somehow solve the problem of contract verification? How?
Can you do an updated video and show how to create this erc20 token with tokenomics added such as initial burn, burns and reflections on each transactions, alon with dev wallet, marketing wallet and charity wallet? You did a phenomenal job here, but it appears to only be a portion of what most need. Also how to proceed from here once you have the token and getting is listed on various exchanges, etc. Is all this taught in your courses?
That’s kind of the point - let the horse to water and if it can’t drink it’ll die haha this is enough to kick things off if you understand this you got it
why you have created mint function outside the constructor ?
Thanks for sharing the amazing content on Blockchain, it's really helpful and looking forward to learning more on creating token & launching the ICO for a legitimate project backed by real crypto mining operations! Keep up good work!
Go for IEO than ICO
All good but I can’t send the token to my MetaMask test network why
Hi, just wondering how I can sell it at the platform. Do I need to define the purchase function inside of the smart contract??
Hey friend, great channel. Thank you! I have a question, when you deploy a token and list it to uniswap for instance, for example say I have 1 trillion tokens, I list say idk 20% of the total supply there, and obviously have a bunch left over, can I add more of the remaining supply I have to that pool? Or it's basically a one shot deal to add it the first time? I appreciate any answers and/or advice you can provide. Thanks again. God Bless.
Start from 7:07
is it possible for that imported contract to be deleted from the github website? And if it is, would that screw everything up? The github URL on line 3, talked about @ 8:22
Short answer: yes
Long answer: it won't, but you could just copy the source code locally into the contract. The import is mostly for cleanliness at the end of the day.
Just literally copy paste the functions you want into the body of your contract.
Can the smart contract be deployed on the polygon network?
Great job man.
Very informative and easy to understand.
Thank you.
I saw that other cryptocurrencies have two contracts for both ethereum and BSC How is that ?
Thank you! This video helped me so much !!
Glad it helped!
Excellent video, thanks again Julian.
My pleasure!
Very knowledgeable man, thank you brother🙏
Glad it was helpful!
Thanks a lot but , how can give a particular value for transaction,
And how to connect with my website...
@eatTheblock What about the initial value of the token faction? Do you have any videos for Stable coin development?
it says no contract compiled yet - can anyone help me?
my token just took down ftx
not really
hy how to list this token on exchanges ?
I have the Same question.
Is it same a cryptocurrency and a token?
On any Blockchain.
Where can I view the 2nd address? If anyone buys it on uniswap to which wallet do the funds go to?
Thanks for the video. Could you also explain how to increase it's value in crypto market?
*can* *you* *make* *a* *video* *on* *creating* *TRC20* *Tron* *Token* ?
How could you start selling your Token that is already deployed and collect ETH?
What’s the best website to create a token for Eth chain?
tutor is aw sm , but what is meant by Mint and Burn in simple words?
what is the artifacts folder in your workspace?
Why there is _mint in constructor and mint function only admin all together?????
How much hours transcition was successful
Old but gold
Awesome video Julien! I am a beginner. I have one question. You imported github link, but if github link changes, then, is there any way to change my smart contract code? If not, can you please guide me on how to define specific functions?
Thank you.
Your smart contract gets compiled into EVM opcodes before getting deployed. imported smart contract from github is also part of that compiled op code. So after compilation and deployment you are not dependent on GitHub version anymore. Hope this helps
Yeah, Ether gas fee is insane and Cardano is preparing Native Cardano blockchain Token which does not require gas fee and transaction free of gas fee.
Cardano doing some great things
Javascript VM no longer available now I thinks its Remix VM (London) for UK is that right?
Might a different name for the last fork, yes.
London is the name of a fork, it's not based on your location
That is amazing content. Thanks, Julien.
thanks!
Can you make 2022 version of this video? Thank you
good idea!
after testing on the java network, everything went well but when i try to deploy the contract to the mainnet.... it doesnt seem to work. i am creating a total supply of 5,000,000 tokens and set the gas fee at 3,000,000. please what really is the issue?
I did Bep-20, and this and get "Error! Invalid constructor arguments provided. Please verify that they are in ABI-encoded format" any idea how i can publish it ! thank you community.
please it is taking too long to create my token after clicking on deploy
I am keep getting this msg: Error: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32000,"message":"transaction underpriced"}} . How to solve this problem? Thanks
great tutorial, simple and clear
Glad it helped!
Have some doubts
1. How will we list the coin on decentralised exchanges
2. How does it get a real value
3. After the token is made if someone wants to transfer the our token from 1 wallet to another then how will it be done and what will be the fees for that
Are u gonna launch a token??
@@sanfior5911 prolly yes
@@abc10yearsago51 don't do it, you will try to scam ppl
@@Chaineokj lmao I am serious about my project not every one has a scammer mind like you
@@abc10yearsago51 yea right whatever good luck creating something you have no knowledge on
GOOD WORK...
Thanks
thanks for the knowledge and the great content video
Glad it was helpful!
Wow great video
Thanks!
You need to have intermediate knowledge about solidity in order to understand the video. Don't get discouraged, keep learning 👍👍
Do i need to publish the token on remix before switching to truffle or i can do it straight from truffle?
You can do straight from truffle
Can you please make a video and how to add taxes in here?
good idea!
@@EatTheBlocks 🤓would really help me out. I want to be able to fully read the contracts of memecoins that I invest in and I would also like to be able to code complex tokens from scratch.
Where is the URL for the github? :(
can you do video on uniswap liquidity
i dont get it, i press Shift+6 to get (^) but mines not blue like yours in the first line of code. damn. anyone help me out? new to this
why do I see a bunch of links google saying that remix is a scam?
Remix is a very popular code editor for smart contract development. You are probably confused with something else.
How do you set your token price
I have another video on that
@@EatTheBlocks thanks for the reply, could you provide me the link, thank you
3rd ... as always ... By the way, great content as always !!!
Thanks again!
Thank you!
You're welcome!
Hi I have a problem, remix says that there is an error that doesnt allow me to compile the contract, this desnt let me launch the token.
it says this:
"Worker error: Uncaught SyntaxError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The URL 'undefined/soljson-v0.8.7+commit.e28d00a7.js' is invalid."
what can I do?
may
be the url is not updated to the london eht fork?
Wonderful video. Would you please make a video about how polygon is considered layer 2? To me it looks like a completely separate blockchain where non of the ERC20 tokens are compatible with each other. How does it work in depth? O would love to hear more about it.
I need some help with something.
Is it safe to import directly from github? What if the repo changes?
You can target a specific release
Stellar xlm target 1 $
i can't understand where u defined ur price in ether for 1 token???
You can't set a price you want, if this was possible everybody could sky-rocket his scam token. In order to get a value of your token, you have to provide it as liquidity in some DEX and there the price will be calculated based on your amount provided of both token/eth (or other native currency based on the blockchain) using the famous "constant product market maker model" - x * y = k
What is the max decimal we can keep while creating ERC 20 token
The maximum decimal is 18.
@@meharbob but when we create a token keeping decimal value as '80' in remix.ethereum, then too the token is created and when I checked my contract address detail in etherscan, it also shows 80 decimal that was given as input while creating token
@@hemlatarawat1322 The max decimal value is 18 not 80. Please do not mistake them both.
Hi, Julien, is there any way you can create a video on dynamic mintable Token on ERC20. Great video by the way
Great suggestion!
@@EatTheBlocks nice vid , could mint function exceed max supply??
Really awesome work
Thank you! Cheers!
Great video! I got curious and decided to try this as a fun side project to keep busy. I’ll let you know how it goes VIA email :)
How did it go?
Hi guys. amazing video. If i wanted to add the following economics to my token how would i do it. Basically everytime a token was transferred the Seller would pay a [x%] fee that would be payable to a charity wallet. Thanks so much!
nice work Julien ! where can we reach you at ?
Thank you, you can find me email in the description
On BNB please
Thank you ❤️
Already done in another video :)
Will work absolutely the same. Just make sure that you are using BNB network. Also, there are some issues you will be running to. You will not be able to confirm the smartcontract on BSCScan or Etherscan. Better to copy everything in the file and create your own files. Don't forget to create dependencies as well.
@@albertsh369 What do you mean by create your own files?
Do you mean the open Zeppelin ERC-20 standard?
928$ transaction fees !!!!!! thats a shock
I love your videos can you send me a more gard on how to create ERC20 and BPB20 token
Did u launch a token?
Dear Sir, I didn't see your email in the description. I have a project and I wish to have your point of view advice and help if you have time.
Thank you
Hi, I didn’t find your email. Can you please share? Thank you
Sir one more request, kindly make a video on Quadratic Funding 😐😐
good idea!
Just have errors. I have no idea how I have errors copying the exact same thing as you. Makes no sense.
Incomplete.
Hello rug pullers
Can u help me launch a token?😉🤌
@@user-zc3qu7wg9z lol scammer
More solidity videos pls
thanks for suggestion!
You wanna make ur own token?? Or have u made it already
Create ERC20 token on Ethereum Edition 26568th ^^
2nd and im at work 😂
congrats! haha
Hi rug pullers !
twenny
👍✅
Sir please give us flashloan arbitrage bot, I lost alot of my money on probably scam arbitrage on UA-cam. Now I am left with 0.01167 bnb 😭😭🙁 Sir please help me pay my debts 🙏
look at this, bro ;) ua-cam.com/video/tdkM1eVWn3E/v-deo.html
@@yannickyannick1742 I got less bnb bro and the video which you upload is the same video cuz of which I lost my money
Hi Julien, I need your email?
He speaks like bogdanoff
this shit dont work
the repository has been moved GATE KEEPER
Far too fasr don't explain anything
Do you have email i can reach?
hi, would like to contact you. But cant find your email?
please i need your email. so i can dm you...