mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-24 14:40:40 -04:00
🧆 add info diff erc20 and ether
This commit is contained in:
parent
51232c055f
commit
87e9267458
1 changed files with 9 additions and 0 deletions
|
@ -2,4 +2,13 @@
|
|||
|
||||
<br>
|
||||
|
||||
### [ERC20](https://github.com/bt3gl-labs/Blockchain-Hacking-Toolkit/blob/main/Solidity-Expert/Token-standards/erc20.md)
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### [ERC777](https://github.com/bt3gl-labs/Blockchain-Hacking-Toolkit/blob/main/Solidity-Expert/Token-standards/erc777.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue