SUCCESS INU Token Logo

SUCCESS [SUCCESS INU] Token

About SUCCESS

Listings

Token 2 years
white paper

Success is a rewards token which distributes 1% of every transaction to holders wallets. Success will develop applications to make Crypto investing easy for beginners including a token sharing application to easily send tokens to friends, and family, and a token tracker application to view your tokens values, and redistribution from reward tokens.

Social

Laser Scorebeta Last Audit: 30 November 2021

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

Reentrancy in SuccessInu._transfer(address,address,uint256) (#1028-1056):
External calls:
- swapAndLiquify(contractTokenBalance) (#1051)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1051)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1055)
- _rOwned[sender] = _rOwned[sender].sub(vs.rAmount) (#1148)
- _rOwned[sender] = _rOwned[sender].sub(vs.rAmount) (#1142)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#972)
- _rOwned[sender] = _rOwned[sender].sub(vs.rAmount) (#1156)
- _rOwned[recipient] = _rOwned[recipient].add(vs.rTransferAmount) (#1143)
- _rOwned[sender] = _rOwned[sender].sub(vs.rAmount) (#1163)
- _rOwned[recipient] = _rOwned[recipient].add(vs.rTransferAmount) (#1157)
- _rOwned[recipient] = _rOwned[recipient].add(vs.rTransferAmount) (#1150)
- _rOwned[recipient] = _rOwned[recipient].add(vs.rTransferAmount) (#1165)
- _rOwned[marketingAndTeamFeeWallet] = _rOwned[marketingAndTeamFeeWallet].add(rMarketingAndTeam) (#910)
- _tokenTransfer(from,to,amount) (#1055)
- _rTotal = _rTotal.sub(rFee).sub(rBurn) (#905)
- _tokenTransfer(from,to,amount) (#1055)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1155)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1162)
- _tOwned[recipient] = _tOwned[recipient].add(vs.tTransferAmount) (#1149)
- _tOwned[recipient] = _tOwned[recipient].add(vs.tTransferAmount) (#1164)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#974)
- _tOwned[marketingAndTeamFeeWallet] = _tOwned[marketingAndTeamFeeWallet].add(tMarketingAndTeam) (#912)
- _tokenTransfer(from,to,amount) (#1055)
- _tTotal = _tTotal.sub(tBurn) (#907)
Apply the check-effects-interactions pattern.

Additional information: link


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

SuccessInu.addLiquidity(uint256,uint256) (#1099-1112) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
Ensure that all the return values of the function calls are used.

Additional information: link

SuccessInu._approve(address,address,uint256).owner (#1020) shadows:
- Ownable.owner() (#422-424) (function)
Rename the local variables that shadow another component.

Additional information: link

SuccessInu.setMaxTxPercent(uint256) (#1206-1211) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1208-1210)
Emit an event for critical parameter changes.

Additional information: link

SuccessInu.setMarketingAndTeamWallet(address).newWallet (#1202) lacks a zero-check on :
- marketingAndTeamFeeWallet = newWallet (#1203)
Check that the address is not zero.

Additional information: link

Reentrancy in SuccessInu.transferFrom(address,address,uint256) (#822-826):
External calls:
- _transfer(sender,recipient,amount) (#823)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- _transfer(sender,recipient,amount) (#823)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#824)
- _allowances[owner][spender] = amount (#1024)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SuccessInu.transferFrom(address,address,uint256) (#822-826):
External calls:
- _transfer(sender,recipient,amount) (#823)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- _transfer(sender,recipient,amount) (#823)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1025)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#824)
Apply the check-effects-interactions pattern.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#367-388) uses assembly
- INLINE ASM (#380-383)
Do not use evm assembly.

Additional information: link

SafeMath.mod(uint256,uint256,string) (#235-238) is never used and should be removed
Remove unused functions.

Additional information: link

SuccessInu._previousLiquidityFee (#741) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#367-388):
- (success,returndata) = target.call{value: weiValue}(data) (#371)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable SuccessInu._maxTxAmount (#751) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable SuccessInu._getRValues(uint256,uint256,uint256,uint256,uint256,uint256).rTransferAmount (#950) is too similar to SuccessInu._getTValues(uint256).tTransferAmount (#940)
Prevent variables from having similar names.

Additional information: link

SuccessInu.slitherConstructorVariables() (#676-1219) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#752)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._lockTime (#406) is never used in SuccessInu (#676-1219)
Remove unused state variables.

Additional information: link

SuccessInu.numTokensSellToAddToLiquidity (#752) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

includeInFee(address) should be declared external:
- SuccessInu.includeInFee(address) (#1173-1175)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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 volume.


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


Twitter account link seems to be invalid


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


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


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

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


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for SUCCESS