Pancake Games is the NFT game project that no one has experienced.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20.allowance(address,address).owner (#381) shadows:
- Ownable.owner() (#81-83) (function)
BEP20._approve(address,address,uint256).owner (#513) shadows:
- Ownable.owner() (#81-83) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in SimpleBEP20.constructor(string,string,uint256,address) (#625-634):
External calls:
- ServicePayer(feeReceiver_,SimpleBEP20) (#630)
- IPayable(receiver).pay{value: msg.value}(serviceName) (#572)
State variables written after the call(s):
- _mint(_msgSender(),initialBalance_) (#633)
- _balances[account] += amount (#471)
- _mint(_msgSender(),initialBalance_) (#633)
- _totalSupply += amount (#470)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in SimpleBEP20.constructor(string,string,uint256,address) (#625-634):
External calls:
- ServicePayer(feeReceiver_,SimpleBEP20) (#630)
- IPayable(receiver).pay{value: msg.value}(serviceName) (#572)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#472)
- _mint(_msgSender(),initialBalance_) (#633)
Apply the check-effects-interactions pattern.
Additional information: link
BEP20._burn(address,uint256) (#486-497) is never used and should be removed
BEP20._setupDecimals(uint8) (#531-533) is never used and should be removed
Context._msgData() (#40-43) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#23) allows old versions
Pragma version^0.8.0 (#50) allows old versions
Pragma version^0.8.0 (#120) allows old versions
Pragma version^0.8.0 (#224) allows old versions
Pragma version^0.8.0 (#560) allows old versions
Pragma version^0.8.0 (#580) allows old versions
Pragma version^0.8.0 (#614) allows old versions
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
Redundant expression "this (#41)" inContext (#35-44)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#100-103)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#109-113)
name() should be declared external:
- BEP20.name() (#276-278)
symbol() should be declared external:
- BEP20.symbol() (#284-286)
decimals() should be declared external:
- BEP20.decimals() (#301-303)
totalSupply() should be declared external:
- BEP20.totalSupply() (#308-310)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#315-317)
getOwner() should be declared external:
- BEP20.getOwner() (#322-324)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#334-337)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#352-364)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#373-376)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#381-383)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#397-400)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#416-422)
generator() should be declared external:
- GeneratorCopyright.generator() (#598-600)
version() should be declared external:
- GeneratorCopyright.version() (#605-607)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Alexa traffic rank is relatively low
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Unable to find Youtube account
Unable to find Discord account