Green Shiba Inu Token Logo

GINUX [Green Shiba Inu] Token

About GINUX

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
[CoinMarketCap] alert: GINU was rebranded as GINUX.
[CoinGecko] alert: Token has undergone contract migration to new contract at 0xc9Ad37E9Baf41377540Df5a77831Db98c1915128

Green Shiba Inu is a fully decentralized, zero-emission and fairly distributed community-driven token disrupting the meme economy aiming at protecting the environment!

Social

Laser Scorebeta Last Audit: 28 May 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links


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

Reentrancy in SafeMoon._transfer(address,address,uint256) (#1022-1066):
External calls:
- swapAndLiquify(contractTokenBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1100-1106)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#978)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1147)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1156)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1167)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#894)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1148)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1168)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#896)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- _rTotal = _rTotal.sub(rFee) (#933)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#980)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1166)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#893)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1157)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#895)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Reentrancy in SafeMoon._transfer(address,address,uint256) (#1022-1066):
External calls:
- swapAndLiquify(contractTokenBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1100-1106)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- _liquidityFee = _previousLiquidityFee (#1007)
- _liquidityFee = 0 (#1002)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- _previousLiquidityFee = _liquidityFee (#999)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- _previousTaxFee = _taxFee (#998)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- _tFeeTotal = _tFeeTotal.add(tFee) (#934)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- _taxFee = _previousTaxFee (#1006)
- _taxFee = 0 (#1001)
Reentrancy in SafeMoon.constructor() (#755-771):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#760-761)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#767)
- _isExcludedFromFee[address(this)] = true (#768)
- uniswapV2Router = _uniswapV2Router (#764)
Reentrancy in SafeMoon.swapAndLiquify(uint256) (#1068-1089):
External calls:
- swapTokensForEth(half) (#1080)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1100-1106)
- addLiquidity(otherHalf,newBalance) (#1086)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1086)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1086)
- _allowances[owner][spender] = amount (#1018)
Reentrancy in SafeMoon.transferFrom(address,address,uint256) (#818-822):
External calls:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1100-1106)
External calls sending eth:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#820)
- _allowances[owner][spender] = amount (#1018)
Apply the check-effects-interactions pattern.

Additional information: link

SafeMoon.addLiquidity(uint256,uint256) (#1109-1122) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
Ensure that all the return values of the function calls are used.

Additional information: link

SafeMoon.allowance(address,address).owner (#809) shadows:
- Ownable.owner() (#435-437) (function)
SafeMoon._approve(address,address,uint256).owner (#1014) shadows:
- Ownable.owner() (#435-437) (function)
Rename the local variables that shadow another component.

Additional information: link

SafeMoon.setTaxFeePercent(uint256) (#910-912) should emit an event for:
- _taxFee = taxFee (#911)
SafeMoon.setLiquidityFeePercent(uint256) (#914-916) should emit an event for:
- _liquidityFee = liquidityFee (#915)
SafeMoon.setMaxTxPercent(uint256) (#918-922) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#919-921)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in SafeMoon._transfer(address,address,uint256) (#1022-1066):
External calls:
- swapAndLiquify(contractTokenBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1100-1106)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1151)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- Transfer(sender,recipient,tTransferAmount) (#1161)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- Transfer(sender,recipient,tTransferAmount) (#1171)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
- Transfer(sender,recipient,tTransferAmount) (#899)
- _tokenTransfer(from,to,amount,takeFee) (#1065)
Reentrancy in SafeMoon.constructor() (#755-771):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#760-761)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#770)
Reentrancy in SafeMoon.swapAndLiquify(uint256) (#1068-1089):
External calls:
- swapTokensForEth(half) (#1080)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1100-1106)
- addLiquidity(otherHalf,newBalance) (#1086)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1086)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1019)
- addLiquidity(otherHalf,newBalance) (#1086)
- SwapAndLiquify(half,newBalance,otherHalf) (#1088)
Reentrancy in SafeMoon.transferFrom(address,address,uint256) (#818-822):
External calls:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1100-1106)
External calls sending eth:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1019)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#820)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#482-487) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#484)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#287-296) uses assembly
- INLINE ASM (#294)
Address._functionCallWithValue(address,bytes,uint256,string) (#380-401) uses assembly
- INLINE ASM (#393-396)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#380-401) is never used and should be removed
Address.functionCall(address,bytes) (#340-342) is never used and should be removed
Address.functionCall(address,bytes,string) (#350-352) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#365-367) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#375-378) is never used and should be removed
Address.isContract(address) (#287-296) is never used and should be removed
Address.sendValue(address,uint256) (#314-320) is never used and should be removed
Context._msgData() (#259-262) is never used and should be removed
SafeMath.mod(uint256,uint256) (#232-234) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#248-251) is never used and should be removed
Remove unused functions.

Additional information: link

SafeMoon._rTotal (#719) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SafeMoon._previousTaxFee (#727) is set pre-construction with a non-constant function or state variable:
- _taxFee
SafeMoon._previousLiquidityFee (#730) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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) (#314-320):
- (success) = recipient.call{value: amount}() (#318)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#380-401):
- (success,returndata) = target.call{value: weiValue}(data) (#384)
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() (#526) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#527) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#544) is not in mixedCase
Function IUniswapV2Router01.WETH() (#566) is not in mixedCase
Parameter SafeMoon.setSwapAndLiquifyEnabled(bool)._enabled (#924) is not in mixedCase
Parameter SafeMoon.calculateTaxFee(uint256)._amount (#983) is not in mixedCase
Parameter SafeMoon.calculateLiquidityFee(uint256)._amount (#989) is not in mixedCase
Variable SafeMoon._taxFee (#726) is not in mixedCase
Variable SafeMoon._liquidityFee (#729) is not in mixedCase
Variable SafeMoon._maxTxAmount (#738) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#260)" inContext (#254-263)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#571) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#572)
Variable SafeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to SafeMoon._getValues(uint256).tTransferAmount (#938)
Variable SafeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to SafeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1155)
Variable SafeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to SafeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1155)
Variable SafeMoon._transferStandard(address,address,uint256).rTransferAmount (#1146) is too similar to SafeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1155)
Variable SafeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1165) is too similar to SafeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable SafeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to SafeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1165)
Variable SafeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to SafeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1155)
Variable SafeMoon._getValues(uint256).rTransferAmount (#939) is too similar to SafeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable SafeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1165) is too similar to SafeMoon._getValues(uint256).tTransferAmount (#938)
Variable SafeMoon._getValues(uint256).rTransferAmount (#939) is too similar to SafeMoon._getValues(uint256).tTransferAmount (#938)
Variable SafeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to SafeMoon._transferStandard(address,address,uint256).tTransferAmount (#1146)
Variable SafeMoon._transferStandard(address,address,uint256).rTransferAmount (#1146) is too similar to SafeMoon._transferStandard(address,address,uint256).tTransferAmount (#1146)
Variable SafeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to SafeMoon._getValues(uint256).tTransferAmount (#938)
Variable SafeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to SafeMoon._transferStandard(address,address,uint256).tTransferAmount (#1146)
Variable SafeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1165) is too similar to SafeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1165)
Variable SafeMoon._getValues(uint256).rTransferAmount (#939) is too similar to SafeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1155)
Variable SafeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1165) is too similar to SafeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1155)
Variable SafeMoon._getValues(uint256).rTransferAmount (#939) is too similar to SafeMoon._getTValues(uint256).tTransferAmount (#946)
Variable SafeMoon._getValues(uint256).rTransferAmount (#939) is too similar to SafeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1165)
Variable SafeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to SafeMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1155)
Variable SafeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to SafeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable SafeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1165) is too similar to SafeMoon._transferStandard(address,address,uint256).tTransferAmount (#1146)
Variable SafeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to SafeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable SafeMoon._transferStandard(address,address,uint256).rTransferAmount (#1146) is too similar to SafeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable SafeMoon._getValues(uint256).rTransferAmount (#939) is too similar to SafeMoon._transferStandard(address,address,uint256).tTransferAmount (#1146)
Variable SafeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to SafeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable SafeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to SafeMoon._getValues(uint256).tTransferAmount (#938)
Variable SafeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to SafeMoon._getValues(uint256).tTransferAmount (#938)
Variable SafeMoon._transferStandard(address,address,uint256).rTransferAmount (#1146) is too similar to SafeMoon._getValues(uint256).tTransferAmount (#938)
Variable SafeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to SafeMoon._transferStandard(address,address,uint256).tTransferAmount (#1146)
Variable SafeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to SafeMoon._getTValues(uint256).tTransferAmount (#946)
Variable SafeMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to SafeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1165)
Variable SafeMoon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to SafeMoon._getTValues(uint256).tTransferAmount (#946)
Variable SafeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to SafeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1165)
Variable SafeMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to SafeMoon._getTValues(uint256).tTransferAmount (#946)
Variable SafeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to SafeMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable SafeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to SafeMoon._transferStandard(address,address,uint256).tTransferAmount (#1146)
Variable SafeMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1165) is too similar to SafeMoon._getTValues(uint256).tTransferAmount (#946)
Variable SafeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to SafeMoon._getTValues(uint256).tTransferAmount (#946)
Variable SafeMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to SafeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1165)
Variable SafeMoon._transferStandard(address,address,uint256).rTransferAmount (#1146) is too similar to SafeMoon._getTValues(uint256).tTransferAmount (#946)
Variable SafeMoon._transferStandard(address,address,uint256).rTransferAmount (#1146) is too similar to SafeMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1165)
Prevent variables from having similar names.

Additional information: link

SafeMoon.totalSupply() (#785-787) uses literals with too many digits:
- _tTotal.sub(balanceOf(0x000000000000000000000000000000000000dEaD)) (#786)
SafeMoon.slitherConstructorVariables() (#704-1178) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 50000000 * 10 ** 9 * 10 ** 9 (#739)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMoon._decimals (#724) should be constant
SafeMoon._name (#722) should be constant
SafeMoon._symbol (#723) should be constant
SafeMoon._tTotal (#718) should be constant
SafeMoon.numTokensSellToAddToLiquidity (#739) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#454-457)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#463-467)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#469-471)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#474-479)
unlock() should be declared external:
- Ownable.unlock() (#482-487)
name() should be declared external:
- SafeMoon.name() (#773-775)
symbol() should be declared external:
- SafeMoon.symbol() (#777-779)
decimals() should be declared external:
- SafeMoon.decimals() (#781-783)
totalSupply() should be declared external:
- SafeMoon.totalSupply() (#785-787)
bulkSend(address[],uint256[]) should be declared external:
- SafeMoon.bulkSend(address[],uint256[]) (#794-802)
allowance(address,address) should be declared external:
- SafeMoon.allowance(address,address) (#809-811)
approve(address,uint256) should be declared external:
- SafeMoon.approve(address,uint256) (#813-816)
transferFrom(address,address,uint256) should be declared external:
- SafeMoon.transferFrom(address,address,uint256) (#818-822)
increaseAllowance(address,uint256) should be declared external:
- SafeMoon.increaseAllowance(address,uint256) (#824-827)
decreaseAllowance(address,uint256) should be declared external:
- SafeMoon.decreaseAllowance(address,uint256) (#829-832)
isExcludedFromReward(address) should be declared external:
- SafeMoon.isExcludedFromReward(address) (#834-836)
totalFees() should be declared external:
- SafeMoon.totalFees() (#838-840)
deliver(uint256) should be declared external:
- SafeMoon.deliver(uint256) (#842-849)
reflectionFromToken(uint256,bool) should be declared external:
- SafeMoon.reflectionFromToken(uint256,bool) (#851-860)
excludeFromReward(address) should be declared external:
- SafeMoon.excludeFromReward(address) (#868-876)
excludeFromFee(address) should be declared external:
- SafeMoon.excludeFromFee(address) (#902-904)
includeInFee(address) should be declared external:
- SafeMoon.includeInFee(address) (#906-908)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SafeMoon.setSwapAndLiquifyEnabled(bool) (#924-927)
isExcludedFromFee(address) should be declared external:
- SafeMoon.isExcludedFromFee(address) (#1010-1012)
Use the external attribute for functions never called from the contract.

Additional information: link

SafeMoon.swapTokensForEth(uint256) (#1091-1107) has external calls inside a loop: path[1] = uniswapV2Router.WETH() (#1095)
SafeMoon.swapTokensForEth(uint256) (#1091-1107) has external calls inside a loop: uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1100-1106)
SafeMoon.addLiquidity(uint256,uint256) (#1109-1122) has external calls inside a loop: uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1114-1121)
Favor pull over push strategy for external calls.

Additional information: link

SafeMoon.lockTheSwap() (#749-753) has costly operations inside a loop:
- inSwapAndLiquify = true (#750)
SafeMoon.lockTheSwap() (#749-753) has costly operations inside a loop:
- inSwapAndLiquify = false (#752)
SafeMoon.removeAllFee() (#995-1003) has costly operations inside a loop:
- _previousTaxFee = _taxFee (#998)
SafeMoon.removeAllFee() (#995-1003) has costly operations inside a loop:
- _previousLiquidityFee = _liquidityFee (#999)
SafeMoon.removeAllFee() (#995-1003) has costly operations inside a loop:
- _taxFee = 0 (#1001)
SafeMoon.removeAllFee() (#995-1003) has costly operations inside a loop:
- _liquidityFee = 0 (#1002)
SafeMoon._reflectFee(uint256,uint256) (#932-935) has costly operations inside a loop:
- _rTotal = _rTotal.sub(rFee) (#933)
SafeMoon._reflectFee(uint256,uint256) (#932-935) has costly operations inside a loop:
- _tFeeTotal = _tFeeTotal.add(tFee) (#934)
SafeMoon.restoreAllFee() (#1005-1008) has costly operations inside a loop:
- _taxFee = _previousTaxFee (#1006)
SafeMoon.restoreAllFee() (#1005-1008) has costly operations inside a loop:
- _liquidityFee = _previousLiquidityFee (#1007)
SafeMoon.includeInReward(address) (#878-889) has costly operations inside a loop:
- _excluded.pop() (#885)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


Token is deployed only at one blockchain

Contract has 4% buy tax and 4% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Unable to find Youtube account


Unable to find Discord account


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for GINUX

News for GINUX