This Memecoin was created to pay homage to the greatest meme dev of all time, as well as the individual(s) who brought to the world, the blockchain. Together, these people have created generational wealth a million times over for tens of thousands of people.
RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address) (#2236-2290) ignores return value by RyoshibaNakamotoINU0point5Contract.transfer(account,received) (#2271)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
RyoshibaNakamotoINU0point5.swapAndSendDividends(uint256) (#1801-1856) sends eth to arbitrary user
Dangerous calls:
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address) (#2236-2290) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,address(this),block.timestamp) (#2255-2277)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address) (#2236-2290):
External calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,address(this),block.timestamp) (#2255-2277)
- RyoshibaNakamotoINU0point5Contract.transfer(account,received) (#2271)
External calls sending eth:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,address(this),block.timestamp) (#2255-2277)
State variables written after the call(s):
- withdrawnDividends[account] = withdrawnDividends[account].sub(_withdrawableDividend) (#2280-2282)
Reentrancy in RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716):
External calls:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- swapAndSendDividends(remainingBalance) (#1668)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- swapAndSendDividends(remainingBalance) (#1668)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1686)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#340-343)
- _balances[recipient] = _balances[recipient].add(amount) (#344)
- super._transfer(from,DEAD,burntokens) (#1690)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#340-343)
- _balances[recipient] = _balances[recipient].add(amount) (#344)
- buyAmount = 0 (#1669)
- buyAmount = buyAmount.add(fees) (#1683)
- sellAmount = 0 (#1670)
- sellAmount = sellAmount.add(fees) (#1681)
- swapping = false (#1671)
Reentrancy in RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716):
External calls:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- swapAndSendDividends(remainingBalance) (#1668)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
- dividendTracker.process(gas) (#1697-1710)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- swapAndSendDividends(remainingBalance) (#1668)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
State variables written after the call(s):
- super._transfer(from,to,amount) (#1713)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#340-343)
- _balances[recipient] = _balances[recipient].add(amount) (#344)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#915-942):
External calls:
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#926-929)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#932-934)
Reentrancy in RyoshibaNakamotoINU0point5DividendTracker._withdrawDividendOfUser(address) (#2292-2343):
External calls:
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2307-2310)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2315-2329)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#2333-2335)
Reentrancy in RyoshibaNakamotoINU0point5.forceSwapAndSendDividends(uint256) (#1789-1799):
External calls:
- swapAndSendDividends(tokens) (#1795)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
External calls sending eth:
- swapAndSendDividends(tokens) (#1795)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
State variables written after the call(s):
- buyAmount = buyAmount.sub(fromBuy) (#1797)
- sellAmount = sellAmount.sub(fromSell) (#1798)
Apply the check-effects-interactions pattern.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
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.
Combination 2: Unchecked transfer + 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.
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
RyoshibaNakamotoINU0point5.setMarketingWallet(address).wallet (#1242) lacks a zero-check on :
- marketingWallet = address(wallet) (#1245)
Ownable.constructor().msgSender (#583) lacks a zero-check on :
- _owner = msgSender (#584)
RyoshibaNakamotoINU0point5DividendTracker.constructor(address,address,address,string,string).token (#1922) lacks a zero-check on :
- defaultToken = token (#1928)
RyoshibaNakamotoINU0point5DividendTracker.updatePayoutToken(address).token (#2228) lacks a zero-check on :
- defaultToken = token (#2229)
Check that the address is not zero.
Additional information: link
Variable 'RyoshibaNakamotoINU0point5._transfer(address,address,uint256).claims (#1699)' in RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1702-1709)
Variable 'RyoshibaNakamotoINU0point5._transfer(address,address,uint256).iterations (#1698)' in RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1702-1709)
Variable 'RyoshibaNakamotoINU0point5._transfer(address,address,uint256).lastProcessedIndex (#1700)' in RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1702-1709)
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 RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716):
External calls:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- swapAndSendDividends(remainingBalance) (#1668)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- swapAndSendDividends(remainingBalance) (#1668)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
State variables written after the call(s):
- swapAndSendDividends(remainingBalance) (#1668)
- _allowances[owner][spender] = amount (#379)
- _totalSupply = _totalSupply.sub(burntokens) (#1691)
Reentrancy in RyoshibaNakamotoINU0point5.constructor() (#1152-1209):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1182-1185)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1187)
- dividendTracker.excludeFromDividends(pair) (#1363)
State variables written after the call(s):
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1187)
- automatedMarketMakerPairs[pair] = value (#1360)
Reentrancy in RyoshibaNakamotoINU0point5.constructor() (#1152-1209):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1182-1185)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1187)
- dividendTracker.excludeFromDividends(pair) (#1363)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1190)
- dividendTracker.excludeFromDividends(address(this)) (#1191)
- dividendTracker.excludeFromDividends(DEAD) (#1192)
- dividendTracker.excludeFromDividends(router) (#1194)
- dividendTracker.excludeFromDividends(marketingWallet) (#1195)
- dividendTracker.excludeFromDividends(owner()) (#1196)
State variables written after the call(s):
- _mint(owner(),totalTokenSupply) (#1204)
- _balances[account] = _balances[account].add(amount) (#354)
- _isExcludedFromFees[address(this)] = true (#1199)
- _isExcludedFromFees[address(dividendTracker)] = true (#1200)
- _isExcludedFromFees[msg.sender] = true (#1201)
- _mint(owner(),totalTokenSupply) (#1204)
- _totalSupply = _totalSupply.add(amount) (#353)
- canTransferBeforeTradingIsEnabled[owner()] = true (#1207)
- canTransferBeforeTradingIsEnabled[address(this)] = true (#1208)
- maxWallet = totalTokenSupply / 67 (#1205)
- swapTokensAtAmount = totalTokenSupply / 400 (#1206)
Reentrancy in RyoshibaNakamotoINU0point5DividendTracker.processAccount(address,bool) (#2192-2222):
External calls:
- amount = _reinvestDividendOfUser(account) (#2207-2209)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,address(this),block.timestamp) (#2255-2277)
- RyoshibaNakamotoINU0point5Contract.transfer(account,received) (#2271)
- amount = _withdrawDividendOfUser(account) (#2207-2209)
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2307-2310)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2315-2329)
External calls sending eth:
- amount = _reinvestDividendOfUser(account) (#2207-2209)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,address(this),block.timestamp) (#2255-2277)
- amount = _withdrawDividendOfUser(account) (#2207-2209)
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2307-2310)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2315-2329)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#2212)
Reentrancy in RyoshibaNakamotoINU0point5.setMarketingWallet(address) (#1242-1247):
External calls:
- dividendTracker.excludeFromDividends(wallet) (#1244)
State variables written after the call(s):
- marketingWallet = address(wallet) (#1245)
Reentrancy in RyoshibaNakamotoINU0point5.swapAndLiquify(uint256) (#1727-1735):
External calls:
- swapTokensForEth(half) (#1731)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- addLiquidity(otherHalf,newBalance) (#1733)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1733)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1733)
- _allowances[owner][spender] = amount (#379)
Reentrancy in RyoshibaNakamotoINU0point5.transferAdmin(address) (#1375-1380):
External calls:
- dividendTracker.excludeFromDividends(newOwner) (#1376)
State variables written after the call(s):
- _isExcludedFromFees[newOwner] = true (#1377)
- canTransferBeforeTradingIsEnabled[newOwner] = true (#1378)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in RyoshibaNakamotoINU0point5._setAutomatedMarketMakerPair(address,bool) (#1359-1367):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1363)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1366)
Reentrancy in RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716):
External calls:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- swapAndSendDividends(remainingBalance) (#1668)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- swapAndSendDividends(remainingBalance) (#1668)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#380)
- swapAndSendDividends(remainingBalance) (#1668)
- SendDividends(dividends,marketingPayout,success && successOp1) (#1851-1855)
- swapAndSendDividends(remainingBalance) (#1668)
- Transfer(sender,recipient,amount) (#345)
- super._transfer(from,address(this),fees) (#1686)
- Transfer(sender,recipient,amount) (#345)
- super._transfer(from,DEAD,burntokens) (#1690)
Reentrancy in RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716):
External calls:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- swapAndSendDividends(remainingBalance) (#1668)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
- dividendTracker.process(gas) (#1697-1710)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
- swapAndSendDividends(remainingBalance) (#1668)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1702-1709)
- Transfer(sender,recipient,amount) (#345)
- super._transfer(from,to,amount) (#1713)
Reentrancy in RyoshibaNakamotoINU0point5DividendTracker._withdrawDividendOfUser(address) (#2292-2343):
External calls:
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2307-2310)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2315-2329)
Event emitted after the call(s):
- DividendWithdrawn(user,_withdrawableDividend) (#2338)
Reentrancy in RyoshibaNakamotoINU0point5.constructor() (#1152-1209):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1182-1185)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1187)
- dividendTracker.excludeFromDividends(pair) (#1363)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1366)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1187)
Reentrancy in RyoshibaNakamotoINU0point5.constructor() (#1152-1209):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1182-1185)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (#1187)
- dividendTracker.excludeFromDividends(pair) (#1363)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1190)
- dividendTracker.excludeFromDividends(address(this)) (#1191)
- dividendTracker.excludeFromDividends(DEAD) (#1192)
- dividendTracker.excludeFromDividends(router) (#1194)
- dividendTracker.excludeFromDividends(marketingWallet) (#1195)
- dividendTracker.excludeFromDividends(owner()) (#1196)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#355)
- _mint(owner(),totalTokenSupply) (#1204)
Reentrancy in RyoshibaNakamotoINU0point5DividendTracker.processAccount(address,bool) (#2192-2222):
External calls:
- amount = _reinvestDividendOfUser(account) (#2207-2209)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,address(this),block.timestamp) (#2255-2277)
- RyoshibaNakamotoINU0point5Contract.transfer(account,received) (#2271)
- amount = _withdrawDividendOfUser(account) (#2207-2209)
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2307-2310)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2315-2329)
External calls sending eth:
- amount = _reinvestDividendOfUser(account) (#2207-2209)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,address(this),block.timestamp) (#2255-2277)
- amount = _withdrawDividendOfUser(account) (#2207-2209)
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2307-2310)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2315-2329)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#2216)
- DividendReinvested(account,amount,automatic) (#2214)
Reentrancy in RyoshibaNakamotoINU0point5.processDividendTracker(uint256) (#1486-1500):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1487-1491)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1492-1499)
Reentrancy in RyoshibaNakamotoINU0point5.setMarketingWallet(address) (#1242-1247):
External calls:
- dividendTracker.excludeFromDividends(wallet) (#1244)
Event emitted after the call(s):
- updateMarketingWallet(wallet) (#1246)
Reentrancy in RyoshibaNakamotoINU0point5.setPresaleWallet(address) (#1235-1240):
External calls:
- dividendTracker.excludeFromDividends(wallet) (#1238)
Event emitted after the call(s):
- SetPreSaleWallet(wallet) (#1239)
Reentrancy in RyoshibaNakamotoINU0point5.stake(uint256) (#1317-1331):
External calls:
- dividendTracker.setBalance(_msgSender(),getStakingBalance(_msgSender())) (#1326-1329)
Event emitted after the call(s):
- EnableAccountStaking(_msgSender(),duration) (#1330)
Reentrancy in RyoshibaNakamotoINU0point5.swapAndLiquify(uint256) (#1727-1735):
External calls:
- swapTokensForEth(half) (#1731)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- addLiquidity(otherHalf,newBalance) (#1733)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1733)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#380)
- addLiquidity(otherHalf,newBalance) (#1733)
- SwapAndLiquify(half,newBalance,otherHalf) (#1734)
Reentrancy in RyoshibaNakamotoINU0point5.swapAndSendDividends(uint256) (#1801-1856):
External calls:
- swapTokensForEth(tokens) (#1805)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1742-1748)
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
External calls sending eth:
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
Event emitted after the call(s):
- SendDividends(dividends,marketingPayout,success && successOp1) (#1851-1855)
Reentrancy in RyoshibaNakamotoINU0point5.transferAdmin(address) (#1375-1380):
External calls:
- dividendTracker.excludeFromDividends(newOwner) (#1376)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#607)
- transferOwnership(newOwner) (#1379)
Reentrancy in RyoshibaNakamotoINU0point5.updatePayoutToken(address) (#1751-1754):
External calls:
- dividendTracker.updatePayoutToken(token) (#1752)
Event emitted after the call(s):
- UpdatePayoutToken(token) (#1753)
Apply the check-effects-interactions pattern.
Additional information: link
RyoshibaNakamotoINU0point5.stake(uint256) (#1317-1331) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(stakingUntilDate[_msgSender()] < block.timestamp.add(duration),already staked for a longer duration) (#1320-1323)
RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(stakingUntilDate[from] <= block.timestamp,Tokens are staked and locked!) (#1577-1580)
- stakingUntilDate[from] != 0 (#1581)
- require(bool,string)(block.timestamp >= _holderLastTransferTimestamp[tx.origin] + cooldowntimer,cooldown period active) (#1597-1600)
- require(bool,string)(block.timestamp >= _holderLastTransferTimestamp[tx.origin] + cooldowntimer,cooldown period active) (#1616-1617)
Avoid relying on block.timestamp.
Additional information: link
Redundant expression "this (#28)" inContext (#22-31)
Remove redundant statements if they congest code but offer no value.
Additional information: link
SafeMathInt.MAX_INT256 (#614) is never used in SafeMathInt (#612-654)
Remove unused state variables.
Additional information: link
RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) performs a multiplication on the result of a division:
-swapAmountBought = contractTokenBalance.mul(buyAmount).div(totalBuySell) (#1646-1648)
-swapBuyTokens = swapAmountBought.mul(liquidityFee).div(totalBuyFees) (#1653-1655)
RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) performs a multiplication on the result of a division:
-swapAmountSold = contractTokenBalance.mul(sellAmount).div(totalBuySell) (#1649-1651)
-swapSellTokens = swapAmountSold.mul(liquidityFee).div(totalSellFees) (#1657-1659)
RyoshibaNakamotoINU0point5.swapAndSendDividends(uint256) (#1801-1856) performs a multiplication on the result of a division:
-dividendsFromBuy = address(this).balance.mul(buyAmount).div(totalAmount).mul(buyRewardsFee).div(buyRewardsFee.add(buyMarketingFees)) (#1816-1821)
RyoshibaNakamotoINU0point5.swapAndSendDividends(uint256) (#1801-1856) performs a multiplication on the result of a division:
-dividendsFromSell = address(this).balance.mul(sellAmount).div(totalAmount).mul(sellRewardsFee).div(sellRewardsFee.add(sellMarketingFees)) (#1824-1829)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in RyoshibaNakamotoINU0point5.transferAdmin(address) (#1375-1380):
External calls:
- dividendTracker.excludeFromDividends(newOwner) (#1376)
State variables written after the call(s):
- transferOwnership(newOwner) (#1379)
- _owner = newOwner (#608)
Apply the check-effects-interactions pattern.
Additional information: link
RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) uses tx.origin for authorization: require(bool,string)(block.timestamp >= _holderLastTransferTimestamp[tx.origin] + cooldowntimer,cooldown period active) (#1597-1600)
RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) uses tx.origin for authorization: require(bool,string)(_holderLastTransferBlock[tx.origin] != block.number,Too many TX in block) (#1615)
RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) uses tx.origin for authorization: require(bool,string)(block.timestamp >= _holderLastTransferTimestamp[tx.origin] + cooldowntimer,cooldown period active) (#1616-1617)
Do not use tx.origin for authorization.
Additional information: link
RyoshibaNakamotoINU0point5.swapAndSendDividends(uint256).feePortions (#1838) is a local variable never initialized
RyoshibaNakamotoINU0point5._transfer(address,address,uint256).RewardsFee (#1545) is a local variable never initialized
RyoshibaNakamotoINU0point5.swapAndSendDividends(uint256).dividendsFromBuy (#1812) is a local variable never initialized
RyoshibaNakamotoINU0point5._transfer(address,address,uint256).swapTokens (#1641) is a local variable never initialized
RyoshibaNakamotoINU0point5._transfer(address,address,uint256).deadFees (#1546) is a local variable never initialized
RyoshibaNakamotoINU0point5DividendTracker._withdrawDividendOfUser(address).success (#2304) is a local variable never initialized
RyoshibaNakamotoINU0point5._transfer(address,address,uint256).iterations (#1698) is a local variable never initialized
RyoshibaNakamotoINU0point5._transfer(address,address,uint256).claims (#1699) is a local variable never initialized
RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address).success (#2242) is a local variable never initialized
RyoshibaNakamotoINU0point5._transfer(address,address,uint256).marketingFees (#1547) is a local variable never initialized
RyoshibaNakamotoINU0point5.swapAndSendDividends(uint256).dividendsFromSell (#1813) is a local variable never initialized
RyoshibaNakamotoINU0point5._transfer(address,address,uint256).lastProcessedIndex (#1700) is a local variable never initialized
RyoshibaNakamotoINU0point5._transfer(address,address,uint256).liquidityFee (#1548) 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
RyoshibaNakamotoINU0point5.constructor() (#1152-1209) ignores return value by dividendTracker.excludedFromDividends(address(0)) (#1193)
RyoshibaNakamotoINU0point5.claim() (#1502-1504) ignores return value by dividendTracker.processAccount(address(msg.sender),false) (#1503)
RyoshibaNakamotoINU0point5._transfer(address,address,uint256) (#1538-1716) ignores return value by dividendTracker.process(gas) (#1697-1710)
RyoshibaNakamotoINU0point5.addLiquidity(uint256,uint256) (#1774-1787) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1779-1786)
Ensure that all the return values of the function calls are used.
Additional information: link
DividendPayingToken.constructor(string,string)._name (#888) shadows:
- ERC20._name (#220) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#888) shadows:
- ERC20._symbol (#221) (state variable)
RyoshibaNakamotoINU0point5DividendTracker.constructor(address,address,address,string,string)._name (#1923) shadows:
- ERC20._name (#220) (state variable)
Rename the local variables that shadow another component.
Additional information: link
RyoshibaNakamotoINU0point5.setGasPriceLimit(uint256) (#1286-1289) should emit an event for:
- gasPriceLimit = GWEI * 1000000000 (#1288)
RyoshibaNakamotoINU0point5.setcooldowntimer(uint256) (#1292-1295) should emit an event for:
- cooldowntimer = value (#1294)
RyoshibaNakamotoINU0point5.setmaxWallet(uint256) (#1298-1302) should emit an event for:
- maxWallet = value (#1301)
RyoshibaNakamotoINU0point5.setSwapTriggerAmount(uint256) (#1334-1336) should emit an event for:
- swapTokensAtAmount = amount * (10 ** 18) (#1335)
RyoshibaNakamotoINU0point5.forceSwapAndSendDividends(uint256) (#1789-1799) should emit an event for:
- buyAmount = buyAmount.sub(fromBuy) (#1797)
- sellAmount = sellAmount.sub(fromSell) (#1798)
Emit an event for critical parameter changes.
Additional information: link
RyoshibaNakamotoINU0point5.airdropToWallets(address[],uint256[]) (#1858-1872) has external calls inside a loop: dividendTracker.setBalance(address(wallet),balanceOf(wallet)) (#1870)
RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address) (#2236-2290) has external calls inside a loop: path[0] = uniswapV2Router.WETH() (#2249)
RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address) (#2236-2290) has external calls inside a loop: prevBalance = RyoshibaNakamotoINU0point5Contract.balanceOf(address(this)) (#2252)
RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address) (#2236-2290) has external calls inside a loop: uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,address(this),block.timestamp) (#2255-2277)
RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address) (#2236-2290) has external calls inside a loop: received = RyoshibaNakamotoINU0point5Contract.balanceOf(address(this)).sub(prevBalance) (#2266-2268)
RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address) (#2236-2290) has external calls inside a loop: RyoshibaNakamotoINU0point5Contract.transfer(account,received) (#2271)
RyoshibaNakamotoINU0point5DividendTracker._withdrawDividendOfUser(address) (#2292-2343) has external calls inside a loop: (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2307-2310)
RyoshibaNakamotoINU0point5DividendTracker._withdrawDividendOfUser(address) (#2292-2343) has external calls inside a loop: path[0] = uniswapV2Router.WETH() (#2313)
RyoshibaNakamotoINU0point5DividendTracker._withdrawDividendOfUser(address) (#2292-2343) has external calls inside a loop: uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _withdrawableDividend}(0,path,user,block.timestamp) (#2315-2329)
Favor pull over push strategy for external calls.
Additional information: link
Context._msgData() (#27-30) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#980-995) is never used and should be removed
DividendPayingToken._withdrawDividendOfUser(address) (#915-942) is never used and should be removed
IterableMapping.get(IterableMapping.Map,address) (#2355-2357) is never used and should be removed
SafeMath.mod(uint256,uint256) (#548-550) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#564-571) is never used and should be removed
SafeMathInt.abs(int256) (#645-648) is never used and should be removed
SafeMathInt.div(int256,int256) (#625-631) is never used and should be removed
SafeMathInt.mul(int256,int256) (#616-623) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.11 (#20) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.11 is not recommended for deployment
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) (#915-942):
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#926-929)
Low level call in RyoshibaNakamotoINU0point5.swapAndSendDividends(uint256) (#1801-1856):
- (success,None) = address(dividendTracker).call{value: dividends}() (#1834)
- (successOp1,None) = address(marketingWallet).call{value: marketingPayout}() (#1846-1848)
Low level call in RyoshibaNakamotoINU0point5DividendTracker._withdrawDividendOfUser(address) (#2292-2343):
- (success,None) = user.call{gas: 3000,value: _withdrawableDividend}() (#2307-2310)
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() (#66) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#68) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#99) is not in mixedCase
Variable ERC20._totalSupply (#218) is not in mixedCase
Function IUniswapV2Router01.WETH() (#667) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#944) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#948) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#957) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#966) is not in mixedCase
Constant DividendPayingToken.magnitude (#879) is not in UPPER_CASE_WITH_UNDERSCORES
Event RyoshibaNakamotoINU0point5updateMarketingWallet(address) (#1098) is not in CapWords
Parameter RyoshibaNakamotoINU0point5.setGasPriceLimit(uint256).GWEI (#1286) is not in mixedCase
Function RyoshibaNakamotoINU0point5.Sweep() (#1305-1308) is not in mixedCase
Parameter RyoshibaNakamotoINU0point5.updateFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256).RewardsBuy (#1389) is not in mixedCase
Parameter RyoshibaNakamotoINU0point5.updateFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256).RewardsSell (#1390) is not in mixedCase
Variable RyoshibaNakamotoINU0point5.DEAD (#1032) is not in mixedCase
Parameter RyoshibaNakamotoINU0point5DividendTracker.getAccount(address)._account (#2045) is not in mixedCase
Variable RyoshibaNakamotoINU0point5DividendTracker.RyoshibaNakamotoINU0point5Contract (#1896) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#672) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#673)
Variable RyoshibaNakamotoINU0point5DividendTracker._reinvestDividendOfUser(address)._withdrawableDividend (#2240) is too similar to RyoshibaNakamotoINU0point5DividendTracker.getAccount(address).withdrawableDividends (#2052)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#920) is too similar to RyoshibaNakamotoINU0point5DividendTracker.getAccount(address).withdrawableDividends (#2052)
Variable RyoshibaNakamotoINU0point5DividendTracker._withdrawDividendOfUser(address)._withdrawableDividend (#2297) is too similar to RyoshibaNakamotoINU0point5DividendTracker.getAccount(address).withdrawableDividends (#2052)
Prevent variables from having similar names.
Additional information: link
RyoshibaNakamotoINU0point5.updateGasForProcessing(uint256) (#1369-1373) uses literals with too many digits:
- require(bool)(newValue >= 200000 && newValue <= 1000000) (#1370)
RyoshibaNakamotoINU0point5.slitherConstructorVariables() (#1026-1873) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#1032)
RyoshibaNakamotoINU0point5.slitherConstructorVariables() (#1026-1873) uses literals with too many digits:
- gasForProcessing = 300000 (#1062)
RyoshibaNakamotoINU0point5DividendTracker.constructor(address,address,address,string,string) (#1919-1936) uses literals with too many digits:
- minimumTokenBalanceForAutoDividends = 10_000_000000000000000000 (#1930)
RyoshibaNakamotoINU0point5DividendTracker.getAccountAtIndex(uint256) (#2086-2112) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0) (#2099-2106)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
RyoshibaNakamotoINU0point5.DEAD (#1032) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- ERC20.name() (#228-230)
- RyoshibaNakamotoINU0point5DividendTracker.name() (#1942-1944)
symbol() should be declared external:
- ERC20.symbol() (#232-234)
- RyoshibaNakamotoINU0point5DividendTracker.symbol() (#1946-1948)
decimals() should be declared external:
- ERC20.decimals() (#236-238)
- RyoshibaNakamotoINU0point5.decimals() (#1211-1213)
- RyoshibaNakamotoINU0point5DividendTracker.decimals() (#1938-1940)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#254-262)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#264-272)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#274-282)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#284-299)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#301-312)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#314-328)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#597-600)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#911-913)
- RyoshibaNakamotoINU0point5DividendTracker.withdrawDividend() (#1958-1963)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#944-946)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#957-964)
updateStakingAmounts(uint256,uint256) should be declared external:
- RyoshibaNakamotoINU0point5.updateStakingAmounts(uint256,uint256) (#1217-1225)
setExcludeFees(address,bool) should be declared external:
- RyoshibaNakamotoINU0point5.setExcludeFees(address,bool) (#1250-1253)
setTaxableTransfer(address,bool) should be declared external:
- RyoshibaNakamotoINU0point5.setTaxableTransfer(address,bool) (#1256-1259)
setExcludeDividends(address) should be declared external:
- RyoshibaNakamotoINU0point5.setExcludeDividends(address) (#1262-1264)
setIncludeDividends(address) should be declared external:
- RyoshibaNakamotoINU0point5.setIncludeDividends(address) (#1267-1270)
enableStaking(bool) should be declared external:
- RyoshibaNakamotoINU0point5.enableStaking(bool) (#1311-1315)
stake(uint256) should be declared external:
- RyoshibaNakamotoINU0point5.stake(uint256) (#1317-1331)
setSwapTriggerAmount(uint256) should be declared external:
- RyoshibaNakamotoINU0point5.setSwapTriggerAmount(uint256) (#1334-1336)
enableSwapAndLiquify(bool) should be declared external:
- RyoshibaNakamotoINU0point5.enableSwapAndLiquify(bool) (#1338-1342)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- RyoshibaNakamotoINU0point5.setAutomatedMarketMakerPair(address,bool) (#1344-1349)
setAllowCustomTokens(bool) should be declared external:
- RyoshibaNakamotoINU0point5.setAllowCustomTokens(bool) (#1351-1353)
setAllowAutoReinvest(bool) should be declared external:
- RyoshibaNakamotoINU0point5.setAllowAutoReinvest(bool) (#1355-1357)
updateGasForProcessing(uint256) should be declared external:
- RyoshibaNakamotoINU0point5.updateGasForProcessing(uint256) (#1369-1373)
transferAdmin(address) should be declared external:
- RyoshibaNakamotoINU0point5.transferAdmin(address) (#1375-1380)
updateFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256) should be declared external:
- RyoshibaNakamotoINU0point5.updateFees(uint256,uint256,uint256,uint256,uint256,uint256,uint256,uint256) (#1382-1422)
isExcludedFromFees(address) should be declared external:
- RyoshibaNakamotoINU0point5.isExcludedFromFees(address) (#1436-1438)
withdrawableDividendOf(address) should be declared external:
- RyoshibaNakamotoINU0point5.withdrawableDividendOf(address) (#1440-1446)
dividendTokenBalanceOf(address) should be declared external:
- RyoshibaNakamotoINU0point5.dividendTokenBalanceOf(address) (#1448-1454)
updatePayoutToken(address) should be declared external:
- RyoshibaNakamotoINU0point5.updatePayoutToken(address) (#1751-1754)
getPayoutToken() should be declared external:
- RyoshibaNakamotoINU0point5.getPayoutToken() (#1756-1758)
setMinimumTokenBalanceForAutoDividends(uint256) should be declared external:
- RyoshibaNakamotoINU0point5.setMinimumTokenBalanceForAutoDividends(uint256) (#1760-1765)
setMinimumTokenBalanceForDividends(uint256) should be declared external:
- RyoshibaNakamotoINU0point5.setMinimumTokenBalanceForDividends(uint256) (#1767-1772)
getAccountAtIndex(uint256) should be declared external:
- RyoshibaNakamotoINU0point5DividendTracker.getAccountAtIndex(uint256) (#2086-2112)
process(uint256) should be declared external:
- RyoshibaNakamotoINU0point5DividendTracker.process(uint256) (#2138-2190)
updateUniswapV2Router(address) should be declared external:
- RyoshibaNakamotoINU0point5DividendTracker.updateUniswapV2Router(address) (#2224-2226)
updatePayoutToken(address) should be declared external:
- RyoshibaNakamotoINU0point5DividendTracker.updatePayoutToken(address) (#2228-2230)
getPayoutToken() should be declared external:
- RyoshibaNakamotoINU0point5DividendTracker.getPayoutToken() (#2232-2234)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find KYC or doxxing proof
Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Telegram account has less than 100 subscribers
Twitter account has less than 100 followers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts