From 51232c055f7582306389107a4d0724a927731507 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:46:47 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=86=20add=20info=20diff=20erc20=20and?= =?UTF-8?q?=20ether?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Solidity-Expert/Token-standards/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Solidity-Expert/Token-standards/README.md diff --git a/Solidity-Expert/Token-standards/README.md b/Solidity-Expert/Token-standards/README.md new file mode 100644 index 0000000..0ca6ffd --- /dev/null +++ b/Solidity-Expert/Token-standards/README.md @@ -0,0 +1,5 @@ +## Token standards + +
+ +* In the case of ERC20, a transaction sending ether to an address changes the state of an address. A transaction transferring a token to an address only changes the state of the token contract, not the state of the recipient address.