Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Reentrancy in SimpleBEP20.constructor(string,string,uint256,address) (#631-640):
External calls:
- ServicePayer(feeReceiver_,SimpleBEP20) (#636)
- IPayable(receiver).pay{value: msg.value}(serviceName) (#578)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#480)
- _mint(_msgSender(),initialBalance_) (#639)
Apply the check-effects-interactions pattern.
Additional information: link
BEP20._burn(address,uint256) (#494-505) is never used and should be removed
BEP20._setupDecimals(uint8) (#539-541) is never used and should be removed
Context._msgData() (#41-43) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#24) allows old versions
Pragma version^0.8.0 (#51) allows old versions
Pragma version^0.8.0 (#128) allows old versions
Pragma version^0.8.0 (#232) allows old versions
Pragma version^0.8.0 (#566) allows old versions
Pragma version^0.8.0 (#586) allows old versions
Pragma version^0.8.0 (#620) allows old versions
solc-0.8.11 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#100-102)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#108-111)
name() should be declared external:
- BEP20.name() (#284-286)
symbol() should be declared external:
- BEP20.symbol() (#292-294)
decimals() should be declared external:
- BEP20.decimals() (#309-311)
totalSupply() should be declared external:
- BEP20.totalSupply() (#316-318)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#323-325)
getOwner() should be declared external:
- BEP20.getOwner() (#330-332)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#342-345)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#360-372)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#381-384)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#389-391)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#405-408)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#424-430)
generator() should be declared external:
- GeneratorCopyright.generator() (#604-606)
version() should be declared external:
- GeneratorCopyright.version() (#611-613)
Use the external attribute for functions never called from the contract.
Additional information: link
Reentrancy in SimpleBEP20.constructor(string,string,uint256,address) (#631-640):
External calls:
- ServicePayer(feeReceiver_,SimpleBEP20) (#636)
- IPayable(receiver).pay{value: msg.value}(serviceName) (#578)
State variables written after the call(s):
- _mint(_msgSender(),initialBalance_) (#639)
- _balances[account] += amount (#479)
- _mint(_msgSender(),initialBalance_) (#639)
- _totalSupply += amount (#478)
Apply the check-effects-interactions pattern.
Additional information: link
BEP20.allowance(address,address).owner (#389) shadows:
- Ownable.owner() (#81-83) (function)
BEP20._approve(address,address,uint256).owner (#521) shadows:
- Ownable.owner() (#81-83) (function)
Rename the local variables that shadow another component.
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