roberts / standard

Drew Roberts Contract Standard for ERC-20 Tokens
https://DrewRoberts.com
MIT License
0 stars 1 forks source link

removeTax() Function #5

Open drewroberts opened 8 months ago

drewroberts commented 8 months ago

This function removes the buy and sell tax so the token has a 0/0 tax.

drewroberts commented 8 months ago

The removeTax() is not in my old contract standard. The buy and sell tax should be conditional based on a tax boolean that by default is true. This function should change it to false and therefore bypass the tax feature in the contract.