Pangolinswap platform is a cross-chain aggregation platform that integrates NFT, DEX, and Mining.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Bzzone.transferOut(address,uint256) (Bzzone.sol#19-28) ignores return value by IERC20(address(this)).transfer(to,amount) (Bzzone.sol#26)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Reentrancy in Bzzone.transferOut(address,uint256) (Bzzone.sol#19-28):
External calls:
- IERC20(address(this)).transfer(to,amount) (Bzzone.sol#26)
State variables written after the call(s):
- _transfered = transfered (Bzzone.sol#27)
Apply the check-effects-interactions pattern.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.6.0<0.8.0', '^0.6.0']
- ^0.6.0 (Bzzone.sol#2)
- >=0.6.0<0.8.0 (Context.sol#2)
- >=0.6.0<0.8.0 (ERC20.sol#3)
- >=0.6.0<0.8.0 (ERC20Burnable.sol#2)
- >=0.6.0<0.8.0 (IERC20.sol#3)
- ^0.6.0 (Operator.sol#2)
- >=0.6.0<0.8.0 (Ownable.sol#2)
- >=0.6.0<0.8.0 (SafeMath.sol#3)
Use one Solidity version.
Additional information: link
SafeMath.tryMul(uint256,uint256) (SafeMath.sol#46-54) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (SafeMath.sol#3) is too complex
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 Bzzone._maxTransfer (Bzzone.sol#15) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (Context.sol#8)" inContext (Context.sol#3-11)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Bzzone._maxTransfer (Bzzone.sol#15) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (Ownable.sol#23-27)
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
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 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
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account