CoPuppy is a doggy-style GameFi protocol, with collection, battle, NFT lending and NFT valuation services.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ERC20.constructor(string,string).symbol (#604) shadows:
- ERC20.symbol() (#621-623) (function)
Rename the local variables that shadow another component.
Additional information: link
BSCToken.setBuyPara(bool,uint256) (#872-875) should emit an event for:
- buyLimit = amount (#874)
Emit an event for critical parameter changes.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#360-381) uses assembly
- INLINE ASM (#373-376)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.12', '=0.6.12', '^0.6.0', '^0.6.2']
- =0.6.12 (#4)
- ^0.6.0 (#84)
- ^0.6.2 (#244)
- ^0.6.0 (#386)
- ^0.6.0 (#459)
- ^0.6.0 (#486)
- ^0.6.0 (#554)
- 0.6.12 (#858)
Use one Solidity version.
Additional information: link
SafeMath.mul(uint256,uint256) (#158-170) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.6.0 (#554) 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
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#360-381):
- (success,returndata) = target.call{value: weiValue}(data) (#364)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter BSCToken.mint(address,uint256)._amount (#887) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#477)" inContext (#471-480)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BSCToken.slitherConstructorVariables() (#860-906) uses literals with too many digits:
- buyLimit = 100000e18 (#865)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
burn(uint256) should be declared external:
- BSCToken.burn(uint256) (#891-893)
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 verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account