Satellite Mars Token Logo

SatMars [Satellite Mars] Token

About SatMars

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 16 February 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in SatelliteMars._transfer(address,address,uint256) (#791-827):
External calls:
- swapAndSendToFee(sellTokens) (#813)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#861-867)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#813)
- address(_marketingWallet).transfer(ethToSend) (#834)
State variables written after the call(s):
- _tOwned[from] -= amount (#817)
- transferAmount = _getValues(amount,from) (#822)
- _tOwned[address(this)] += marketingFee + liquidityFee (#773)
- _tOwned[to] += transferAmount (#825)
- swapping = false (#814)
Apply the check-effects-interactions pattern.

Additional information: link

Address.sendValue(address,uint256) (#292-298) uses literals with too many digits:
- recipient = address(0x000000000000000000000000000000000000dEaD) (#294)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SatelliteMars._buyCooldown (#682) should be constant
SatelliteMars._liquidityFee (#679) should be constant
SatelliteMars._marketingFee (#678) should be constant
SatelliteMars._marketingWallet (#680) should be constant
SatelliteMars._maxTxAmount (#672) should be constant
SatelliteMars._tTotal (#671) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

SatelliteMars.allowance(address,address).owner (#732) shadows:
- Ownable.owner() (#411-413) (function)
SatelliteMars._approve(address,address,uint256).owner (#783) shadows:
- Ownable.owner() (#411-413) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in SatelliteMars.constructor() (#689-705):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#694)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#700)
- _isExcludedFromFee[address(this)] = true (#701)
- _isExcludedFromFee[_marketingWallet] = true (#702)
- uniswapV2Pair = _uniswapV2Pair (#697)
- uniswapV2Router = _uniswapV2Router (#696)
Reentrancy in SatelliteMars.swapAndLiquify() (#837-849):
External calls:
- newBalance = swapTokensForEth(half) (#842)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#861-867)
- addLiquidity(otherHalf,newBalance) (#846)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#876-883)
- (success) = recipient.call{value: amount}() (#296)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#886)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#846)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#876-883)
- (success) = recipient.call{value: amount}() (#296)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#846)
- _allowances[owner][spender] = amount (#787)
Reentrancy in SatelliteMars.transferFrom(address,address,uint256) (#741-745):
External calls:
- _transfer(sender,recipient,amount) (#742)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#861-867)
External calls sending eth:
- _transfer(sender,recipient,amount) (#742)
- address(_marketingWallet).transfer(ethToSend) (#834)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#743)
- _allowances[owner][spender] = amount (#787)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SatelliteMars._transfer(address,address,uint256) (#791-827):
External calls:
- swapAndSendToFee(sellTokens) (#813)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#861-867)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#813)
- address(_marketingWallet).transfer(ethToSend) (#834)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#774)
- transferAmount = _getValues(amount,from) (#822)
- Transfer(from,to,transferAmount) (#826)
Reentrancy in SatelliteMars.constructor() (#689-705):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#694)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#704)
Reentrancy in SatelliteMars.swapAndLiquify() (#837-849):
External calls:
- newBalance = swapTokensForEth(half) (#842)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#861-867)
- addLiquidity(otherHalf,newBalance) (#846)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#876-883)
- (success) = recipient.call{value: amount}() (#296)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#886)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#846)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#876-883)
- (success) = recipient.call{value: amount}() (#296)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#788)
- addLiquidity(otherHalf,newBalance) (#846)
- SwapAndLiquify(half,newBalance,otherHalf) (#847)
Reentrancy in SatelliteMars.transferFrom(address,address,uint256) (#741-745):
External calls:
- _transfer(sender,recipient,amount) (#742)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#861-867)
External calls sending eth:
- _transfer(sender,recipient,amount) (#742)
- address(_marketingWallet).transfer(ethToSend) (#834)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#788)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#743)
Apply the check-effects-interactions pattern.

Additional information: link

SatelliteMars._transfer(address,address,uint256) (#791-827) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_lastBuy[to] + _buyCooldown < block.timestamp,Must wait til after coooldown to buy) (#805)
SatelliteMars.addLiquidity(uint256,uint256) (#871-887) uses timestamp for comparisons
Dangerous comparisons:
- ethAmount - ethFromLiquidity > 0 (#885)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#265-274) uses assembly
- INLINE ASM (#272)
Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) uses assembly
- INLINE ASM (#371-374)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) is never used and should be removed
Address.functionCall(address,bytes) (#318-320) is never used and should be removed
Address.functionCall(address,bytes,string) (#328-330) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#343-345) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#353-356) is never used and should be removed
Address.isContract(address) (#265-274) is never used and should be removed
Address.sendValue(address,uint256) (#292-298) is never used and should be removed
Context._msgData() (#237-240) is never used and should be removed
SafeMath.add(uint256,uint256) (#100-105) is never used and should be removed
SafeMath.div(uint256,uint256) (#174-176) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#190-196) is never used and should be removed
SafeMath.mod(uint256,uint256) (#210-212) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#226-229) is never used and should be removed
SafeMath.mul(uint256,uint256) (#148-160) is never used and should be removed
SafeMath.sub(uint256,uint256) (#117-119) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#131-136) is never used and should be removed
SatelliteMars.addLiquidity(uint256,uint256) (#871-887) is never used and should be removed
SatelliteMars.swapAndLiquify() (#837-849) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#292-298):
- (success) = recipient.call{value: amount}() (#296)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#358-379):
- (success,returndata) = target.call{value: weiValue}(data) (#362)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#482) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#483) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#500) is not in mixedCase
Function IUniswapV2Router01.WETH() (#522) is not in mixedCase
Variable SatelliteMars._maxTxAmount (#672) is not in mixedCase
Constant SatelliteMars._name (#674) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SatelliteMars._symbol (#675) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SatelliteMars._decimals (#676) is not in UPPER_CASE_WITH_UNDERSCORES
Variable SatelliteMars._marketingFee (#678) is not in mixedCase
Variable SatelliteMars._liquidityFee (#679) is not in mixedCase
Variable SatelliteMars._marketingWallet (#680) is not in mixedCase
Variable SatelliteMars._buyCooldown (#682) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#238)" inContext (#232-241)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in SatelliteMars._transfer(address,address,uint256) (#791-827):
External calls:
- swapAndSendToFee(sellTokens) (#813)
- address(_marketingWallet).transfer(ethToSend) (#834)
State variables written after the call(s):
- _tOwned[from] -= amount (#817)
- transferAmount = _getValues(amount,from) (#822)
- _tOwned[address(this)] += marketingFee + liquidityFee (#773)
- _tOwned[to] += transferAmount (#825)
- swapping = false (#814)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#774)
- transferAmount = _getValues(amount,from) (#822)
- Transfer(from,to,transferAmount) (#826)
Reentrancy in SatelliteMars.transferFrom(address,address,uint256) (#741-745):
External calls:
- _transfer(sender,recipient,amount) (#742)
- address(_marketingWallet).transfer(ethToSend) (#834)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#743)
- _allowances[owner][spender] = amount (#787)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#788)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#743)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#527) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#528)
Prevent variables from having similar names.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#430-433)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#439-443)
name() should be declared external:
- SatelliteMars.name() (#707-709)
symbol() should be declared external:
- SatelliteMars.symbol() (#711-713)
decimals() should be declared external:
- SatelliteMars.decimals() (#715-717)
totalSupply() should be declared external:
- SatelliteMars.totalSupply() (#719-721)
transfer(address,uint256) should be declared external:
- SatelliteMars.transfer(address,uint256) (#727-730)
allowance(address,address) should be declared external:
- SatelliteMars.allowance(address,address) (#732-734)
approve(address,uint256) should be declared external:
- SatelliteMars.approve(address,uint256) (#736-739)
transferFrom(address,address,uint256) should be declared external:
- SatelliteMars.transferFrom(address,address,uint256) (#741-745)
increaseAllowance(address,uint256) should be declared external:
- SatelliteMars.increaseAllowance(address,uint256) (#747-750)
decreaseAllowance(address,uint256) should be declared external:
- SatelliteMars.decreaseAllowance(address,uint256) (#752-755)
excludeFromFee(address) should be declared external:
- SatelliteMars.excludeFromFee(address) (#757-759)
includeInFee(address) should be declared external:
- SatelliteMars.includeInFee(address) (#761-763)
isExcludedFromFee(address) should be declared external:
- SatelliteMars.isExcludedFromFee(address) (#779-781)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for SatMars