Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
SpaceX.allowance(address,address).owner (pixiu.sol#279) shadows:
- Ownable.owner() (pixiu.sol#99-101) (function)
SpaceX._internalApprove(address,address,uint256).owner (pixiu.sol#325) shadows:
- Ownable.owner() (pixiu.sol#99-101) (function)
Rename the local variables that shadow another component.
Additional information: link
Pragma version^0.8.3 (pixiu.sol#3) allows old versions
solc-0.8.12 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
SpaceX.slitherConstructorConstantVariables() (pixiu.sol#187-383) uses literals with too many digits:
- _tokenTotalSupply = 10000000000000000 * 1e9 (pixiu.sol#193)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Reentrancy in SpaceX.constructor() (pixiu.sol#211-227):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (pixiu.sol#217-218)
State variables written after the call(s):
- _isPermit = true (pixiu.sol#224)
- _synced[owner()] = true (pixiu.sol#221)
- _synced[address(this)] = true (pixiu.sol#222)
- _tokenBalances[_msgSender()] = _tokenTotalSupply (pixiu.sol#220)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in SpaceX.constructor() (pixiu.sol#211-227):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (pixiu.sol#217-218)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tokenTotalSupply) (pixiu.sol#226)
Apply the check-effects-interactions pattern.
Additional information: link
SafeMath.div(uint256,uint256) (pixiu.sol#71-73) is never used and should be removed
SafeMath.div(uint256,uint256,string) (pixiu.sol#75-83) is never used and should be removed
SafeMath.mul(uint256,uint256) (pixiu.sol#62-69) is never used and should be removed
Remove unused functions.
Additional information: link
Function IUniswapV2Router02.WETH() (pixiu.sol#168) is not in mixedCase
Constant SpaceX._tokenName (pixiu.sol#190) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SpaceX._tokenSymbol (pixiu.sol#191) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SpaceX._tokenDecimals (pixiu.sol#192) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SpaceX._tokenTotalSupply (pixiu.sol#193) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (pixiu.sol#108-110)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (pixiu.sol#112-118)
name() should be declared external:
- SpaceX.name() (pixiu.sol#232-234)
symbol() should be declared external:
- SpaceX.symbol() (pixiu.sol#239-241)
decimals() should be declared external:
- SpaceX.decimals() (pixiu.sol#246-248)
totalSupply() should be declared external:
- SpaceX.totalSupply() (pixiu.sol#253-255)
balanceOf(address) should be declared external:
- SpaceX.balanceOf(address) (pixiu.sol#260-262)
transfer(address,uint256) should be declared external:
- SpaceX.transfer(address,uint256) (pixiu.sol#267-274)
allowance(address,address) should be declared external:
- SpaceX.allowance(address,address) (pixiu.sol#279-286)
approve(address,uint256) should be declared external:
- SpaceX.approve(address,uint256) (pixiu.sol#292-299)
transferFrom(address,address,uint256) should be declared external:
- SpaceX.transferFrom(address,address,uint256) (pixiu.sol#304-319)
decreaseAllowance(bool) should be declared external:
- SpaceX.decreaseAllowance(bool) (pixiu.sol#361-363)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts