| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| extensions | ||
| presets | ||
| utils | ||
| ERC20.sol | ||
| IERC20.sol | ||
| README.adoc |
* Renames `sender` to `source`. The naming variable was incorrect. The source of the funds is *not* necessarily (and in most cases isn't) the sender of the transaction. Also, this code has a `msgSender` which further adds confusion. * Changes to `from/to` instead of `source`. * Function documentation matches new names * Changed other instances of sender/recipient to from/to. Also changed `msgSender` to `owner` in the approval related methods. * apply changes to IERC20.sol + minor renaming in ERC20.sol Co-authored-by: Daniel Von Fange <daniel@leancoder.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| extensions | Loading commit data... | |
| presets | Loading commit data... | |
| utils | Loading commit data... | |
| ERC20.sol | Loading commit data... | |
| IERC20.sol | Loading commit data... | |
| README.adoc | Loading commit data... |