Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
OrbitalFlight.allowance(address,address).owner (#279) shadows:
- Ownable.owner() (#98-100) (function)
OrbitalFlight._internalApprove(address,address,uint256).owner (#325) shadows:
- Ownable.owner() (#98-100) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in OrbitalFlight.constructor() (#211-227):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#217-218)
State variables written after the call(s):
- _isSwapEnabled = true (#224)
- _synced[owner()] = true (#221)
- _synced[address(this)] = true (#222)
- _tokenBalances[_msgSender()] = _tokenTotalSupply (#220)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in OrbitalFlight.constructor() (#211-227):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#217-218)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tokenTotalSupply) (#226)
Apply the check-effects-interactions pattern.
Additional information: link
SafeMath.div(uint256,uint256) (#70-72) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#74-82) is never used and should be removed
SafeMath.mul(uint256,uint256) (#61-68) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.3 (#2) allows old versions
solc-0.8.3 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
Function IUniswapV2Router02.WETH() (#167) is not in mixedCase
Constant OrbitalFlight._tokenName (#189) is not in UPPER_CASE_WITH_UNDERSCORES
Constant OrbitalFlight._tokenSymbol (#190) is not in UPPER_CASE_WITH_UNDERSCORES
Constant OrbitalFlight._tokenDecimals (#191) is not in UPPER_CASE_WITH_UNDERSCORES
Constant OrbitalFlight._tokenTotalSupply (#192) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
OrbitalFlight.slitherConstructorConstantVariables() (#186-393) uses literals with too many digits:
- _tokenTotalSupply = 1000000000000 * 1e7 (#192)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#107-109)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#111-117)
name() should be declared external:
- OrbitalFlight.name() (#232-234)
symbol() should be declared external:
- OrbitalFlight.symbol() (#239-241)
decimals() should be declared external:
- OrbitalFlight.decimals() (#246-248)
totalSupply() should be declared external:
- OrbitalFlight.totalSupply() (#253-255)
balanceOf(address) should be declared external:
- OrbitalFlight.balanceOf(address) (#260-262)
transfer(address,uint256) should be declared external:
- OrbitalFlight.transfer(address,uint256) (#267-274)
allowance(address,address) should be declared external:
- OrbitalFlight.allowance(address,address) (#279-286)
approve(address,uint256) should be declared external:
- OrbitalFlight.approve(address,uint256) (#292-299)
transferFrom(address,address,uint256) should be declared external:
- OrbitalFlight.transferFrom(address,address,uint256) (#304-319)
openTrading(bool) should be declared external:
- OrbitalFlight.openTrading(bool) (#365-367)
Use the external attribute for functions never called from the contract.
Additional information: link
Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam
Additional information: link
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average 30d PancakeSwap liquidity is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts