Findings
Last updated
Last updated
Description
The owner of the contract can adjust the fees for buy/sell to any value. If the owner sets the fees to a high value, trading the token manually in Pancakeswap may not work.
Recommendation
Add upper limit for the set function.
Description
Lack of events in set functions when changing contracts' variables.
Recommendation
Consider emitting events when changing the state of the contract.
Description
There is no way to differentiate between add liquidity transaction, sell transaction, remove liquidity, and buy transactions. buy fee/sell fee will be applied for additional liquidity transactions and will remove liquidity transactions as wells.
Type
Severity
Location
Status
Owner Capabilities
High
setFee
✔️Fixed
Type
Severity
Location
Status
Best Practice
Informational
set functions
Acknowledge
Type
Severity
Location
Status
Informational
✔️Informational
_transfer
✔️Acknowledge