Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20Token.constructor(string,string,uint8,uint256).name (#374) shadows:
- BEP20Token.name() (#407-409) (function)
- IBEP20.name() (#22) (function)
BEP20Token.constructor(string,string,uint8,uint256).symbol (#374) shadows:
- BEP20Token.symbol() (#400-402) (function)
- IBEP20.symbol() (#17) (function)
BEP20Token.constructor(string,string,uint8,uint256).decimals (#374) shadows:
- BEP20Token.decimals() (#393-395) (function)
- IBEP20.decimals() (#12) (function)
BEP20Token.constructor(string,string,uint8,uint256).totalSupply (#374) shadows:
- BEP20Token.totalSupply() (#414-416) (function)
- IBEP20.totalSupply() (#7) (function)
BEP20Token.allowance(address,address).owner (#442) shadows:
- Ownable.owner() (#297-299) (function)
BEP20Token._approve(address,address,uint256).owner (#598) shadows:
- Ownable.owner() (#297-299) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20Token.setBuyService(address,uint256,uint256) (#673-677) should emit an event for:
- _buyServicePercent = buyServicePercent (#675)
- _buyDestroyPercent = buyDestroyPercent (#676)
BEP20Token.setSellService(address,uint256,uint256) (#679-683) should emit an event for:
- _sellServicePercent = sellServicePercent (#681)
- _sellDestroyPercent = sellDestroyPercent (#682)
Emit an event for critical parameter changes.
Additional information: link
BEP20Token.setLpAddress(address).lpAddress (#669) lacks a zero-check on :
- _lpAddress = lpAddress (#670)
BEP20Token.setBuyService(address,uint256,uint256).buyServiceAddress (#673) lacks a zero-check on :
- _buyServiceAddress = buyServiceAddress (#674)
BEP20Token.setSellService(address,uint256,uint256).sellServiceAddress (#679) lacks a zero-check on :
- _sellServiceAddress = sellServiceAddress (#680)
Check that the address is not zero.
Additional information: link
BEP20Token._burnFrom(address,uint256) (#612-615) is never used and should be removed
BEP20Token._mint(address,uint256) (#558-564) is never used and should be removed
Context._msgData() (#113-116) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-249) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#262-265) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#114)" inContext (#104-117)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#316-319)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#325-327)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token.increaseAllowance(address,uint256) (#489-492)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token.decreaseAllowance(address,uint256) (#508-511)
burn(uint256) should be declared external:
- BEP20Token.burn(uint256) (#521-524)
setLpAddress(address) should be declared external:
- BEP20Token.setLpAddress(address) (#669-671)
setBuyService(address,uint256,uint256) should be declared external:
- BEP20Token.setBuyService(address,uint256,uint256) (#673-677)
setSellService(address,uint256,uint256) should be declared external:
- BEP20Token.setSellService(address,uint256,uint256) (#679-683)
setWhiteAddress(address,bool) should be declared external:
- BEP20Token.setWhiteAddress(address,bool) (#685-688)
setBlackAddress(address,bool) should be declared external:
- BEP20Token.setBlackAddress(address,bool) (#690-693)
setTransferSwitch(bool) should be declared external:
- BEP20Token.setTransferSwitch(bool) (#695-697)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts