Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in FETUSSHIBA._transfer(address,address,uint256) (#635-673):
External calls:
- swapTokens(contractTokenBalance) (#653)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
External calls sending eth:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#946)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _liquidityFee = _previousLiquidityFee (#878)
- _liquidityFee = 0 (#873)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#849)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#765)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#774)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#785)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#795)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#766)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#776)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#786)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#797)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _rTotal = _rTotal.sub(rFee) (#804)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#851)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#794)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#784)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#775)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#796)
- buyBackTokens(balance.div(100)) (#661)
- inSwapAndLiquify = true (#489)
- inSwapAndLiquify = true (#491)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#292) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#293)
Variable FETUSSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#773) is too similar to FETUSSHIBA._getTValues(uint256).tTransferAmount (#817)
Variable FETUSSHIBA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to FETUSSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#773)
Variable FETUSSHIBA._getValues(uint256).rTransferAmount (#810) is too similar to FETUSSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#773)
Variable FETUSSHIBA._getValues(uint256).rTransferAmount (#810) is too similar to FETUSSHIBA._transferStandard(address,address,uint256).tTransferAmount (#764)
Variable FETUSSHIBA._transferStandard(address,address,uint256).rTransferAmount (#764) is too similar to FETUSSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#783)
Variable FETUSSHIBA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to FETUSSHIBA._transferStandard(address,address,uint256).tTransferAmount (#764)
Variable FETUSSHIBA._transferStandard(address,address,uint256).rTransferAmount (#764) is too similar to FETUSSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#793)
Variable FETUSSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#793) is too similar to FETUSSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#783)
Variable FETUSSHIBA._getValues(uint256).rTransferAmount (#810) is too similar to FETUSSHIBA._getTValues(uint256).tTransferAmount (#817)
Variable FETUSSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#793) is too similar to FETUSSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#793)
Variable FETUSSHIBA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to FETUSSHIBA._getTValues(uint256).tTransferAmount (#817)
Variable FETUSSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#773) is too similar to FETUSSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#783)
Variable FETUSSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#773) is too similar to FETUSSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#793)
Variable FETUSSHIBA._transferStandard(address,address,uint256).rTransferAmount (#764) is too similar to FETUSSHIBA._transferStandard(address,address,uint256).tTransferAmount (#764)
Variable FETUSSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#783) is too similar to FETUSSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#783)
Variable FETUSSHIBA._getValues(uint256).rTransferAmount (#810) is too similar to FETUSSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#783)
Variable FETUSSHIBA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to FETUSSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#783)
Variable FETUSSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#783) is too similar to FETUSSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#793)
Variable FETUSSHIBA._transferStandard(address,address,uint256).rTransferAmount (#764) is too similar to FETUSSHIBA._getTValues(uint256).tTransferAmount (#817)
Variable FETUSSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#773) is too similar to FETUSSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#773)
Variable FETUSSHIBA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to FETUSSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#793)
Variable FETUSSHIBA._getValues(uint256).rTransferAmount (#810) is too similar to FETUSSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#793)
Variable FETUSSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to FETUSSHIBA._transferFromExcluded(address,address,uint256).tTransferAmount (#783)
Variable FETUSSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#773) is too similar to FETUSSHIBA._transferStandard(address,address,uint256).tTransferAmount (#764)
Variable FETUSSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to FETUSSHIBA._transferBothExcluded(address,address,uint256).tTransferAmount (#793)
Variable FETUSSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#793) is too similar to FETUSSHIBA._getTValues(uint256).tTransferAmount (#817)
Variable FETUSSHIBA._transferToExcluded(address,address,uint256).rTransferAmount (#773) is too similar to FETUSSHIBA._getValues(uint256).tTransferAmount (#809)
Variable FETUSSHIBA._transferStandard(address,address,uint256).rTransferAmount (#764) is too similar to FETUSSHIBA._getValues(uint256).tTransferAmount (#809)
Variable FETUSSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#783) is too similar to FETUSSHIBA._transferStandard(address,address,uint256).tTransferAmount (#764)
Variable FETUSSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to FETUSSHIBA._transferStandard(address,address,uint256).tTransferAmount (#764)
Variable FETUSSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#793) is too similar to FETUSSHIBA._transferStandard(address,address,uint256).tTransferAmount (#764)
Variable FETUSSHIBA._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to FETUSSHIBA._getValues(uint256).tTransferAmount (#809)
Variable FETUSSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#783) is too similar to FETUSSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#773)
Variable FETUSSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to FETUSSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#773)
Variable FETUSSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#793) is too similar to FETUSSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#773)
Variable FETUSSHIBA._getValues(uint256).rTransferAmount (#810) is too similar to FETUSSHIBA._getValues(uint256).tTransferAmount (#809)
Variable FETUSSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#783) is too similar to FETUSSHIBA._getValues(uint256).tTransferAmount (#809)
Variable FETUSSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to FETUSSHIBA._getValues(uint256).tTransferAmount (#809)
Variable FETUSSHIBA._transferBothExcluded(address,address,uint256).rTransferAmount (#793) is too similar to FETUSSHIBA._getValues(uint256).tTransferAmount (#809)
Variable FETUSSHIBA.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to FETUSSHIBA._getTValues(uint256).tTransferAmount (#817)
Variable FETUSSHIBA._transferFromExcluded(address,address,uint256).rTransferAmount (#783) is too similar to FETUSSHIBA._getTValues(uint256).tTransferAmount (#817)
Variable FETUSSHIBA._transferStandard(address,address,uint256).rTransferAmount (#764) is too similar to FETUSSHIBA._transferToExcluded(address,address,uint256).tTransferAmount (#773)
Prevent variables from having similar names.
Additional information: link
FETUSSHIBA.addLiquidity(uint256,uint256) (#730-743) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#735-742)
Ensure that all the return values of the function calls are used.
Additional information: link
FETUSSHIBA.allowance(address,address).owner (#536) shadows:
- Ownable.owner() (#170-172) (function)
FETUSSHIBA._approve(address,address,uint256).owner (#627) shadows:
- Ownable.owner() (#170-172) (function)
Rename the local variables that shadow another component.
Additional information: link
FETUSSHIBA.swapTokens(uint256) (#675-684) performs a multiplication on the result of a division:
-transferToAddressETH(marketingAddress,transferredBalance.div(_liquidityFee).mul(marketingDivisor)) (#682)
Consider ordering multiplication before division.
Additional information: link
FETUSSHIBA.setTaxFeePercent(uint256) (#893-895) should emit an event for:
- _taxFee = taxFee (#894)
FETUSSHIBA.setLiquidityFeePercent(uint256) (#897-899) should emit an event for:
- _liquidityFee = liquidityFee (#898)
FETUSSHIBA.setMaxTxAmount(uint256) (#901-903) should emit an event for:
- _maxTxAmount = maxTxAmount (#902)
FETUSSHIBA.setMarketingDivisor(uint256) (#905-907) should emit an event for:
- marketingDivisor = divisor (#906)
FETUSSHIBA.setNumTokensSellToAddToLiquidity(uint256) (#909-911) should emit an event for:
- minimumTokensBeforeSwap = _minimumTokensBeforeSwap (#910)
FETUSSHIBA.setBuybackUpperLimit(uint256) (#913-915) should emit an event for:
- buyBackUpperLimit = buyBackLimit * 10 ** 18 (#914)
Emit an event for critical parameter changes.
Additional information: link
FETUSSHIBA.setMarketingAddress(address)._marketingAddress (#917) lacks a zero-check on :
- marketingAddress = address(_marketingAddress) (#918)
Check that the address is not zero.
Additional information: link
Reentrancy in FETUSSHIBA._transfer(address,address,uint256) (#635-673):
External calls:
- swapTokens(contractTokenBalance) (#653)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
External calls sending eth:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#946)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _previousLiquidityFee = _liquidityFee (#870)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _previousTaxFee = _taxFee (#869)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _tFeeTotal = _tFeeTotal.add(tFee) (#805)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _taxFee = _previousTaxFee (#877)
- _taxFee = 0 (#872)
Reentrancy in FETUSSHIBA.constructor() (#494-508):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#498-499)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#504)
- _isExcludedFromFee[address(this)] = true (#505)
- uniswapV2Router = _uniswapV2Router (#501)
Reentrancy in FETUSSHIBA.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#946)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
- _allowances[owner][spender] = amount (#631)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in FETUSSHIBA._transfer(address,address,uint256) (#635-673):
External calls:
- swapTokens(contractTokenBalance) (#653)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
External calls sending eth:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#946)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#727)
- buyBackTokens(balance.div(100)) (#661)
- Transfer(sender,recipient,tTransferAmount) (#769)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#789)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#779)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#800)
- _tokenTransfer(from,to,amount,takeFee) (#672)
Reentrancy in FETUSSHIBA.constructor() (#494-508):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#498-499)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#507)
Reentrancy in FETUSSHIBA.swapETHForTokens(uint256) (#713-728):
External calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#727)
Reentrancy in FETUSSHIBA.swapTokensForEth(uint256) (#693-711):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#710)
Reentrancy in FETUSSHIBA.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#702-708)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#946)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#632)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#205-210) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#207)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#100-109) uses assembly
- INLINE ASM (#107)
Address._functionCallWithValue(address,bytes,uint256,string) (#137-154) uses assembly
- INLINE ASM (#146-149)
Do not use evm assembly.
Additional information: link
FETUSSHIBA.includeInReward(address) (#614-625) has costly operations inside a loop:
- _excluded.pop() (#621)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#137-154) is never used and should be removed
Address.functionCall(address,bytes) (#120-122) is never used and should be removed
Address.functionCall(address,bytes,string) (#124-126) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#128-130) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#132-135) is never used and should be removed
Address.isContract(address) (#100-109) is never used and should be removed
Address.sendValue(address,uint256) (#111-117) is never used and should be removed
Context._msgData() (#23-26) is never used and should be removed
FETUSSHIBA.addLiquidity(uint256,uint256) (#730-743) is never used and should be removed
SafeMath.mod(uint256,uint256) (#88-90) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#92-95) is never used and should be removed
Remove unused functions.
Additional information: link
FETUSSHIBA._rTotal (#441) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
FETUSSHIBA._previousTaxFee (#450) is set pre-construction with a non-constant function or state variable:
- _taxFee
FETUSSHIBA._previousLiquidityFee (#453) 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.sendValue(address,uint256) (#111-117):
- (success) = recipient.call{value: amount}() (#115)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#137-154):
- (success,returndata) = target.call{value: weiValue}(data) (#140)
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() (#249) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#250) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#266) is not in mixedCase
Function IUniswapV2Router01.WETH() (#287) is not in mixedCase
Parameter FETUSSHIBA.calculateTaxFee(uint256)._amount (#854) is not in mixedCase
Parameter FETUSSHIBA.calculateLiquidityFee(uint256)._amount (#860) is not in mixedCase
Parameter FETUSSHIBA.setNumTokensSellToAddToLiquidity(uint256)._minimumTokensBeforeSwap (#909) is not in mixedCase
Parameter FETUSSHIBA.setMarketingAddress(address)._marketingAddress (#917) is not in mixedCase
Parameter FETUSSHIBA.setSwapAndLiquifyEnabled(bool)._enabled (#921) is not in mixedCase
Parameter FETUSSHIBA.setBuyBackEnabled(bool)._enabled (#926) is not in mixedCase
Variable FETUSSHIBA._taxFee (#449) is not in mixedCase
Variable FETUSSHIBA._liquidityFee (#452) is not in mixedCase
Variable FETUSSHIBA._maxTxAmount (#457) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#24)" inContext (#18-27)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in FETUSSHIBA._transfer(address,address,uint256) (#635-673):
External calls:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#946)
External calls sending eth:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#946)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _liquidityFee = _previousLiquidityFee (#878)
- _liquidityFee = 0 (#873)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _previousLiquidityFee = _liquidityFee (#870)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _previousTaxFee = _taxFee (#869)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#849)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#765)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#774)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#785)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#795)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#766)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#776)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#786)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#797)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _rTotal = _rTotal.sub(rFee) (#804)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _tFeeTotal = _tFeeTotal.add(tFee) (#805)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#851)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#794)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#784)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#775)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#796)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _taxFee = _previousTaxFee (#877)
- _taxFee = 0 (#872)
- buyBackTokens(balance.div(100)) (#661)
- inSwapAndLiquify = true (#489)
- inSwapAndLiquify = true (#491)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#727)
- buyBackTokens(balance.div(100)) (#661)
- Transfer(sender,recipient,tTransferAmount) (#769)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#779)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#789)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#800)
- _tokenTransfer(from,to,amount,takeFee) (#672)
Reentrancy in FETUSSHIBA.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#946)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#946)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#720-725)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
- _allowances[owner][spender] = amount (#631)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#632)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
Apply the check-effects-interactions pattern.
Additional information: link
FETUSSHIBA.prepareForPreSale() (#931-936) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 6 * 10 ** 9 (#935)
FETUSSHIBA.afterPreSale() (#938-943) uses literals with too many digits:
- _maxTxAmount = 3000000 * 10 ** 6 * 10 ** 9 (#942)
FETUSSHIBA.slitherConstructorVariables() (#424-952) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#429)
FETUSSHIBA.slitherConstructorVariables() (#424-952) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#440)
FETUSSHIBA.slitherConstructorVariables() (#424-952) uses literals with too many digits:
- _maxTxAmount = 7000000 * 10 ** 6 * 10 ** 9 (#457)
FETUSSHIBA.slitherConstructorVariables() (#424-952) uses literals with too many digits:
- minimumTokensBeforeSwap = 200000 * 10 ** 6 * 10 ** 9 (#458)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
FETUSSHIBA._decimals (#446) should be constant
FETUSSHIBA._name (#444) should be constant
FETUSSHIBA._symbol (#445) should be constant
FETUSSHIBA._tTotal (#440) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#179-182)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#184-188)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#190-192)
getTime() should be declared external:
- Ownable.getTime() (#194-196)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#198-203)
unlock() should be declared external:
- Ownable.unlock() (#205-210)
name() should be declared external:
- FETUSSHIBA.name() (#510-512)
symbol() should be declared external:
- FETUSSHIBA.symbol() (#514-516)
decimals() should be declared external:
- FETUSSHIBA.decimals() (#518-520)
totalSupply() should be declared external:
- FETUSSHIBA.totalSupply() (#522-524)
transfer(address,uint256) should be declared external:
- FETUSSHIBA.transfer(address,uint256) (#531-534)
allowance(address,address) should be declared external:
- FETUSSHIBA.allowance(address,address) (#536-538)
approve(address,uint256) should be declared external:
- FETUSSHIBA.approve(address,uint256) (#540-543)
transferFrom(address,address,uint256) should be declared external:
- FETUSSHIBA.transferFrom(address,address,uint256) (#545-549)
increaseAllowance(address,uint256) should be declared external:
- FETUSSHIBA.increaseAllowance(address,uint256) (#551-554)
decreaseAllowance(address,uint256) should be declared external:
- FETUSSHIBA.decreaseAllowance(address,uint256) (#556-559)
isExcludedFromReward(address) should be declared external:
- FETUSSHIBA.isExcludedFromReward(address) (#561-563)
totalFees() should be declared external:
- FETUSSHIBA.totalFees() (#565-567)
minimumTokensBeforeSwapAmount() should be declared external:
- FETUSSHIBA.minimumTokensBeforeSwapAmount() (#569-571)
buyBackUpperLimitAmount() should be declared external:
- FETUSSHIBA.buyBackUpperLimitAmount() (#573-575)
deliver(uint256) should be declared external:
- FETUSSHIBA.deliver(uint256) (#577-584)
reflectionFromToken(uint256,bool) should be declared external:
- FETUSSHIBA.reflectionFromToken(uint256,bool) (#587-596)
excludeFromReward(address) should be declared external:
- FETUSSHIBA.excludeFromReward(address) (#604-612)
isExcludedFromFee(address) should be declared external:
- FETUSSHIBA.isExcludedFromFee(address) (#881-883)
excludeFromFee(address) should be declared external:
- FETUSSHIBA.excludeFromFee(address) (#885-887)
includeInFee(address) should be declared external:
- FETUSSHIBA.includeInFee(address) (#889-891)
setBuyBackEnabled(bool) should be declared external:
- FETUSSHIBA.setBuyBackEnabled(bool) (#926-929)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts