Create ERC20 token on Ethereum (the EASY way)

  Рет қаралды 106,570

EatTheBlocks

EatTheBlocks

Күн бұрын

Пікірлер: 180
@tippififestarr6519
@tippififestarr6519 3 жыл бұрын
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
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
thank you :)
@CHUCKBALLER2024
@CHUCKBALLER2024 2 жыл бұрын
my token just took down ftx not really
@sgssergio
@sgssergio 3 жыл бұрын
The better channell of blockchain development.
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
thx!
@funnyvideoschannel36
@funnyvideoschannel36 Жыл бұрын
can you make an updated video of this?
@EatTheBlocks
@EatTheBlocks Жыл бұрын
Good idea!
@shiddyasgamer526
@shiddyasgamer526 3 жыл бұрын
How can you add a burn and a reflection to this?
@alexzubok4209
@alexzubok4209 3 жыл бұрын
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?
@sobhe-omidorg1599
@sobhe-omidorg1599 3 жыл бұрын
did you find out mate?
@SnippetSurfer
@SnippetSurfer 3 жыл бұрын
That's a good question. Did you get a response?
@Explorer0134
@Explorer0134 3 жыл бұрын
Agreed, awesome kzbin.info/www/bejne/iHyThYx-ht90eMk
@josephayukegbenchong8100
@josephayukegbenchong8100 2 жыл бұрын
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
@rishabhsingh2717
@rishabhsingh2717 3 жыл бұрын
Hey, Thank you for this vast knowldedge. Can you please create a video on interaction of ERC20 with NFT(ERC721).
@cryptoyubtl2466
@cryptoyubtl2466 3 жыл бұрын
Hey Julien ,Thank you for this video. Can you make another video about clone safemoon , which explains all the function in it ?
@AyeshaMaqsood-kx4yq
@AyeshaMaqsood-kx4yq 9 ай бұрын
Slothana has the potential to shake things up for the better. 💎💥
@anonymousblank9057
@anonymousblank9057 2 жыл бұрын
All good but I can’t send the token to my MetaMask test network why
@andywoolard2632
@andywoolard2632 3 жыл бұрын
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?
@atownclub
@atownclub 2 жыл бұрын
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
@rayyansiddiqui7602
@rayyansiddiqui7602 Жыл бұрын
why you have created mint function outside the constructor ?
@ΙωάννηςΠαπαδόπουλος-υ2ι
@ΙωάννηςΠαπαδόπουλος-υ2ι 3 жыл бұрын
tip: When come to verification, compiler on bscscan doesn't work with this "import". + needs a License-Identifier
@hodl9391
@hodl9391 3 жыл бұрын
Hi! Did you manage to somehow solve the problem of contract verification? How?
@2017Fed
@2017Fed 3 жыл бұрын
it says no contract compiled yet - can anyone help me?
@hayleychoi0918
@hayleychoi0918 3 жыл бұрын
Hi, just wondering how I can sell it at the platform. Do I need to define the purchase function inside of the smart contract??
@nickb5062
@nickb5062 2 жыл бұрын
I saw that other cryptocurrencies have two contracts for both ethereum and BSC How is that ?
@youtubeismyjockey7581
@youtubeismyjockey7581 2 жыл бұрын
Very clearly explained, thanks and keep up the great work! 🎉
@Cb1975
@Cb1975 3 жыл бұрын
Can the smart contract be deployed on the polygon network?
@btandayamo
@btandayamo 3 жыл бұрын
Is it same a cryptocurrency and a token? On any Blockchain.
@ForYouMentor
@ForYouMentor 3 жыл бұрын
@eatTheblock What about the initial value of the token faction? Do you have any videos for Stable coin development?
@MrPinyworld
@MrPinyworld 3 жыл бұрын
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!
@KaranKumar-ut7nl
@KaranKumar-ut7nl 3 жыл бұрын
Go for IEO than ICO
@TheArt0fRaw
@TheArt0fRaw 2 жыл бұрын
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.
@amazingshang
@amazingshang 3 жыл бұрын
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.
@kvsantosh
@kvsantosh 3 жыл бұрын
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
@Amirtagis
@Amirtagis 2 жыл бұрын
Great job man. Very informative and easy to understand. Thank you.
@abc10yearsago51
@abc10yearsago51 3 жыл бұрын
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
@sanfior5911
@sanfior5911 3 жыл бұрын
Are u gonna launch a token??
@abc10yearsago51
@abc10yearsago51 3 жыл бұрын
@@sanfior5911 prolly yes
@Chaineokj
@Chaineokj 3 жыл бұрын
@@abc10yearsago51 don't do it, you will try to scam ppl
@abc10yearsago51
@abc10yearsago51 3 жыл бұрын
@@Chaineokj lmao I am serious about my project not every one has a scammer mind like you
@Chaineokj
@Chaineokj 3 жыл бұрын
@@abc10yearsago51 yea right whatever good luck creating something you have no knowledge on
@WFF1191
@WFF1191 3 жыл бұрын
What’s the best website to create a token for Eth chain?
@lazerbitz3620
@lazerbitz3620 3 жыл бұрын
hy how to list this token on exchanges ?
@KaranKumar-ut7nl
@KaranKumar-ut7nl 3 жыл бұрын
I have the Same question.
@markmaximus100
@markmaximus100 3 жыл бұрын
Excellent video, thanks again Julian.
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
My pleasure!
@anuragparihar988
@anuragparihar988 3 жыл бұрын
Thanks a lot but , how can give a particular value for transaction, And how to connect with my website...
@ForYouMentor
@ForYouMentor 3 жыл бұрын
How could you start selling your Token that is already deployed and collect ETH?
@pankajjoshi8292
@pankajjoshi8292 2 жыл бұрын
tutor is aw sm , but what is meant by Mint and Burn in simple words?
@TanerEDLopez
@TanerEDLopez 3 жыл бұрын
Thanks for the video. Could you also explain how to increase it's value in crypto market?
@cempakajanuari5983
@cempakajanuari5983 3 жыл бұрын
Why there is _mint in constructor and mint function only admin all together?????
@awuahbaffourjnr6764
@awuahbaffourjnr6764 2 жыл бұрын
please it is taking too long to create my token after clicking on deploy
@Carlos-wb5dx
@Carlos-wb5dx 3 жыл бұрын
Thank you! This video helped me so much !!
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
Glad it helped!
@nanhelpdesk543
@nanhelpdesk543 3 жыл бұрын
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?
@QUIETMONEYPRODUCTIONS
@QUIETMONEYPRODUCTIONS 3 жыл бұрын
Where can I view the 2nd address? If anyone buys it on uniswap to which wallet do the funds go to?
@RohitSharma-zk8iq
@RohitSharma-zk8iq 2 жыл бұрын
Start from 7:07
@syedowaisahmed4347
@syedowaisahmed4347 2 жыл бұрын
i can't understand where u defined ur price in ether for 1 token???
@deyanshotev3137
@deyanshotev3137 2 жыл бұрын
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
@jancarius101
@jancarius101 2 жыл бұрын
Where is the URL for the github? :(
@indiuma
@indiuma Жыл бұрын
Javascript VM no longer available now I thinks its Remix VM (London) for UK is that right?
@EatTheBlocks
@EatTheBlocks Жыл бұрын
Might a different name for the last fork, yes. London is the name of a fork, it's not based on your location
@mikiomartinez4673
@mikiomartinez4673 2 жыл бұрын
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
@equious8413
@equious8413 2 жыл бұрын
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.
@rudeboytunes
@rudeboytunes 3 жыл бұрын
nice work Julien ! where can we reach you at ?
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
Thank you, you can find me email in the description
@jmckcl
@jmckcl 2 жыл бұрын
Can you make 2022 version of this video? Thank you
@EatTheBlocks
@EatTheBlocks 2 жыл бұрын
good idea!
@vsnfjjkfjvjj4907
@vsnfjjkfjvjj4907 3 жыл бұрын
How much hours transcition was successful
@pie1337
@pie1337 3 жыл бұрын
what is the artifacts folder in your workspace?
@Glow0110
@Glow0110 2 жыл бұрын
Can you please make a video and how to add taxes in here?
@EatTheBlocks
@EatTheBlocks 2 жыл бұрын
good idea!
@Glow0110
@Glow0110 2 жыл бұрын
@@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.
@brockgorman3517
@brockgorman3517 3 жыл бұрын
Very knowledgeable man, thank you brother🙏
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
Glad it was helpful!
@TeaMHackeRPiratE
@TeaMHackeRPiratE 3 жыл бұрын
*can* *you* *make* *a* *video* *on* *creating* *TRC20* *Tron* *Token* ?
@themovers9223
@themovers9223 2 жыл бұрын
why do I see a bunch of links google saying that remix is a scam?
@EatTheBlocks
@EatTheBlocks 2 жыл бұрын
Remix is a very popular code editor for smart contract development. You are probably confused with something else.
@kristijanangelovski9978
@kristijanangelovski9978 3 жыл бұрын
Do i need to publish the token on remix before switching to truffle or i can do it straight from truffle?
@KaranKumar-ut7nl
@KaranKumar-ut7nl 3 жыл бұрын
You can do straight from truffle
@iliaderetchouk7119
@iliaderetchouk7119 3 жыл бұрын
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
@mysplashtopaccount5038
@mysplashtopaccount5038 3 жыл бұрын
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.
@LeviSchmidt-bm1qo
@LeviSchmidt-bm1qo Жыл бұрын
I need some help with something.
@abrahamjimenez4488
@abrahamjimenez4488 3 жыл бұрын
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.
@kshitijpandey9376
@kshitijpandey9376 3 жыл бұрын
That is amazing content. Thanks, Julien.
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
thanks!
@bgradetv
@bgradetv 3 жыл бұрын
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.
@KaranKumar-ut7nl
@KaranKumar-ut7nl 3 жыл бұрын
Cardano doing some great things
@juanmas07
@juanmas07 3 жыл бұрын
Is it safe to import directly from github? What if the repo changes?
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
You can target a specific release
@sammn6186
@sammn6186 3 жыл бұрын
can you do video on uniswap liquidity
@tjones6983
@tjones6983 3 жыл бұрын
How do you set your token price
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
I have another video on that
@tjones6983
@tjones6983 3 жыл бұрын
@@EatTheBlocks thanks for the reply, could you provide me the link, thank you
@mahmutylmaz5944
@mahmutylmaz5944 3 жыл бұрын
Stellar xlm target 1 $
@traderhoyin
@traderhoyin 3 жыл бұрын
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
@newjx
@newjx 3 жыл бұрын
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
@codefrite
@codefrite 3 жыл бұрын
3rd ... as always ... By the way, great content as always !!!
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
Thanks again!
@hemlatarawat1322
@hemlatarawat1322 3 жыл бұрын
What is the max decimal we can keep while creating ERC 20 token
@meharbob
@meharbob 3 жыл бұрын
The maximum decimal is 18.
@hemlatarawat1322
@hemlatarawat1322 3 жыл бұрын
@@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
@meharbob
@meharbob 3 жыл бұрын
@@hemlatarawat1322 The max decimal value is 18 not 80. Please do not mistake them both.
@aonebg9696
@aonebg9696 2 жыл бұрын
thanks for the knowledge and the great content video
@EatTheBlocks
@EatTheBlocks 2 жыл бұрын
Glad it was helpful!
@sovikguhabiswas8838
@sovikguhabiswas8838 3 жыл бұрын
Hi, Julien, is there any way you can create a video on dynamic mintable Token on ERC20. Great video by the way
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
Great suggestion!
@___OmerAJ___
@___OmerAJ___ 3 жыл бұрын
@@EatTheBlocks nice vid , could mint function exceed max supply??
@hexmillion252
@hexmillion252 3 жыл бұрын
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?
@hexmillion252
@hexmillion252 3 жыл бұрын
may be the url is not updated to the london eht fork?
@nokiaairtel5311
@nokiaairtel5311 2 жыл бұрын
You need to have intermediate knowledge about solidity in order to understand the video. Don't get discouraged, keep learning 👍👍
@ghoul3227
@ghoul3227 2 жыл бұрын
great tutorial, simple and clear
@EatTheBlocks
@EatTheBlocks 2 жыл бұрын
Glad it helped!
@ImranKhan-vt7vg
@ImranKhan-vt7vg 2 жыл бұрын
Wow great video
@EatTheBlocks
@EatTheBlocks 2 жыл бұрын
Thanks!
@thecryptotimes8253
@thecryptotimes8253 3 жыл бұрын
Just have errors. I have no idea how I have errors copying the exact same thing as you. Makes no sense.
@chaitanyapatil6879
@chaitanyapatil6879 2 жыл бұрын
GOOD WORK...
@EatTheBlocks
@EatTheBlocks 2 жыл бұрын
Thanks
@lagartogff6009
@lagartogff6009 3 жыл бұрын
On BNB please Thank you ❤️
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
Already done in another video :)
@albertsh369
@albertsh369 3 жыл бұрын
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.
@EIsenah
@EIsenah 3 жыл бұрын
@@albertsh369 What do you mean by create your own files? Do you mean the open Zeppelin ERC-20 standard?
@kingzo_talker
@kingzo_talker 3 жыл бұрын
I love your videos can you send me a more gard on how to create ERC20 and BPB20 token
@sanfior5911
@sanfior5911 3 жыл бұрын
Did u launch a token?
@eduardoneto5455
@eduardoneto5455 3 жыл бұрын
Hi, I didn’t find your email. Can you please share? Thank you
@ca7986
@ca7986 3 жыл бұрын
Really awesome work
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
Thank you! Cheers!
@tskafidas
@tskafidas 3 жыл бұрын
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!
@mohamadrammal6305
@mohamadrammal6305 3 жыл бұрын
928$ transaction fees !!!!!! thats a shock
@leonfinanciero
@leonfinanciero 3 жыл бұрын
Incomplete.
@victorjoseph8121
@victorjoseph8121 3 жыл бұрын
Thank you!
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
You're welcome!
@randomtales_gold
@randomtales_gold 3 жыл бұрын
Sir one more request, kindly make a video on Quadratic Funding 😐😐
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
good idea!
@aminghasemi2621
@aminghasemi2621 3 жыл бұрын
Old but gold
@bossgd100
@bossgd100 3 жыл бұрын
Create ERC20 token on Ethereum Edition 26568th ^^
@sardorml4928
@sardorml4928 3 жыл бұрын
More solidity videos pls
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
thanks for suggestion!
@sjnsns7544
@sjnsns7544 3 жыл бұрын
You wanna make ur own token?? Or have u made it already
@marcusgarvey630
@marcusgarvey630 3 жыл бұрын
2nd and im at work 😂
@EatTheBlocks
@EatTheBlocks 3 жыл бұрын
congrats! haha
@enochehurong477
@enochehurong477 3 жыл бұрын
Hi Julien, I need your email?
@cryptocashcharlie3074
@cryptocashcharlie3074 3 жыл бұрын
Hello rug pullers
@sanfior5911
@sanfior5911 3 жыл бұрын
Can u help me launch a token?😉🤌
@sanfior5911
@sanfior5911 3 жыл бұрын
@@user-zc3qu7wg9z lol scammer
@bryce-bryce
@bryce-bryce 3 жыл бұрын
twenny
@randomtales_gold
@randomtales_gold 3 жыл бұрын
Sir please give us flashloan arbitrage bot, I lost alot of my money on probably scam arbitrage on KZbin. Now I am left with 0.01167 bnb 😭😭🙁 Sir please help me pay my debts 🙏
@yannickyannick1742
@yannickyannick1742 3 жыл бұрын
look at this, bro ;) kzbin.info/www/bejne/qpXOfmSbi7yhaac
@randomtales_gold
@randomtales_gold 3 жыл бұрын
@@yannickyannick1742 I got less bnb bro and the video which you upload is the same video cuz of which I lost my money
@vame.toure_
@vame.toure_ 3 жыл бұрын
Hi rug pullers !
@jeevanpass
@jeevanpass 3 жыл бұрын
👍✅
@bryanhilliard2935
@bryanhilliard2935 2 жыл бұрын
this shit dont work
@bryanhilliard2935
@bryanhilliard2935 2 жыл бұрын
the repository has been moved GATE KEEPER
@DaleSteel
@DaleSteel 3 жыл бұрын
Far too fasr don't explain anything
@kaganppoyraz3712
@kaganppoyraz3712 3 жыл бұрын
He speaks like bogdanoff
@Fight2Survive
@Fight2Survive 3 жыл бұрын
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 :)
@jrated3881
@jrated3881 2 жыл бұрын
How did it go?
@doebiepinto4824
@doebiepinto4824 2 жыл бұрын
hi, would like to contact you. But cant find your email?
@jackmusikentertainment
@jackmusikentertainment 2 жыл бұрын
Do you have email i can reach?
@marveken
@marveken 2 жыл бұрын
please i need your email. so i can dm you...
How To Create a Token (Step-by-Step ERC20 Code Explained)
17:20
Whiteboard Crypto
Рет қаралды 147 М.
ERC20 Token Tutorial | Create Your Own Cryptocurrency
1:13:56
Block Explorer
Рет қаралды 147 М.
ERC20 tokens - Simply Explained
6:14
Simply Explained
Рет қаралды 483 М.
Create a Token in less than 5mins (and 5$) | Polygon
4:53
EatTheBlocks
Рет қаралды 25 М.
Crypto Coin vs Token (Differences + Examples)
7:04
Whiteboard Crypto
Рет қаралды 986 М.
How To Create A New Token & Uniswap Liquidity Pool
14:38
James Bachini
Рет қаралды 54 М.
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
OktaDev
Рет қаралды 1,8 МЛН
How to create and deploy an ERC20 token
14:57
QuickNode
Рет қаралды 46 М.
How to make a cryptocurrency in 60 seconds
16:20
Full Value Dan
Рет қаралды 103 М.
How to create and deploy an ERC-721 (NFT)
21:15
QuickNode
Рет қаралды 35 М.