Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save percybolmer/e70fead0a83ec4962ebe62a6ebfd5c23 to your computer and use it in GitHub Desktop.
Save percybolmer/e70fead0a83ec4962ebe62a6ebfd5c23 to your computer and use it in GitHub Desktop.
/**
* @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