PET GAMES is inspired by Pokemon Story, our mission is to build a comprehensive platform of digital monsters that will enable millions of individuals to participate in the NFTs and blockchain-based gaming world in a simple, creative, and enjoyable way.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
HasForeignAsset.getAsset(IBEP20) (#447-449) ignores return value by asset.transfer(owner(),this.assetBalance(asset)) (#448)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Contract locking ether found:
Contract PETGAMES (#453-563) has payable functions:
- PETGAMES.receive() (#477-479)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
PETGAMES.allowance(address,address).owner (#506) shadows:
- Ownable.owner() (#396-398) (function)
PETGAMES._approve(address,address,uint256).owner (#553) shadows:
- Ownable.owner() (#396-398) (function)
Rename the local variables that shadow another component.
Additional information: link
Ownable.unlock() (#433-438) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked ) (#435)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#176-185) uses assembly
- INLINE ASM (#183)
Address._functionCallWithValue(address,bytes,uint256,string) (#269-290) uses assembly
- INLINE ASM (#282-285)
Do not use evm assembly.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#269-290) is never used and should be removed
Address.functionCall(address,bytes) (#229-231) is never used and should be removed
Address.functionCall(address,bytes,string) (#239-241) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#254-256) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#264-267) is never used and should be removed
Address.isContract(address) (#176-185) is never used and should be removed
Address.sendValue(address,uint256) (#203-209) is never used and should be removed
Context._msgData() (#374-377) is never used and should be removed
SafeMath.div(uint256,uint256) (#96-98) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#112-118) is never used and should be removed
SafeMath.mod(uint256,uint256) (#132-134) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#148-151) is never used and should be removed
SafeMath.sub(uint256,uint256) (#39-41) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8 (#6) is too complex
solc-0.8.0 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
Low level call in Address.sendValue(address,uint256) (#203-209):
- (success) = recipient.call{value: amount}() (#207)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#269-290):
- (success,returndata) = target.call{value: weiValue}(data) (#273)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Redundant expression "this (#375)" inContext (#369-378)
Remove redundant statements if they congest code but offer no value.
Additional information: link
PETGAMES.constructor() (#469-475) uses literals with too many digits:
- _maxSupply = 1250000000 (#473)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#406-410)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#413-416)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#418-420)
getTime() should be declared external:
- Ownable.getTime() (#422-424)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#426-431)
unlock() should be declared external:
- Ownable.unlock() (#433-438)
name() should be declared external:
- PETGAMES.name() (#481-483)
symbol() should be declared external:
- PETGAMES.symbol() (#485-487)
decimals() should be declared external:
- PETGAMES.decimals() (#489-491)
totalSupply() should be declared external:
- PETGAMES.totalSupply() (#493-495)
balanceOf(address) should be declared external:
- PETGAMES.balanceOf(address) (#497-499)
transfer(address,uint256) should be declared external:
- PETGAMES.transfer(address,uint256) (#501-504)
allowance(address,address) should be declared external:
- PETGAMES.allowance(address,address) (#506-508)
approve(address,uint256) should be declared external:
- PETGAMES.approve(address,uint256) (#510-513)
transferFrom(address,address,uint256) should be declared external:
- PETGAMES.transferFrom(address,address,uint256) (#515-519)
increaseAllowance(address,uint256) should be declared external:
- PETGAMES.increaseAllowance(address,uint256) (#521-524)
decreaseAllowance(address,uint256) should be declared external:
- PETGAMES.decreaseAllowance(address,uint256) (#526-529)
Use the external attribute for functions never called from the contract.
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
Young tokens have high risks of scam / 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
Token has relatively low CoinMarketCap rank
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account