META PIZZABUCKS Token Logo

$PIZZAB [META PIZZABUCKS] Token

About $PIZZAB

Listings

Not Found
Token 2 years
white paper

MetaPizzaBucks are creator & developer of online OPEN WORLD Auto Racing, BSC Blockchain | NFT Games in Metaverse with AAA graphics ; set in many major cities globally. MPB Games will use BSC native token $PIZZAB to play at Level Up: Beginner Levels are free to play.

Laser Scorebeta Last Audit: 27 February 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...)

METAPIZZABUCKS.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 METAPIZZABUCKS._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 METAPIZZABUCKS.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

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


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 ($PIZZAB) 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.

Variable 'METAPIZZABUCKS._finalizeTransfer(address,address,uint256,bool).check (#669)' in METAPIZZABUCKS._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 METAPIZZABUCKS._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 METAPIZZABUCKS._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 METAPIZZABUCKS.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 METAPIZZABUCKS.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 METAPIZZABUCKS.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 METAPIZZABUCKS.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

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

METAPIZZABUCKS._finalizeTransfer(address,address,uint256,bool) (#659-712) ignores return value by antiSnipe.checkUser(from,to,amount) (#669-673)
METAPIZZABUCKS.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

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

Additional information: link

METAPIZZABUCKS.constructor().msgSender (#313) lacks a zero-check on :
- _owner = msgSender (#316)
METAPIZZABUCKS.changeRouterContingency(address).router (#414) lacks a zero-check on :
- _routerAddress = router (#416)
METAPIZZABUCKS.setWallets(address,address,address).marketing (#512) lacks a zero-check on :
- _marketingWallet = address(marketing) (#513)
METAPIZZABUCKS.setWallets(address,address,address).charity (#512) lacks a zero-check on :
- _charityWallet = address(charity) (#514)
METAPIZZABUCKS.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

Reentrancy in METAPIZZABUCKS._checkLiquidityAdd(address,address) (#808-825):
External calls:
- reflector.initialize() (#819)
Event emitted after the call(s):
- ContractSwapEnabledUpdated(true) (#823)
Reentrancy in METAPIZZABUCKS._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 METAPIZZABUCKS._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 METAPIZZABUCKS._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 METAPIZZABUCKS.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 METAPIZZABUCKS.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 METAPIZZABUCKS.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 METAPIZZABUCKS.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

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

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

METAPIZZABUCKS._tTotal (#197) is set pre-construction with a non-constant function or state variable:
- startingSupply * (10 ** _decimals)
METAPIZZABUCKS._maxTxBuyAmount (#258) is set pre-construction with a non-constant function or state variable:
- (_tTotal * maxTBPercent) / maxTBDivisor
METAPIZZABUCKS._maxTxSellAmount (#259) is set pre-construction with a non-constant function or state variable:
- (_tTotal * maxTSPercent) / maxTSDivisor
METAPIZZABUCKS._maxWalletSize (#260) is set pre-construction with a non-constant function or state variable:
- (_tTotal * maxWPercent) / maxWDivisor
METAPIZZABUCKS._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)
METAPIZZABUCKS.swapThreshold (#287) is set pre-construction with a non-constant function or state variable:
- _tTotal / 20000
METAPIZZABUCKS.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 METAPIZZABUCKS.setProtectionSettings(bool,bool,bool,bool,bool)._antiSnipe (#461) is not in mixedCase
Parameter METAPIZZABUCKS.setProtectionSettings(bool,bool,bool,bool,bool)._antiGas (#461) is not in mixedCase
Parameter METAPIZZABUCKS.setProtectionSettings(bool,bool,bool,bool,bool)._antiBlock (#461) is not in mixedCase
Parameter METAPIZZABUCKS.setProtectionSettings(bool,bool,bool,bool,bool)._cooldown (#461) is not in mixedCase
Parameter METAPIZZABUCKS.setProtectionSettings(bool,bool,bool,bool,bool)._antiSpecial (#461) is not in mixedCase
Parameter METAPIZZABUCKS.setContractSwapSettings(bool,bool)._enabled (#518) is not in mixedCase
Parameter METAPIZZABUCKS.setReflectionCriteria(uint256,uint256,uint256)._minPeriod (#528) is not in mixedCase
Parameter METAPIZZABUCKS.setReflectionCriteria(uint256,uint256,uint256)._minReflection (#528) is not in mixedCase
Variable METAPIZZABUCKS._tOwned (#180) is not in mixedCase
Variable METAPIZZABUCKS._allowances (#183) is not in mixedCase
Variable METAPIZZABUCKS._isFeeExcluded (#184) is not in mixedCase
Variable METAPIZZABUCKS._isDividendExcluded (#185) is not in mixedCase
Constant METAPIZZABUCKS._name (#193) is not in UPPER_CASE_WITH_UNDERSCORES
Constant METAPIZZABUCKS._symbol (#194) is not in UPPER_CASE_WITH_UNDERSCORES
Variable METAPIZZABUCKS._taxRates (#227-231) is not in mixedCase
Variable METAPIZZABUCKS._ratios (#233-240) is not in mixedCase
Variable METAPIZZABUCKS._limits (#262-266) is not in mixedCase
Variable METAPIZZABUCKS.WBNB (#274) is not in mixedCase
Variable METAPIZZABUCKS.DEAD (#275) is not in mixedCase
Variable METAPIZZABUCKS.ZERO (#276) is not in mixedCase
Variable METAPIZZABUCKS._marketingWallet (#278) is not in mixedCase
Variable METAPIZZABUCKS._charityWallet (#279) is not in mixedCase
Variable METAPIZZABUCKS._buybackWallet (#280) is not in mixedCase
Variable METAPIZZABUCKS._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 METAPIZZABUCKS._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 METAPIZZABUCKS.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 METAPIZZABUCKS.setInitializers(address,address).aInitializer (#443) is too similar to METAPIZZABUCKS.setInitializers(address,address).cInitializer (#443)
Variable METAPIZZABUCKS.maxTBDivisor (#251) is too similar to METAPIZZABUCKS.maxTSDivisor (#253)
Variable METAPIZZABUCKS.maxTBPercent (#250) is too similar to METAPIZZABUCKS.maxTSPercent (#252)
Prevent variables from having similar names.

Additional information: link

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

Additional information: link

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

Additional information: link

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

Additional information: link

renounceOwnership() should be declared external:
- METAPIZZABUCKS.renounceOwnership() (#363-368)
approve(address,uint256) should be declared external:
- METAPIZZABUCKS.approve(address,uint256) (#383-387)
approveContractContingency() should be declared external:
- METAPIZZABUCKS.approveContractContingency() (#397-400)
isBlacklisted(address) should be declared external:
- METAPIZZABUCKS.isBlacklisted(address) (#427-429)
isFeeExcluded(address) should be declared external:
- METAPIZZABUCKS.isFeeExcluded(address) (#435-437)
isDividendExcluded(address) should be declared external:
- METAPIZZABUCKS.isDividendExcluded(address) (#439-441)
getSniperAmt() should be declared external:
- METAPIZZABUCKS.getSniperAmt() (#457-459)
enableTrading() should be declared external:
- METAPIZZABUCKS.enableTrading() (#470-478)
setNewRouter(address) should be declared external:
- METAPIZZABUCKS.setNewRouter(address) (#558-569)
setMaxTxPercent(uint256,uint256,uint256,uint256) should be declared external:
- METAPIZZABUCKS.setMaxTxPercent(uint256,uint256,uint256,uint256) (#585-593)
setMaxWalletSize(uint256,uint256) should be declared external:
- METAPIZZABUCKS.setMaxWalletSize(uint256,uint256) (#595-600)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


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

No disclosed threats


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 token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for $PIZZAB

News for $PIZZAB