blockchains-security-toolkit/Solidity-Expert/Token-standards
2022-09-21 18:57:49 -07:00
..
erc20.md 🍞 add token standards 2022-09-21 18:43:41 -07:00
erc721.md 🍙 create erc721 2022-09-21 18:57:49 -07:00
erc777.md 🥓 create erc777 2022-09-21 18:50:43 -07:00
README.md 🧀 add link to erc721 2022-09-21 18:52:47 -07:00

Token standards


ERC20

  • 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.


ERC777



ERC721