BullishZukoInuToken Token Logo

BZT [BullishZukoInu] Token

About BZT

Listings

Token 4 years

Experience the power of bullish zuko inu token!

Afraid of rug pulls and evil-minded developers launching honeypot tokens? STOP! That won't happen again. With us, you are about to 10X to 100X your BNB quickly. Just hold us tight! We're going bullish straight to the moon!

Social

Laser Scorebeta Last Audit: 17 January 2022

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

Anti-Scam

Links


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

Reentrancy in BullishZukoInuToken._transfer(address,address,uint256) (#616-646):
External calls:
- swapAndLiquify(contractTokenBalance) (#639)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#661-667)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#639)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#567)
- _rOwned[_HoldersMarketing] = _rOwned[_HoldersMarketing].add(rHolders) (#574)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#708)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#699)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#512)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#719)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#700)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#710)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#720)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#514)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#526)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#569)
- _tOwned[_HoldersMarketing] = _tOwned[_HoldersMarketing].add(tHolders) (#576)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#511)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#718)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#709)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#513)
Apply the check-effects-interactions pattern.

Additional information: link

BullishZukoInuToken.addLiquidity(uint256,uint256) (#669-679) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
Ensure that all the return values of the function calls are used.

Additional information: link

BullishZukoInuToken.allowance(address,address).owner (#440) shadows:
- Ownable.owner() (#168-170) (function)
BullishZukoInuToken._approve(address,address,uint256).owner (#610) shadows:
- Ownable.owner() (#168-170) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in BullishZukoInuToken._transfer(address,address,uint256) (#616-646):
External calls:
- swapAndLiquify(contractTokenBalance) (#639)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#661-667)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#639)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _BurnedliquidityFee = _previousBurnedLiquidityFee (#605)
- _BurnedliquidityFee = 0 (#600)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _HoldersFee = _previousHoldersFee (#604)
- _HoldersFee = 0 (#599)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _Reflections = _previousReflections (#603)
- _Reflections = 0 (#598)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _previousBurnedLiquidityFee = _BurnedliquidityFee (#597)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _previousHoldersFee = _HoldersFee (#596)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _previousReflections = _Reflections (#595)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- _tFeeTotal = _tFeeTotal.add(tFee) (#527)
Reentrancy in BullishZukoInuToken.constructor() (#410-419):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#413-414)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#416)
- _isExcludedFromFee[address(this)] = true (#417)
- uniswapV2Router = _uniswapV2Router (#415)
Reentrancy in BullishZukoInuToken.swapAndLiquify(uint256) (#647-655):
External calls:
- swapTokensForEth(half) (#651)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#661-667)
- addLiquidity(otherHalf,newBalance) (#653)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#653)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#653)
- _allowances[owner][spender] = amount (#613)
Reentrancy in BullishZukoInuToken.transferFrom(address,address,uint256) (#447-451):
External calls:
- _transfer(sender,recipient,amount) (#448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#661-667)
External calls sending eth:
- _transfer(sender,recipient,amount) (#448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#449)
- _allowances[owner][spender] = amount (#613)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BullishZukoInuToken._transfer(address,address,uint256) (#616-646):
External calls:
- swapAndLiquify(contractTokenBalance) (#639)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#661-667)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#639)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#704)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- Transfer(sender,recipient,tTransferAmount) (#724)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- Transfer(sender,recipient,tTransferAmount) (#714)
- _tokenTransfer(from,to,amount,takeFee) (#645)
- Transfer(sender,recipient,tTransferAmount) (#518)
- _tokenTransfer(from,to,amount,takeFee) (#645)
Reentrancy in BullishZukoInuToken.constructor() (#410-419):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#413-414)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#418)
Reentrancy in BullishZukoInuToken.swapAndLiquify(uint256) (#647-655):
External calls:
- swapTokensForEth(half) (#651)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#661-667)
- addLiquidity(otherHalf,newBalance) (#653)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#653)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#614)
- addLiquidity(otherHalf,newBalance) (#653)
- SwapAndLiquify(half,newBalance,otherHalf) (#654)
Reentrancy in BullishZukoInuToken.transferFrom(address,address,uint256) (#447-451):
External calls:
- _transfer(sender,recipient,amount) (#448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#661-667)
External calls sending eth:
- _transfer(sender,recipient,amount) (#448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#671-678)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#614)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#449)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#104-108) uses assembly
- INLINE ASM (#106)
Address._verifyCallResult(bool,bytes,string) (#145-158) uses assembly
- INLINE ASM (#150-153)
Do not use evm assembly.

Additional information: link

BullishZukoInuToken.includeInReward(address) (#497-508) has costly operations inside a loop:
- _excluded.pop() (#504)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#145-158) is never used and should be removed
Address.functionCall(address,bytes) (#114-116) is never used and should be removed
Address.functionCall(address,bytes,string) (#117-119) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#120-122) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#123-128) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#137-139) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#140-144) is never used and should be removed
Address.functionStaticCall(address,bytes) (#129-131) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#132-136) is never used and should be removed
Address.isContract(address) (#104-108) is never used and should be removed
Address.sendValue(address,uint256) (#109-113) is never used and should be removed
Context._msgData() (#97-100) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#79-84) is never used and should be removed
SafeMath.mod(uint256,uint256) (#70-72) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#85-90) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#25-31) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#46-51) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#52-57) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#38-45) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#32-37) is never used and should be removed
Remove unused functions.

Additional information: link

BullishZukoInuToken._rTotalSupply (#380) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
BullishZukoInuToken._previousReflections (#386) is set pre-construction with a non-constant function or state variable:
- _Reflections
BullishZukoInuToken._previousHoldersFee (#388) is set pre-construction with a non-constant function or state variable:
- _HoldersFee
BullishZukoInuToken._previousBurnedLiquidityFee (#390) is set pre-construction with a non-constant function or state variable:
- _BurnedliquidityFee
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) (#109-113):
- (success) = recipient.call{value: amount}() (#111)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#123-128):
- (success,returndata) = target.call{value: value}(data) (#126)
Low level call in Address.functionStaticCall(address,bytes,string) (#132-136):
- (success,returndata) = target.staticcall(data) (#134)
Low level call in Address.functionDelegateCall(address,bytes,string) (#140-144):
- (success,returndata) = target.delegatecall(data) (#142)
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() (#205) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#206) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#220) is not in mixedCase
Function IUniswapV2Router01.WETH() (#238) is not in mixedCase
Parameter BullishZukoInuToken.setSwapAndLiquifyEnabled(bool)._enabled (#520) is not in mixedCase
Parameter BullishZukoInuToken.calculateReflections(uint256)._amount (#578) is not in mixedCase
Parameter BullishZukoInuToken.calculateHoldersFee(uint256)._amount (#583) is not in mixedCase
Parameter BullishZukoInuToken.calculateBurnedLiquidityFee(uint256)._amount (#588) is not in mixedCase
Variable BullishZukoInuToken._HoldersMarketing (#377) is not in mixedCase
Variable BullishZukoInuToken._Reflections (#385) is not in mixedCase
Variable BullishZukoInuToken._HoldersFee (#387) is not in mixedCase
Variable BullishZukoInuToken._BurnedliquidityFee (#389) is not in mixedCase
Variable BullishZukoInuToken._maxTxAmount (#391) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#98)" inContext (#93-101)
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 (#242) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#243)
Variable BullishZukoInuToken._rTotalSupply (#380) is too similar to BullishZukoInuToken._tTotalSupply (#379)
Variable BullishZukoInuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to BullishZukoInuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable BullishZukoInuToken._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to BullishZukoInuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable BullishZukoInuToken._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to BullishZukoInuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable BullishZukoInuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to BullishZukoInuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable BullishZukoInuToken._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to BullishZukoInuToken._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable BullishZukoInuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to BullishZukoInuToken._getTValues(uint256).tTransferAmount (#538)
Variable BullishZukoInuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to BullishZukoInuToken._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable BullishZukoInuToken._getValues(uint256).rTransferAmount (#531) is too similar to BullishZukoInuToken._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable BullishZukoInuToken._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to BullishZukoInuToken._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable BullishZukoInuToken._getValues(uint256).rTransferAmount (#531) is too similar to BullishZukoInuToken._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable BullishZukoInuToken._getValues(uint256).rTransferAmount (#531) is too similar to BullishZukoInuToken._getTValues(uint256).tTransferAmount (#538)
Variable BullishZukoInuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to BullishZukoInuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable BullishZukoInuToken._getValues(uint256).rTransferAmount (#531) is too similar to BullishZukoInuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable BullishZukoInuToken._getValues(uint256).rTransferAmount (#531) is too similar to BullishZukoInuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable BullishZukoInuToken._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to BullishZukoInuToken._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable BullishZukoInuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to BullishZukoInuToken._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable BullishZukoInuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to BullishZukoInuToken._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable BullishZukoInuToken._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to BullishZukoInuToken._getTValues(uint256).tTransferAmount (#538)
Variable BullishZukoInuToken._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to BullishZukoInuToken._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable BullishZukoInuToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to BullishZukoInuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable BullishZukoInuToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to BullishZukoInuToken._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable BullishZukoInuToken.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to BullishZukoInuToken._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable BullishZukoInuToken.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to BullishZukoInuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable BullishZukoInuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to BullishZukoInuToken._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable BullishZukoInuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to BullishZukoInuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable BullishZukoInuToken._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to BullishZukoInuToken._getValues(uint256).tTransferAmount (#530)
Variable BullishZukoInuToken._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to BullishZukoInuToken._getTValues(uint256).tTransferAmount (#538)
Variable BullishZukoInuToken._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to BullishZukoInuToken._getValues(uint256).tTransferAmount (#530)
Variable BullishZukoInuToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to BullishZukoInuToken._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable BullishZukoInuToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to BullishZukoInuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable BullishZukoInuToken.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to BullishZukoInuToken._getTValues(uint256).tTransferAmount (#538)
Variable BullishZukoInuToken.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to BullishZukoInuToken._getValues(uint256).tTransferAmount (#530)
Variable BullishZukoInuToken._getValues(uint256).rTransferAmount (#531) is too similar to BullishZukoInuToken._getValues(uint256).tTransferAmount (#530)
Variable BullishZukoInuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to BullishZukoInuToken._getTValues(uint256).tTransferAmount (#538)
Variable BullishZukoInuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to BullishZukoInuToken._getValues(uint256).tTransferAmount (#530)
Variable BullishZukoInuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#510) is too similar to BullishZukoInuToken._getValues(uint256).tTransferAmount (#530)
Variable BullishZukoInuToken._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to BullishZukoInuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable BullishZukoInuToken.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to BullishZukoInuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#510)
Variable BullishZukoInuToken.reflectionFromToken(uint256,bool).rTransferAmount (#480) is too similar to BullishZukoInuToken._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable BullishZukoInuToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to BullishZukoInuToken._getTValues(uint256).tTransferAmount (#538)
Variable BullishZukoInuToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#546) is too similar to BullishZukoInuToken._getValues(uint256).tTransferAmount (#530)
Variable BullishZukoInuToken._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to BullishZukoInuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Prevent variables from having similar names.

Additional information: link

BullishZukoInuToken.slitherConstructorVariables() (#368-727) uses literals with too many digits:
- _tTotalSupply = 1000000000000000 * 10 ** 18 (#379)
BullishZukoInuToken.slitherConstructorVariables() (#368-727) uses literals with too many digits:
- _maxTxAmount = 80000000000000 * 10 ** 18 (#391)
BullishZukoInuToken.slitherConstructorVariables() (#368-727) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 80000000000000 * 10 ** 18 (#397)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BullishZukoInuToken._HoldersMarketing (#377) should be constant
BullishZukoInuToken._decimals (#384) should be constant
BullishZukoInuToken._maxTxAmount (#391) should be constant
BullishZukoInuToken._tTotalSupply (#379) should be constant
BullishZukoInuToken._tokenname (#382) should be constant
BullishZukoInuToken._tokensymbol (#383) should be constant
BullishZukoInuToken.numTokensSellToAddToLiquidity (#397) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#175-178)
name() should be declared external:
- BullishZukoInuToken.name() (#420-422)
symbol() should be declared external:
- BullishZukoInuToken.symbol() (#423-425)
decimals() should be declared external:
- BullishZukoInuToken.decimals() (#426-428)
totalSupply() should be declared external:
- BullishZukoInuToken.totalSupply() (#429-431)
transfer(address,uint256) should be declared external:
- BullishZukoInuToken.transfer(address,uint256) (#436-439)
allowance(address,address) should be declared external:
- BullishZukoInuToken.allowance(address,address) (#440-442)
approve(address,uint256) should be declared external:
- BullishZukoInuToken.approve(address,uint256) (#443-446)
transferFrom(address,address,uint256) should be declared external:
- BullishZukoInuToken.transferFrom(address,address,uint256) (#447-451)
increaseAllowance(address,uint256) should be declared external:
- BullishZukoInuToken.increaseAllowance(address,uint256) (#452-455)
decreaseAllowance(address,uint256) should be declared external:
- BullishZukoInuToken.decreaseAllowance(address,uint256) (#456-459)
isExcludedFromReward(address) should be declared external:
- BullishZukoInuToken.isExcludedFromReward(address) (#460-462)
totalFees() should be declared external:
- BullishZukoInuToken.totalFees() (#463-465)
deliver(uint256) should be declared external:
- BullishZukoInuToken.deliver(uint256) (#466-473)
reflectionFromToken(uint256,bool) should be declared external:
- BullishZukoInuToken.reflectionFromToken(uint256,bool) (#474-483)
excludeFromReward(address) should be declared external:
- BullishZukoInuToken.excludeFromReward(address) (#489-496)
setSwapAndLiquifyEnabled(bool) should be declared external:
- BullishZukoInuToken.setSwapAndLiquifyEnabled(bool) (#520-523)
isExcludedFromFee(address) should be declared external:
- BullishZukoInuToken.isExcludedFromFee(address) (#607-609)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


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.


Telegram account has relatively few subscribers


Twitter account has relatively few followers


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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


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 BZT

News for BZT