Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
MyPetSocial.constructor(address,address)._pairToken (contracts/MyPetSocial.sol#30) lacks a zero-check on :
- pairToken = _pairToken (contracts/MyPetSocial.sol#34)
Check that the address is not zero.
Additional information: link
Reentrancy in MyPetSocial._transfer(address,address,uint256) (contracts/MyPetSocial.sol#39-46):
External calls:
- BP.protect(sender,recipient,amount) (contracts/MyPetSocial.sol#43)
State variables written after the call(s):
- super._transfer(sender,recipient,amount) (contracts/MyPetSocial.sol#45)
- _balances[sender] = senderBalance - amount (@openzeppelin/contracts/token/ERC20/ERC20.sol#232)
- _balances[recipient] += amount (@openzeppelin/contracts/token/ERC20/ERC20.sol#234)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in MyPetSocial._transfer(address,address,uint256) (contracts/MyPetSocial.sol#39-46):
External calls:
- BP.protect(sender,recipient,amount) (contracts/MyPetSocial.sol#43)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (@openzeppelin/contracts/token/ERC20/ERC20.sol#236)
- super._transfer(sender,recipient,amount) (contracts/MyPetSocial.sol#45)
Apply the check-effects-interactions pattern.
Additional information: link
MyPetSocial.multiBlacklist(address[]) (contracts/MyPetSocial.sol#72-81) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= blacklistTime,blacklistTime: invalid) (contracts/MyPetSocial.sol#74)
Avoid relying on block.timestamp.
Additional information: link
MyPetSocial.setBotProtectionDisableForever() (contracts/MyPetSocial.sol#67-70) compares to a boolean constant:
-require(bool,string)(BPDisabledForever == false,BPDisabledForever is already true) (contracts/MyPetSocial.sol#68)
Remove the equality to the boolean constant.
Additional information: link
Context._msgData() (@openzeppelin/contracts/utils/Context.sol#20-22) is never used and should be removed
Remove unused functions.
Additional information: link
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
Variable MyPetSocial.BPDisabledForever (contracts/MyPetSocial.sol#22) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol#34-41)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap volume is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Token is deployed only at one blockchain
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute number of swaps.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinHunt, CoinGecko, CoinMarketCap
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Young tokens have high risks of price dump / death
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account