This website requires JavaScript.
Explore
Help
Sign in
Git-Mirrors
/
blockchains-security-toolkit
Watch
1
Star
0
Fork
You've already forked blockchains-security-toolkit
0
mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced
2025-08-02 11:26:22 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b9f18b1317
blockchains-security-toolkit
/
Solidity-Expert
/
Token-standards
/
README.md
bt3gl
ada28b9b84
🧀
add link to erc721
2022-09-21 18:52:47 -07:00
654 B
Raw
Blame
History
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