POP Network is a user-friendly ecosystem of blockchain and AI applications built to power the streaming economy. Our vision is a universal system for turning attention into real-world goods and services.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
TokenRecover.recoverBEP20(address,uint256) (contracts/TokenRecover.sol#18-26) ignores return value by IBEP20(tokenAddress).transfer(owner(),tokenAmount) (contracts/TokenRecover.sol#25)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
BEP20._approve(address,address,uint256).owner (contracts/BEP20.sol#282) shadows:
- Ownable.owner() (@pancakeswap/pancake-swap-lib/contracts/access/Ownable.sol#36-38) (function)
Rename the local variables that shadow another component.
Additional information: link
POP.setMinter(address)._minter (contracts/POP.sol#20) lacks a zero-check on :
- minter = _minter (contracts/POP.sol#21)
Check that the address is not zero.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (@pancakeswap/pancake-swap-lib/contracts/utils/Address.sol#134-160) uses assembly
- INLINE ASM (@pancakeswap/pancake-swap-lib/contracts/utils/Address.sol#152-155)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.4.0', '^0.6.12', '^0.6.2']
- >=0.4.0 (@pancakeswap/pancake-swap-lib/contracts/GSN/Context.sol#3)
- >=0.4.0 (@pancakeswap/pancake-swap-lib/contracts/access/Ownable.sol#3)
- >=0.4.0 (@pancakeswap/pancake-swap-lib/contracts/math/SafeMath.sol#3)
- >=0.4.0 (@pancakeswap/pancake-swap-lib/contracts/token/BEP20/IBEP20.sol#3)
- ^0.6.2 (@pancakeswap/pancake-swap-lib/contracts/utils/Address.sol#3)
- >=0.4.0 (contracts/BEP20.sol#3)
- ^0.6.12 (contracts/POP.sol#3)
- ^0.6.12 (contracts/TokenRecover.sol#6)
Use one Solidity version.
Additional information: link
SafeMath.sqrt(uint256) (@pancakeswap/pancake-swap-lib/contracts/math/SafeMath.sol#177-188) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.4.0 (contracts/BEP20.sol#3) 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) (@pancakeswap/pancake-swap-lib/contracts/utils/Address.sol#134-160):
- (success,returndata) = target.call{value: weiValue}(data) (@pancakeswap/pancake-swap-lib/contracts/utils/Address.sol#143)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter POP.burn(uint256)._amount (contracts/POP.sol#31) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (@pancakeswap/pancake-swap-lib/contracts/GSN/Context.sol#25)" inContext (@pancakeswap/pancake-swap-lib/contracts/GSN/Context.sol#15-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
POP.slitherConstructorConstantVariables() (contracts/POP.sol#9-36) uses literals with too many digits:
- MAX_SUPPLY = 1600000000 * (10 ** 18) (contracts/POP.sol#12)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
recoverBEP20(address,uint256) should be declared external:
- TokenRecover.recoverBEP20(address,uint256) (contracts/TokenRecover.sol#18-26)
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 token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has a considerable age, but social accounts / website are missing or have few users
Young tokens have high risks of price dump / death
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account