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.
2 parents 42519d2 + baff6b5 commit 2336d85Copy full SHA for 2336d85
contracts/mocks/PolyTokenFaucet.sol
@@ -18,8 +18,8 @@ contract PolyTokenFaucet {
18
mapping(address => uint256) balances;
19
mapping(address => mapping(address => uint256)) allowed;
20
21
- event Transfer(address indexed _from, address indexed _to, uint256 _value);
22
- event Approval(address indexed _owner, address indexed _spender, uint256 _value);
+ event Transfer(address indexed from, address indexed to, uint256 value);
+ event Approval(address indexed owner, address indexed spender, uint256 value);
23
24
constructor() public {
25
decimals = 18;
0 commit comments