Skip to content

Instantly share code, notes, and snippets.

@Hebilicious
Last active April 21, 2021 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hebilicious/3928c25c59d6247f69f0383e59c76e53 to your computer and use it in GitHub Desktop.
Save Hebilicious/3928c25c59d6247f69f0383e59c76e53 to your computer and use it in GitHub Desktop.
function setMaxTxPercent(uint256 maxTxPercent) external onlyOwner() {
_maxTxAmount = _tTotal.mul(maxTxPercent).div(
10**2
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment