Floki Spacex Swap is one of the fastest growing and most loved communities in crypto we believe that only together we are strong. Community is everything and Floki Spacex Swap strives to include everyone from around the globe.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
SafeMath.sub(uint256,uint256) (#42-44) is never used and should be removed
BEP20Token._burn(address,uint256) (#357-363) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#81-84) is never used and should be removed
Context._msgData() (#27-30) is never used and should be removed
SafeMath.mod(uint256,uint256) (#77-79) is never used and should be removed
BEP20Token._burnFrom(address,uint256) (#373-376) is never used and should be removed
Remove unused functions.
Additional information: link
Ownable._PauseTransfer() (#129-134) compares to a boolean constant:
-_transferStatus == true (#130)
Ownable._CheckTransferTimeExpiry() (#159-164) compares to a boolean constant:
-_TransferTimeExpiry == false (#162)
Ownable._CheckTransferTimeExpiry() (#159-164) compares to a boolean constant:
-_TransferTimeExpiry == true (#160)
BEP20Token._transfer(address,address,uint256) (#259-316) compares to a boolean constant:
-require(bool,string)(CheckTransferTimeLimit(sender) == true,Bep20: Your daily transfer limit is full) (#289)
Ownable._PauseTransferFrom() (#144-149) compares to a boolean constant:
-_transferFromStatus == true (#145)
Ownable._PauseTransferFrom() (#144-149) compares to a boolean constant:
-_transferFromStatus == false (#147)
BEP20Token._transfer(address,address,uint256) (#259-316) compares to a boolean constant:
-require(bool,string)(PauseTransferStatus() == true,BEP20: transfer is paused) (#269)
Ownable._PauseTransfer() (#129-134) compares to a boolean constant:
-_transferStatus == false (#132)
Remove the equality to the boolean constant.
Additional information: link
Redundant expression "this (#28)" inContext (#19-31)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20Token.constructor() (#195-203) uses literals with too many digits:
- _totalSupply = 350000000000000000000000000000000000 (#199)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BEP20Token._approve(address,address,uint256).owner (#365) shadows:
- Ownable.owner() (#101-103) (function)
BEP20Token.allowance(address,address).owner (#318) shadows:
- Ownable.owner() (#101-103) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20Token.setPancakeRouter(address).NewPancakeRouter (#216) lacks a zero-check on :
- PancakeRouter = NewPancakeRouter (#217)
BEP20Token.setPancakeSwapV2(address).NewPancakeSwapV2 (#223) lacks a zero-check on :
- PancakeSwapV2 = NewPancakeSwapV2 (#224)
Check that the address is not zero.
Additional information: link
BEP20Token.CheckTransferTimeLimit(address) (#205-214) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp > transferHistoryPerSender[msg.sender].transferTime + 86400 (#206)
Avoid relying on block.timestamp.
Additional information: link
Function Ownable.PauseTransfer() (#125-127) is not in mixedCase
Variable BEP20Token.PancakeSwapV2 (#193) is not in mixedCase
Function BEP20Token.GetPancakeSwapV2() (#226-228) is not in mixedCase
Function Ownable._CheckTransferTimeExpiry() (#159-164) is not in mixedCase
Function Ownable.PauseTransferStatus() (#136-138) is not in mixedCase
Parameter BEP20Token.setPancakeSwapV2(address).NewPancakeSwapV2 (#223) is not in mixedCase
Function Ownable.CheckTransferTimeExpiryStatus() (#166-168) is not in mixedCase
Parameter BEP20Token.setPancakeRouter(address).NewPancakeRouter (#216) is not in mixedCase
Function Ownable.PauseTransferFromStatus() (#151-153) is not in mixedCase
Function Ownable._PauseTransfer() (#129-134) is not in mixedCase
Function Ownable.CheckTransferTimeExpiry() (#155-157) is not in mixedCase
Function BEP20Token.CheckTransferTimeLimit(address) (#205-214) is not in mixedCase
Variable Ownable._TransferTimeExpiry (#91) is not in mixedCase
Variable Ownable._owner (#88) is not in mixedCase
Function BEP20Token.GetPancakeRouter() (#219-221) is not in mixedCase
Variable BEP20Token.PancakeRouter (#192) is not in mixedCase
Function Ownable.PauseTransferFrom() (#140-142) is not in mixedCase
Function Ownable._PauseTransferFrom() (#144-149) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
PauseTransferFrom() should be declared external:
- Ownable.PauseTransferFrom() (#140-142)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#110-113)
GetPancakeSwapV2() should be declared external:
- BEP20Token.GetPancakeSwapV2() (#226-228)
GetPancakeRouter() should be declared external:
- BEP20Token.GetPancakeRouter() (#219-221)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token.increaseAllowance(address,uint256) (#334-337)
CheckTransferTimeExpiry() should be declared external:
- Ownable.CheckTransferTimeExpiry() (#155-157)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#115-117)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token.decreaseAllowance(address,uint256) (#339-342)
mint(uint256) should be declared external:
- BEP20Token.mint(uint256) (#344-347)
PauseTransfer() should be declared external:
- Ownable.PauseTransfer() (#125-127)
setPancakeRouter(address) should be declared external:
- BEP20Token.setPancakeRouter(address) (#216-218)
PauseTransferFromStatus() should be declared external:
- Ownable.PauseTransferFromStatus() (#151-153)
setPancakeSwapV2(address) should be declared external:
- BEP20Token.setPancakeSwapV2(address) (#223-225)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 8% buy tax and 4% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Unable to find website, listings and other project-related information
Token has a considerable age, but we're still unable to find its website
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Twitter account link seems to be invalid