Instinct Token Logo

INSTINCT Token

About INSTINCT

Listings

Token 2 years
CoinMarketCap 2 years
[CoinMarketCap] alert: Contract updated from 0xE84b921A39befBfebc5C8f22B640bE3239975b8F to 0xc4eeb3199df249a6bce8ff706fe86c08c5f847d0. For More details: https://twitter.com/InstinctToken/status/1441192885160873986?s=20
[CoinGecko] alert: Old contract 0xe84b921a39befbfebc5c8f22b640be3239975b8f. For more info, https://twitter.com/InstinctToken/status/1442555545630625794
white paper

Instinct is a play to earn NFT trading card game set in a unique fantasy world. Fight in PVE and PVP battles with many factions to choose from. Instinct also rewards holders in passive income for holding.

Laser Scorebeta Last Audit: 2 March 2022

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

DividendPayingToken.swapEthForTokens(uint256,address,address) (#1214-1228) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1221-1226)
INSTINCT.swapAndLiquify(uint256) (#1768-1843) sends eth to arbitrary user
Dangerous calls:
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
INSTINCT.swapEthForTokens(uint256,address,address) (#1846-1859) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
INSTINCT.addLiquidity(uint256,uint256) (#1901-1916) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
INSTINCT.swapAndSendDividends(uint256) (#1919-1939) sends eth to arbitrary user
Dangerous calls:
- (sent) = diviTracker.call{value: newBalance}() (#1932)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in INSTINCT._transfer(address,address,uint256) (#1941-2075):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1891-1897)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1926)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
- dividendTracker.distributeTokenDividends(dividends) (#1936)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
State variables written after the call(s):
- super._transfer(from,address(this),feeAmount) (#2044)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#785)
- _balances[recipient] = _balances[recipient].add(amount) (#786)
- super._transfer(from,address(this),feeAmountMinusBurn) (#2051)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#785)
- _balances[recipient] = _balances[recipient].add(amount) (#786)
- super._transfer(from,burnAddress,burnAmount) (#2052)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#785)
- _balances[recipient] = _balances[recipient].add(amount) (#786)
- super._transfer(from,to,amount) (#2056)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#785)
- _balances[recipient] = _balances[recipient].add(amount) (#786)
- restoreFees() (#2058)
- burnFee = previousBurnFee (#1510)
- restoreFees() (#2058)
- buyBackFee = previousBuyBackFee (#1507)
- restoreFees() (#2058)
- charityFee = previousCharityFee (#1506)
- restoreFees() (#2058)
- liquidityFee = previousLiquidityFee (#1509)
- restoreFees() (#2058)
- marketFee = previousMarketFee (#1505)
- swapping = false (#2031)
- restoreFees() (#2058)
- tokenRewardsFee = previousTokenRewardsFee (#1508)
- restoreFees() (#2058)
- totalFees = previousTotalFees (#1511)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1233-1263):
External calls:
- (sent) = user.call{value: _withdrawableDividend}() (#1241)
- success = swapEthForTokens(_withdrawableDividend,dividendTokenUser[user],user) (#1247)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1221-1226)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1255)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


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.

Reentrancy in INSTINCT._setAutomatedMarketMakerPair(address,bool) (#1679-1688):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1684)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1687)
Reentrancy in INSTINCT._transfer(address,address,uint256) (#1941-2075):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1891-1897)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1926)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
- dividendTracker.distributeTokenDividends(dividends) (#1936)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#848)
- swapAndSendDividends(sellTokens) (#2029)
- SendDividends(tokens,dividends) (#1937)
- swapAndSendDividends(sellTokens) (#2029)
- Transfer(sender,recipient,amount) (#787)
- super._transfer(from,burnAddress,burnAmount) (#2052)
- Transfer(sender,recipient,amount) (#787)
- super._transfer(from,address(this),feeAmountMinusBurn) (#2051)
- Transfer(sender,recipient,amount) (#787)
- super._transfer(from,address(this),feeAmount) (#2044)
- Transfer(sender,recipient,amount) (#787)
- super._transfer(from,to,amount) (#2056)
Reentrancy in INSTINCT._transfer(address,address,uint256) (#1941-2075):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1891-1897)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1926)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
- dividendTracker.distributeTokenDividends(dividends) (#1936)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#2062)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#2063)
- dividendTracker.process(gas) (#2068-2073)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2069)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1233-1263):
External calls:
- (sent) = user.call{value: _withdrawableDividend}() (#1241)
Event emitted after the call(s):
- DividendWithdrawn(user,_withdrawableDividend,DividendToken) (#1244)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1233-1263):
External calls:
- success = swapEthForTokens(_withdrawableDividend,dividendTokenUser[user],user) (#1247)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1221-1226)
Event emitted after the call(s):
- DividendWithdrawn(user,_withdrawableDividend,DividendToken) (#1250)
Reentrancy in INSTINCT.constructor() (#1464-1498):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1474-1475)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1480)
- dividendTracker.excludeFromDividends(pair) (#1684)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1687)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1480)
Reentrancy in INSTINCT.constructor() (#1464-1498):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1474-1475)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1480)
- dividendTracker.excludeFromDividends(pair) (#1684)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1483)
- dividendTracker.excludeFromDividends(address(this)) (#1484)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1485)
- dividendTracker.excludeFromDividends(owner()) (#1486)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#806)
- _mint(owner(),1000000000 * (10 ** 18)) (#1497)
Reentrancy in INSTINCTDividendTracker.processAccount(address,bool) (#2285-2295):
External calls:
- amount = _withdrawDividendOfUser(account) (#2286)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1221-1226)
- (sent) = user.call{value: _withdrawableDividend}() (#1241)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#2290)
Reentrancy in INSTINCT.processDividendTracker(uint256) (#1747-1750):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1748)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1749)
Reentrancy in INSTINCT.swapAndLiquify(uint256) (#1768-1843):
External calls:
- swapTokensForEth(initHalf) (#1796)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- swapEthForTokens(marketFeeBalance,marketTokenAddressForFee,marketAddress) (#1819)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- swapEthForTokens(charityFeeBalance,charityTokenAddressForFee,charityAddress) (#1826)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- swapEthForTokens(buyBackFeeBalance,address(this),buyBackAddress) (#1834)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- addLiquidity(finalHalf,finalBalance) (#1841)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
External calls sending eth:
- swapEthForTokens(marketFeeBalance,marketTokenAddressForFee,marketAddress) (#1819)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- swapEthForTokens(charityFeeBalance,charityTokenAddressForFee,charityAddress) (#1826)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- swapEthForTokens(buyBackFeeBalance,address(this),buyBackAddress) (#1834)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- addLiquidity(finalHalf,finalBalance) (#1841)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#848)
- addLiquidity(finalHalf,finalBalance) (#1841)
- SwapAndLiquify(half,finalBalance,otherHalf) (#1842)
Reentrancy in INSTINCT.swapAndSendDividends(uint256) (#1919-1939):
External calls:
- swapTokensForTokens(tokens,address(this)) (#1924)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1891-1897)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1926)
- swapTokensForEth(tokens) (#1929)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
- dividendTracker.distributeTokenDividends(dividends) (#1936)
External calls sending eth:
- (sent) = diviTracker.call{value: newBalance}() (#1932)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (#1937)
Reentrancy in INSTINCT.updateDividendTracker(address) (#1623-1637):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1630)
- newDividendTracker.excludeFromDividends(address(this)) (#1631)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1632)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1634)
Apply the check-effects-interactions pattern.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#1233-1263) has external calls inside a loop: (sent) = user.call{value: _withdrawableDividend}() (#1241)
DividendPayingToken.swapEthForTokens(uint256,address,address) (#1214-1228) has external calls inside a loop: path[0] = uniswapV2Router.WETH() (#1217)
DividendPayingToken.swapEthForTokens(uint256,address,address) (#1214-1228) has external calls inside a loop: uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1221-1226)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in INSTINCT.updateDividendTracker(address) (#1623-1637):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1630)
- newDividendTracker.excludeFromDividends(address(this)) (#1631)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1632)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1636)
Apply the check-effects-interactions pattern.

Additional information: link

INSTINCT.swapAndLiquify(uint256).buyBackFeeFull (#1771) is a local variable never initialized
INSTINCT._transfer(address,address,uint256).claims (#2068) is a local variable never initialized
INSTINCT._transfer(address,address,uint256).iterations (#2068) is a local variable never initialized
INSTINCT._transfer(address,address,uint256).lastProcessedIndex (#2068) is a local variable never initialized
INSTINCT.swapAndLiquify(uint256).charityFeeBalance (#1801) is a local variable never initialized
INSTINCT.swapAndLiquify(uint256).marketFeeFull (#1769) is a local variable never initialized
INSTINCT.swapAndLiquify(uint256).buyBackFeeBalance (#1802) is a local variable never initialized
INSTINCT.swapAndLiquify(uint256).charityFeeFull (#1770) is a local variable never initialized
INSTINCT.swapAndLiquify(uint256).marketFeeBalance (#1800) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

INSTINCT.claim() (#1752-1754) ignores return value by dividendTracker.processAccount(msg.sender,false) (#1753)
INSTINCT.addLiquidity(uint256,uint256) (#1901-1916) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
INSTINCT._transfer(address,address,uint256) (#1941-2075) ignores return value by dividendTracker.process(gas) (#2068-2073)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string)._name (#1141) shadows:
- ERC20._name (#613) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#1141) shadows:
- ERC20._symbol (#614) (state variable)
Rename the local variables that shadow another component.

Additional information: link

DividendPayingToken.updateMasterContract(address) (#1151-1153) should emit an event for:
- masterContract = newAddress (#1152)
Emit an event for critical parameter changes.

Additional information: link

INSTINCT.updateMaxSellTx(uint256) (#1522-1524) should emit an event for:
- maxSellTransactionAmount = _newAmountNoDecimals * (10 ** decimals()) (#1523)
INSTINCT.updateMaxBuyTx(uint256) (#1526-1528) should emit an event for:
- maxBuyTransactionAmount = _newAmountNoDecimals * (10 ** decimals()) (#1527)
INSTINCT.updatedividendTime(uint256) (#1539-1541) should emit an event for:
- dividendTime = _dividendTime (#1540)
INSTINCT.updateTradingEnabledTime(uint256) (#1547-1549) should emit an event for:
- tradingEnabledTimestamp = newTimeInEpoch (#1548)
INSTINCT.updateSwapAtAmount(uint256) (#1559-1561) should emit an event for:
- swapTokensAtAmount = newAmountNoDecimials * (10 ** 18) (#1560)
INSTINCT.updateFees(uint256,uint256,uint256,uint256,uint256,uint256) (#1593-1601) should emit an event for:
- tokenRewardsFee = _tokenRewardsFee (#1594)
- liquidityFee = _liquidityFee (#1595)
- marketFee = _marketFee (#1596)
- charityFee = _charityFee (#1597)
- buyBackFee = _buyBackFee (#1598)
- burnFee = _burnFee (#1599)
- totalFees = _tokenRewardsFee.add(_liquidityFee).add(_marketFee).add(_charityFee).add(_buyBackFee).add(_burnFee) (#1600)
INSTINCT.updateBuyFees(uint256,uint256,uint256,uint256,uint256,uint256) (#1603-1611) should emit an event for:
- buyTokenRewardsFee = _tokenRewardsFee (#1604)
- buyLiquidityFee = _liquidityFee (#1605)
- buyMarketFee = _marketFee (#1606)
- buyCharityFee = _charityFee (#1607)
- buyBuyBackFee = _buyBackFee (#1608)
- buyBurnFee = _burnFee (#1609)
- buyTotalFees = _tokenRewardsFee.add(_liquidityFee).add(_marketFee).add(_charityFee).add(_buyBackFee).add(_burnFee) (#1610)
INSTINCT.updateSellFees(uint256,uint256,uint256,uint256,uint256,uint256) (#1613-1621) should emit an event for:
- sellTokenRewardsFee = _tokenRewardsFee (#1614)
- sellLiquidityFee = _liquidityFee (#1615)
- sellMarketFee = _marketFee (#1616)
- sellCharityFee = _charityFee (#1617)
- sellBuyBackFee = _buyBackFee (#1618)
- sellBurnFee = _burnFee (#1619)
- sellTotalFees = _tokenRewardsFee.add(_liquidityFee).add(_marketFee).add(_charityFee).add(_buyBackFee).add(_burnFee) (#1620)
Emit an event for critical parameter changes.

Additional information: link

INSTINCT.updateMarketAddress(address).newAddress (#1563) lacks a zero-check on :
- marketAddress = newAddress (#1564)
INSTINCT.updateCharityAddress(address).newAddress (#1569) lacks a zero-check on :
- charityAddress = newAddress (#1570)
INSTINCT.updateBuyBackAddress(address).newAddress (#1575) lacks a zero-check on :
- buyBackAddress = newAddress (#1576)
INSTINCT.updateMarketTokenFeeAddress(address).newAddress (#1581) lacks a zero-check on :
- marketTokenAddressForFee = newAddress (#1582)
INSTINCT.updateCharityTokenFeeAddress(address).newAddress (#1585) lacks a zero-check on :
- charityTokenAddressForFee = newAddress (#1586)
INSTINCT.updateBuyBackTokenFeeAddress(address).newAddress (#1589) lacks a zero-check on :
- buyBackTokenAddressForFee = newAddress (#1590)
DividendPayingToken.updateMasterContract(address).newAddress (#1151) lacks a zero-check on :
- masterContract = newAddress (#1152)
INSTINCTDividendTracker.updateTokenForDividend(address).newAddress (#2107) lacks a zero-check on :
- DividendToken = newAddress (#2108)
Check that the address is not zero.

Additional information: link

Variable 'INSTINCT.swapAndLiquify(uint256).sent (#1821)' in INSTINCT.swapAndLiquify(uint256) (#1768-1843) potentially used before declaration: (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
Variable 'INSTINCT.swapAndLiquify(uint256).sent (#1821)' in INSTINCT.swapAndLiquify(uint256) (#1768-1843) potentially used before declaration: (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
Variable 'INSTINCT._transfer(address,address,uint256).lastProcessedIndex (#2068)' in INSTINCT._transfer(address,address,uint256) (#1941-2075) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2069)
Variable 'INSTINCT._transfer(address,address,uint256).claims (#2068)' in INSTINCT._transfer(address,address,uint256) (#1941-2075) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2069)
Variable 'INSTINCT._transfer(address,address,uint256).iterations (#2068)' in INSTINCT._transfer(address,address,uint256) (#1941-2075) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2069)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in INSTINCT._transfer(address,address,uint256) (#1941-2075):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1891-1897)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1926)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
- dividendTracker.distributeTokenDividends(dividends) (#1936)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (#2029)
- _allowances[owner][spender] = amount (#847)
Reentrancy in INSTINCT._transfer(address,address,uint256) (#1941-2075):
External calls:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,recipient,block.timestamp) (#1891-1897)
- success = IERC20(DividendToken).transfer(address(dividendTracker),dividends) (#1926)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
- dividendTracker.distributeTokenDividends(dividends) (#1936)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#2062)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#2063)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount) (#2026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- swapAndSendDividends(sellTokens) (#2029)
- (sent) = diviTracker.call{value: newBalance}() (#1932)
State variables written after the call(s):
- processDividendTime += dividendTime (#2067)
Reentrancy in INSTINCT.constructor() (#1464-1498):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1474-1475)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1478)
- uniswapV2Router = _uniswapV2Router (#1477)
Reentrancy in INSTINCT.constructor() (#1464-1498):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1474-1475)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1480)
- dividendTracker.excludeFromDividends(pair) (#1684)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1483)
- dividendTracker.excludeFromDividends(address(this)) (#1484)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1485)
- dividendTracker.excludeFromDividends(owner()) (#1486)
State variables written after the call(s):
- _mint(owner(),1000000000 * (10 ** 18)) (#1497)
- _balances[account] = _balances[account].add(amount) (#805)
- excludeFromFees(burnAddress,true) (#1489)
- _isExcludedFromFees[account] = excluded (#1647)
- excludeFromFees(address(this),true) (#1490)
- _isExcludedFromFees[account] = excluded (#1647)
- excludeFromFees(owner(),true) (#1491)
- _isExcludedFromFees[account] = excluded (#1647)
- _mint(owner(),1000000000 * (10 ** 18)) (#1497)
- _totalSupply = _totalSupply.add(amount) (#804)
Reentrancy in INSTINCTDividendTracker.processAccount(address,bool) (#2285-2295):
External calls:
- amount = _withdrawDividendOfUser(account) (#2286)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1221-1226)
- (sent) = user.call{value: _withdrawableDividend}() (#1241)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#2289)
Reentrancy in INSTINCT.swapAndLiquify(uint256) (#1768-1843):
External calls:
- swapTokensForEth(initHalf) (#1796)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1870-1876)
- swapEthForTokens(marketFeeBalance,marketTokenAddressForFee,marketAddress) (#1819)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- swapEthForTokens(charityFeeBalance,charityTokenAddressForFee,charityAddress) (#1826)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- swapEthForTokens(buyBackFeeBalance,address(this),buyBackAddress) (#1834)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- addLiquidity(finalHalf,finalBalance) (#1841)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
External calls sending eth:
- swapEthForTokens(marketFeeBalance,marketTokenAddressForFee,marketAddress) (#1819)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- swapEthForTokens(charityFeeBalance,charityTokenAddressForFee,charityAddress) (#1826)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- swapEthForTokens(buyBackFeeBalance,address(this),buyBackAddress) (#1834)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: ethAmount}(0,path,receiver,block.timestamp) (#1853-1858)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
- addLiquidity(finalHalf,finalBalance) (#1841)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,burnAddress,block.timestamp) (#1907-1914)
State variables written after the call(s):
- addLiquidity(finalHalf,finalBalance) (#1841)
- _allowances[owner][spender] = amount (#847)
Apply the check-effects-interactions pattern.

Additional information: link

INSTINCT.getTradingIsEnabled() (#1764-1766) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp >= tradingEnabledTimestamp (#1765)
INSTINCT._transfer(address,address,uint256) (#1941-2075) uses timestamp for comparisons
Dangerous comparisons:
- from != owner() && ! swapping && tradingIsEnabled && automatedMarketMakerPairs[to] && from != address(uniswapV2Router) && ! _isExcludedFromFees[to] (#1990-1995)
- tradingIsEnabled && canSwap && ! swapping && ! automatedMarketMakerPairs[from] && from != burnAddress && to != burnAddress (#2018-2023)
- takeFee = tradingIsEnabled && ! swapping (#2034)
- takeFee && totalFees != 0 (#2040)
- canDividend = block.timestamp >= processDividendTime (#2064)
- ! swapping && canDividend (#2065)
INSTINCTDividendTracker.getAccount(address) (#2150-2192) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#2189-2191)
INSTINCTDividendTracker.canAutoClaim(uint256) (#2213-2219) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#2214)
- block.timestamp.sub(lastClaimTime) >= claimWait (#2218)
Avoid relying on block.timestamp.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.5.0', '>=0.6.0<0.8.0', '>=0.6.2', '^0.7.0', '^0.7.6']
- ^0.7.0 (#1)
- >=0.6.0<0.8.0 (#79)
- >=0.6.2 (#104)
- >=0.6.2 (#201)
- >=0.5.0 (#245)
- >=0.5.0 (#264)
- ^0.7.6 (#318)
- ^0.7.0 (#382)
- ^0.7.6 (#449)
- ^0.7.6 (#474)
- ^0.7.6 (#516)
- ^0.7.6 (#562)
- ^0.7.0 (#578)
- ^0.7.0 (#880)
- ^0.7.6 (#1095)
- ^0.7.6 (#1348)
Use one Solidity version.

Additional information: link

Context._msgData() (#96-99) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1303-1309) is never used and should be removed
ERC20._setupDecimals(uint8) (#858-860) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#1067-1070) is never used and should be removed
SafeMath.mod(uint256,uint256) (#1029-1032) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#1087-1090) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#901-905) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#937-940) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#947-950) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#922-930) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#912-915) is never used and should be removed
SafeMathInt.div(int256,int256) (#535-541) is never used and should be removed
SafeMathInt.mul(int256,int256) (#525-533) is never used and should be removed
Remove unused functions.

Additional information: link

INSTINCT.totalFees (#1383) is set pre-construction with a non-constant function or state variable:
- tokenRewardsFee.add(liquidityFee).add(marketFee).add(charityFee).add(buyBackFee).add(burnFee)
INSTINCT.buyTotalFees (#1391) is set pre-construction with a non-constant function or state variable:
- buyTokenRewardsFee.add(buyLiquidityFee).add(buyMarketFee).add(buyCharityFee).add(buyBuyBackFee).add(buyBurnFee)
INSTINCT.sellTotalFees (#1399) is set pre-construction with a non-constant function or state variable:
- sellTokenRewardsFee.add(sellLiquidityFee).add(sellMarketFee).add(sellCharityFee).add(sellBuyBackFee).add(sellBurnFee)
INSTINCT.previousMarketFee (#1401) is set pre-construction with a non-constant function or state variable:
- marketFee
INSTINCT.previousCharityFee (#1402) is set pre-construction with a non-constant function or state variable:
- charityFee
INSTINCT.previousBuyBackFee (#1403) is set pre-construction with a non-constant function or state variable:
- buyBackFee
INSTINCT.previousTokenRewardsFee (#1404) is set pre-construction with a non-constant function or state variable:
- tokenRewardsFee
INSTINCT.previousLiquidityFee (#1405) is set pre-construction with a non-constant function or state variable:
- liquidityFee
INSTINCT.previousBurnFee (#1406) is set pre-construction with a non-constant function or state variable:
- burnFee
INSTINCT.previousTotalFees (#1407) is set pre-construction with a non-constant function or state variable:
- totalFees
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

Pragma version^0.7.0 (#1) allows old versions
Pragma version>=0.6.0<0.8.0 (#79) is too complex
Pragma version>=0.6.2 (#104) allows old versions
Pragma version>=0.6.2 (#201) allows old versions
Pragma version>=0.5.0 (#245) allows old versions
Pragma version>=0.5.0 (#264) allows old versions
Pragma version^0.7.0 (#382) allows old versions
Pragma version^0.7.0 (#578) allows old versions
Pragma version^0.7.0 (#880) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in DividendPayingToken._withdrawDividendOfUser(address) (#1233-1263):
- (sent) = user.call{value: _withdrawableDividend}() (#1241)
Low level call in INSTINCT.swapAndLiquify(uint256) (#1768-1843):
- (sent) = marketAddress.call{value: marketFeeBalance}() (#1821)
- (sent) = charityAddress.call{value: charityFeeBalance}() (#1828)
- (sent) = buyBackAddress.call{value: buyBackFeeBalance}() (#1836)
Low level call in INSTINCT.swapAndSendDividends(uint256) (#1919-1939):
- (sent) = diviTracker.call{value: newBalance}() (#1932)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Router01.WETH() (#108) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#281) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#282) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#299) is not in mixedCase
Parameter DividendPayingToken.updateDividendTokenUser(address,address)._myDividendToken (#1159) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1269) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1276) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1283) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1293) is not in mixedCase
Constant DividendPayingToken.magnitude (#1109) is not in UPPER_CASE_WITH_UNDERSCORES
Variable DividendPayingToken.DividendToken (#1114) is not in mixedCase
Parameter INSTINCT.swapAndLiquifyOwner(uint256)._tokens (#1514) is not in mixedCase
Parameter INSTINCT.swapAndSendDividendsOwner(uint256)._tokens (#1518) is not in mixedCase
Parameter INSTINCT.updateMaxSellTx(uint256)._newAmountNoDecimals (#1522) is not in mixedCase
Parameter INSTINCT.updateMaxBuyTx(uint256)._newAmountNoDecimals (#1526) is not in mixedCase
Parameter INSTINCT.updateDividendTokenUser(address)._myDividendToken (#1530) is not in mixedCase
Parameter INSTINCT.getDividendTokenUser(address)._myAddress (#1535) is not in mixedCase
Parameter INSTINCT.updatedividendTime(uint256)._dividendTime (#1539) is not in mixedCase
Parameter INSTINCT.updateBuyBackMode(bool)._isBuyBackActive (#1543) is not in mixedCase
Parameter INSTINCT.updateFees(uint256,uint256,uint256,uint256,uint256,uint256)._tokenRewardsFee (#1593) is not in mixedCase
Parameter INSTINCT.updateFees(uint256,uint256,uint256,uint256,uint256,uint256)._liquidityFee (#1593) is not in mixedCase
Parameter INSTINCT.updateFees(uint256,uint256,uint256,uint256,uint256,uint256)._marketFee (#1593) is not in mixedCase
Parameter INSTINCT.updateFees(uint256,uint256,uint256,uint256,uint256,uint256)._charityFee (#1593) is not in mixedCase
Parameter INSTINCT.updateFees(uint256,uint256,uint256,uint256,uint256,uint256)._buyBackFee (#1593) is not in mixedCase
Parameter INSTINCT.updateFees(uint256,uint256,uint256,uint256,uint256,uint256)._burnFee (#1593) is not in mixedCase
Parameter INSTINCT.updateBuyFees(uint256,uint256,uint256,uint256,uint256,uint256)._tokenRewardsFee (#1603) is not in mixedCase
Parameter INSTINCT.updateBuyFees(uint256,uint256,uint256,uint256,uint256,uint256)._liquidityFee (#1603) is not in mixedCase
Parameter INSTINCT.updateBuyFees(uint256,uint256,uint256,uint256,uint256,uint256)._marketFee (#1603) is not in mixedCase
Parameter INSTINCT.updateBuyFees(uint256,uint256,uint256,uint256,uint256,uint256)._charityFee (#1603) is not in mixedCase
Parameter INSTINCT.updateBuyFees(uint256,uint256,uint256,uint256,uint256,uint256)._buyBackFee (#1603) is not in mixedCase
Parameter INSTINCT.updateBuyFees(uint256,uint256,uint256,uint256,uint256,uint256)._burnFee (#1603) is not in mixedCase
Parameter INSTINCT.updateSellFees(uint256,uint256,uint256,uint256,uint256,uint256)._tokenRewardsFee (#1613) is not in mixedCase
Parameter INSTINCT.updateSellFees(uint256,uint256,uint256,uint256,uint256,uint256)._liquidityFee (#1613) is not in mixedCase
Parameter INSTINCT.updateSellFees(uint256,uint256,uint256,uint256,uint256,uint256)._marketFee (#1613) is not in mixedCase
Parameter INSTINCT.updateSellFees(uint256,uint256,uint256,uint256,uint256,uint256)._charityFee (#1613) is not in mixedCase
Parameter INSTINCT.updateSellFees(uint256,uint256,uint256,uint256,uint256,uint256)._buyBackFee (#1613) is not in mixedCase
Parameter INSTINCT.updateSellFees(uint256,uint256,uint256,uint256,uint256,uint256)._burnFee (#1613) is not in mixedCase
Variable INSTINCT.DividendToken (#1356) is not in mixedCase
Variable INSTINCT._maxWalletToken (#1367) is not in mixedCase
Variable INSTINCT._isExcludedMaxSellTransactionAmount (#1422) is not in mixedCase
Parameter INSTINCTDividendTracker.getAccount(address)._account (#2150) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#97)" inContext (#91-100)
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 (#113) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#114)
Variable INSTINCT.updateMaxSellTx(uint256)._newAmountNoDecimals (#1522) is too similar to INSTINCT.updateSwapAtAmount(uint256).newAmountNoDecimials (#1559)
Variable INSTINCT.updateMaxBuyTx(uint256)._newAmountNoDecimals (#1526) is too similar to INSTINCT.updateSwapAtAmount(uint256).newAmountNoDecimials (#1559)
Variable INSTINCT.updateMaxSellTx(uint256)._newAmountNoDecimals (#1522) is too similar to INSTINCT.updateMinimumBalanceForDividends(uint256).newAmountNoDecimials (#1551)
Variable INSTINCT.updateMaxBuyTx(uint256)._newAmountNoDecimals (#1526) is too similar to INSTINCT.updateMinimumBalanceForDividends(uint256).newAmountNoDecimials (#1551)
Variable INSTINCT.updateMaxSellTx(uint256)._newAmountNoDecimals (#1522) is too similar to INSTINCT.updateMaxWalletAmount(uint256).newAmountNoDecimials (#1555)
Variable INSTINCT.updateMaxBuyTx(uint256)._newAmountNoDecimals (#1526) is too similar to INSTINCT.updateMaxWalletAmount(uint256).newAmountNoDecimials (#1555)
Variable INSTINCT.swapAndLiquify(uint256).sent_scope_0 (#1828) is too similar to INSTINCT.swapAndLiquify(uint256).sent_scope_1 (#1836)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1234) is too similar to INSTINCTDividendTracker.getAccount(address).withdrawableDividends (#2155)
Prevent variables from having similar names.

Additional information: link

INSTINCT.constructor() (#1464-1498) uses literals with too many digits:
- _mint(owner(),1000000000 * (10 ** 18)) (#1497)
INSTINCT.updateGasForProcessing(uint256) (#1690-1695) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,INSTINCT: gasForProcessing must be between 200,000 and 500,000) (#1691)
INSTINCT.slitherConstructorVariables() (#1350-2076) uses literals with too many digits:
- maxBuyTransactionAmount = 1000000000 * (10 ** 18) (#1364)
INSTINCT.slitherConstructorVariables() (#1350-2076) uses literals with too many digits:
- maxSellTransactionAmount = 1000000000 * (10 ** 18) (#1365)
INSTINCT.slitherConstructorVariables() (#1350-2076) uses literals with too many digits:
- swapTokensAtAmount = 1000000000 * (10 ** 18) (#1366)
INSTINCT.slitherConstructorVariables() (#1350-2076) uses literals with too many digits:
- _maxWalletToken = 1000000000 * (10 ** 18) (#1367)
INSTINCTDividendTracker.getAccountAtIndex(uint256) (#2194-2211) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#2205)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DividendPayingToken.lastAmount (#1112) is never used in INSTINCTDividendTracker (#2078-2298)
Remove unused state variables.

Additional information: link

DividendPayingToken.lastAmount (#1112) should be constant
INSTINCT.DividendToken (#1356) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#329-331)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#333-338)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#340-342)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#346-348)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#432-435)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#441-445)
name() should be declared external:
- ERC20.name() (#635-637)
symbol() should be declared external:
- ERC20.symbol() (#643-645)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#686-689)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#694-696)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#705-708)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#723-727)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#741-744)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#760-763)
updateMasterContract(address) should be declared external:
- DividendPayingToken.updateMasterContract(address) (#1151-1153)
updateUniswapV2Router(address) should be declared external:
- DividendPayingToken.updateUniswapV2Router(address) (#1155-1157)
updateDividendTokenUser(address,address) should be declared external:
- DividendPayingToken.updateDividendTokenUser(address,address) (#1159-1161)
getDividendTokenUser(address) should be declared external:
- DividendPayingToken.getDividendTokenUser(address) (#1163-1165)
distributeDividends() should be declared external:
- DividendPayingToken.distributeDividends() (#1180-1191)
distributeTokenDividends(uint256) should be declared external:
- DividendPayingToken.distributeTokenDividends(uint256) (#1194-1205)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#1209-1211)
- INSTINCTDividendTracker.withdrawDividend() (#2115-2117)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1269-1271)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1283-1285)
excludeFromDividends(address) should be declared external:
- INSTINCT.excludeFromDividends(address) (#1653-1657)
enableDividends(address) should be declared external:
- INSTINCT.enableDividends(address) (#1659-1663)
updateGasForProcessing(uint256) should be declared external:
- INSTINCT.updateGasForProcessing(uint256) (#1690-1695)
isExcludedFromFees(address) should be declared external:
- INSTINCT.isExcludedFromFees(address) (#1709-1711)
withdrawableDividendOf(address) should be declared external:
- INSTINCT.withdrawableDividendOf(address) (#1713-1715)
dividendTokenBalanceOf(address) should be declared external:
- INSTINCT.dividendTokenBalanceOf(address) (#1717-1719)
getAccountAtIndex(uint256) should be declared external:
- INSTINCTDividendTracker.getAccountAtIndex(uint256) (#2194-2211)
process(uint256) should be declared external:
- INSTINCTDividendTracker.process(uint256) (#2238-2283)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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.


Token is deployed only at one blockchain

Contract has 8% buy tax and 10% sell tax.
Taxes are low and contract ownership is renounced.

No disclosed threats
No disclosed threats


Alexa traffic rank is very low

Additional information: link


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for INSTINCT

News for INSTINCT