Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20Lov.constructor() (#353-362) uses literals with too many digits:
- _totalSupply = 135000000 * 10 ** 8 (#357)
BEP20Lov.constructor() (#353-362) uses literals with too many digits:
- _lockSupply = 400000000 * 10 ** 8 (#358)
BEP20Lov.unlockSupply() (#507-527) uses literals with too many digits:
- block.timestamp > _unlockTime && _lockSupply == 40000000000000000 (#509)
BEP20Lov.unlockSupply() (#507-527) uses literals with too many digits:
- block.timestamp > _unlockTime && _lockSupply == 36000000000000000 (#514)
BEP20Lov.unlockSupply() (#507-527) uses literals with too many digits:
- block.timestamp > _unlockTime && _lockSupply == 32400000000000000 (#519)
Use: Ether suffix, Time suffix, or The scientific notation
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:
- BEP20Lov.increaseAllowance(address,uint256) (#475-478)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Lov.decreaseAllowance(address,uint256) (#494-497)
unlockSupply() should be declared external:
- BEP20Lov.unlockSupply() (#507-527)
Use the external attribute for functions never called from the contract.
Additional information: link
BEP20Lov.allowance(address,address).owner (#429) shadows:
- Ownable.owner() (#297-299) (function)
BEP20Lov._approve(address,address,uint256).owner (#582) shadows:
- Ownable.owner() (#297-299) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20Lov.unlockSupply() (#507-527) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp > _unlockTime && _lockSupply == 40000000000000000 (#509)
- block.timestamp > _unlockTime && _lockSupply == 36000000000000000 (#514)
- block.timestamp > _unlockTime && _lockSupply == 32400000000000000 (#519)
Avoid relying on block.timestamp.
Additional information: link
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
SafeMath.mul(uint256,uint256) (#187-199) is never used and should be removed
Remove unused functions.
Additional information: link
Variable BEP20Lov._decimals (#348) is not in mixedCase
Variable BEP20Lov._symbol (#349) is not in mixedCase
Variable BEP20Lov._name (#350) is not in mixedCase
Variable BEP20Lov._unlockTime (#351) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#114)" inContext (#104-117)
Remove redundant statements if they congest code but offer no value.
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