We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e682c7e commit 6ae2c17Copy full SHA for 6ae2c17
contracts/token/ERC20/ERC20.sol
@@ -25,11 +25,6 @@ import {IERC20Errors} from "../../interfaces/draft-IERC6093.sol";
25
* instead returning `false` on failure. This behavior is nonetheless
26
* conventional and does not conflict with the expectations of ERC-20
27
* applications.
28
- *
29
- * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
30
- * This allows applications to reconstruct the allowance for all accounts just
31
- * by listening to said events. Other implementations of the ERC may not emit
32
- * these events, as it isn't required by the specification.
33
*/
34
abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors {
35
mapping(address account => uint256) private _balances;
0 commit comments