PIZZA NFT Token Logo

$PIZZA [PIZZA NFT] Token

About $PIZZA

Listings

Token 2 years
white paper

PIZZANFT is an exclusive creator & developer of The Pizza Dough Astros: Astro Kungfu Fighters & Astro Jocks. Pizza Dough Astro NFT characters will be in 2D, 3D & VR games. The Pizza Dough Astro Characters can be collected in many series of set, serial #0002-2000. PIZZANFT Developers will design additional new NFT characters to be listed in 3rd Party NFT Marketplace and along with its own PIZZANFT Marketplace on the Binance Smart Chain. PIZZANFT is a new brand, formerly known as SafePizza.

Laser Scorebeta Last Audit: 22 January 2022

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

PizzaNFT.contractSwap(uint256) (#754-802) sends eth to arbitrary user
Dangerous calls:
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in PizzaNFT._finalizeTransfer(address,address,uint256,bool) (#659-712):
External calls:
- _checkLiquidityAdd(from,to) (#661)
- reflector.initialize() (#819)
- antiSnipe.checkUser(from,to,amount) (#669-673)
- contractSwap(contractTokenBalance) (#697)
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(numTokensToSwap - amountToLiquify,0,path,address(this),block.timestamp) (#769-775)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
External calls sending eth:
- contractSwap(contractTokenBalance) (#697)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
State variables written after the call(s):
- amountReceived = takeTaxes(from,to,amount) (#703)
- _tOwned[address(this)] += feeAmount (#748)
- _tOwned[to] += amountReceived (#706)
Reentrancy in PizzaNFT.transferOwner(address) (#346-361):
External calls:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#355)
- reflector.tally(from,_tOwned[from]) (#716)
- reflector.tally(to,_tOwned[to]) (#719)
- antiSnipe.checkUser(from,to,amount) (#669-673)
- reflector.initialize() (#819)
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(numTokensToSwap - amountToLiquify,0,path,address(this),block.timestamp) (#769-775)
- reflector.cashout(reflectorGas) (#722)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
External calls sending eth:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#355)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
State variables written after the call(s):
- _owner = newOwner (#358)
Apply the check-effects-interactions pattern.

Additional information: link

PizzaNFT.recoverNonNativeTokens(address) (#827-830) ignores return value by IERC20(token).transfer(msg.sender,IERC20(token).balanceOf(address(this))) (#829)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


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.


Combination 2: Unchecked transfer + 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.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

Contract ticker ($PIZZA) 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.

Reentrancy in PizzaNFT.enableTrading() (#470-478):
External calls:
- antiSnipe.setLaunch(lpPair,uint32(block.number),uint64(block.timestamp),_decimals) (#476)
State variables written after the call(s):
- tradingEnabled = true (#477)
Apply the check-effects-interactions pattern.

Additional information: link

PizzaNFT._finalizeTransfer(address,address,uint256,bool).check (#669) is a local variable never initialized
PizzaNFT._finalizeTransfer(address,address,uint256,bool).checked (#668) is a local variable never initialized
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

PizzaNFT._finalizeTransfer(address,address,uint256,bool) (#659-712) ignores return value by antiSnipe.checkUser(from,to,amount) (#669-673)
PizzaNFT.contractSwap(uint256) (#754-802) ignores return value by dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
Ensure that all the return values of the function calls are used.

Additional information: link

PizzaNFT.setSwapSettings(uint256,uint256,uint256,uint256) (#523-526) should emit an event for:
- swapThreshold = (_tTotal * thresholdPercent) / thresholdDivisor (#524)
- swapAmount = (_tTotal * amountPercent) / amountDivisor (#525)
PizzaNFT.setReflectorSettings(uint256) (#533-536) should emit an event for:
- reflectorGas = gas (#535)
PizzaNFT.setMaxTxPercent(uint256,uint256,uint256,uint256) (#585-593) should emit an event for:
- _maxTxBuyAmount = (_tTotal * percentBuy) / divisorBuy (#589)
- _maxTxSellAmount = (_tTotal * percentSell) / divisorSell (#590)
PizzaNFT.setMaxWalletSize(uint256,uint256) (#595-600) should emit an event for:
- _maxWalletSize = check (#598)
Emit an event for critical parameter changes.

Additional information: link

PizzaNFT.constructor().msgSender (#313) lacks a zero-check on :
- _owner = msgSender (#316)
PizzaNFT.changeRouterContingency(address).router (#414) lacks a zero-check on :
- _routerAddress = router (#416)
PizzaNFT.setWallets(address,address,address).marketing (#512) lacks a zero-check on :
- _marketingWallet = address(marketing) (#513)
PizzaNFT.setWallets(address,address,address).charity (#512) lacks a zero-check on :
- _charityWallet = address(charity) (#514)
PizzaNFT.setWallets(address,address,address).buyback (#512) lacks a zero-check on :
- _buybackWallet = address(buyback) (#515)
Check that the address is not zero.

Additional information: link

Variable 'PizzaNFT._finalizeTransfer(address,address,uint256,bool).check (#669)' in PizzaNFT._finalizeTransfer(address,address,uint256,bool) (#659-712) potentially used before declaration: checked = check (#670)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in PizzaNFT._checkLiquidityAdd(address,address) (#808-825):
External calls:
- reflector.initialize() (#819)
State variables written after the call(s):
- allowedPresaleExclusion = false (#821)
- contractSwapEnabled = true (#820)
- processReflect = true (#822)
Reentrancy in PizzaNFT._finalizeTransfer(address,address,uint256,bool) (#659-712):
External calls:
- _checkLiquidityAdd(from,to) (#661)
- reflector.initialize() (#819)
- antiSnipe.checkUser(from,to,amount) (#669-673)
State variables written after the call(s):
- _tOwned[from] -= amount (#680)
- _basicTransfer(from,to,amount) (#683)
- _tOwned[recipient] += amount (#727)
Reentrancy in PizzaNFT.constructor() (#312-335):
External calls:
- lpPair = IUniswapV2Factory(dexRouter.factory()).createPair(dexRouter.WETH(),address(this)) (#318)
State variables written after the call(s):
- WBNB = dexRouter.WETH() (#323)
- _approve(msg.sender,_routerAddress,type()(uint256).max) (#320)
- _allowances[sender][spender] = amount (#393)
- _approve(address(this),_routerAddress,type()(uint256).max) (#321)
- _allowances[sender][spender] = amount (#393)
- _isDividendExcluded[owner()] = true (#327)
- _isDividendExcluded[lpPair] = true (#328)
- _isDividendExcluded[address(this)] = true (#329)
- _isDividendExcluded[DEAD] = true (#330)
- _isDividendExcluded[ZERO] = true (#331)
- _isFeeExcluded[owner()] = true (#325)
- _isFeeExcluded[address(this)] = true (#326)
- lpPairs[lpPair] = true (#319)
Reentrancy in PizzaNFT.excludePresaleAddresses(address,address) (#602-619):
External calls:
- setDividendExcluded(router,true) (#616)
- reflector.tally(holder,0) (#484)
- reflector.tally(holder,_tOwned[holder]) (#486)
- setDividendExcluded(presale,true) (#617)
- reflector.tally(holder,0) (#484)
- reflector.tally(holder,_tOwned[holder]) (#486)
State variables written after the call(s):
- setDividendExcluded(presale,true) (#617)
- _isDividendExcluded[holder] = enabled (#482)
Reentrancy in PizzaNFT.setNewRouter(address) (#558-569):
External calls:
- lpPair = IUniswapV2Factory(_newRouter.factory()).createPair(address(this),_newRouter.WETH()) (#562)
State variables written after the call(s):
- _approve(address(this),address(dexRouter),type()(uint256).max) (#568)
- _allowances[sender][spender] = amount (#393)
- dexRouter = _newRouter (#567)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in PizzaNFT._checkLiquidityAdd(address,address) (#808-825):
External calls:
- reflector.initialize() (#819)
Event emitted after the call(s):
- ContractSwapEnabledUpdated(true) (#823)
Reentrancy in PizzaNFT._finalizeTransfer(address,address,uint256,bool) (#659-712):
External calls:
- _checkLiquidityAdd(from,to) (#661)
- reflector.initialize() (#819)
- antiSnipe.checkUser(from,to,amount) (#669-673)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#728)
- _basicTransfer(from,to,amount) (#683)
Reentrancy in PizzaNFT._finalizeTransfer(address,address,uint256,bool) (#659-712):
External calls:
- _checkLiquidityAdd(from,to) (#661)
- reflector.initialize() (#819)
- antiSnipe.checkUser(from,to,amount) (#669-673)
- contractSwap(contractTokenBalance) (#697)
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(numTokensToSwap - amountToLiquify,0,path,address(this),block.timestamp) (#769-775)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
External calls sending eth:
- contractSwap(contractTokenBalance) (#697)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#792)
- contractSwap(contractTokenBalance) (#697)
- Transfer(from,address(this),feeAmount) (#749)
- amountReceived = takeTaxes(from,to,amount) (#703)
Reentrancy in PizzaNFT._finalizeTransfer(address,address,uint256,bool) (#659-712):
External calls:
- _checkLiquidityAdd(from,to) (#661)
- reflector.initialize() (#819)
- antiSnipe.checkUser(from,to,amount) (#669-673)
- contractSwap(contractTokenBalance) (#697)
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(numTokensToSwap - amountToLiquify,0,path,address(this),block.timestamp) (#769-775)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
- processTokenReflect(from,to) (#708)
- reflector.tally(from,_tOwned[from]) (#716)
- reflector.tally(to,_tOwned[to]) (#719)
- reflector.cashout(reflectorGas) (#722)
External calls sending eth:
- contractSwap(contractTokenBalance) (#697)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
Event emitted after the call(s):
- Transfer(from,to,amountReceived) (#710)
Reentrancy in PizzaNFT.constructor() (#312-335):
External calls:
- lpPair = IUniswapV2Factory(dexRouter.factory()).createPair(dexRouter.WETH(),address(this)) (#318)
Event emitted after the call(s):
- Approval(sender,spender,amount) (#394)
- _approve(address(this),_routerAddress,type()(uint256).max) (#321)
- Approval(sender,spender,amount) (#394)
- _approve(msg.sender,_routerAddress,type()(uint256).max) (#320)
- OwnershipTransferred(address(0),msgSender) (#334)
- Transfer(ZERO,msg.sender,_tTotal) (#333)
Reentrancy in PizzaNFT.contractSwap(uint256) (#754-802):
External calls:
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(numTokensToSwap - amountToLiquify,0,path,address(this),block.timestamp) (#769-775)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
External calls sending eth:
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#792)
Reentrancy in PizzaNFT.setNewRouter(address) (#558-569):
External calls:
- lpPair = IUniswapV2Factory(_newRouter.factory()).createPair(address(this),_newRouter.WETH()) (#562)
Event emitted after the call(s):
- Approval(sender,spender,amount) (#394)
- _approve(address(this),address(dexRouter),type()(uint256).max) (#568)
Reentrancy in PizzaNFT.transferOwner(address) (#346-361):
External calls:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#355)
- reflector.tally(from,_tOwned[from]) (#716)
- reflector.tally(to,_tOwned[to]) (#719)
- antiSnipe.checkUser(from,to,amount) (#669-673)
- reflector.initialize() (#819)
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(numTokensToSwap - amountToLiquify,0,path,address(this),block.timestamp) (#769-775)
- reflector.cashout(reflectorGas) (#722)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
External calls sending eth:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#355)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#359)
Apply the check-effects-interactions pattern.

Additional information: link

PizzaNFT.setLpPair(address,bool) (#571-583) uses timestamp for comparisons
Dangerous comparisons:
- timeSinceLastPair != 0 (#576)
- require(bool,string)(block.timestamp - timeSinceLastPair > 259200,Cannot set a new pair this week!) (#577)
Avoid relying on block.timestamp.

Additional information: link

PizzaNFT.setLpPair(address,bool) (#571-583) compares to a boolean constant:
-enabled == false (#572)
Remove the equality to the boolean constant.

Additional information: link

Context._msgData() (#9-12) is never used and should be removed
Context._msgSender() (#5-7) is never used and should be removed
Remove unused functions.

Additional information: link

PizzaNFT._tTotal (#197) is set pre-construction with a non-constant function or state variable:
- startingSupply * (10 ** _decimals)
PizzaNFT._maxTxBuyAmount (#258) is set pre-construction with a non-constant function or state variable:
- (_tTotal * maxTBPercent) / maxTBDivisor
PizzaNFT._maxTxSellAmount (#259) is set pre-construction with a non-constant function or state variable:
- (_tTotal * maxTSPercent) / maxTSDivisor
PizzaNFT._maxWalletSize (#260) is set pre-construction with a non-constant function or state variable:
- (_tTotal * maxWPercent) / maxWDivisor
PizzaNFT._limits (#262-266) is set pre-construction with a non-constant function or state variable:
- Limits((startingSupply * maxTBPercent) / maxTBDivisor,(startingSupply * maxTSPercent) / maxTSDivisor,(startingSupply * maxWPercent) / maxWDivisor)
PizzaNFT.swapThreshold (#287) is set pre-construction with a non-constant function or state variable:
- _tTotal / 20000
PizzaNFT.swapAmount (#288) is set pre-construction with a non-constant function or state variable:
- _tTotal * 5 / 1000
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.0<0.9.0 (#2) is too complex
solc-0.8.10 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Function IUniswapV2Router01.WETH() (#121) is not in mixedCase
Parameter PizzaNFT.setProtectionSettings(bool,bool,bool,bool,bool)._antiSnipe (#461) is not in mixedCase
Parameter PizzaNFT.setProtectionSettings(bool,bool,bool,bool,bool)._antiGas (#461) is not in mixedCase
Parameter PizzaNFT.setProtectionSettings(bool,bool,bool,bool,bool)._antiBlock (#461) is not in mixedCase
Parameter PizzaNFT.setProtectionSettings(bool,bool,bool,bool,bool)._cooldown (#461) is not in mixedCase
Parameter PizzaNFT.setProtectionSettings(bool,bool,bool,bool,bool)._antiSpecial (#461) is not in mixedCase
Parameter PizzaNFT.setContractSwapSettings(bool,bool)._enabled (#518) is not in mixedCase
Parameter PizzaNFT.setReflectionCriteria(uint256,uint256,uint256)._minPeriod (#528) is not in mixedCase
Parameter PizzaNFT.setReflectionCriteria(uint256,uint256,uint256)._minReflection (#528) is not in mixedCase
Variable PizzaNFT._tOwned (#180) is not in mixedCase
Variable PizzaNFT._allowances (#183) is not in mixedCase
Variable PizzaNFT._isFeeExcluded (#184) is not in mixedCase
Variable PizzaNFT._isDividendExcluded (#185) is not in mixedCase
Constant PizzaNFT._name (#193) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PizzaNFT._symbol (#194) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PizzaNFT._taxRates (#227-231) is not in mixedCase
Variable PizzaNFT._ratios (#233-240) is not in mixedCase
Variable PizzaNFT._limits (#262-266) is not in mixedCase
Variable PizzaNFT.WBNB (#274) is not in mixedCase
Variable PizzaNFT.DEAD (#275) is not in mixedCase
Variable PizzaNFT.ZERO (#276) is not in mixedCase
Variable PizzaNFT._marketingWallet (#278) is not in mixedCase
Variable PizzaNFT._charityWallet (#279) is not in mixedCase
Variable PizzaNFT._buybackWallet (#280) is not in mixedCase
Variable PizzaNFT._hasLiqBeenAdded (#293) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#10)" inContext (#4-13)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in PizzaNFT._finalizeTransfer(address,address,uint256,bool) (#659-712):
External calls:
- contractSwap(contractTokenBalance) (#697)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
External calls sending eth:
- contractSwap(contractTokenBalance) (#697)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
State variables written after the call(s):
- amountReceived = takeTaxes(from,to,amount) (#703)
- _tOwned[address(this)] += feeAmount (#748)
- _tOwned[to] += amountReceived (#706)
Event emitted after the call(s):
- Transfer(from,address(this),feeAmount) (#749)
- amountReceived = takeTaxes(from,to,amount) (#703)
- Transfer(from,to,amountReceived) (#710)
Reentrancy in PizzaNFT.transferOwner(address) (#346-361):
External calls:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#355)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
External calls sending eth:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#355)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,DEAD,block.timestamp) (#784-791)
- reflector.load{value: amountBNBReflection}() (#795)
- _charityWallet.transfer(amountBNBCharity) (#798)
- _buybackWallet.transfer(amountBNBBuyback) (#799)
- _marketingWallet.transfer(address(this).balance) (#800)
State variables written after the call(s):
- _owner = newOwner (#358)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#359)
Apply the check-effects-interactions pattern.

Additional information: link

Variable PizzaNFT.setInitializers(address,address).aInitializer (#443) is too similar to PizzaNFT.setInitializers(address,address).cInitializer (#443)
Variable PizzaNFT.maxTBDivisor (#251) is too similar to PizzaNFT.maxTSDivisor (#253)
Variable PizzaNFT.maxTBPercent (#250) is too similar to PizzaNFT.maxTSPercent (#252)
Prevent variables from having similar names.

Additional information: link

PizzaNFT.slitherConstructorVariables() (#176-832) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#275)
PizzaNFT.slitherConstructorVariables() (#176-832) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#276)
PizzaNFT.slitherConstructorVariables() (#176-832) uses literals with too many digits:
- reflectorGas = 300000 (#283)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

PizzaNFT.init (#290) is never used in PizzaNFT (#176-832)
Remove unused state variables.

Additional information: link

PizzaNFT.DEAD (#275) should be constant
PizzaNFT.ZERO (#276) should be constant
PizzaNFT._decimals (#195) should be constant
PizzaNFT.init (#290) should be constant
PizzaNFT.maxTBDivisor (#251) should be constant
PizzaNFT.maxTBPercent (#250) should be constant
PizzaNFT.maxTSDivisor (#253) should be constant
PizzaNFT.maxTSPercent (#252) should be constant
PizzaNFT.maxWDivisor (#256) should be constant
PizzaNFT.maxWPercent (#255) should be constant
PizzaNFT.startingSupply (#191) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- PizzaNFT.renounceOwnership() (#363-368)
approve(address,uint256) should be declared external:
- PizzaNFT.approve(address,uint256) (#383-387)
approveContractContingency() should be declared external:
- PizzaNFT.approveContractContingency() (#397-400)
isBlacklisted(address) should be declared external:
- PizzaNFT.isBlacklisted(address) (#427-429)
isFeeExcluded(address) should be declared external:
- PizzaNFT.isFeeExcluded(address) (#435-437)
isDividendExcluded(address) should be declared external:
- PizzaNFT.isDividendExcluded(address) (#439-441)
getSniperAmt() should be declared external:
- PizzaNFT.getSniperAmt() (#457-459)
enableTrading() should be declared external:
- PizzaNFT.enableTrading() (#470-478)
setNewRouter(address) should be declared external:
- PizzaNFT.setNewRouter(address) (#558-569)
setMaxTxPercent(uint256,uint256,uint256,uint256) should be declared external:
- PizzaNFT.setMaxTxPercent(uint256,uint256,uint256,uint256) (#585-593)
setMaxWalletSize(uint256,uint256) should be declared external:
- PizzaNFT.setMaxWalletSize(uint256,uint256) (#595-600)
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.


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.


Last post in Twitter was more than 30 days ago


Unable to find whitepaper link on the website


Young tokens have high risks of price dump / death


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for $PIZZA

News for $PIZZA