Skip to content

Instantly share code, notes, and snippets.

@Hebilicious
Last active April 22, 2021 08:31
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/e872717c4278416d39daad89235529d7 to your computer and use it in GitHub Desktop.
Save Hebilicious/e872717c4278416d39daad89235529d7 to your computer and use it in GitHub Desktop.
function setTaxFeePercent(uint256 taxFee) external onlyOwner() {
_taxFee = taxFee;
}
function setLiquidityFeePercent(uint256 liquidityFee) external onlyOwner() {
_liquidityFee = liquidityFee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment