fbpx

How to transfer ERC20 tokens with Solidity?

Julien Klepatch

ERC20 tokens allow you to create your own coin inside Ethereum.  They are used in many projects to represent financial assets, in-game assets, collectible, and other kind of assets.

At some point in your project, you will probably need to interact with them. And most often, you will need to transfer tokens.

There are 2 ways to do this:

  • with the `transfer()` function. That’s a simple transfer from A to B
  • with the `transferFrom()` function. That’s a delegated transfer, where an operator (or spender) transfer token from A to B on behalf of A

Watch this 10mins video and you will become a pro at this 🙂

To watch the whole tutorial series on Solidity, follow this link.

0 Comments

Leave a Reply

More great articles

Interview With Founder Of CryptoJobsList | How To Find A Job In Crypto / Blockchain Industry?

https://youtu.be/YYZN96g1C7g I have interviewed Raman, the founder of cryptojobslist.com. CryptoJobsList is the first job board for crypto / Blockchain jobs.…

Read Story

Geth source code explained in 2 mins


In this article, we will dive into the source code of Ethereum. 

Most Blockchain app developers will not go this…

Read Story

Graph of memory locations in Solidity: storage, calldata, etc…

In Solidity smart contracts, there are 4 memory locations: storage memory stack calldata They all have different lifetimes and it's…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up