The 1st Asian & Arab football fan club to enter the world of cryptocurrency.
With a rich history of over 66 years of playing, the Al Nassr football club has more victories, fame, and fans than most teams can only dream of. The Al Nassr fan token (Nassr) is your chance to express your love for this iconic team and earn rewards for your support. With multiple utility cases, robust trading experience, and planned integration in the NFT marketplace , gaming platforms and metaverse space (Nassr) will unlock a wide array of opportunities for all fans
NASSR.addLiquidity(uint256,uint256) (#959-972) sends eth to arbitrary user
Dangerous calls:
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in NASSR._transfer(address,address,uint256) (#852-908):
External calls:
- swapAndLiquify(contractTokenBalance) (#899)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#951-957)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#899)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- address(_marketingWallet).transfer(marketingFee) (#933)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _rOwned[to] = _rOwned[to].add(rAmount) (#830)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1010)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1038)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1011)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1053)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1024)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1054)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1040)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1026)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _rTotal = _rTotal.sub(rFee) (#788)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _tOwned[to] = _tOwned[to].add(tAmount) (#832)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1052)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1023)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1039)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1025)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Redundant expression "this (#22)" inContext (#16-25)
Remove redundant statements if they congest code but offer no value.
Additional information: link
SafeMathInt.MAX_INT256 (#244) is never used in SafeMathInt (#242-300)
Ownable._previousOwner (#312) is never used in NASSR (#549-1062)
Ownable._lockTime (#313) is never used in NASSR (#549-1062)
Remove unused state variables.
Additional information: link
NASSR.addLiquidity(uint256,uint256) (#959-972) ignores return value by _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
Ensure that all the return values of the function calls are used.
Additional information: link
NASSR.allowance(address,address).owner (#648) shadows:
- Ownable.owner() (#322-324) (function)
NASSR._approve(address,address,uint256).owner (#844) shadows:
- Ownable.owner() (#322-324) (function)
Rename the local variables that shadow another component.
Additional information: link
NASSR.setMinimumTokenBalance(uint256) (#743-745) should emit an event for:
- _minTokenBalance = minimumToken (#744)
NASSR.setTaxFeePercent(uint256) (#750-753) should emit an event for:
- _taxFee = taxFee (#752)
NASSR.setLiquidityFeePercent(uint256) (#755-758) should emit an event for:
- _liquidityFee = liquidityFee (#757)
NASSR.setPercentageOfLiquidityForMarketing(uint256) (#760-762) should emit an event for:
- _percentageOfLiquidityForMarketing = marketingFee (#761)
NASSR.setMaxWalletTokens(uint256) (#763-765) should emit an event for:
- maxWalletToken = _maxToken (#764)
Emit an event for critical parameter changes.
Additional information: link
Ownable.constructor(address).initialOwner (#317) lacks a zero-check on :
- _owner = initialOwner (#318)
NASSR.constructor(address,address).marketingWallet (#600) lacks a zero-check on :
- _marketingWallet = marketingWallet (#601)
NASSR.setMarketingWallet(address).marketingWallet (#740) lacks a zero-check on :
- _marketingWallet = marketingWallet (#741)
NASSR.setUniswapPair(address).p (#779) lacks a zero-check on :
- _uniswapV2Pair = p (#780)
Check that the address is not zero.
Additional information: link
Reentrancy in NASSR._transfer(address,address,uint256) (#852-908):
External calls:
- swapAndLiquify(contractTokenBalance) (#899)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#951-957)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#899)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- address(_marketingWallet).transfer(marketingFee) (#933)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _liquidityFee = 0 (#980)
- _liquidityFee = previousLiquidityFee (#1001)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _tFeeTotal = _tFeeTotal.add(tFee) (#789)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _taxFee = 0 (#979)
- _taxFee = previousTaxFee (#1000)
Reentrancy in NASSR.constructor(address,address) (#600-620):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#608-609)
State variables written after the call(s):
- _isExcludedFromAutoLiquidity[_uniswapV2Pair] = true (#616)
- _isExcludedFromAutoLiquidity[address(_uniswapV2Router)] = true (#617)
- _isExcludedFromFee[owner()] = true (#612)
- _isExcludedFromFee[address(this)] = true (#613)
- _isExcludedFromFee[_marketingWallet] = true (#614)
Reentrancy in NASSR.swapAndLiquify(uint256) (#910-941):
External calls:
- swapTokensForBnb(half) (#924)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#951-957)
- addLiquidity(otherHalf,bnbForLiquidity) (#938)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
External calls sending eth:
- address(_marketingWallet).transfer(marketingFee) (#933)
- addLiquidity(otherHalf,bnbForLiquidity) (#938)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
State variables written after the call(s):
- addLiquidity(otherHalf,bnbForLiquidity) (#938)
- _allowances[owner][spender] = amount (#848)
Reentrancy in NASSR.transferFrom(address,address,uint256) (#657-661):
External calls:
- _transfer(sender,recipient,amount) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#951-957)
External calls sending eth:
- _transfer(sender,recipient,amount) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- address(_marketingWallet).transfer(marketingFee) (#933)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#659)
- _allowances[owner][spender] = amount (#848)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in NASSR._transfer(address,address,uint256) (#852-908):
External calls:
- swapAndLiquify(contractTokenBalance) (#899)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#951-957)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#899)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- address(_marketingWallet).transfer(marketingFee) (#933)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1015)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- Transfer(sender,recipient,tTransferAmount) (#1044)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- Transfer(sender,recipient,tTransferAmount) (#1058)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- Transfer(sender,recipient,tTransferAmount) (#1030)
- _tokenTransfer(from,to,amount,takeFee) (#907)
Reentrancy in NASSR.constructor(address,address) (#600-620):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#608-609)
Event emitted after the call(s):
- Transfer(address(0),cOwner,_tTotal) (#619)
Reentrancy in NASSR.swapAndLiquify(uint256) (#910-941):
External calls:
- swapTokensForBnb(half) (#924)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#951-957)
External calls sending eth:
- address(_marketingWallet).transfer(marketingFee) (#933)
Event emitted after the call(s):
- MarketingFeeSent(_marketingWallet,marketingFee) (#934)
Reentrancy in NASSR.swapAndLiquify(uint256) (#910-941):
External calls:
- swapTokensForBnb(half) (#924)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#951-957)
- addLiquidity(otherHalf,bnbForLiquidity) (#938)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
External calls sending eth:
- address(_marketingWallet).transfer(marketingFee) (#933)
- addLiquidity(otherHalf,bnbForLiquidity) (#938)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#849)
- addLiquidity(otherHalf,bnbForLiquidity) (#938)
- SwapAndLiquify(half,bnbForLiquidity,otherHalf) (#940)
Reentrancy in NASSR.transferFrom(address,address,uint256) (#657-661):
External calls:
- _transfer(sender,recipient,amount) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#951-957)
External calls sending eth:
- _transfer(sender,recipient,amount) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- address(_marketingWallet).transfer(marketingFee) (#933)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#849)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#659)
Apply the check-effects-interactions pattern.
Additional information: link
NASSR.includeInReward(address) (#726-738) has costly operations inside a loop:
- _excluded.pop() (#734)
Use a local variable to hold the loop computation result.
Additional information: link
Context._msgData() (#21-24) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#213-218) is never used and should be removed
SafeMath.mod(uint256,uint256) (#173-175) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#235-240) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#44-50) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#86-91) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#98-103) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#69-79) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#57-62) is never used and should be removed
SafeMathInt.abs(int256) (#290-293) is never used and should be removed
SafeMathInt.add(int256,int256) (#281-285) is never used and should be removed
SafeMathInt.div(int256,int256) (#261-267) is never used and should be removed
SafeMathInt.mul(int256,int256) (#249-256) is never used and should be removed
SafeMathInt.sub(int256,int256) (#272-276) is never used and should be removed
SafeMathInt.toUint256Safe(int256) (#296-299) is never used and should be removed
SafeMathUint.toInt256Safe(uint256) (#304-308) is never used and should be removed
Remove unused functions.
Additional information: link
NASSR._rTotal (#564) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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
Pragma version^0.8.10 (#13) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#376) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#377) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#394) is not in mixedCase
Function IUniswapV2Router01.WETH() (#414) is not in mixedCase
Parameter NASSR.setMaxWalletTokens(uint256)._maxToken (#763) is not in mixedCase
Variable NASSR._isExcludedFromAutoLiquidity (#557) is not in mixedCase
Variable NASSR._marketingWallet (#560) is not in mixedCase
Variable NASSR._taxFee (#571) is not in mixedCase
Variable NASSR._liquidityFee (#572) is not in mixedCase
Variable NASSR._percentageOfLiquidityForMarketing (#573) is not in mixedCase
Variable NASSR._maxTxAmount (#577) is not in mixedCase
Variable NASSR._swapAndLiquifyEnabled (#581) is not in mixedCase
Variable NASSR._inSwapAndLiquify (#582) is not in mixedCase
Variable NASSR._uniswapV2Router (#583) is not in mixedCase
Variable NASSR._uniswapV2Pair (#584) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Reentrancy in NASSR._transfer(address,address,uint256) (#852-908):
External calls:
- swapAndLiquify(contractTokenBalance) (#899)
- address(_marketingWallet).transfer(marketingFee) (#933)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#899)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- address(_marketingWallet).transfer(marketingFee) (#933)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _liquidityFee = 0 (#980)
- _liquidityFee = previousLiquidityFee (#1001)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _rOwned[to] = _rOwned[to].add(rAmount) (#830)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1010)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1038)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1011)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1053)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1024)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1054)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1040)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1026)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _rTotal = _rTotal.sub(rFee) (#788)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _tFeeTotal = _tFeeTotal.add(tFee) (#789)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _tOwned[to] = _tOwned[to].add(tAmount) (#832)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1052)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1023)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1039)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1025)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- _taxFee = 0 (#979)
- _taxFee = previousTaxFee (#1000)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1015)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- Transfer(sender,recipient,tTransferAmount) (#1058)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- Transfer(sender,recipient,tTransferAmount) (#1044)
- _tokenTransfer(from,to,amount,takeFee) (#907)
- Transfer(sender,recipient,tTransferAmount) (#1030)
- _tokenTransfer(from,to,amount,takeFee) (#907)
Reentrancy in NASSR.swapAndLiquify(uint256) (#910-941):
External calls:
- address(_marketingWallet).transfer(marketingFee) (#933)
Event emitted after the call(s):
- MarketingFeeSent(_marketingWallet,marketingFee) (#934)
Reentrancy in NASSR.swapAndLiquify(uint256) (#910-941):
External calls:
- address(_marketingWallet).transfer(marketingFee) (#933)
External calls sending eth:
- address(_marketingWallet).transfer(marketingFee) (#933)
- addLiquidity(otherHalf,bnbForLiquidity) (#938)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
State variables written after the call(s):
- addLiquidity(otherHalf,bnbForLiquidity) (#938)
- _allowances[owner][spender] = amount (#848)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#849)
- addLiquidity(otherHalf,bnbForLiquidity) (#938)
- SwapAndLiquify(half,bnbForLiquidity,otherHalf) (#940)
Reentrancy in NASSR.transferFrom(address,address,uint256) (#657-661):
External calls:
- _transfer(sender,recipient,amount) (#658)
- address(_marketingWallet).transfer(marketingFee) (#933)
External calls sending eth:
- _transfer(sender,recipient,amount) (#658)
- _uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#964-971)
- address(_marketingWallet).transfer(marketingFee) (#933)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#659)
- _allowances[owner][spender] = amount (#848)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#849)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#659)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#419) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#420)
Variable NASSR._transferToExcluded(address,address,uint256).rTransferAmount (#1036) is too similar to NASSR._transferBothExcluded(address,address,uint256).tTransferAmount (#1019)
Variable NASSR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#804) is too similar to NASSR._transferBothExcluded(address,address,uint256).tTransferAmount (#1019)
Variable NASSR._transferToExcluded(address,address,uint256).rTransferAmount (#1036) is too similar to NASSR._transferToExcluded(address,address,uint256).tTransferAmount (#1034)
Variable NASSR._transferBothExcluded(address,address,uint256).rTransferAmount (#1021) is too similar to NASSR._transferToExcluded(address,address,uint256).tTransferAmount (#1034)
Variable NASSR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#804) is too similar to NASSR._transferToExcluded(address,address,uint256).tTransferAmount (#1034)
Variable NASSR._transferToExcluded(address,address,uint256).rTransferAmount (#1036) is too similar to NASSR._transferFromExcluded(address,address,uint256).tTransferAmount (#1048)
Variable NASSR._transferToExcluded(address,address,uint256).rTransferAmount (#1036) is too similar to NASSR._getTValues(uint256).tTransferAmount (#795)
Variable NASSR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#804) is too similar to NASSR._getTValues(uint256).tTransferAmount (#795)
Variable NASSR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#804) is too similar to NASSR._transferFromExcluded(address,address,uint256).tTransferAmount (#1048)
Variable NASSR._transferStandard(address,address,uint256).rTransferAmount (#1008) is too similar to NASSR._transferToExcluded(address,address,uint256).tTransferAmount (#1034)
Variable NASSR._transferFromExcluded(address,address,uint256).rTransferAmount (#1050) is too similar to NASSR._transferToExcluded(address,address,uint256).tTransferAmount (#1034)
Variable NASSR.reflectionFromToken(uint256,bool).rTransferAmount (#704) is too similar to NASSR._transferToExcluded(address,address,uint256).tTransferAmount (#1034)
Variable NASSR.reflectionFromToken(uint256,bool).rTransferAmount (#704) is too similar to NASSR._getTValues(uint256).tTransferAmount (#795)
Variable NASSR._transferFromExcluded(address,address,uint256).rTransferAmount (#1050) is too similar to NASSR._getTValues(uint256).tTransferAmount (#795)
Variable NASSR._transferToExcluded(address,address,uint256).rTransferAmount (#1036) is too similar to NASSR._transferStandard(address,address,uint256).tTransferAmount (#1006)
Variable NASSR._transferBothExcluded(address,address,uint256).rTransferAmount (#1021) is too similar to NASSR._transferStandard(address,address,uint256).tTransferAmount (#1006)
Variable NASSR._transferStandard(address,address,uint256).rTransferAmount (#1008) is too similar to NASSR._transferStandard(address,address,uint256).tTransferAmount (#1006)
Variable NASSR.reflectionFromToken(uint256,bool).rTransferAmount (#704) is too similar to NASSR._transferBothExcluded(address,address,uint256).tTransferAmount (#1019)
Variable NASSR._transferFromExcluded(address,address,uint256).rTransferAmount (#1050) is too similar to NASSR._transferBothExcluded(address,address,uint256).tTransferAmount (#1019)
Variable NASSR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#804) is too similar to NASSR._transferStandard(address,address,uint256).tTransferAmount (#1006)
Variable NASSR._transferStandard(address,address,uint256).rTransferAmount (#1008) is too similar to NASSR._transferFromExcluded(address,address,uint256).tTransferAmount (#1048)
Variable NASSR._transferBothExcluded(address,address,uint256).rTransferAmount (#1021) is too similar to NASSR._transferFromExcluded(address,address,uint256).tTransferAmount (#1048)
Variable NASSR._transferStandard(address,address,uint256).rTransferAmount (#1008) is too similar to NASSR._getTValues(uint256).tTransferAmount (#795)
Variable NASSR._transferBothExcluded(address,address,uint256).rTransferAmount (#1021) is too similar to NASSR._getTValues(uint256).tTransferAmount (#795)
Variable NASSR.reflectionFromToken(uint256,bool).rTransferAmount (#704) is too similar to NASSR._transferStandard(address,address,uint256).tTransferAmount (#1006)
Variable NASSR._transferFromExcluded(address,address,uint256).rTransferAmount (#1050) is too similar to NASSR._transferStandard(address,address,uint256).tTransferAmount (#1006)
Variable NASSR._transferStandard(address,address,uint256).rTransferAmount (#1008) is too similar to NASSR._transferBothExcluded(address,address,uint256).tTransferAmount (#1019)
Variable NASSR._transferBothExcluded(address,address,uint256).rTransferAmount (#1021) is too similar to NASSR._transferBothExcluded(address,address,uint256).tTransferAmount (#1019)
Variable NASSR.reflectionFromToken(uint256,bool).rTransferAmount (#704) is too similar to NASSR._transferFromExcluded(address,address,uint256).tTransferAmount (#1048)
Variable NASSR._transferFromExcluded(address,address,uint256).rTransferAmount (#1050) is too similar to NASSR._transferFromExcluded(address,address,uint256).tTransferAmount (#1048)
Prevent variables from having similar names.
Additional information: link
NASSR.slitherConstructorVariables() (#549-1062) uses literals with too many digits:
- _tTotal = 300000000 * 10 ** 18 (#563)
NASSR.slitherConstructorVariables() (#549-1062) uses literals with too many digits:
- maxWalletToken = 300000000 * (10 ** 18) (#574)
NASSR.slitherConstructorVariables() (#549-1062) uses literals with too many digits:
- _maxTxAmount = 300000000 * 10 ** 18 (#577)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
NASSR._decimals (#569) should be constant
NASSR._maxTxAmount (#577) should be constant
NASSR._name (#567) should be constant
NASSR._symbol (#568) should be constant
NASSR._tTotal (#563) should be constant
Ownable._lockTime (#313) should be constant
Ownable._previousOwner (#312) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#331-334)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#336-340)
name() should be declared external:
- NASSR.name() (#622-624)
symbol() should be declared external:
- NASSR.symbol() (#626-628)
decimals() should be declared external:
- NASSR.decimals() (#630-632)
totalSupply() should be declared external:
- NASSR.totalSupply() (#634-636)
transfer(address,uint256) should be declared external:
- NASSR.transfer(address,uint256) (#643-646)
allowance(address,address) should be declared external:
- NASSR.allowance(address,address) (#648-650)
approve(address,uint256) should be declared external:
- NASSR.approve(address,uint256) (#652-655)
transferFrom(address,address,uint256) should be declared external:
- NASSR.transferFrom(address,address,uint256) (#657-661)
increaseAllowance(address,uint256) should be declared external:
- NASSR.increaseAllowance(address,uint256) (#663-666)
decreaseAllowance(address,uint256) should be declared external:
- NASSR.decreaseAllowance(address,uint256) (#668-671)
isExcludedFromReward(address) should be declared external:
- NASSR.isExcludedFromReward(address) (#673-675)
totalFees() should be declared external:
- NASSR.totalFees() (#677-679)
deliver(uint256) should be declared external:
- NASSR.deliver(uint256) (#681-692)
reflectionFromToken(uint256,bool) should be declared external:
- NASSR.reflectionFromToken(uint256,bool) (#694-707)
excludeFromReward(address) should be declared external:
- NASSR.excludeFromReward(address) (#716-724)
setSwapAndLiquifyEnabled(bool) should be declared external:
- NASSR.setSwapAndLiquifyEnabled(bool) (#767-770)
isExcludedFromFee(address) should be declared external:
- NASSR.isExcludedFromFee(address) (#840-842)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Alexa traffic rank is relatively low
Additional information: link
Token has relatively low CoinGecko rank
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account