WELCOME TO CHOPPER INU CHART TELEGRAM About US CHOPPER INU is a decentralized NFT Marketplace for Creating and Selling NFTs on the BSC. Our goal is to create the most Interoperable NFT platform and all holders will earn rewards. CHOPPER INU is a BSC NFT project that will set the standards on the binance smart … HOME Read More »
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ChopperInu.sendETHToMarketing(uint256) (#916-919) sends eth to arbitrary user
Dangerous calls:
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#917)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in ChopperInu._transfer(address,address,uint256) (#857-896):
External calls:
- swapTokensForEth(contractTokenBalance) (#878)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#907-913)
External calls sending eth:
- sendETHToMarketing(address(this).balance) (#882)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#917)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1000)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#968)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#959)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#960)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#979)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#989)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#970)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#980)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#991)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _rTotal = _rTotal.sub(rFee) (#1006)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _tOwned[address(this)] = _tOwned[address(this)].add(tMarketing) (#1002)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#978)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#988)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#969)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#990)
Apply the check-effects-interactions pattern.
Additional information: link
ChopperInu._setTaxFee(uint256) (#1063-1066) contains a tautology or contradiction:
- require(bool,string)(taxFee >= 0 && taxFee <= 99,taxFee should be in 0 - 99) (#1064)
Fix the incorrect comparison by changing the value type or the comparison.
Additional information: link
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.
ChopperInu.allowance(address,address).owner (#744) shadows:
- Ownable.owner() (#388-390) (function)
ChopperInu._approve(address,address,uint256).owner (#849) shadows:
- Ownable.owner() (#388-390) (function)
Rename the local variables that shadow another component.
Additional information: link
ChopperInu._setTaxFee(uint256) (#1063-1066) should emit an event for:
- _taxFee = taxFee (#1065)
ChopperInu._setMarketingFee(uint256) (#1068-1071) should emit an event for:
- _MarketingFee = MarketingFee (#1070)
ChopperInu._setMaxTxAmount(uint256) (#1078-1080) should emit an event for:
- _maxTxAmount = maxTxAmount (#1079)
Emit an event for critical parameter changes.
Additional information: link
ChopperInu.constructor(address).MarketingWalletAddress (#696) lacks a zero-check on :
- _MarketingWalletAddress = MarketingWalletAddress (#697)
ChopperInu._setMarketingWallet(address).MarketingWalletAddress (#1073) lacks a zero-check on :
- _MarketingWalletAddress = MarketingWalletAddress (#1074)
Check that the address is not zero.
Additional information: link
Reentrancy in ChopperInu._transfer(address,address,uint256) (#857-896):
External calls:
- swapTokensForEth(contractTokenBalance) (#878)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#907-913)
External calls sending eth:
- sendETHToMarketing(address(this).balance) (#882)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#917)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _MarketingFee = _previousMarketingFee (#842)
- _MarketingFee = 0 (#837)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _previousMarketingFee = _MarketingFee (#834)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _previousTaxFee = _taxFee (#833)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1007)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _taxFee = _previousTaxFee (#841)
- _taxFee = 0 (#836)
Reentrancy in ChopperInu.constructor(address) (#696-716):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#703-704)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#710)
- _isExcludedFromFee[address(this)] = true (#711)
- _isExcludedFromFee[_MarketingWalletAddress] = true (#712)
- uniswapV2Router = _uniswapV2Router (#707)
Reentrancy in ChopperInu.transferFrom(address,address,uint256) (#753-757):
External calls:
- _transfer(sender,recipient,amount) (#754)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#907-913)
External calls sending eth:
- _transfer(sender,recipient,amount) (#754)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#917)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#755)
- _allowances[owner][spender] = amount (#853)
Apply the check-effects-interactions pattern.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#407-410)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#416-420)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#422-424)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#427-432)
unlock() should be declared external:
- Ownable.unlock() (#435-440)
name() should be declared external:
- ChopperInu.name() (#718-720)
symbol() should be declared external:
- ChopperInu.symbol() (#722-724)
decimals() should be declared external:
- ChopperInu.decimals() (#726-728)
totalSupply() should be declared external:
- ChopperInu.totalSupply() (#730-732)
transfer(address,uint256) should be declared external:
- ChopperInu.transfer(address,uint256) (#739-742)
allowance(address,address) should be declared external:
- ChopperInu.allowance(address,address) (#744-746)
approve(address,uint256) should be declared external:
- ChopperInu.approve(address,uint256) (#748-751)
transferFrom(address,address,uint256) should be declared external:
- ChopperInu.transferFrom(address,address,uint256) (#753-757)
increaseAllowance(address,uint256) should be declared external:
- ChopperInu.increaseAllowance(address,uint256) (#759-762)
decreaseAllowance(address,uint256) should be declared external:
- ChopperInu.decreaseAllowance(address,uint256) (#764-767)
isExcluded(address) should be declared external:
- ChopperInu.isExcluded(address) (#769-771)
totalFees() should be declared external:
- ChopperInu.totalFees() (#777-779)
deliver(uint256) should be declared external:
- ChopperInu.deliver(uint256) (#781-788)
reflectionFromToken(uint256,bool) should be declared external:
- ChopperInu.reflectionFromToken(uint256,bool) (#790-799)
isExcludedFromFee(address) should be declared external:
- ChopperInu.isExcludedFromFee(address) (#845-847)
_getETHBalance() should be declared external:
- ChopperInu._getETHBalance() (#1059-1061)
Use the external attribute for functions never called from the contract.
Additional information: link
Reentrancy in ChopperInu._transfer(address,address,uint256) (#857-896):
External calls:
- swapTokensForEth(contractTokenBalance) (#878)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#907-913)
External calls sending eth:
- sendETHToMarketing(address(this).balance) (#882)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#917)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#963)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- Transfer(sender,recipient,tTransferAmount) (#983)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- Transfer(sender,recipient,tTransferAmount) (#973)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- Transfer(sender,recipient,tTransferAmount) (#994)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
Reentrancy in ChopperInu.constructor(address) (#696-716):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#703-704)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#715)
Reentrancy in ChopperInu.transferFrom(address,address,uint256) (#753-757):
External calls:
- _transfer(sender,recipient,amount) (#754)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#907-913)
External calls sending eth:
- _transfer(sender,recipient,amount) (#754)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#917)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#854)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#755)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#435-440) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#437)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#252-261) uses assembly
- INLINE ASM (#259)
Address._functionCallWithValue(address,bytes,uint256,string) (#345-366) uses assembly
- INLINE ASM (#358-361)
Do not use evm assembly.
Additional information: link
ChopperInu.includeAccount(address) (#817-828) has costly operations inside a loop:
- _excluded.pop() (#824)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#345-366) is never used and should be removed
Address.functionCall(address,bytes) (#305-307) is never used and should be removed
Address.functionCall(address,bytes,string) (#315-317) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#330-332) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#340-343) is never used and should be removed
Address.isContract(address) (#252-261) is never used and should be removed
Address.sendValue(address,uint256) (#279-285) is never used and should be removed
ChopperInu._getMaxTxAmount() (#1055-1057) is never used and should be removed
ChopperInu._getTaxFee() (#1051-1053) is never used and should be removed
Context._msgData() (#14-17) is never used and should be removed
SafeMath.mod(uint256,uint256) (#212-214) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#228-231) is never used and should be removed
Remove unused functions.
Additional information: link
ChopperInu._rTotal (#661) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ChopperInu._previousTaxFee (#672) is set pre-construction with a non-constant function or state variable:
- _taxFee
ChopperInu._previousMarketingFee (#673) is set pre-construction with a non-constant function or state variable:
- _MarketingFee
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) (#279-285):
- (success) = recipient.call{value: amount}() (#283)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#345-366):
- (success,returndata) = target.call{value: weiValue}(data) (#349)
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() (#474) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#475) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#492) is not in mixedCase
Function IUniswapV2Router01.WETH() (#512) is not in mixedCase
Function ChopperInu._getETHBalance() (#1059-1061) is not in mixedCase
Function ChopperInu._setTaxFee(uint256) (#1063-1066) is not in mixedCase
Function ChopperInu._setMarketingFee(uint256) (#1068-1071) is not in mixedCase
Parameter ChopperInu._setMarketingFee(uint256).MarketingFee (#1068) is not in mixedCase
Function ChopperInu._setMarketingWallet(address) (#1073-1076) is not in mixedCase
Parameter ChopperInu._setMarketingWallet(address).MarketingWalletAddress (#1073) is not in mixedCase
Function ChopperInu._setMaxTxAmount(uint256) (#1078-1080) is not in mixedCase
Variable ChopperInu._MarketingFee (#671) is not in mixedCase
Variable ChopperInu._MarketingWalletAddress (#675) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#15)" inContext (#9-18)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in ChopperInu._transfer(address,address,uint256) (#857-896):
External calls:
- sendETHToMarketing(address(this).balance) (#882)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#917)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _MarketingFee = _previousMarketingFee (#842)
- _MarketingFee = 0 (#837)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _previousMarketingFee = _MarketingFee (#834)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _previousTaxFee = _taxFee (#833)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1000)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#968)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#959)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#960)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#979)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#989)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#970)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#980)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#991)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _rTotal = _rTotal.sub(rFee) (#1006)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1007)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _tOwned[address(this)] = _tOwned[address(this)].add(tMarketing) (#1002)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#978)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#988)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#969)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#990)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- _taxFee = _previousTaxFee (#841)
- _taxFee = 0 (#836)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#963)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- Transfer(sender,recipient,tTransferAmount) (#973)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- Transfer(sender,recipient,tTransferAmount) (#983)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
- Transfer(sender,recipient,tTransferAmount) (#994)
- _tokenTransfer(sender,recipient,amount,takeFee) (#895)
Reentrancy in ChopperInu.transferFrom(address,address,uint256) (#753-757):
External calls:
- _transfer(sender,recipient,amount) (#754)
- _MarketingWalletAddress.transfer(amount.mul(3).div(8)) (#917)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#755)
- _allowances[owner][spender] = amount (#853)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#854)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#755)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#517) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#518)
Variable ChopperInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1030) is too similar to ChopperInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1023)
Variable ChopperInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1030) is too similar to ChopperInu._transferStandard(address,address,uint256).tTransferAmount (#958)
Variable ChopperInu._transferBothExcluded(address,address,uint256).rTransferAmount (#987) is too similar to ChopperInu._transferToExcluded(address,address,uint256).tTransferAmount (#967)
Variable ChopperInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to ChopperInu._transferToExcluded(address,address,uint256).tTransferAmount (#967)
Variable ChopperInu._getValues(uint256).rTransferAmount (#1016) is too similar to ChopperInu._getValues(uint256).tTransferAmount (#1014)
Variable ChopperInu._getValues(uint256).rTransferAmount (#1016) is too similar to ChopperInu._transferToExcluded(address,address,uint256).tTransferAmount (#967)
Variable ChopperInu._transferBothExcluded(address,address,uint256).rTransferAmount (#987) is too similar to ChopperInu._transferStandard(address,address,uint256).tTransferAmount (#958)
Variable ChopperInu._transferToExcluded(address,address,uint256).rTransferAmount (#967) is too similar to ChopperInu._transferToExcluded(address,address,uint256).tTransferAmount (#967)
Variable ChopperInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to ChopperInu._transferStandard(address,address,uint256).tTransferAmount (#958)
Variable ChopperInu._transferFromExcluded(address,address,uint256).rTransferAmount (#977) is too similar to ChopperInu._transferToExcluded(address,address,uint256).tTransferAmount (#967)
Variable ChopperInu._getValues(uint256).rTransferAmount (#1016) is too similar to ChopperInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1023)
Variable ChopperInu._getValues(uint256).rTransferAmount (#1016) is too similar to ChopperInu._transferStandard(address,address,uint256).tTransferAmount (#958)
Variable ChopperInu._transferStandard(address,address,uint256).rTransferAmount (#958) is too similar to ChopperInu._transferStandard(address,address,uint256).tTransferAmount (#958)
Variable ChopperInu._transferToExcluded(address,address,uint256).rTransferAmount (#967) is too similar to ChopperInu._transferStandard(address,address,uint256).tTransferAmount (#958)
Variable ChopperInu._transferFromExcluded(address,address,uint256).rTransferAmount (#977) is too similar to ChopperInu._transferStandard(address,address,uint256).tTransferAmount (#958)
Variable ChopperInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1030) is too similar to ChopperInu._getValues(uint256).tTransferAmount (#1014)
Variable ChopperInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1030) is too similar to ChopperInu._transferToExcluded(address,address,uint256).tTransferAmount (#967)
Variable ChopperInu._transferStandard(address,address,uint256).rTransferAmount (#958) is too similar to ChopperInu._transferBothExcluded(address,address,uint256).tTransferAmount (#987)
Variable ChopperInu._transferBothExcluded(address,address,uint256).rTransferAmount (#987) is too similar to ChopperInu._getValues(uint256).tTransferAmount (#1014)
Variable ChopperInu._transferFromExcluded(address,address,uint256).rTransferAmount (#977) is too similar to ChopperInu._transferFromExcluded(address,address,uint256).tTransferAmount (#977)
Variable ChopperInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1030) is too similar to ChopperInu._transferFromExcluded(address,address,uint256).tTransferAmount (#977)
Variable ChopperInu._transferToExcluded(address,address,uint256).rTransferAmount (#967) is too similar to ChopperInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1023)
Variable ChopperInu._transferBothExcluded(address,address,uint256).rTransferAmount (#987) is too similar to ChopperInu._transferFromExcluded(address,address,uint256).tTransferAmount (#977)
Variable ChopperInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to ChopperInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1023)
Variable ChopperInu._transferToExcluded(address,address,uint256).rTransferAmount (#967) is too similar to ChopperInu._getValues(uint256).tTransferAmount (#1014)
Variable ChopperInu._getValues(uint256).rTransferAmount (#1016) is too similar to ChopperInu._transferFromExcluded(address,address,uint256).tTransferAmount (#977)
Variable ChopperInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to ChopperInu._getValues(uint256).tTransferAmount (#1014)
Variable ChopperInu._transferStandard(address,address,uint256).rTransferAmount (#958) is too similar to ChopperInu._transferToExcluded(address,address,uint256).tTransferAmount (#967)
Variable ChopperInu._transferToExcluded(address,address,uint256).rTransferAmount (#967) is too similar to ChopperInu._transferFromExcluded(address,address,uint256).tTransferAmount (#977)
Variable ChopperInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to ChopperInu._transferFromExcluded(address,address,uint256).tTransferAmount (#977)
Variable ChopperInu._transferStandard(address,address,uint256).rTransferAmount (#958) is too similar to ChopperInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1023)
Variable ChopperInu._transferFromExcluded(address,address,uint256).rTransferAmount (#977) is too similar to ChopperInu._transferBothExcluded(address,address,uint256).tTransferAmount (#987)
Variable ChopperInu._transferStandard(address,address,uint256).rTransferAmount (#958) is too similar to ChopperInu._getValues(uint256).tTransferAmount (#1014)
Variable ChopperInu._getRValues(uint256,uint256,uint256).rTransferAmount (#1030) is too similar to ChopperInu._transferBothExcluded(address,address,uint256).tTransferAmount (#987)
Variable ChopperInu._transferStandard(address,address,uint256).rTransferAmount (#958) is too similar to ChopperInu._transferFromExcluded(address,address,uint256).tTransferAmount (#977)
Variable ChopperInu._transferBothExcluded(address,address,uint256).rTransferAmount (#987) is too similar to ChopperInu._transferBothExcluded(address,address,uint256).tTransferAmount (#987)
Variable ChopperInu._getValues(uint256).rTransferAmount (#1016) is too similar to ChopperInu._transferBothExcluded(address,address,uint256).tTransferAmount (#987)
Variable ChopperInu.reflectionFromToken(uint256,bool).rTransferAmount (#796) is too similar to ChopperInu._transferBothExcluded(address,address,uint256).tTransferAmount (#987)
Variable ChopperInu._transferToExcluded(address,address,uint256).rTransferAmount (#967) is too similar to ChopperInu._transferBothExcluded(address,address,uint256).tTransferAmount (#987)
Variable ChopperInu._transferFromExcluded(address,address,uint256).rTransferAmount (#977) is too similar to ChopperInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1023)
Variable ChopperInu._transferBothExcluded(address,address,uint256).rTransferAmount (#987) is too similar to ChopperInu._getTValues(uint256,uint256,uint256).tTransferAmount (#1023)
Variable ChopperInu._transferFromExcluded(address,address,uint256).rTransferAmount (#977) is too similar to ChopperInu._getValues(uint256).tTransferAmount (#1014)
Prevent variables from having similar names.
Additional information: link
ChopperInu.slitherConstructorVariables() (#646-1082) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 9 (#660)
ChopperInu.slitherConstructorVariables() (#646-1082) uses literals with too many digits:
- _maxTxAmount = 100000000000000e9 (#683)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ChopperInu._decimals (#666) should be constant
ChopperInu._name (#664) should be constant
ChopperInu._numOfTokensToExchangeForMarketing (#685) should be constant
ChopperInu._symbol (#665) should be constant
ChopperInu._tTotal (#660) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
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.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
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 CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Twitter account
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account