Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created May 15, 2021 05:53
Show Gist options
  • Save percybolmer/3f4320ee590b223cedc95e3eb8a6b084 to your computer and use it in GitHub Desktop.
Save percybolmer/3f4320ee590b223cedc95e3eb8a6b084 to your computer and use it in GitHub Desktop.
/**
* @notice _allowances is used to manage and control allownace
* An allowance is the right to use another accounts balance, or part of it
*/
mapping (address => mapping (address => uint256)) private _allowances;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment