Manual Analysis
Type
Severity
Gas Optimization
Status
Gas Optimization
Informational
Alph.sol
Fixed
Description
burnFee parameter to _reflectFee function is redundant.
Type
Severity
Gas Optimization
Status
Volatile Code
Medium
Alph.sol
Fixed
Description
The owner of the contract can change the dev fee to any value, note that if the fee will be greater than 49% the token won't be tradable on pancakeswap.
Recommendation
Add a maximum limit to the set function.
Last updated
Was this helpful?