Created
May 15, 2021 06:10
-
-
Save percybolmer/e70fead0a83ec4962ebe62a6ebfd5c23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @notice Approval is emitted when a new Spender is approved to spend Tokens on | |
* the Owners account | |
*/ | |
event Approval(address indexed owner, address indexed spender, uint256 value); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment