SatoshiNakamotoYachtClub Token Logo

SatoshiNakamotoYachtClub Token

About SatoshiNakamotoYachtClub

Listings

Not Found
Token 3 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 2 March 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in SatoshiNakamotoYachtClub._transfer(address,address,uint256) (#1075-1119):
External calls:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#994-1000)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#950)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1069)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1005)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#847)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1039)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1070)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1007)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1040)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#849)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- _rTotal = _rTotal.sub(rFee) (#879)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#952)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1038)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#846)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1006)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#848)
Apply the check-effects-interactions pattern.

Additional information: link

Contract ticker (SatoshiNakamotoYachtClub) has length of 24 chars.
Not a direct threat, but may indicate unreliable intentions of developer.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

SatoshiNakamotoYachtClub.addLiquidity(uint256,uint256) (#1053-1066) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
Ensure that all the return values of the function calls are used.

Additional information: link

SatoshiNakamotoYachtClub.allowance(address,address).owner (#763) shadows:
- Ownable.owner() (#413-415) (function)
SatoshiNakamotoYachtClub._approve(address,address,uint256).owner (#1045) shadows:
- Ownable.owner() (#413-415) (function)
Rename the local variables that shadow another component.

Additional information: link

SatoshiNakamotoYachtClub.setLiquidityFeePercent(uint256) (#860-862) should emit an event for:
- _liquidityFee = liquidityFee (#861)
SatoshiNakamotoYachtClub.setMaxTxPercent(uint256) (#864-868) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#865-867)
SatoshiNakamotoYachtClub.setTaxFeePercent(uint256) (#908-910) should emit an event for:
- _taxFee = taxFee (#909)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in SatoshiNakamotoYachtClub._transfer(address,address,uint256) (#1075-1119):
External calls:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#994-1000)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- _liquidityFee = _previousLiquidityFee (#979)
- _liquidityFee = 0 (#974)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- _previousLiquidityFee = _liquidityFee (#971)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- _previousTaxFee = _taxFee (#970)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- _tFeeTotal = _tFeeTotal.add(tFee) (#880)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- _taxFee = _previousTaxFee (#978)
- _taxFee = 0 (#973)
Reentrancy in SatoshiNakamotoYachtClub.constructor() (#719-735):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#724-725)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#731)
- _isExcludedFromFee[address(this)] = true (#732)
- uniswapV2Router = _uniswapV2Router (#728)
Reentrancy in SatoshiNakamotoYachtClub.swapAndLiquify(uint256) (#1013-1034):
External calls:
- swapTokensForEth(half) (#1025)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#994-1000)
- addLiquidity(otherHalf,newBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1031)
- _allowances[owner][spender] = amount (#1049)
Reentrancy in SatoshiNakamotoYachtClub.transferFrom(address,address,uint256) (#772-776):
External calls:
- _transfer(sender,recipient,amount) (#773)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#994-1000)
External calls sending eth:
- _transfer(sender,recipient,amount) (#773)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#774)
- _allowances[owner][spender] = amount (#1049)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SatoshiNakamotoYachtClub._transfer(address,address,uint256) (#1075-1119):
External calls:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#994-1000)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1073)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- Transfer(sender,recipient,tTransferAmount) (#1010)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- Transfer(sender,recipient,tTransferAmount) (#1043)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
- Transfer(sender,recipient,tTransferAmount) (#852)
- _tokenTransfer(from,to,amount,takeFee) (#1118)
Reentrancy in SatoshiNakamotoYachtClub.constructor() (#719-735):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#724-725)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#734)
Reentrancy in SatoshiNakamotoYachtClub.swapAndLiquify(uint256) (#1013-1034):
External calls:
- swapTokensForEth(half) (#1025)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#994-1000)
- addLiquidity(otherHalf,newBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1050)
- addLiquidity(otherHalf,newBalance) (#1031)
- SwapAndLiquify(half,newBalance,otherHalf) (#1033)
Reentrancy in SatoshiNakamotoYachtClub.transferFrom(address,address,uint256) (#772-776):
External calls:
- _transfer(sender,recipient,amount) (#773)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#994-1000)
External calls sending eth:
- _transfer(sender,recipient,amount) (#773)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1058-1065)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1050)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#774)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#460-465) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#462)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#122-131) uses assembly
- INLINE ASM (#129)
Address._functionCallWithValue(address,bytes,uint256,string) (#215-236) uses assembly
- INLINE ASM (#228-231)
Do not use evm assembly.

Additional information: link

SatoshiNakamotoYachtClub.includeInReward(address) (#832-843) has costly operations inside a loop:
- _excluded.pop() (#839)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#215-236) is never used and should be removed
Address.functionCall(address,bytes) (#175-177) is never used and should be removed
Address.functionCall(address,bytes,string) (#185-187) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#200-202) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#210-213) is never used and should be removed
Address.isContract(address) (#122-131) is never used and should be removed
Address.sendValue(address,uint256) (#149-155) is never used and should be removed
Context._msgData() (#16-19) is never used and should be removed
SafeMath.mod(uint256,uint256) (#360-362) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#376-379) is never used and should be removed
Remove unused functions.

Additional information: link

SatoshiNakamotoYachtClub._rTotal (#683) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SatoshiNakamotoYachtClub._previousTaxFee (#691) is set pre-construction with a non-constant function or state variable:
- _taxFee
SatoshiNakamotoYachtClub._previousLiquidityFee (#694) 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) (#149-155):
- (success) = recipient.call{value: amount}() (#153)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#215-236):
- (success,returndata) = target.call{value: weiValue}(data) (#219)
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() (#490) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#491) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#508) is not in mixedCase
Function IUniswapV2Router01.WETH() (#530) is not in mixedCase
Parameter SatoshiNakamotoYachtClub.setSwapAndLiquifyEnabled(bool)._enabled (#870) is not in mixedCase
Parameter SatoshiNakamotoYachtClub.calculateTaxFee(uint256)._amount (#955) is not in mixedCase
Parameter SatoshiNakamotoYachtClub.calculateLiquidityFee(uint256)._amount (#961) is not in mixedCase
Variable SatoshiNakamotoYachtClub._taxFee (#690) is not in mixedCase
Variable SatoshiNakamotoYachtClub._liquidityFee (#693) is not in mixedCase
Variable SatoshiNakamotoYachtClub._maxTxAmount (#702) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#17)" inContext (#11-20)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#535) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#536)
Variable SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).rTransferAmount (#845) is too similar to SatoshiNakamotoYachtClub._getTValues(uint256).tTransferAmount (#918)
Variable SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).rTransferAmount (#845) is too similar to SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).tTransferAmount (#1037)
Variable SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).rTransferAmount (#1004) is too similar to SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).tTransferAmount (#1004)
Variable SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).rTransferAmount (#1004) is too similar to SatoshiNakamotoYachtClub._getValues(uint256).tTransferAmount (#884)
Variable SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).rTransferAmount (#1004) is too similar to SatoshiNakamotoYachtClub._getTValues(uint256).tTransferAmount (#918)
Variable SatoshiNakamotoYachtClub.reflectionFromToken(uint256,bool).rTransferAmount (#811) is too similar to SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).tTransferAmount (#845)
Variable SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).rTransferAmount (#1004) is too similar to SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).tTransferAmount (#1037)
Variable SatoshiNakamotoYachtClub._getValues(uint256).rTransferAmount (#885) is too similar to SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).tTransferAmount (#845)
Variable SatoshiNakamotoYachtClub.reflectionFromToken(uint256,bool).rTransferAmount (#811) is too similar to SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).tTransferAmount (#1068)
Variable SatoshiNakamotoYachtClub._getValues(uint256).rTransferAmount (#885) is too similar to SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).tTransferAmount (#1068)
Variable SatoshiNakamotoYachtClub.reflectionFromToken(uint256,bool).rTransferAmount (#811) is too similar to SatoshiNakamotoYachtClub._getTValues(uint256).tTransferAmount (#918)
Variable SatoshiNakamotoYachtClub.reflectionFromToken(uint256,bool).rTransferAmount (#811) is too similar to SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).tTransferAmount (#1037)
Variable SatoshiNakamotoYachtClub._getValues(uint256).rTransferAmount (#885) is too similar to SatoshiNakamotoYachtClub._getTValues(uint256).tTransferAmount (#918)
Variable SatoshiNakamotoYachtClub._getValues(uint256).rTransferAmount (#885) is too similar to SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).tTransferAmount (#1037)
Variable SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).rTransferAmount (#1037) is too similar to SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).tTransferAmount (#1037)
Variable SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).rTransferAmount (#845) is too similar to SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).tTransferAmount (#845)
Variable SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).rTransferAmount (#845) is too similar to SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).tTransferAmount (#1068)
Variable SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).rTransferAmount (#1004) is too similar to SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).tTransferAmount (#845)
Variable SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).rTransferAmount (#1004) is too similar to SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).tTransferAmount (#1068)
Variable SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).rTransferAmount (#1068) is too similar to SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).tTransferAmount (#1004)
Variable SatoshiNakamotoYachtClub._getValues(uint256).rTransferAmount (#885) is too similar to SatoshiNakamotoYachtClub._getValues(uint256).tTransferAmount (#884)
Variable SatoshiNakamotoYachtClub._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to SatoshiNakamotoYachtClub._getValues(uint256).tTransferAmount (#884)
Variable SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).rTransferAmount (#1068) is too similar to SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).tTransferAmount (#845)
Variable SatoshiNakamotoYachtClub._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to SatoshiNakamotoYachtClub._getTValues(uint256).tTransferAmount (#918)
Variable SatoshiNakamotoYachtClub._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).tTransferAmount (#1037)
Variable SatoshiNakamotoYachtClub.reflectionFromToken(uint256,bool).rTransferAmount (#811) is too similar to SatoshiNakamotoYachtClub._getValues(uint256).tTransferAmount (#884)
Variable SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).rTransferAmount (#1037) is too similar to SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).tTransferAmount (#1004)
Variable SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).rTransferAmount (#1037) is too similar to SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).tTransferAmount (#845)
Variable SatoshiNakamotoYachtClub._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).tTransferAmount (#1068)
Variable SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).rTransferAmount (#845) is too similar to SatoshiNakamotoYachtClub._getValues(uint256).tTransferAmount (#884)
Variable SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).rTransferAmount (#1068) is too similar to SatoshiNakamotoYachtClub._getTValues(uint256).tTransferAmount (#918)
Variable SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).rTransferAmount (#1068) is too similar to SatoshiNakamotoYachtClub._getValues(uint256).tTransferAmount (#884)
Variable SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).rTransferAmount (#1068) is too similar to SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).tTransferAmount (#1037)
Variable SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).rTransferAmount (#1068) is too similar to SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).tTransferAmount (#1068)
Variable SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).rTransferAmount (#1037) is too similar to SatoshiNakamotoYachtClub._getValues(uint256).tTransferAmount (#884)
Variable SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).rTransferAmount (#1037) is too similar to SatoshiNakamotoYachtClub._getTValues(uint256).tTransferAmount (#918)
Variable SatoshiNakamotoYachtClub._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).tTransferAmount (#1004)
Variable SatoshiNakamotoYachtClub._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).tTransferAmount (#845)
Variable SatoshiNakamotoYachtClub._getValues(uint256).rTransferAmount (#885) is too similar to SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).tTransferAmount (#1004)
Variable SatoshiNakamotoYachtClub.reflectionFromToken(uint256,bool).rTransferAmount (#811) is too similar to SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).tTransferAmount (#1004)
Variable SatoshiNakamotoYachtClub._transferFromExcluded(address,address,uint256).rTransferAmount (#1037) is too similar to SatoshiNakamotoYachtClub._transferStandard(address,address,uint256).tTransferAmount (#1068)
Variable SatoshiNakamotoYachtClub._transferBothExcluded(address,address,uint256).rTransferAmount (#845) is too similar to SatoshiNakamotoYachtClub._transferToExcluded(address,address,uint256).tTransferAmount (#1004)
Prevent variables from having similar names.

Additional information: link

SatoshiNakamotoYachtClub.slitherConstructorVariables() (#668-1122) uses literals with too many digits:
- _tTotal = 100000000 * 10 ** 18 (#682)
SatoshiNakamotoYachtClub.slitherConstructorVariables() (#668-1122) uses literals with too many digits:
- _maxTxAmount = 100000000 * 10 ** 18 (#702)
SatoshiNakamotoYachtClub.slitherConstructorVariables() (#668-1122) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000000 * 10 ** 18 (#703)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SatoshiNakamotoYachtClub._decimals (#688) should be constant
SatoshiNakamotoYachtClub._name (#686) should be constant
SatoshiNakamotoYachtClub._symbol (#687) should be constant
SatoshiNakamotoYachtClub._tTotal (#682) should be constant
SatoshiNakamotoYachtClub.numTokensSellToAddToLiquidity (#703) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#432-435)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#441-445)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#447-449)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#452-457)
unlock() should be declared external:
- Ownable.unlock() (#460-465)
name() should be declared external:
- SatoshiNakamotoYachtClub.name() (#737-739)
symbol() should be declared external:
- SatoshiNakamotoYachtClub.symbol() (#741-743)
decimals() should be declared external:
- SatoshiNakamotoYachtClub.decimals() (#745-747)
totalSupply() should be declared external:
- SatoshiNakamotoYachtClub.totalSupply() (#749-751)
transfer(address,uint256) should be declared external:
- SatoshiNakamotoYachtClub.transfer(address,uint256) (#758-761)
allowance(address,address) should be declared external:
- SatoshiNakamotoYachtClub.allowance(address,address) (#763-765)
approve(address,uint256) should be declared external:
- SatoshiNakamotoYachtClub.approve(address,uint256) (#767-770)
transferFrom(address,address,uint256) should be declared external:
- SatoshiNakamotoYachtClub.transferFrom(address,address,uint256) (#772-776)
increaseAllowance(address,uint256) should be declared external:
- SatoshiNakamotoYachtClub.increaseAllowance(address,uint256) (#778-781)
decreaseAllowance(address,uint256) should be declared external:
- SatoshiNakamotoYachtClub.decreaseAllowance(address,uint256) (#783-786)
isExcludedFromReward(address) should be declared external:
- SatoshiNakamotoYachtClub.isExcludedFromReward(address) (#788-790)
totalFees() should be declared external:
- SatoshiNakamotoYachtClub.totalFees() (#792-794)
deliver(uint256) should be declared external:
- SatoshiNakamotoYachtClub.deliver(uint256) (#796-803)
reflectionFromToken(uint256,bool) should be declared external:
- SatoshiNakamotoYachtClub.reflectionFromToken(uint256,bool) (#805-814)
excludeFromReward(address) should be declared external:
- SatoshiNakamotoYachtClub.excludeFromReward(address) (#822-830)
excludeFromFee(address) should be declared external:
- SatoshiNakamotoYachtClub.excludeFromFee(address) (#855-857)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SatoshiNakamotoYachtClub.setSwapAndLiquifyEnabled(bool) (#870-873)
includeInFee(address) should be declared external:
- SatoshiNakamotoYachtClub.includeInFee(address) (#912-914)
isExcludedFromFee(address) should be declared external:
- SatoshiNakamotoYachtClub.isExcludedFromFee(address) (#982-984)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 4% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Telegram and Twitter accounts


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

Price for SatoshiNakamotoYachtClub