blockchains-security-toolkit/Solidity-Expert/Token-standards/README.md
2022-09-21 18:52:47 -07:00

654 B

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