Oh, how I love Italian food. I eat it all the time, Not just ’cause how good it tastes But ’cause ho Token Logo

ItalianPasta [Oh, how I love Italian food. I eat it all the time, Not just ’cause how good it tastes But ’cause ho] Token

About ItalianPasta

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 8 January 2022

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


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

Reentrancy in ItalianPasta._transfer(address,address,uint256) (#766-819):
External calls:
- swapAndLiquify(tokensToSwap) (#799)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
External calls sending eth:
- swapAndLiquify(tokensToSwap) (#799)
- recipient.transfer(amount) (#985)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
State variables written after the call(s):
- _transferStandard(sender,recipient,amount) (#814)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#920)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#823)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#824)
- _transferStandard(sender,recipient,amount) (#814)
- _rTotal = _rTotal.sub(rFee) (#831)
Apply the check-effects-interactions pattern.

Additional information: link

ItalianPasta._tOwned (#543) is never initialized. It is used in:
- ItalianPasta._getCurrentSupply() (#902-915)
ItalianPasta._excluded (#548) is never initialized. It is used in:
- ItalianPasta._getCurrentSupply() (#902-915)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

Contract name (Oh, how I love Italian food. I eat it all the time, Not just ’cause how good it tastes But ’cause ho) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Contract name (Oh, how I love Italian food. I eat it all the time, Not just ’cause how good it tastes But ’cause ho) has length of 100 chars.
Not a direct threat, but may indicate unreliable intentions of developer.

ItalianPasta._getTValues(uint256) (#859-874) performs a multiplication on the result of a division:
-tFee = tAmount.div(10 ** 2).mul(_taxFee).mul(multiplier) (#869)
ItalianPasta._getTValues(uint256) (#859-874) performs a multiplication on the result of a division:
-tLiquidity = tAmount.div(10 ** 2).mul(_liquidityFee).mul(multiplier) (#870-871)
ItalianPasta.swapAndLiquify(uint256) (#923-953) performs a multiplication on the result of a division:
-liquidtyPortion = contractTokenBalance.div(10 ** 2).mul(5) (#925)
ItalianPasta.slitherConstructorVariables() (#539-990) performs a multiplication on the result of a division:
-_maxWallet = _tTotal.div(10 ** 2).mul(100) (#557)
Consider ordering multiplication before division.

Additional information: link

ItalianPasta._transfer(address,address,uint256) (#766-819) uses tx.origin for authorization: require(bool,string)(balanceOf(tx.origin) + amount <= _maxWallet,Exceeds maximum wallet token amount) (#781-785)
Do not use tx.origin for authorization.

Additional information: link

ItalianPasta.addLiquidity(uint256,uint256) (#971-982) ignores return value by pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
Ensure that all the return values of the function calls are used.

Additional information: link

ItalianPasta.allowance(address,address).owner (#667) shadows:
- Ownable.owner() (#156-158) (function)
ItalianPasta._approve(address,address,uint256).owner (#732) shadows:
- Ownable.owner() (#156-158) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in ItalianPasta._transfer(address,address,uint256) (#766-819):
External calls:
- swapAndLiquify(tokensToSwap) (#799)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
External calls sending eth:
- swapAndLiquify(tokensToSwap) (#799)
- recipient.transfer(amount) (#985)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
State variables written after the call(s):
- removeAllFee() (#812)
- _liquidityFee = 0 (#750)
- restoreAllFee() (#816)
- _liquidityFee = _previousLiquidityFee (#763)
- turnOffPenalties() (#818)
- _penaltiesEnabled = false (#754)
- removeAllFee() (#812)
- _previousLiquidityFee = _liquidityFee (#747)
- removeAllFee() (#812)
- _previousTaxFee = _taxFee (#746)
- _transferStandard(sender,recipient,amount) (#814)
- _tFeeTotal = _tFeeTotal.add(tFee) (#832)
- removeAllFee() (#812)
- _taxFee = 0 (#749)
- restoreAllFee() (#816)
- _taxFee = _previousTaxFee (#762)
Reentrancy in ItalianPasta.constructor() (#584-598):
External calls:
- pcsV2Pair = IPancakeFactory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#591-594)
State variables written after the call(s):
- pcsV2Router = _pancakeswapV2Router (#595)
Reentrancy in ItalianPasta.swapAndLiquify(uint256) (#923-953):
External calls:
- swapTokensForBNB(half) (#933)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
External calls sending eth:
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- _allowances[owner][spender] = amount (#739)
Reentrancy in ItalianPasta.swapAndLiquify(uint256) (#923-953):
External calls:
- swapTokensForBNB(half) (#933)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- swapTokensForBNB(Portion) (#944)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
External calls sending eth:
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
State variables written after the call(s):
- swapTokensForBNB(Portion) (#944)
- _allowances[owner][spender] = amount (#739)
Reentrancy in ItalianPasta.transferFrom(address,address,uint256) (#685-700):
External calls:
- _transfer(sender,recipient,amount) (#690)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
External calls sending eth:
- _transfer(sender,recipient,amount) (#690)
- recipient.transfer(amount) (#985)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#691-698)
- _allowances[owner][spender] = amount (#739)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ItalianPasta._transfer(address,address,uint256) (#766-819):
External calls:
- swapAndLiquify(tokensToSwap) (#799)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
External calls sending eth:
- swapAndLiquify(tokensToSwap) (#799)
- recipient.transfer(amount) (#985)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#827)
- _transferStandard(sender,recipient,amount) (#814)
Reentrancy in ItalianPasta.constructor() (#584-598):
External calls:
- pcsV2Pair = IPancakeFactory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#591-594)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#597)
Reentrancy in ItalianPasta.swapAndLiquify(uint256) (#923-953):
External calls:
- swapTokensForBNB(half) (#933)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
External calls sending eth:
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#740)
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- LiquiditySwapped(half,newBalanceFromLiquify,otherHalf) (#939)
Reentrancy in ItalianPasta.swapAndLiquify(uint256) (#923-953):
External calls:
- swapTokensForBNB(half) (#933)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- swapTokensForBNB(Portion) (#944)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
External calls sending eth:
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#740)
- swapTokensForBNB(Portion) (#944)
Reentrancy in ItalianPasta.swapAndLiquify(uint256) (#923-953):
External calls:
- swapTokensForBNB(half) (#933)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- swapTokensForBNB(Portion) (#944)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
External calls sending eth:
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- TransferETH(address(marketingswap),address(this).balance) (#950)
- recipient.transfer(amount) (#985)
Event emitted after the call(s):
- TokensSwapped(Portion,BalanceReceived,totalBalanceToSend,marketingswap) (#952)
Reentrancy in ItalianPasta.transferFrom(address,address,uint256) (#685-700):
External calls:
- _transfer(sender,recipient,amount) (#690)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- pcsV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#962-968)
External calls sending eth:
- _transfer(sender,recipient,amount) (#690)
- recipient.transfer(amount) (#985)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#740)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#691-698)
Apply the check-effects-interactions pattern.

Additional information: link

ItalianPasta._getAntiDumpMultiplier() (#841-857) uses timestamp for comparisons
Dangerous comparisons:
- time_since_start < 1 * hour (#845)
- time_since_start < 2 * hour (#847)
- time_since_start < 3 * hour (#849)
Avoid relying on block.timestamp.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.5.0', '>=0.6.2', '^0.6.12']
- ^0.6.12 (#24)
- >=0.6.2 (#184)
- >=0.6.2 (#345)
- >=0.5.0 (#394)
- >=0.5.0 (#428)
Use one Solidity version.

Additional information: link

Context._msgData() (#72-75) is never used and should be removed
SafeMath.mod(uint256,uint256) (#128-130) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#132-139) is never used and should be removed
Remove unused functions.

Additional information: link

ItalianPasta._previousTaxFee (#560) is set pre-construction with a non-constant function or state variable:
- _taxFee
ItalianPasta._previousLiquidityFee (#561) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Pragma version>=0.6.2 (#184) allows old versions
Pragma version>=0.6.2 (#345) allows old versions
Pragma version>=0.5.0 (#394) allows old versions
Pragma version>=0.5.0 (#428) allows old versions
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 IPancakeRouter01.WETH() (#189) is not in mixedCase
Function IPancakeFactory.INIT_CODE_PAIR_HASH() (#425) is not in mixedCase
Function IPancakePair.DOMAIN_SEPARATOR() (#463) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#465) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#496) is not in mixedCase
Function ItalianPasta.TransferETH(address,uint256) (#984-986) is not in mixedCase
Constant ItalianPasta._tTotal (#553) is not in UPPER_CASE_WITH_UNDERSCORES
Variable ItalianPasta._taxFee (#558) is not in mixedCase
Variable ItalianPasta._liquidityFee (#559) is not in mixedCase
Variable ItalianPasta._previousTaxFee (#560) is not in mixedCase
Variable ItalianPasta._previousLiquidityFee (#561) is not in mixedCase
Variable ItalianPasta._start_timestamp (#569) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#73)" inContext (#65-76)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in ItalianPasta._transfer(address,address,uint256) (#766-819):
External calls:
- swapAndLiquify(tokensToSwap) (#799)
- recipient.transfer(amount) (#985)
External calls sending eth:
- swapAndLiquify(tokensToSwap) (#799)
- recipient.transfer(amount) (#985)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
State variables written after the call(s):
- removeAllFee() (#812)
- _liquidityFee = 0 (#750)
- restoreAllFee() (#816)
- _liquidityFee = _previousLiquidityFee (#763)
- turnOffPenalties() (#818)
- _penaltiesEnabled = false (#754)
- removeAllFee() (#812)
- _previousLiquidityFee = _liquidityFee (#747)
- removeAllFee() (#812)
- _previousTaxFee = _taxFee (#746)
- _transferStandard(sender,recipient,amount) (#814)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#920)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#823)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#824)
- _transferStandard(sender,recipient,amount) (#814)
- _rTotal = _rTotal.sub(rFee) (#831)
- _transferStandard(sender,recipient,amount) (#814)
- _tFeeTotal = _tFeeTotal.add(tFee) (#832)
- removeAllFee() (#812)
- _taxFee = 0 (#749)
- restoreAllFee() (#816)
- _taxFee = _previousTaxFee (#762)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#827)
- _transferStandard(sender,recipient,amount) (#814)
Reentrancy in ItalianPasta.swapAndLiquify(uint256) (#923-953):
External calls:
- TransferETH(address(marketingswap),address(this).balance) (#950)
- recipient.transfer(amount) (#985)
External calls sending eth:
- addLiquidity(otherHalf,newBalanceFromLiquify) (#937)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
- TransferETH(address(marketingswap),address(this).balance) (#950)
- recipient.transfer(amount) (#985)
Event emitted after the call(s):
- TokensSwapped(Portion,BalanceReceived,totalBalanceToSend,marketingswap) (#952)
Reentrancy in ItalianPasta.transferFrom(address,address,uint256) (#685-700):
External calls:
- _transfer(sender,recipient,amount) (#690)
- recipient.transfer(amount) (#985)
External calls sending eth:
- _transfer(sender,recipient,amount) (#690)
- recipient.transfer(amount) (#985)
- pcsV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#974-981)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#691-698)
- _allowances[owner][spender] = amount (#739)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#740)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#691-698)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#194) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#195)
Variable ItalianPasta._transferStandard(address,address,uint256).rTransferAmount (#822) is too similar to ItalianPasta._transferStandard(address,address,uint256).tTransferAmount (#822)
Variable ItalianPasta._getValues(uint256).rTransferAmount (#837) is too similar to ItalianPasta._transferStandard(address,address,uint256).tTransferAmount (#822)
Variable ItalianPasta._getValues(uint256).rTransferAmount (#837) is too similar to ItalianPasta._getTValues(uint256).tTransferAmount (#872)
Variable ItalianPasta._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#893) is too similar to ItalianPasta._getValues(uint256).tTransferAmount (#836)
Variable ItalianPasta._transferStandard(address,address,uint256).rTransferAmount (#822) is too similar to ItalianPasta._getTValues(uint256).tTransferAmount (#872)
Variable ItalianPasta._transferStandard(address,address,uint256).rTransferAmount (#822) is too similar to ItalianPasta._getValues(uint256).tTransferAmount (#836)
Variable ItalianPasta._getValues(uint256).rTransferAmount (#837) is too similar to ItalianPasta._getValues(uint256).tTransferAmount (#836)
Variable ItalianPasta._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#893) is too similar to ItalianPasta._getTValues(uint256).tTransferAmount (#872)
Variable ItalianPasta._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#893) is too similar to ItalianPasta._transferStandard(address,address,uint256).tTransferAmount (#822)
Prevent variables from having similar names.

Additional information: link

ItalianPasta.slitherConstructorVariables() (#539-990) uses literals with too many digits:
- _numOfTokensToExchange = 10000000 * 10 ** 6 * 10 ** 9 (#556)
ItalianPasta.slitherConstructorConstantVariables() (#539-990) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#553)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ItalianPasta._decimals (#568) should be constant
ItalianPasta._maxWallet (#557) should be constant
ItalianPasta._name (#566) should be constant
ItalianPasta._numOfTokensToExchange (#556) should be constant
ItalianPasta._symbol (#567) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#165-168)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#170-172)
name() should be declared external:
- ItalianPasta.name() (#606-608)
symbol() should be declared external:
- ItalianPasta.symbol() (#610-612)
decimals() should be declared external:
- ItalianPasta.decimals() (#614-616)
getEquivalentValue() should be declared external:
- ItalianPasta.getEquivalentValue() (#618-636)
getPairReserves() should be declared external:
- ItalianPasta.getPairReserves() (#639-644)
totalSupply() should be declared external:
- ItalianPasta.totalSupply() (#646-648)
isExcluded(address) should be declared external:
- ItalianPasta.isExcluded(address) (#654-656)
transfer(address,uint256) should be declared external:
- ItalianPasta.transfer(address,uint256) (#658-665)
allowance(address,address) should be declared external:
- ItalianPasta.allowance(address,address) (#667-674)
approve(address,uint256) should be declared external:
- ItalianPasta.approve(address,uint256) (#676-683)
transferFrom(address,address,uint256) should be declared external:
- ItalianPasta.transferFrom(address,address,uint256) (#685-700)
totalFees() should be declared external:
- ItalianPasta.totalFees() (#702-704)
inSwapAndLiquify() should be declared external:
- ItalianPasta.inSwapAndLiquify() (#706-708)
reflect(uint256) should be declared external:
- ItalianPasta.reflect(uint256) (#710-716)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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.


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for ItalianPasta