JINDO INU Token Logo

JIND [JINDO INU] Token

About JIND

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
[CoinMarketCap] alert: Jindo has undergone a swap.
[CoinGecko] alert: JIND has recently migrated from their old contract to a new one. For more information, visit https://jindo-inu.medium.com/jind-token-migration-32b9381fd0b4
white paper

This token will be used by JINDO SWAP and JINDO NFT in the future.
JINDO SWAP is a SWAP built on the BSC chain, and if it provides liquidity, you can receive JINDO FEED tokens.
JINDO FEED tokens will be issued with the launch of the swap and will be distributed to 100% liquidity providers.
JINDO NFT is an NFT sales and maker place where you can make and sell your own dog by synthesizing several types of dogs.
JINDO NFT can use JINDO tokens to purchase and synthesize puppies, and JINDO FEED tokens to level up puppies.

Laser Scorebeta Last Audit: 9 September 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

JINDOINU.checkContractBalance() (#984-988) sends eth to arbitrary user
Dangerous calls:
- _contract.transfer(address(this).balance) (#987)
JINDOINU.swapAndLiquify(uint256) (#1134-1185) sends eth to arbitrary user
Dangerous calls:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in JINDOINU._transfer(address,address,uint256) (#1087-1131):
External calls:
- swapAndLiquify(contractTokenBalance) (#1118)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1118)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _extraFee = _previousextraFee (#1071)
- _extraFee = 0 (#1064)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _liquidityFee = _previousLiquidityFee (#1070)
- _liquidityFee = 0 (#1063)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _marketingAndDevBudget = _previousMarketingAndDevBudget (#1072)
- _marketingAndDevBudget = 0 (#1065)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _previousLiquidityFee = _liquidityFee (#1058)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _previousMarketingAndDevBudget = _marketingAndDevBudget (#1060)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _previousTaxFee = _taxFee (#1057)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _previousextraFee = _extraFee (#1059)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1036)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1254)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1245)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#897)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1246)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1265)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1266)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1256)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#899)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _rTotal = _rTotal.sub(rFee) (#991)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _tFeeTotal = _tFeeTotal.add(tFee) (#992)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1038)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1264)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#896)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1255)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#898)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- _taxFee = _previousTaxFee (#1069)
- _taxFee = 0 (#1062)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
State variables written after the call(s):
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _extraFee = _previousextraFee (#1071)
- _extraFee = 0 (#1064)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _liquidityFee = _previousLiquidityFee (#1070)
- _liquidityFee = 0 (#1063)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _marketingAndDevBudget = _previousMarketingAndDevBudget (#1072)
- _marketingAndDevBudget = 0 (#1065)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
State variables written after the call(s):
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _extraFee = _previousextraFee (#1071)
- _extraFee = 0 (#1064)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _liquidityFee = _previousLiquidityFee (#1070)
- _liquidityFee = 0 (#1063)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _marketingAndDevBudget = _previousMarketingAndDevBudget (#1072)
- _marketingAndDevBudget = 0 (#1065)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _previousLiquidityFee = _liquidityFee (#1058)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _previousMarketingAndDevBudget = _marketingAndDevBudget (#1060)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _previousTaxFee = _taxFee (#1057)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _previousextraFee = _extraFee (#1059)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1036)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1254)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1245)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#897)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1246)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1265)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1266)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1256)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#899)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _rTotal = _rTotal.sub(rFee) (#991)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _tFeeTotal = _tFeeTotal.add(tFee) (#992)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1038)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1264)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#896)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1255)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#898)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- _taxFee = _previousTaxFee (#1069)
- _taxFee = 0 (#1062)
Apply the check-effects-interactions pattern.

Additional information: link


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Contract ownership is not renounced (belongs to a wallet)

JINDOINU.addLiquidity(uint256,uint256,address) (#1206-1219) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
Ensure that all the return values of the function calls are used.

Additional information: link

JINDOINU.allowance(address,address).owner (#806) shadows:
- Ownable.owner() (#415-417) (function)
JINDOINU._approve(address,address,uint256).owner (#1079) shadows:
- Ownable.owner() (#415-417) (function)
Rename the local variables that shadow another component.

Additional information: link

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

Additional information: link

JINDOINU.includeInReward(address) (#881-892) has costly operations inside a loop:
- _excluded.pop() (#888)
Use a local variable to hold the loop computation result.

Additional information: link

JINDOINU.swapAndLiquify(uint256) (#1134-1185) performs a multiplication on the result of a division:
-extraBalance = newBalance.div(totalLiqFee).mul(_extraFee) (#1153)
JINDOINU.swapAndLiquify(uint256) (#1134-1185) performs a multiplication on the result of a division:
-extraPortion = otherHalf.div(totalLiqFee).mul(_extraFee) (#1154)
JINDOINU.swapAndLiquify(uint256) (#1134-1185) performs a multiplication on the result of a division:
-marketingBalance = newBalance.div(totalLiqFee).mul(_marketingAndDevBudget) (#1156)
JINDOINU.swapAndLiquify(uint256) (#1134-1185) performs a multiplication on the result of a division:
-marketingPortion = otherHalf.div(totalLiqFee).mul(_marketingAndDevBudget) (#1157)
Consider ordering multiplication before division.

Additional information: link

JINDOINU.setextraFeePercent(uint256) (#929-934) should emit an event for:
- _extraFee = 0 (#930)
- _extraFee = extraFee (#932)
JINDOINU.setTaxFeePercent(uint256) (#936-941) should emit an event for:
- _taxFee = 0 (#937)
- _taxFee = taxFee (#939)
JINDOINU.setMarketingDevFeePercent(uint256) (#943-948) should emit an event for:
- _marketingAndDevBudget = 0 (#944)
- _marketingAndDevBudget = marketingAndDevBudget (#946)
JINDOINU.setLiquidityFeePercent(uint256) (#950-955) should emit an event for:
- _liquidityFee = 0 (#951)
- _liquidityFee = liquidityFee (#953)
JINDOINU.setMaxTx(uint256) (#957-959) should emit an event for:
- _maxTxAmount = maxTx * 10 ** 9 (#958)
JINDOINU.afterPresale(uint256) (#976-980) should emit an event for:
- _maxTxAmount = maxTx * 10 ** 9 (#977)
Emit an event for critical parameter changes.

Additional information: link

JINDOINU.setextraAddress(address).extra (#909) lacks a zero-check on :
- _extraAddress = extra (#910)
JINDOINU.setMarketingDevAddress(address).marketing (#913) lacks a zero-check on :
- _marketingDevAddress = marketing (#914)
JINDOINU.checkContractBalance()._contract (#986) lacks a zero-check on :
- _contract.transfer(address(this).balance) (#987)
Check that the address is not zero.

Additional information: link

Reentrancy in JINDOINU.constructor() (#756-772):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#761-762)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#768)
- _isExcludedFromFee[address(this)] = true (#769)
- uniswapV2Router = _uniswapV2Router (#765)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
State variables written after the call(s):
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _previousLiquidityFee = _liquidityFee (#1058)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _previousMarketingAndDevBudget = _marketingAndDevBudget (#1060)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _previousTaxFee = _taxFee (#1057)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _previousextraFee = _extraFee (#1059)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1036)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1254)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1245)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#897)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1246)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1265)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1266)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1256)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#899)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _rTotal = _rTotal.sub(rFee) (#991)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _tFeeTotal = _tFeeTotal.add(tFee) (#992)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1038)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1264)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#896)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1255)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#898)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- _taxFee = _previousTaxFee (#1069)
- _taxFee = 0 (#1062)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
State variables written after the call(s):
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- _allowances[owner][spender] = amount (#1083)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
State variables written after the call(s):
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
- _allowances[owner][spender] = amount (#1083)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1181)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1181)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
State variables written after the call(s):
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1181)
- _allowances[owner][spender] = amount (#1083)
Reentrancy in JINDOINU.transferFrom(address,address,uint256) (#815-820):
External calls:
- _transfer(sender,recipient,amount) (#817)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
External calls sending eth:
- _transfer(sender,recipient,amount) (#817)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#818)
- _allowances[owner][spender] = amount (#1083)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in JINDOINU._transfer(address,address,uint256) (#1087-1131):
External calls:
- swapAndLiquify(contractTokenBalance) (#1118)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1118)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1249)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- Transfer(sender,recipient,tTransferAmount) (#1259)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- Transfer(sender,recipient,tTransferAmount) (#1269)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
- Transfer(sender,recipient,tTransferAmount) (#902)
- _tokenTransfer(from,to,amount,takeFee) (#1130)
Reentrancy in JINDOINU.constructor() (#756-772):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#761-762)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#771)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1249)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- Transfer(sender,recipient,tTransferAmount) (#1259)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- Transfer(sender,recipient,tTransferAmount) (#1269)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- Transfer(sender,recipient,tTransferAmount) (#902)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
- Transfer(address(this),0x0000000000000000000000000000000000000001,extraPortion) (#1167)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1084)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1249)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- Transfer(sender,recipient,tTransferAmount) (#1269)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- Transfer(sender,recipient,tTransferAmount) (#1259)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- Transfer(sender,recipient,tTransferAmount) (#902)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
- Transfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion) (#1175)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1084)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
Reentrancy in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
External calls:
- swapTokensForEth(half) (#1147)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1181)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
External calls sending eth:
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- addLiquidity(extraPortion,extraBalance,_extraAddress) (#1169)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1177)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1181)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1084)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1181)
- SwapAndLiquify(half,newBalance,otherHalf) (#1184)
Reentrancy in JINDOINU.transferFrom(address,address,uint256) (#815-820):
External calls:
- _transfer(sender,recipient,amount) (#817)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1197-1203)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
External calls sending eth:
- _transfer(sender,recipient,amount) (#817)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,extra,block.timestamp) (#1211-1218)
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1084)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#818)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#465-470) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#467)
JINDOINU.transfer(address,uint256) (#800-804) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[_msgSender()],Wallet is still locked) (#801)
JINDOINU.transferFrom(address,address,uint256) (#815-820) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[sender],Wallet is still locked) (#816)
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.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
Remove unused functions.

Additional information: link

JINDOINU._rTotal (#705) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
JINDOINU._previousTaxFee (#713) is set pre-construction with a non-constant function or state variable:
- _taxFee
JINDOINU._previousLiquidityFee (#716) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
JINDOINU._previousextraFee (#719) is set pre-construction with a non-constant function or state variable:
- _extraFee
JINDOINU._previousMarketingAndDevBudget (#722) is set pre-construction with a non-constant function or state variable:
- _marketingAndDevBudget
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) (#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)
Low level call in JINDOINU.swapAndLiquify(uint256) (#1134-1185):
- (sent,data) = _extraAddress.call{value: extraBalance}() (#1164)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1172)
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() (#509) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#510) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#527) is not in mixedCase
Function IUniswapV2Router01.WETH() (#549) is not in mixedCase
Parameter JINDOINU.setSwapAndLiquifyEnabled(bool)._enabled (#961) is not in mixedCase
Parameter JINDOINU.calculateTaxFee(uint256)._amount (#1041) is not in mixedCase
Parameter JINDOINU.calculateLiquidityPlusextraFee(uint256)._amount (#1047) is not in mixedCase
Variable JINDOINU._extraAddress (#700) is not in mixedCase
Variable JINDOINU._marketingDevAddress (#701) is not in mixedCase
Variable JINDOINU._taxFee (#712) is not in mixedCase
Variable JINDOINU._liquidityFee (#715) is not in mixedCase
Variable JINDOINU._extraFee (#718) is not in mixedCase
Variable JINDOINU._marketingAndDevBudget (#721) is not in mixedCase
Variable JINDOINU._maxTxAmount (#731) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#554) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#555)
Variable JINDOINU._transferToExcluded(address,address,uint256).rTransferAmount (#1253) is too similar to JINDOINU._getTValues(uint256).tTransferAmount (#1004)
Variable JINDOINU._transferStandard(address,address,uint256).rTransferAmount (#1244) is too similar to JINDOINU._getTValues(uint256).tTransferAmount (#1004)
Variable JINDOINU._getValues(uint256).rTransferAmount (#997) is too similar to JINDOINU._getTValues(uint256).tTransferAmount (#1004)
Variable JINDOINU._transferStandard(address,address,uint256).rTransferAmount (#1244) is too similar to JINDOINU._getValues(uint256).tTransferAmount (#996)
Variable JINDOINU._transferToExcluded(address,address,uint256).rTransferAmount (#1253) is too similar to JINDOINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1263)
Variable JINDOINU._transferToExcluded(address,address,uint256).rTransferAmount (#1253) is too similar to JINDOINU._getValues(uint256).tTransferAmount (#996)
Variable JINDOINU._transferStandard(address,address,uint256).rTransferAmount (#1244) is too similar to JINDOINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1263)
Variable JINDOINU._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to JINDOINU._transferToExcluded(address,address,uint256).tTransferAmount (#1253)
Variable JINDOINU._getValues(uint256).rTransferAmount (#997) is too similar to JINDOINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1263)
Variable JINDOINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1263) is too similar to JINDOINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1263)
Variable JINDOINU._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to JINDOINU._transferStandard(address,address,uint256).tTransferAmount (#1244)
Variable JINDOINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1012) is too similar to JINDOINU._getTValues(uint256).tTransferAmount (#1004)
Variable JINDOINU.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to JINDOINU._getTValues(uint256).tTransferAmount (#1004)
Variable JINDOINU._transferToExcluded(address,address,uint256).rTransferAmount (#1253) is too similar to JINDOINU._transferToExcluded(address,address,uint256).tTransferAmount (#1253)
Variable JINDOINU._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to JINDOINU._getTValues(uint256).tTransferAmount (#1004)
Variable JINDOINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1012) is too similar to JINDOINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1263)
Variable JINDOINU._transferToExcluded(address,address,uint256).rTransferAmount (#1253) is too similar to JINDOINU._transferStandard(address,address,uint256).tTransferAmount (#1244)
Variable JINDOINU._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to JINDOINU._getValues(uint256).tTransferAmount (#996)
Variable JINDOINU._transferStandard(address,address,uint256).rTransferAmount (#1244) is too similar to JINDOINU._transferStandard(address,address,uint256).tTransferAmount (#1244)
Variable JINDOINU.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to JINDOINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1263)
Variable JINDOINU._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to JINDOINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1263)
Variable JINDOINU._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to JINDOINU._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable JINDOINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1012) is too similar to JINDOINU._getValues(uint256).tTransferAmount (#996)
Variable JINDOINU._getValues(uint256).rTransferAmount (#997) is too similar to JINDOINU._getValues(uint256).tTransferAmount (#996)
Variable JINDOINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1012) is too similar to JINDOINU._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable JINDOINU._transferStandard(address,address,uint256).rTransferAmount (#1244) is too similar to JINDOINU._transferToExcluded(address,address,uint256).tTransferAmount (#1253)
Variable JINDOINU.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to JINDOINU._transferStandard(address,address,uint256).tTransferAmount (#1244)
Variable JINDOINU._getValues(uint256).rTransferAmount (#997) is too similar to JINDOINU._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable JINDOINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1263) is too similar to JINDOINU._transferStandard(address,address,uint256).tTransferAmount (#1244)
Variable JINDOINU._transferToExcluded(address,address,uint256).rTransferAmount (#1253) is too similar to JINDOINU._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable JINDOINU.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to JINDOINU._transferToExcluded(address,address,uint256).tTransferAmount (#1253)
Variable JINDOINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1012) is too similar to JINDOINU._transferStandard(address,address,uint256).tTransferAmount (#1244)
Variable JINDOINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1263) is too similar to JINDOINU._transferToExcluded(address,address,uint256).tTransferAmount (#1253)
Variable JINDOINU._getValues(uint256).rTransferAmount (#997) is too similar to JINDOINU._transferStandard(address,address,uint256).tTransferAmount (#1244)
Variable JINDOINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1012) is too similar to JINDOINU._transferToExcluded(address,address,uint256).tTransferAmount (#1253)
Variable JINDOINU._transferStandard(address,address,uint256).rTransferAmount (#1244) is too similar to JINDOINU._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable JINDOINU._getValues(uint256).rTransferAmount (#997) is too similar to JINDOINU._transferToExcluded(address,address,uint256).tTransferAmount (#1253)
Variable JINDOINU.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to JINDOINU._getValues(uint256).tTransferAmount (#996)
Variable JINDOINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1263) is too similar to JINDOINU._getTValues(uint256).tTransferAmount (#1004)
Variable JINDOINU.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to JINDOINU._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable JINDOINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1263) is too similar to JINDOINU._getValues(uint256).tTransferAmount (#996)
Variable JINDOINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1263) is too similar to JINDOINU._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Prevent variables from having similar names.

Additional information: link

JINDOINU.swapAndLiquify(uint256) (#1134-1185) uses literals with too many digits:
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,extraPortion,false) (#1166)
JINDOINU.swapAndLiquify(uint256) (#1134-1185) uses literals with too many digits:
- Transfer(address(this),0x0000000000000000000000000000000000000001,extraPortion) (#1167)
JINDOINU.swapAndLiquify(uint256) (#1134-1185) uses literals with too many digits:
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1174)
JINDOINU.swapAndLiquify(uint256) (#1134-1185) uses literals with too many digits:
- Transfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion) (#1175)
JINDOINU.slitherConstructorVariables() (#687-1273) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 9 (#704)
JINDOINU.slitherConstructorVariables() (#687-1273) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 9 (#731)
JINDOINU.slitherConstructorVariables() (#687-1273) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000000000 * 10 ** 9 (#733)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

JINDOINU._decimals (#710) should be constant
JINDOINU._name (#708) should be constant
JINDOINU._symbol (#709) should be constant
JINDOINU._tTotal (#704) should be constant
JINDOINU.numTokensSellToAddToLiquidity (#733) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#437-440)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#446-450)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#452-454)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#457-462)
unlock() should be declared external:
- Ownable.unlock() (#465-470)
lockTimeOfWallet() should be declared external:
- JINDOINU.lockTimeOfWallet() (#774-776)
name() should be declared external:
- JINDOINU.name() (#779-781)
symbol() should be declared external:
- JINDOINU.symbol() (#783-785)
decimals() should be declared external:
- JINDOINU.decimals() (#787-789)
totalSupply() should be declared external:
- JINDOINU.totalSupply() (#791-793)
transfer(address,uint256) should be declared external:
- JINDOINU.transfer(address,uint256) (#800-804)
allowance(address,address) should be declared external:
- JINDOINU.allowance(address,address) (#806-808)
approve(address,uint256) should be declared external:
- JINDOINU.approve(address,uint256) (#810-813)
transferFrom(address,address,uint256) should be declared external:
- JINDOINU.transferFrom(address,address,uint256) (#815-820)
increaseAllowance(address,uint256) should be declared external:
- JINDOINU.increaseAllowance(address,uint256) (#822-825)
decreaseAllowance(address,uint256) should be declared external:
- JINDOINU.decreaseAllowance(address,uint256) (#827-830)
isExcludedFromReward(address) should be declared external:
- JINDOINU.isExcludedFromReward(address) (#832-834)
totalFees() should be declared external:
- JINDOINU.totalFees() (#836-838)
lockWallet(uint256) should be declared external:
- JINDOINU.lockWallet(uint256) (#840-842)
deliver(uint256) should be declared external:
- JINDOINU.deliver(uint256) (#845-852)
reflectionFromToken(uint256,bool) should be declared external:
- JINDOINU.reflectionFromToken(uint256,bool) (#854-863)
excludeFromReward(address) should be declared external:
- JINDOINU.excludeFromReward(address) (#871-879)
excludeFromFee(address) should be declared external:
- JINDOINU.excludeFromFee(address) (#905-907)
setextraAddress(address) should be declared external:
- JINDOINU.setextraAddress(address) (#909-911)
setMarketingDevAddress(address) should be declared external:
- JINDOINU.setMarketingDevAddress(address) (#913-915)
showextraaddress() should be declared external:
- JINDOINU.showextraaddress() (#917-919)
showMarketingaddress() should be declared external:
- JINDOINU.showMarketingaddress() (#921-923)
includeInFee(address) should be declared external:
- JINDOINU.includeInFee(address) (#925-927)
setSwapAndLiquifyEnabled(bool) should be declared external:
- JINDOINU.setSwapAndLiquifyEnabled(bool) (#961-964)
isExcludedFromFee(address) should be declared external:
- JINDOINU.isExcludedFromFee(address) (#1075-1077)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 12% buy tax and 10% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


Last post in Twitter was more than 180 days ago


Unable to find Discord account


Twitter account has few posts


Unable to find token contract audit


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token is not listed at Mobula.Finance

Additional information: link


Token has relatively low CoinGecko rank


Young tokens have high risks of price dump / death


Token has relatively low CoinMarketCap rank

Price for JIND

News for JIND