About YowNFT?
For traders and creators, Our Upcoming NFT platform is the place where art becomes unique. It brings together collectors and creators, allowing them dive deeply into the NFT world. YowNft will make it real to turn your own photos from your mobile app to real nfts and sell them on the marketplace
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in YowNFT._transfer(address,address,uint256) (#613-643):
External calls:
- swapAndLiquify(contractTokenBalance) (#636)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#658-664)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#636)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#564)
- _rOwned[_HoldersMarketing] = _rOwned[_HoldersMarketing].add(rHolders) (#571)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#705)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#696)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#716)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#697)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#509)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#717)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#707)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#511)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#523)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _tOwned[_HoldersMarketing] = _tOwned[_HoldersMarketing].add(tHolders) (#573)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#566)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#508)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#715)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#706)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#510)
Apply the check-effects-interactions pattern.
Additional information: link
YowNFT.addLiquidity(uint256,uint256) (#666-676) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
Ensure that all the return values of the function calls are used.
Additional information: link
YowNFT.allowance(address,address).owner (#437) shadows:
- Ownable.owner() (#165-167) (function)
YowNFT._approve(address,address,uint256).owner (#607) shadows:
- Ownable.owner() (#165-167) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in YowNFT._transfer(address,address,uint256) (#613-643):
External calls:
- swapAndLiquify(contractTokenBalance) (#636)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#658-664)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#636)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _BurnedliquidityFee = _previousBurnedLiquidityFee (#602)
- _BurnedliquidityFee = 0 (#597)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _HoldersFee = _previousHoldersFee (#601)
- _HoldersFee = 0 (#596)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _Reflections = _previousReflections (#600)
- _Reflections = 0 (#595)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _previousBurnedLiquidityFee = _BurnedliquidityFee (#594)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _previousHoldersFee = _HoldersFee (#593)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _previousReflections = _Reflections (#592)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- _tFeeTotal = _tFeeTotal.add(tFee) (#524)
Reentrancy in YowNFT.constructor() (#407-416):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#410-411)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#413)
- _isExcludedFromFee[address(this)] = true (#414)
- uniswapV2Router = _uniswapV2Router (#412)
Reentrancy in YowNFT.swapAndLiquify(uint256) (#644-652):
External calls:
- swapTokensForEth(half) (#648)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#658-664)
- addLiquidity(otherHalf,newBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#650)
- _allowances[owner][spender] = amount (#610)
Reentrancy in YowNFT.transferFrom(address,address,uint256) (#444-448):
External calls:
- _transfer(sender,recipient,amount) (#445)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#658-664)
External calls sending eth:
- _transfer(sender,recipient,amount) (#445)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#446)
- _allowances[owner][spender] = amount (#610)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in YowNFT._transfer(address,address,uint256) (#613-643):
External calls:
- swapAndLiquify(contractTokenBalance) (#636)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#658-664)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#636)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#701)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- Transfer(sender,recipient,tTransferAmount) (#721)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- Transfer(sender,recipient,tTransferAmount) (#711)
- _tokenTransfer(from,to,amount,takeFee) (#642)
- Transfer(sender,recipient,tTransferAmount) (#515)
- _tokenTransfer(from,to,amount,takeFee) (#642)
Reentrancy in YowNFT.constructor() (#407-416):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#410-411)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#415)
Reentrancy in YowNFT.swapAndLiquify(uint256) (#644-652):
External calls:
- swapTokensForEth(half) (#648)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#658-664)
- addLiquidity(otherHalf,newBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#611)
- addLiquidity(otherHalf,newBalance) (#650)
- SwapAndLiquify(half,newBalance,otherHalf) (#651)
Reentrancy in YowNFT.transferFrom(address,address,uint256) (#444-448):
External calls:
- _transfer(sender,recipient,amount) (#445)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#658-664)
External calls sending eth:
- _transfer(sender,recipient,amount) (#445)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#668-675)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#611)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#446)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#101-105) uses assembly
- INLINE ASM (#103)
Address._verifyCallResult(bool,bytes,string) (#142-155) uses assembly
- INLINE ASM (#147-150)
Do not use evm assembly.
Additional information: link
YowNFT.includeInReward(address) (#494-505) has costly operations inside a loop:
- _excluded.pop() (#501)
Use a local variable to hold the loop computation result.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#142-155) is never used and should be removed
Address.functionCall(address,bytes) (#111-113) is never used and should be removed
Address.functionCall(address,bytes,string) (#114-116) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#117-119) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#120-125) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#134-136) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#137-141) is never used and should be removed
Address.functionStaticCall(address,bytes) (#126-128) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#129-133) is never used and should be removed
Address.isContract(address) (#101-105) is never used and should be removed
Address.sendValue(address,uint256) (#106-110) is never used and should be removed
Context._msgData() (#94-97) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#76-81) is never used and should be removed
SafeMath.mod(uint256,uint256) (#67-69) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#82-87) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#22-28) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#43-48) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#49-54) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#35-42) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#29-34) is never used and should be removed
Remove unused functions.
Additional information: link
YowNFT._rTotalSupply (#377) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
YowNFT._previousReflections (#383) is set pre-construction with a non-constant function or state variable:
- _Reflections
YowNFT._previousHoldersFee (#385) is set pre-construction with a non-constant function or state variable:
- _HoldersFee
YowNFT._previousBurnedLiquidityFee (#387) 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) (#106-110):
- (success) = recipient.call{value: amount}() (#108)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#120-125):
- (success,returndata) = target.call{value: value}(data) (#123)
Low level call in Address.functionStaticCall(address,bytes,string) (#129-133):
- (success,returndata) = target.staticcall(data) (#131)
Low level call in Address.functionDelegateCall(address,bytes,string) (#137-141):
- (success,returndata) = target.delegatecall(data) (#139)
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() (#202) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#203) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#217) is not in mixedCase
Function IUniswapV2Router01.WETH() (#235) is not in mixedCase
Parameter YowNFT.setSwapAndLiquifyEnabled(bool)._enabled (#517) is not in mixedCase
Parameter YowNFT.calculateReflections(uint256)._amount (#575) is not in mixedCase
Parameter YowNFT.calculateHoldersFee(uint256)._amount (#580) is not in mixedCase
Parameter YowNFT.calculateBurnedLiquidityFee(uint256)._amount (#585) is not in mixedCase
Variable YowNFT._HoldersMarketing (#374) is not in mixedCase
Variable YowNFT._Reflections (#382) is not in mixedCase
Variable YowNFT._HoldersFee (#384) is not in mixedCase
Variable YowNFT._BurnedliquidityFee (#386) is not in mixedCase
Variable YowNFT._maxTxAmount (#388) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#95)" inContext (#90-98)
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 (#239) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#240)
Variable YowNFT._rTotalSupply (#377) is too similar to YowNFT._tTotalSupply (#376)
Variable YowNFT._getValues(uint256).rTransferAmount (#528) is too similar to YowNFT._transferStandard(address,address,uint256).tTransferAmount (#695)
Variable YowNFT._getValues(uint256).rTransferAmount (#528) is too similar to YowNFT._transferFromExcluded(address,address,uint256).tTransferAmount (#714)
Variable YowNFT._transferToExcluded(address,address,uint256).rTransferAmount (#704) is too similar to YowNFT._getTValues(uint256).tTransferAmount (#535)
Variable YowNFT._transferToExcluded(address,address,uint256).rTransferAmount (#704) is too similar to YowNFT._transferBothExcluded(address,address,uint256).tTransferAmount (#507)
Variable YowNFT._transferStandard(address,address,uint256).rTransferAmount (#695) is too similar to YowNFT._getTValues(uint256).tTransferAmount (#535)
Variable YowNFT._transferToExcluded(address,address,uint256).rTransferAmount (#704) is too similar to YowNFT._transferToExcluded(address,address,uint256).tTransferAmount (#704)
Variable YowNFT._transferFromExcluded(address,address,uint256).rTransferAmount (#714) is too similar to YowNFT._getTValues(uint256).tTransferAmount (#535)
Variable YowNFT._transferFromExcluded(address,address,uint256).rTransferAmount (#714) is too similar to YowNFT._transferBothExcluded(address,address,uint256).tTransferAmount (#507)
Variable YowNFT._transferFromExcluded(address,address,uint256).rTransferAmount (#714) is too similar to YowNFT._transferToExcluded(address,address,uint256).tTransferAmount (#704)
Variable YowNFT._transferToExcluded(address,address,uint256).rTransferAmount (#704) is too similar to YowNFT._transferStandard(address,address,uint256).tTransferAmount (#695)
Variable YowNFT._transferStandard(address,address,uint256).rTransferAmount (#695) is too similar to YowNFT._transferStandard(address,address,uint256).tTransferAmount (#695)
Variable YowNFT._transferToExcluded(address,address,uint256).rTransferAmount (#704) is too similar to YowNFT._transferFromExcluded(address,address,uint256).tTransferAmount (#714)
Variable YowNFT._transferFromExcluded(address,address,uint256).rTransferAmount (#714) is too similar to YowNFT._transferStandard(address,address,uint256).tTransferAmount (#695)
Variable YowNFT._transferBothExcluded(address,address,uint256).rTransferAmount (#507) is too similar to YowNFT._getTValues(uint256).tTransferAmount (#535)
Variable YowNFT._transferBothExcluded(address,address,uint256).rTransferAmount (#507) is too similar to YowNFT._transferBothExcluded(address,address,uint256).tTransferAmount (#507)
Variable YowNFT._getValues(uint256).rTransferAmount (#528) is too similar to YowNFT._getTValues(uint256).tTransferAmount (#535)
Variable YowNFT._getValues(uint256).rTransferAmount (#528) is too similar to YowNFT._transferBothExcluded(address,address,uint256).tTransferAmount (#507)
Variable YowNFT._transferFromExcluded(address,address,uint256).rTransferAmount (#714) is too similar to YowNFT._transferFromExcluded(address,address,uint256).tTransferAmount (#714)
Variable YowNFT._getValues(uint256).rTransferAmount (#528) is too similar to YowNFT._transferToExcluded(address,address,uint256).tTransferAmount (#704)
Variable YowNFT._transferBothExcluded(address,address,uint256).rTransferAmount (#507) is too similar to YowNFT._transferStandard(address,address,uint256).tTransferAmount (#695)
Variable YowNFT._transferStandard(address,address,uint256).rTransferAmount (#695) is too similar to YowNFT._transferBothExcluded(address,address,uint256).tTransferAmount (#507)
Variable YowNFT._transferStandard(address,address,uint256).rTransferAmount (#695) is too similar to YowNFT._getValues(uint256).tTransferAmount (#527)
Variable YowNFT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#543) is too similar to YowNFT._getTValues(uint256).tTransferAmount (#535)
Variable YowNFT.reflectionFromToken(uint256,bool).rTransferAmount (#477) is too similar to YowNFT._getTValues(uint256).tTransferAmount (#535)
Variable YowNFT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#543) is too similar to YowNFT._transferToExcluded(address,address,uint256).tTransferAmount (#704)
Variable YowNFT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#543) is too similar to YowNFT._transferStandard(address,address,uint256).tTransferAmount (#695)
Variable YowNFT.reflectionFromToken(uint256,bool).rTransferAmount (#477) is too similar to YowNFT._transferToExcluded(address,address,uint256).tTransferAmount (#704)
Variable YowNFT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#543) is too similar to YowNFT._transferFromExcluded(address,address,uint256).tTransferAmount (#714)
Variable YowNFT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#543) is too similar to YowNFT._getValues(uint256).tTransferAmount (#527)
Variable YowNFT.reflectionFromToken(uint256,bool).rTransferAmount (#477) is too similar to YowNFT._transferStandard(address,address,uint256).tTransferAmount (#695)
Variable YowNFT.reflectionFromToken(uint256,bool).rTransferAmount (#477) is too similar to YowNFT._transferFromExcluded(address,address,uint256).tTransferAmount (#714)
Variable YowNFT.reflectionFromToken(uint256,bool).rTransferAmount (#477) is too similar to YowNFT._getValues(uint256).tTransferAmount (#527)
Variable YowNFT._transferBothExcluded(address,address,uint256).rTransferAmount (#507) is too similar to YowNFT._transferToExcluded(address,address,uint256).tTransferAmount (#704)
Variable YowNFT._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#543) is too similar to YowNFT._transferBothExcluded(address,address,uint256).tTransferAmount (#507)
Variable YowNFT._getValues(uint256).rTransferAmount (#528) is too similar to YowNFT._getValues(uint256).tTransferAmount (#527)
Variable YowNFT._transferBothExcluded(address,address,uint256).rTransferAmount (#507) is too similar to YowNFT._transferFromExcluded(address,address,uint256).tTransferAmount (#714)
Variable YowNFT._transferBothExcluded(address,address,uint256).rTransferAmount (#507) is too similar to YowNFT._getValues(uint256).tTransferAmount (#527)
Variable YowNFT.reflectionFromToken(uint256,bool).rTransferAmount (#477) is too similar to YowNFT._transferBothExcluded(address,address,uint256).tTransferAmount (#507)
Variable YowNFT._transferToExcluded(address,address,uint256).rTransferAmount (#704) is too similar to YowNFT._getValues(uint256).tTransferAmount (#527)
Variable YowNFT._transferStandard(address,address,uint256).rTransferAmount (#695) is too similar to YowNFT._transferToExcluded(address,address,uint256).tTransferAmount (#704)
Variable YowNFT._transferStandard(address,address,uint256).rTransferAmount (#695) is too similar to YowNFT._transferFromExcluded(address,address,uint256).tTransferAmount (#714)
Variable YowNFT._transferFromExcluded(address,address,uint256).rTransferAmount (#714) is too similar to YowNFT._getValues(uint256).tTransferAmount (#527)
Prevent variables from having similar names.
Additional information: link
YowNFT.slitherConstructorVariables() (#365-724) uses literals with too many digits:
- _tTotalSupply = 1000000000000000 * 10 ** 18 (#376)
YowNFT.slitherConstructorVariables() (#365-724) uses literals with too many digits:
- _maxTxAmount = 90000000000000 * 10 ** 18 (#388)
YowNFT.slitherConstructorVariables() (#365-724) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 9000000000000 * 10 ** 18 (#394)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
YowNFT._HoldersMarketing (#374) should be constant
YowNFT._decimals (#381) should be constant
YowNFT._maxTxAmount (#388) should be constant
YowNFT._tTotalSupply (#376) should be constant
YowNFT._tokenname (#379) should be constant
YowNFT._tokensymbol (#380) should be constant
YowNFT.numTokensSellToAddToLiquidity (#394) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#172-175)
name() should be declared external:
- YowNFT.name() (#417-419)
symbol() should be declared external:
- YowNFT.symbol() (#420-422)
decimals() should be declared external:
- YowNFT.decimals() (#423-425)
totalSupply() should be declared external:
- YowNFT.totalSupply() (#426-428)
transfer(address,uint256) should be declared external:
- YowNFT.transfer(address,uint256) (#433-436)
allowance(address,address) should be declared external:
- YowNFT.allowance(address,address) (#437-439)
approve(address,uint256) should be declared external:
- YowNFT.approve(address,uint256) (#440-443)
transferFrom(address,address,uint256) should be declared external:
- YowNFT.transferFrom(address,address,uint256) (#444-448)
increaseAllowance(address,uint256) should be declared external:
- YowNFT.increaseAllowance(address,uint256) (#449-452)
decreaseAllowance(address,uint256) should be declared external:
- YowNFT.decreaseAllowance(address,uint256) (#453-456)
isExcludedFromReward(address) should be declared external:
- YowNFT.isExcludedFromReward(address) (#457-459)
totalFees() should be declared external:
- YowNFT.totalFees() (#460-462)
deliver(uint256) should be declared external:
- YowNFT.deliver(uint256) (#463-470)
reflectionFromToken(uint256,bool) should be declared external:
- YowNFT.reflectionFromToken(uint256,bool) (#471-480)
excludeFromReward(address) should be declared external:
- YowNFT.excludeFromReward(address) (#486-493)
setSwapAndLiquifyEnabled(bool) should be declared external:
- YowNFT.setSwapAndLiquifyEnabled(bool) (#517-520)
isExcludedFromFee(address) should be declared external:
- YowNFT.isExcludedFromFee(address) (#604-606)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
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
Contract has 7% buy tax and 8% sell tax.
Taxes are low and contract ownership is renounced.
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