Apollo Space Token is a deflationary token on the binance smart chain network. It is a transactional token that can be used to purchase naming rights and NFTs for our server.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ApolloSpaceToken.allowance(address,address).owner (#233) shadows:
- Ownable.owner() (#134-136) (function)
ApolloSpaceToken._approve(address,address,uint256).owner (#319) shadows:
- Ownable.owner() (#134-136) (function)
Rename the local variables that shadow another component.
Additional information: link
ApolloSpaceToken.setMaxTxPercent(uint256,uint256) (#399-403) should emit an event for:
- _MAX_TX_SIZE = _tTotal.mul(maxTxPercent).div(10 ** (uint256(maxTxDecimals) + 2)) (#400-402)
ApolloSpaceToken.TAXFEE(uint256) (#452-454) should emit an event for:
- _TAX_FEE = taxFee (#453)
ApolloSpaceToken.BURNFEE(uint256) (#456-458) should emit an event for:
- _BURN_FEE = burnFee (#457)
Emit an event for critical parameter changes.
Additional information: link
Ownable.unlock() (#165-170) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#167)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#74-80) uses assembly
- INLINE ASM (#76-78)
Address._functionCallWithValue(address,bytes,uint256,string) (#105-120) uses assembly
- INLINE ASM (#112-115)
Do not use evm assembly.
Additional information: link
ApolloSpaceToken.includeAccount(address) (#306-317) has costly operations inside a loop:
- _excluded.pop() (#313)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#105-120) is never used and should be removed
Address.functionCall(address,bytes) (#88-90) is never used and should be removed
Address.functionCall(address,bytes,string) (#92-94) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#96-98) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#100-103) is never used and should be removed
Address.isContract(address) (#74-80) is never used and should be removed
Address.sendValue(address,uint256) (#82-86) is never used and should be removed
ApolloSpaceToken._burnFrom(address,uint256) (#471-478) is never used and should be removed
ApolloSpaceToken._getMaxTxAmount() (#448-450) is never used and should be removed
ApolloSpaceToken._getTaxFee() (#444-446) is never used and should be removed
Context._msgData() (#9-12) is never used and should be removed
SafeMath.mod(uint256,uint256) (#52-54) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#56-59) is never used and should be removed
Remove unused functions.
Additional information: link
ApolloSpaceToken._DECIMALFACTOR (#189) is set pre-construction with a non-constant function or state variable:
- 10 ** uint256(_DECIMALS)
ApolloSpaceToken._tTotal (#192) is set pre-construction with a non-constant function or state variable:
- 13000000000 * _DECIMALFACTOR
ApolloSpaceToken._rTotal (#193) is set pre-construction with a non-constant function or state variable:
- (_MAX - (_MAX % _tTotal))
ApolloSpaceToken._MAX_TX_SIZE (#200) is set pre-construction with a non-constant function or state variable:
- 13000000000 * _DECIMALFACTOR
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#82-86):
- (success) = recipient.call{value: amount}() (#84)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#105-120):
- (success,returndata) = target.call{value: weiValue}(data) (#107)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function ApolloSpaceToken.TAXFEE(uint256) (#452-454) is not in mixedCase
Function ApolloSpaceToken.BURNFEE(uint256) (#456-458) is not in mixedCase
Variable ApolloSpaceToken._NAME (#184) is not in mixedCase
Variable ApolloSpaceToken._SYMBOL (#185) is not in mixedCase
Variable ApolloSpaceToken._DECIMALS (#186) is not in mixedCase
Variable ApolloSpaceToken._DECIMALFACTOR (#189) is not in mixedCase
Variable ApolloSpaceToken._TAX_FEE (#198) is not in mixedCase
Variable ApolloSpaceToken._BURN_FEE (#199) is not in mixedCase
Variable ApolloSpaceToken._MAX_TX_SIZE (#200) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#10)" inContext (#4-13)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable ApolloSpaceToken.reflectionFromToken(uint256,bool).rTransferAmount (#285) is too similar to ApolloSpaceToken._transferToExcluded(address,address,uint256).tTransferAmount (#360)
Variable ApolloSpaceToken._transferBothExcluded(address,address,uint256).rTransferAmount (#382) is too similar to ApolloSpaceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#415)
Variable ApolloSpaceToken.reflectionFromToken(uint256,bool).rTransferAmount (#285) is too similar to ApolloSpaceToken._transferStandard(address,address,uint256).tTransferAmount (#350)
Variable ApolloSpaceToken._transferStandard(address,address,uint256).rTransferAmount (#350) is too similar to ApolloSpaceToken._transferFromExcluded(address,address,uint256).tTransferAmount (#371)
Variable ApolloSpaceToken.reflectionFromToken(uint256,bool).rTransferAmount (#285) is too similar to ApolloSpaceToken._transferFromExcluded(address,address,uint256).tTransferAmount (#371)
Variable ApolloSpaceToken._transferToExcluded(address,address,uint256).rTransferAmount (#360) is too similar to ApolloSpaceToken._transferToExcluded(address,address,uint256).tTransferAmount (#360)
Variable ApolloSpaceToken._transferToExcluded(address,address,uint256).rTransferAmount (#360) is too similar to ApolloSpaceToken._transferStandard(address,address,uint256).tTransferAmount (#350)
Variable ApolloSpaceToken._transferBothExcluded(address,address,uint256).rTransferAmount (#382) is too similar to ApolloSpaceToken._transferToExcluded(address,address,uint256).tTransferAmount (#360)
Variable ApolloSpaceToken._transferBothExcluded(address,address,uint256).rTransferAmount (#382) is too similar to ApolloSpaceToken._transferStandard(address,address,uint256).tTransferAmount (#350)
Variable ApolloSpaceToken.reflectionFromToken(uint256,bool).rTransferAmount (#285) is too similar to ApolloSpaceToken._getValues(uint256).tTransferAmount (#406)
Variable ApolloSpaceToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#423) is too similar to ApolloSpaceToken._transferToExcluded(address,address,uint256).tTransferAmount (#360)
Variable ApolloSpaceToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#423) is too similar to ApolloSpaceToken._transferStandard(address,address,uint256).tTransferAmount (#350)
Variable ApolloSpaceToken.reflectionFromToken(uint256,bool).rTransferAmount (#285) is too similar to ApolloSpaceToken._transferBothExcluded(address,address,uint256).tTransferAmount (#382)
Variable ApolloSpaceToken.reflectionFromToken(uint256,bool).rTransferAmount (#285) is too similar to ApolloSpaceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#415)
Variable ApolloSpaceToken._transferToExcluded(address,address,uint256).rTransferAmount (#360) is too similar to ApolloSpaceToken._transferFromExcluded(address,address,uint256).tTransferAmount (#371)
Variable ApolloSpaceToken._transferBothExcluded(address,address,uint256).rTransferAmount (#382) is too similar to ApolloSpaceToken._transferFromExcluded(address,address,uint256).tTransferAmount (#371)
Variable ApolloSpaceToken._transferFromExcluded(address,address,uint256).rTransferAmount (#371) is too similar to ApolloSpaceToken._transferFromExcluded(address,address,uint256).tTransferAmount (#371)
Variable ApolloSpaceToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#423) is too similar to ApolloSpaceToken._transferFromExcluded(address,address,uint256).tTransferAmount (#371)
Variable ApolloSpaceToken._getValues(uint256).rTransferAmount (#408) is too similar to ApolloSpaceToken._transferFromExcluded(address,address,uint256).tTransferAmount (#371)
Variable ApolloSpaceToken._transferBothExcluded(address,address,uint256).rTransferAmount (#382) is too similar to ApolloSpaceToken._getValues(uint256).tTransferAmount (#406)
Variable ApolloSpaceToken._transferBothExcluded(address,address,uint256).rTransferAmount (#382) is too similar to ApolloSpaceToken._transferBothExcluded(address,address,uint256).tTransferAmount (#382)
Variable ApolloSpaceToken._transferStandard(address,address,uint256).rTransferAmount (#350) is too similar to ApolloSpaceToken._transferToExcluded(address,address,uint256).tTransferAmount (#360)
Variable ApolloSpaceToken._transferStandard(address,address,uint256).rTransferAmount (#350) is too similar to ApolloSpaceToken._transferStandard(address,address,uint256).tTransferAmount (#350)
Variable ApolloSpaceToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#423) is too similar to ApolloSpaceToken._getValues(uint256).tTransferAmount (#406)
Variable ApolloSpaceToken._transferToExcluded(address,address,uint256).rTransferAmount (#360) is too similar to ApolloSpaceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#415)
Variable ApolloSpaceToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#423) is too similar to ApolloSpaceToken._transferBothExcluded(address,address,uint256).tTransferAmount (#382)
Variable ApolloSpaceToken._transferStandard(address,address,uint256).rTransferAmount (#350) is too similar to ApolloSpaceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#415)
Variable ApolloSpaceToken._getValues(uint256).rTransferAmount (#408) is too similar to ApolloSpaceToken._transferStandard(address,address,uint256).tTransferAmount (#350)
Variable ApolloSpaceToken._getValues(uint256).rTransferAmount (#408) is too similar to ApolloSpaceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#415)
Variable ApolloSpaceToken._transferFromExcluded(address,address,uint256).rTransferAmount (#371) is too similar to ApolloSpaceToken._transferStandard(address,address,uint256).tTransferAmount (#350)
Variable ApolloSpaceToken._transferFromExcluded(address,address,uint256).rTransferAmount (#371) is too similar to ApolloSpaceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#415)
Variable ApolloSpaceToken._transferToExcluded(address,address,uint256).rTransferAmount (#360) is too similar to ApolloSpaceToken._getValues(uint256).tTransferAmount (#406)
Variable ApolloSpaceToken._transferStandard(address,address,uint256).rTransferAmount (#350) is too similar to ApolloSpaceToken._getValues(uint256).tTransferAmount (#406)
Variable ApolloSpaceToken._transferToExcluded(address,address,uint256).rTransferAmount (#360) is too similar to ApolloSpaceToken._transferBothExcluded(address,address,uint256).tTransferAmount (#382)
Variable ApolloSpaceToken._transferStandard(address,address,uint256).rTransferAmount (#350) is too similar to ApolloSpaceToken._transferBothExcluded(address,address,uint256).tTransferAmount (#382)
Variable ApolloSpaceToken._getValues(uint256).rTransferAmount (#408) is too similar to ApolloSpaceToken._getValues(uint256).tTransferAmount (#406)
Variable ApolloSpaceToken._getValues(uint256).rTransferAmount (#408) is too similar to ApolloSpaceToken._transferBothExcluded(address,address,uint256).tTransferAmount (#382)
Variable ApolloSpaceToken._getValues(uint256).rTransferAmount (#408) is too similar to ApolloSpaceToken._transferToExcluded(address,address,uint256).tTransferAmount (#360)
Variable ApolloSpaceToken._transferFromExcluded(address,address,uint256).rTransferAmount (#371) is too similar to ApolloSpaceToken._getValues(uint256).tTransferAmount (#406)
Variable ApolloSpaceToken._transferFromExcluded(address,address,uint256).rTransferAmount (#371) is too similar to ApolloSpaceToken._transferBothExcluded(address,address,uint256).tTransferAmount (#382)
Variable ApolloSpaceToken._transferFromExcluded(address,address,uint256).rTransferAmount (#371) is too similar to ApolloSpaceToken._transferToExcluded(address,address,uint256).tTransferAmount (#360)
Variable ApolloSpaceToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#423) is too similar to ApolloSpaceToken._getTValues(uint256,uint256,uint256).tTransferAmount (#415)
Prevent variables from having similar names.
Additional information: link
ApolloSpaceToken.slitherConstructorVariables() (#173-480) uses literals with too many digits:
- _tTotal = 13000000000 * _DECIMALFACTOR (#192)
ApolloSpaceToken.slitherConstructorVariables() (#173-480) uses literals with too many digits:
- _MAX_TX_SIZE = 13000000000 * _DECIMALFACTOR (#200)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ApolloSpaceToken._DECIMALS (#186) should be constant
ApolloSpaceToken._NAME (#184) should be constant
ApolloSpaceToken._SYMBOL (#185) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#143-146)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#148-152)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#154-156)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#158-163)
unlock() should be declared external:
- Ownable.unlock() (#165-170)
name() should be declared external:
- ApolloSpaceToken.name() (#207-209)
symbol() should be declared external:
- ApolloSpaceToken.symbol() (#211-213)
decimals() should be declared external:
- ApolloSpaceToken.decimals() (#215-217)
totalSupply() should be declared external:
- ApolloSpaceToken.totalSupply() (#219-221)
balanceOf(address) should be declared external:
- ApolloSpaceToken.balanceOf(address) (#223-226)
transfer(address,uint256) should be declared external:
- ApolloSpaceToken.transfer(address,uint256) (#228-231)
allowance(address,address) should be declared external:
- ApolloSpaceToken.allowance(address,address) (#233-235)
approve(address,uint256) should be declared external:
- ApolloSpaceToken.approve(address,uint256) (#237-240)
transferFrom(address,address,uint256) should be declared external:
- ApolloSpaceToken.transferFrom(address,address,uint256) (#242-246)
increaseAllowance(address,uint256) should be declared external:
- ApolloSpaceToken.increaseAllowance(address,uint256) (#248-251)
decreaseAllowance(address,uint256) should be declared external:
- ApolloSpaceToken.decreaseAllowance(address,uint256) (#253-256)
isExcluded(address) should be declared external:
- ApolloSpaceToken.isExcluded(address) (#258-260)
totalFees() should be declared external:
- ApolloSpaceToken.totalFees() (#262-264)
totalBurn() should be declared external:
- ApolloSpaceToken.totalBurn() (#266-268)
deliver(uint256) should be declared external:
- ApolloSpaceToken.deliver(uint256) (#270-277)
reflectionFromToken(uint256,bool) should be declared external:
- ApolloSpaceToken.reflectionFromToken(uint256,bool) (#279-288)
burn(uint256) should be declared external:
- ApolloSpaceToken.burn(uint256) (#460-462)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume 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
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 has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account