SuperInu Token Logo

SINU [SuperInu] Token

About SINU

Listings

Token 2 years
[CoinMarketCap] alert: SPB has migrated from SPB to SINU. For more information, visit here.
white paper

The goal of Super Inu is to make a meme token with a real utility and tokenomics supporting the project and assuring a long-term vision for investors.

All the crypto meme addicts around the world know about the Inu hype and know about Shiba Inu or Cheems Inu, but don’t have a place they could gather and create a real community surrounding it.

That is where the Super Inu’s utility come into balance: the project is aiming to build a Metaverse game with a NFT required to log-in for 2022.
In the game players will be able to talk with other players, having their own apartment, purchasing furnitures and many more features to be announced.

Among the 15% tax, 5% is allocated to rewards, 5% to marketing expenses, 3% to the liquidity pool and 2% for development. A maximum of 150 billion SPB will be in total circulation. Also, the team is doing a giveaway ending on February 3rd in which you could win a Lamborghini as a prize simply by holding Super Inu.

Social

Laser Scorebeta Last Audit: 6 January 2022

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

SINU.swapAndLiquify(uint256) (#2105-2140) sends eth to arbitrary user
Dangerous calls:
- marketingWallet.transfer(marketingAmount) (#2130)
SINU.addLiquidity(uint256,uint256) (#2170-2182) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in SINU._transfer(address,address,uint256) (#2045-2103):
External calls:
- swapAndLiquify(contractTokenBalance) (#2072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,_to,block.timestamp) (#2155-2161)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#2072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- marketingWallet.transfer(marketingAmount) (#2130)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#2085)
- _balances[sender] = senderBalance - amount (#1023)
- _balances[recipient] += amount (#1025)
- super._transfer(from,to,amount) (#2088)
- _balances[sender] = senderBalance - amount (#1023)
- _balances[recipient] += amount (#1025)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1412-1428):
External calls:
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1417)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1420)
Apply the check-effects-interactions pattern.

Additional information: link

SafeToken.withdraw(address,uint256) (#1730-1733) ignores return value by IERC20(_token).transfer(safeManager,_amount) (#1732)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

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.


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.

Context._msgData() (#695-697) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1468-1474) is never used and should be removed
SINU.swapAndSendBNBToMarketing(uint256) (#2165-2167) is never used and should be removed
SafeCast.toInt128(int256) (#589-592) is never used and should be removed
SafeCast.toInt16(int256) (#643-646) is never used and should be removed
SafeCast.toInt32(int256) (#625-628) is never used and should be removed
SafeCast.toInt64(int256) (#607-610) is never used and should be removed
SafeCast.toInt8(int256) (#661-664) is never used and should be removed
SafeCast.toUint128(uint256) (#484-487) is never used and should be removed
SafeCast.toUint16(uint256) (#544-547) is never used and should be removed
SafeCast.toUint224(uint256) (#469-472) is never used and should be removed
SafeCast.toUint32(uint256) (#529-532) is never used and should be removed
SafeCast.toUint64(uint256) (#514-517) is never used and should be removed
SafeCast.toUint8(uint256) (#559-562) is never used and should be removed
SafeCast.toUint96(uint256) (#499-502) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#405-414) is never used and should be removed
SafeMath.mod(uint256,uint256) (#365-367) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#431-440) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#382-391) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#236-242) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#278-283) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#290-295) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#261-271) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#249-254) is never used and should be removed
SignedSafeMath.div(int256,int256) (#187-189) is never used and should be removed
SignedSafeMath.mul(int256,int256) (#173-175) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#3) 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) (#1412-1428):
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1417)
Low level call in SINU.swapAndLiquify(uint256) (#2105-2140):
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
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() (#7) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1434) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1441) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1448) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1458) is not in mixedCase
Constant DividendPayingToken.magnitude (#1349) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter SINUDividendTracker.getAccount(address)._account (#1570) is not in mixedCase
Parameter SafeToken.setSafeManager(address)._safeManager (#1726) is not in mixedCase
Parameter SafeToken.withdraw(address,uint256)._token (#1730) is not in mixedCase
Parameter SafeToken.withdraw(address,uint256)._amount (#1730) is not in mixedCase
Parameter SafeToken.withdrawBNB(uint256)._amount (#1735) is not in mixedCase
Parameter LockToken.includeToWhiteList(address[])._users (#1758) is not in mixedCase
Parameter SINU.setFee(uint256,uint256,uint256)._bnbRewardFee (#1835) is not in mixedCase
Parameter SINU.setFee(uint256,uint256,uint256)._liquidityFee (#1835) is not in mixedCase
Parameter SINU.setFee(uint256,uint256,uint256)._marketingFee (#1835) is not in mixedCase
Parameter SINU.setExtraFeeOnSell(uint256)._extraFeeOnSell (#1843) is not in mixedCase
Parameter SINU.setMaxSelltx(uint256)._maxSellTxAmount (#1847) is not in mixedCase
Parameter SINU.setMarketingWallet(address)._newMarketingWallet (#1851) is not in mixedCase
Parameter SINU.setExcludeFromMaxTx(address,bool)._address (#1918) is not in mixedCase
Parameter SINU.setExcludeFromAll(address)._address (#1922) is not in mixedCase
Parameter SINU.setSWapToensAtAmount(uint256)._newAmount (#1942) is not in mixedCase
Parameter SINU.setSwapAndLiquifyEnabled(bool)._enabled (#2040) is not in mixedCase
Parameter SINU.swapTokensForBnb(uint256,address)._to (#2142) is not in mixedCase
Variable SINU.BNBRewardsFee (#1780) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

SafeToken.setSafeManager(address)._safeManager (#1726) lacks a zero-check on :
- safeManager = _safeManager (#1727)
SINU.setMarketingWallet(address)._newMarketingWallet (#1851) lacks a zero-check on :
- marketingWallet = _newMarketingWallet (#1852)
Check that the address is not zero.

Additional information: link

SINU.swapAndLiquify(uint256) (#2105-2140) performs a multiplication on the result of a division:
-tokensToAddLiquidityWith = contractTokenBalance.div(totalFees.mul(2)).mul(liquidityFee) (#2108)
SINU.swapAndLiquify(uint256) (#2105-2140) performs a multiplication on the result of a division:
-marketingAmount = deltaBalance.sub(bnbToAddLiquidityWith).div(totalFees.sub(liquidityFee)).mul(marketingFee) (#2129)
Consider ordering multiplication before division.

Additional information: link

SINU._transfer(address,address,uint256).lastProcessedIndex (#2096) is a local variable never initialized
SINU._transfer(address,address,uint256).iterations (#2096) is a local variable never initialized
SINU._transfer(address,address,uint256).claims (#2096) 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

SINU.claim() (#2023-2025) ignores return value by dividendTracker.processAccount(address(msg.sender),false) (#2024)
SINU._transfer(address,address,uint256) (#2045-2103) ignores return value by dividendTracker.process(gas) (#2096-2101)
SINU.addLiquidity(uint256,uint256) (#2170-2182) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
Ensure that all the return values of the function calls are used.

Additional information: link

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

Additional information: link

SINU.setFee(uint256,uint256,uint256) (#1835-1841) should emit an event for:
- liquidityFee = _liquidityFee (#1837)
- marketingFee = _marketingFee (#1838)
- totalFees = BNBRewardsFee.add(liquidityFee).add(marketingFee) (#1840)
SINU.setExtraFeeOnSell(uint256) (#1843-1845) should emit an event for:
- extraFeeOnSell = _extraFeeOnSell (#1844)
SINU.setMaxSelltx(uint256) (#1847-1849) should emit an event for:
- maxSellTransactionAmount = _maxSellTxAmount (#1848)
SINU.setSWapToensAtAmount(uint256) (#1942-1944) should emit an event for:
- swapTokensAtAmount = _newAmount (#1943)
Emit an event for critical parameter changes.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#1412-1428) has external calls inside a loop: (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1417)
Favor pull over push strategy for external calls.

Additional information: link

Variable 'SINU._transfer(address,address,uint256).iterations (#2096)' in SINU._transfer(address,address,uint256) (#2045-2103) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2097)
Variable 'SINU._transfer(address,address,uint256).lastProcessedIndex (#2096)' in SINU._transfer(address,address,uint256) (#2045-2103) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2097)
Variable 'SINU._transfer(address,address,uint256).claims (#2096)' in SINU._transfer(address,address,uint256) (#2045-2103) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2097)
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 SINU.constructor() (#1855-1899):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1868-1869)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1872)
- uniswapV2Router = _uniswapV2Router (#1871)
Reentrancy in SINU.constructor() (#1855-1899):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1868-1869)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1874)
- dividendTracker.excludeFromDividends(pair) (#1951)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1877)
- dividendTracker.excludeFromDividends(address(this)) (#1878)
- dividendTracker.excludeFromDividends(owner()) (#1879)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1880)
- dividendTracker.excludeFromDividends(0x000000000000000000000000000000000000dEaD) (#1881)
State variables written after the call(s):
- _mint(owner(),150000000000 * (10 ** 18)) (#1898)
- _balances[account] += amount (#1047)
- excludeFromFees(owner(),true) (#1884)
- _isExcludedFromFees[account] = excluded (#1913)
- excludeFromFees(marketingWallet,true) (#1885)
- _isExcludedFromFees[account] = excluded (#1913)
- excludeFromFees(address(this),true) (#1886)
- _isExcludedFromFees[account] = excluded (#1913)
- _isExcludedFromMaxTx[owner()] = true (#1889)
- _isExcludedFromMaxTx[address(this)] = true (#1890)
- _isExcludedFromMaxTx[marketingWallet] = true (#1891)
- _mint(owner(),150000000000 * (10 ** 18)) (#1898)
- _totalSupply += amount (#1046)
Reentrancy in SINUDividendTracker.processAccount(address,bool) (#1706-1716):
External calls:
- amount = _withdrawDividendOfUser(account) (#1707)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1417)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1710)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SINU._setAutomatedMarketMakerPair(address,bool) (#1946-1955):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1951)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1954)
Reentrancy in SINU._transfer(address,address,uint256) (#2045-2103):
External calls:
- swapAndLiquify(contractTokenBalance) (#2072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,_to,block.timestamp) (#2155-2161)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#2072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- marketingWallet.transfer(marketingAmount) (#2130)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#1027)
- super._transfer(from,address(this),fees) (#2085)
- Transfer(sender,recipient,amount) (#1027)
- super._transfer(from,to,amount) (#2088)
Reentrancy in SINU._transfer(address,address,uint256) (#2045-2103):
External calls:
- swapAndLiquify(contractTokenBalance) (#2072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,_to,block.timestamp) (#2155-2161)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#2090)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#2091)
- dividendTracker.process(gas) (#2096-2101)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#2072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- marketingWallet.transfer(marketingAmount) (#2130)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2097)
Reentrancy in SINU.constructor() (#1855-1899):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1868-1869)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1874)
- dividendTracker.excludeFromDividends(pair) (#1951)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1954)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1874)
Reentrancy in SINU.constructor() (#1855-1899):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1868-1869)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1874)
- dividendTracker.excludeFromDividends(pair) (#1951)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1877)
- dividendTracker.excludeFromDividends(address(this)) (#1878)
- dividendTracker.excludeFromDividends(owner()) (#1879)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1880)
- dividendTracker.excludeFromDividends(0x000000000000000000000000000000000000dEaD) (#1881)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#1915)
- excludeFromFees(owner(),true) (#1884)
- ExcludeFromFees(account,excluded) (#1915)
- excludeFromFees(address(this),true) (#1886)
- ExcludeFromFees(account,excluded) (#1915)
- excludeFromFees(marketingWallet,true) (#1885)
- Transfer(address(0),account,amount) (#1048)
- _mint(owner(),150000000000 * (10 ** 18)) (#1898)
Reentrancy in SINUDividendTracker.processAccount(address,bool) (#1706-1716):
External calls:
- amount = _withdrawDividendOfUser(account) (#1707)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1417)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1711)
Reentrancy in SINU.processDividendTracker(uint256) (#2018-2021):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#2019)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#2020)
Reentrancy in SINU.swapAndLiquify(uint256) (#2105-2140):
External calls:
- swapTokensForBnb(toSwap,address(this)) (#2118)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,_to,block.timestamp) (#2155-2161)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#2127)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#2127)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- marketingWallet.transfer(marketingAmount) (#2130)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
Event emitted after the call(s):
- SendDividends(toSwap - tokensToAddLiquidityWith,dividends) (#2136)
- SwapAndLiquify(tokensToAddLiquidityWith,deltaBalance) (#2139)
Apply the check-effects-interactions pattern.

Additional information: link

SINUDividendTracker.getAccount(address) (#1570-1613) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1610-1612)
SINUDividendTracker.canAutoClaim(uint256) (#1634-1640) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1635)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1639)
Avoid relying on block.timestamp.

Additional information: link

Reentrancy in SINU._transfer(address,address,uint256) (#2045-2103):
External calls:
- swapAndLiquify(contractTokenBalance) (#2072)
- marketingWallet.transfer(marketingAmount) (#2130)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#2072)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- marketingWallet.transfer(marketingAmount) (#2130)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#2085)
- _balances[sender] = senderBalance - amount (#1023)
- _balances[recipient] += amount (#1025)
- super._transfer(from,to,amount) (#2088)
- _balances[sender] = senderBalance - amount (#1023)
- _balances[recipient] += amount (#1025)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#2097)
- Transfer(sender,recipient,amount) (#1027)
- super._transfer(from,address(this),fees) (#2085)
- Transfer(sender,recipient,amount) (#1027)
- super._transfer(from,to,amount) (#2088)
Reentrancy in SINU.swapAndLiquify(uint256) (#2105-2140):
External calls:
- marketingWallet.transfer(marketingAmount) (#2130)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#2127)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#2173-2180)
- marketingWallet.transfer(marketingAmount) (#2130)
- (success) = address(dividendTracker).call{value: dividends}() (#2133)
Event emitted after the call(s):
- SendDividends(toSwap - tokensToAddLiquidityWith,dividends) (#2136)
- SwapAndLiquify(tokensToAddLiquidityWith,deltaBalance) (#2139)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#12) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#13)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1413) is too similar to SINUDividendTracker.getAccount(address).withdrawableDividends (#1575)
Variable SINU.BNBRewardsFee (#1780) is too similar to SINU.setFee(uint256,uint256,uint256)._bnbRewardFee (#1835)
Prevent variables from having similar names.

Additional information: link

SINUDividendTracker.constructor() (#1530-1533) uses literals with too many digits:
- minimumTokenBalanceForDividends = 1000000 * (10 ** 18) (#1532)
SINUDividendTracker.getAccountAtIndex(uint256) (#1615-1632) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1626)
SINU.constructor() (#1855-1899) uses literals with too many digits:
- dividendTracker.excludeFromDividends(0x000000000000000000000000000000000000dEaD) (#1881)
SINU.constructor() (#1855-1899) uses literals with too many digits:
- _mint(owner(),150000000000 * (10 ** 18)) (#1898)
SINU.updateGasForProcessing(uint256) (#1957-1962) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,SINU: gasForProcessing must be between 200,000 and 500,000) (#1958)
SINU.slitherConstructorVariables() (#1765-2185) uses literals with too many digits:
- maxSellTransactionAmount = 10000000000 * (10 ** 18) (#1777)
SINU.slitherConstructorVariables() (#1765-2185) uses literals with too many digits:
- swapTokensAtAmount = 100000000 * (10 ** 18) (#1778)
SINU.slitherConstructorVariables() (#1765-2185) uses literals with too many digits:
- gasForProcessing = 300000 (#1788)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

name() should be declared external:
- ERC20.name() (#851-853)
symbol() should be declared external:
- ERC20.symbol() (#859-861)
decimals() should be declared external:
- ERC20.decimals() (#876-878)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#902-905)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#921-924)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#939-953)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#967-970)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#986-994)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#1193-1195)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#1201-1204)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#1222-1224)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#1226-1231)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#1233-1235)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#1239-1241)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#1406-1408)
- SINUDividendTracker.withdrawDividend() (#1539-1541)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1434-1436)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1448-1450)
getAccountAtIndex(uint256) should be declared external:
- SINUDividendTracker.getAccountAtIndex(uint256) (#1615-1632)
process(uint256) should be declared external:
- SINUDividendTracker.process(uint256) (#1659-1704)
setSafeManager(address) should be declared external:
- SafeToken.setSafeManager(address) (#1726-1728)
setFee(uint256,uint256,uint256) should be declared external:
- SINU.setFee(uint256,uint256,uint256) (#1835-1841)
setExtraFeeOnSell(uint256) should be declared external:
- SINU.setExtraFeeOnSell(uint256) (#1843-1845)
setMaxSelltx(uint256) should be declared external:
- SINU.setMaxSelltx(uint256) (#1847-1849)
setMarketingWallet(address) should be declared external:
- SINU.setMarketingWallet(address) (#1851-1853)
updateUniswapV2Router(address) should be declared external:
- SINU.updateUniswapV2Router(address) (#1905-1909)
setExcludeFromMaxTx(address,bool) should be declared external:
- SINU.setExcludeFromMaxTx(address,bool) (#1918-1920)
setExcludeFromAll(address) should be declared external:
- SINU.setExcludeFromAll(address) (#1922-1926)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- SINU.excludeMultipleAccountsFromFees(address[],bool) (#1928-1934)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- SINU.setAutomatedMarketMakerPair(address,bool) (#1936-1940)
setSWapToensAtAmount(uint256) should be declared external:
- SINU.setSWapToensAtAmount(uint256) (#1942-1944)
updateGasForProcessing(uint256) should be declared external:
- SINU.updateGasForProcessing(uint256) (#1957-1962)
isExcludedFromFees(address) should be declared external:
- SINU.isExcludedFromFees(address) (#1976-1978)
isExcludedFromMaxTx(address) should be declared external:
- SINU.isExcludedFromMaxTx(address) (#1980-1982)
withdrawableDividendOf(address) should be declared external:
- SINU.withdrawableDividendOf(address) (#1984-1986)
dividendTokenBalanceOf(address) should be declared external:
- SINU.dividendTokenBalanceOf(address) (#1988-1990)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SINU.setSwapAndLiquifyEnabled(bool) (#2040-2043)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


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


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Young tokens have high risks of price dump / death


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 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 SINU

News for SINU