Skip to content

Instantly share code, notes, and snippets.

@Shashank-In
Created August 31, 2022 06:42
Show Gist options
  • Save Shashank-In/693cce1873f1b04926f255d19a4bb017 to your computer and use it in GitHub Desktop.
Save Shashank-In/693cce1873f1b04926f255d19a4bb017 to your computer and use it in GitHub Desktop.
function sell(uint256 amount) internal {
var numEthers = getEtherForTokens(amount);
// remove tokens
totalSupply -= amount;
balanceOfOld[msg.sender] -= amount;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment