Z OutBreak Token Logo

ZOB [Z OutBreak] Token

About ZOB

Listings

Not Found
Token 2 years
white paper

Z Outbreak is an NFT video game hosted on Binance Smart Chain (BSC) set in a post-apocalyptic world where zombies rule. You, as a player, will have to focus on how to survive and save more people, being rewarded with gold medals that are worth $ZOB.

Social

Laser Scorebeta Last Audit: 2 March 2022

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

Reentrancy in ZOUTBREAK._transfer(address,address,uint256) (#623-739):
External calls:
- projectFundingSwap(contractTokenBalance) (#707)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#763-769)
External calls sending eth:
- projectFundingSwap(contractTokenBalance) (#707)
- address(pdw).transfer(productDevelopmentBNB) (#749)
- address(mw).transfer(marketingBNB) (#750)
- address(bsw).transfer(blockchainSupportBNB) (#751)
State variables written after the call(s):
- SAT[from] = nt (#729)
- SAT[from] = block.timestamp + nwtbs (#734)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#880)
- _rOwned[address(wtstf)] = _rOwned[address(wtstf)].add(rLiquidity) (#884)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#805)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#813)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#823)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#832)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#806)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#815)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#824)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#834)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- _rTotal = _rTotal.sub(rFee) (#840)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#882)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#822)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#831)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#814)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#833)
- _tOwned[address(wtstf)] = _tOwned[address(wtstf)].add(tLiquidity) (#888)
Apply the check-effects-interactions pattern.

Additional information: link

ZOUTBREAK.F37__Rescue_Other_Tokens_Sent_To_This_Contract(IERC20,address,uint256) (#1417-1427) ignores return value by token.transfer(receiver,amount) (#1426)
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 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.

ZOUTBREAK._tTotal (#434) is set pre-construction with a non-constant function or state variable:
- 10000000 * 10 ** _decimals
ZOUTBREAK._rTotal (#435) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ZOUTBREAK.minAmountTokens_ProjectFundingSwap (#483) is set pre-construction with a non-constant function or state variable:
- 200 * 10 ** _decimals
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.8.8 (#13) is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
solc-0.8.8 is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
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

Low level call in Address.sendValue(address,uint256) (#96-102):
- (success) = recipient.call{value: amount}() (#100)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#116-137):
- (success,returndata) = target.call{value: weiValue}(data) (#120)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Event OwnableCEO_Changed_By_Chief_Security_Officer(address,address) (#148) is not in CapWords
Event OwnableCSO_Changed_by_Chief_Security_Officer(address,address) (#149) is not in CapWords
Event OwnableAdded_Security_Manager(address) (#150) is not in CapWords
Event OwnableRemoved_Security_Manager(address) (#151) is not in CapWords
Variable Ownable.CEO (#141) is not in mixedCase
Variable Ownable.Security_Manager (#143) is not in mixedCase
Variable Ownable.Security_Managers_Count (#144) is not in mixedCase
Variable Ownable.Chief_Security_Officer (#146) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#246) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#247) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#264) is not in mixedCase
Function IUniswapV2Router01.WETH() (#286) is not in mixedCase
Event ZOUTBREAKProject_Funding_Done(uint256,uint256) (#488-491) is not in CapWords
Event ZOUTBREAKTransfer_Fee_Tokens_Saved(address,uint256) (#492-495) is not in CapWords
Event ZOUTBREAKImpact2_Sell_Allowed_Time_Next_Sell(address,uint256) (#496-499) is not in CapWords
Event ZOUTBREAKAdded_Marketing_Manager(address) (#501) is not in CapWords
Event ZOUTBREAKRemoved_Marketing_Manager(address) (#502) is not in CapWords
Event ZOUTBREAKAdded_Blockchain_Manager(address) (#504) is not in CapWords
Event ZOUTBREAKRemoved_Blockchain_Manager(address) (#505) is not in CapWords
Parameter ZOUTBREAK.calculateReflectionsFee(uint256)._amount (#892) is not in mixedCase
Parameter ZOUTBREAK.calculateProjectFee(uint256)._amount (#895) is not in mixedCase
Function ZOUTBREAK.A01__Security_Check(address) (#921-924) is not in mixedCase
Function ZOUTBREAK.A02__Buy_Fees__Actual_Percentage() (#925-931) is not in mixedCase
Function ZOUTBREAK.A03__Transfer_Fees__Actual_Percentage() (#932-938) is not in mixedCase
Function ZOUTBREAK.A04__Waiting_Time_Between_Sells() (#939-945) is not in mixedCase
Function ZOUTBREAK.A05__Check_When_Account_Can_Sell_Again(address) (#946-954) is not in mixedCase
Function ZOUTBREAK.A06__Price_Impact_Tiers__Percentage_Multiplied_by_100() (#955-961) is not in mixedCase
Function ZOUTBREAK.A07__Check_If_Price_Impacts_Feature_Is_Used(bool) (#962-980) is not in mixedCase
Parameter ZOUTBREAK.A07__Check_If_Price_Impacts_Feature_Is_Used(bool).enter_the_word_true (#962) is not in mixedCase
Function ZOUTBREAK.A08__Price_Impact1__Sell_Fees_Actual_Percentage() (#981-993) is not in mixedCase
Function ZOUTBREAK.A09__Price_Impact2__Sell_Fees_Actual_Percentage() (#994-1002) is not in mixedCase
Function ZOUTBREAK.A10__Sell_Fees__If_Price_Impacts_Feature_Is_Not_Used() (#1003-1009) is not in mixedCase
Function ZOUTBREAK.A11__Project_Fee_Distribution_Per_Department() (#1010-1018) is not in mixedCase
Function ZOUTBREAK.A12__Project_Wallets_Per_Department() (#1019-1027) is not in mixedCase
Function ZOUTBREAK.A13__CEO_Address() (#1028-1030) is not in mixedCase
Function ZOUTBREAK.A14__CSO_Address() (#1031-1033) is not in mixedCase
Function ZOUTBREAK.A15__Managers_Count() (#1034-1042) is not in mixedCase
Function ZOUTBREAK.A16__Check_if_is_Security_Manager(address) (#1043-1048) is not in mixedCase
Function ZOUTBREAK.A17__Check_if_is_Marketing_Manager(address) (#1049-1054) is not in mixedCase
Function ZOUTBREAK.A18__Check_if_is_Blockchain_Manager(address) (#1055-1060) is not in mixedCase
Function ZOUTBREAK.A19__Is_Public_Trading_Enabled() (#1061-1063) is not in mixedCase
Function ZOUTBREAK.A20__Check_if_Account_is_Excluded_from_Paying_Fees(address) (#1064-1066) is not in mixedCase
Function ZOUTBREAK.A21__Check_if_Account_is_Excluded_from_Receiving_Reflections(address) (#1067-1069) is not in mixedCase
Function ZOUTBREAK.A22__Check_Bridge_Or_Exchange_Project_And_Reflection_Fees(address) (#1070-1077) is not in mixedCase
Function ZOUTBREAK.A23__Wallet_To_Save_Transfer_Fees() (#1078-1080) is not in mixedCase
Function ZOUTBREAK.A24__Min_Amount_Tokens_for_Project_Funding_Swap() (#1081-1083) is not in mixedCase
Function ZOUTBREAK.F01_Blacklist_Malicious_Account(address) (#1091-1095) is not in mixedCase
Function ZOUTBREAK.F02_Whitelist_Account(address) (#1096-1099) is not in mixedCase
Function ZOUTBREAK.F03__Enable_Public_Trading() (#1100-1102) is not in mixedCase
Function ZOUTBREAK.F04__Disable_Public_Trading() (#1103-1105) is not in mixedCase
Function ZOUTBREAK.F05__Update_When_Account_Can_Sell_Again(address,uint256) (#1106-1110) is not in mixedCase
Parameter ZOUTBREAK.F05__Update_When_Account_Can_Sell_Again(address,uint256).unix_time (#1106) is not in mixedCase
Function ZOUTBREAK.F06__Set_Normal_Waiting_Time_Between_Sells(uint256) (#1111-1123) is not in mixedCase
Parameter ZOUTBREAK.F06__Set_Normal_Waiting_Time_Between_Sells(uint256).wait_seconds (#1111) is not in mixedCase
Function ZOUTBREAK.F07__Set_Waiting_Time_For_Next_Sell_After_Impact2(uint256) (#1124-1136) is not in mixedCase
Parameter ZOUTBREAK.F07__Set_Waiting_Time_For_Next_Sell_After_Impact2(uint256).wait_seconds (#1124) is not in mixedCase
Function ZOUTBREAK.F08__Set_Sell_Price_Impact1__Multiplied_by_100(uint256) (#1137-1162) is not in mixedCase
Parameter ZOUTBREAK.F08__Set_Sell_Price_Impact1__Multiplied_by_100(uint256).Price_impact1 (#1137) is not in mixedCase
Function ZOUTBREAK.F09__Set_Sell_Price_Impact2__Multiplied_by_100(uint256) (#1163-1176) is not in mixedCase
Parameter ZOUTBREAK.F09__Set_Sell_Price_Impact2__Multiplied_by_100(uint256).Price_impact2 (#1163) is not in mixedCase
Function ZOUTBREAK.F10__Set_Fees_For_Transfers(uint256,uint256) (#1177-1182) is not in mixedCase
Parameter ZOUTBREAK.F10__Set_Fees_For_Transfers(uint256,uint256).project_fee_percent (#1178) is not in mixedCase
Parameter ZOUTBREAK.F10__Set_Fees_For_Transfers(uint256,uint256).reflections_fee_percent (#1178) is not in mixedCase
Function ZOUTBREAK.F11__Set_Fees_For_Buys(uint256,uint256) (#1183-1187) is not in mixedCase
Parameter ZOUTBREAK.F11__Set_Fees_For_Buys(uint256,uint256).project_fee_percent (#1184) is not in mixedCase
Parameter ZOUTBREAK.F11__Set_Fees_For_Buys(uint256,uint256).reflections_fee_percent (#1184) is not in mixedCase
Function ZOUTBREAK.F12__Set_Fees_For_Sells_With_Price_Impact1(uint256,uint256,uint256,uint256) (#1188-1216) is not in mixedCase
Parameter ZOUTBREAK.F12__Set_Fees_For_Sells_With_Price_Impact1(uint256,uint256,uint256,uint256).project_fee_under_impact1 (#1189) is not in mixedCase
Parameter ZOUTBREAK.F12__Set_Fees_For_Sells_With_Price_Impact1(uint256,uint256,uint256,uint256).project_fee_above_impact1 (#1190) is not in mixedCase
Parameter ZOUTBREAK.F12__Set_Fees_For_Sells_With_Price_Impact1(uint256,uint256,uint256,uint256).reflections_fee_under_impact1 (#1191) is not in mixedCase
Parameter ZOUTBREAK.F12__Set_Fees_For_Sells_With_Price_Impact1(uint256,uint256,uint256,uint256).reflections_fee_above_impact1 (#1192) is not in mixedCase
Function ZOUTBREAK.F13__Set_Fees_For_Sells_Above_Impact2(uint256,uint256) (#1217-1236) is not in mixedCase
Parameter ZOUTBREAK.F13__Set_Fees_For_Sells_Above_Impact2(uint256,uint256).project_fee_above_impact2 (#1218) is not in mixedCase
Parameter ZOUTBREAK.F13__Set_Fees_For_Sells_Above_Impact2(uint256,uint256).reflections_fee_above_impact2 (#1219) is not in mixedCase
Function ZOUTBREAK.F14__Set_Fees_For_Sells_if_Price_Impacts_Not_Used(uint256,uint256) (#1237-1241) is not in mixedCase
Parameter ZOUTBREAK.F14__Set_Fees_For_Sells_if_Price_Impacts_Not_Used(uint256,uint256).project_fee_percent (#1238) is not in mixedCase
Parameter ZOUTBREAK.F14__Set_Fees_For_Sells_if_Price_Impacts_Not_Used(uint256,uint256).reflections_fee_percent (#1238) is not in mixedCase
Function ZOUTBREAK.F15__Set_Product_Development_Fee_Portion(uint256) (#1242-1250) is not in mixedCase
Parameter ZOUTBREAK.F15__Set_Product_Development_Fee_Portion(uint256).fee_percent (#1242) is not in mixedCase
Function ZOUTBREAK.F16__Set_Marketing_Fee_Portion(uint256) (#1251-1259) is not in mixedCase
Parameter ZOUTBREAK.F16__Set_Marketing_Fee_Portion(uint256).fee_percent (#1251) is not in mixedCase
Function ZOUTBREAK.F17__Set_BlockchainSupport_Fee_Portion(uint256) (#1260-1268) is not in mixedCase
Parameter ZOUTBREAK.F17__Set_BlockchainSupport_Fee_Portion(uint256).fee_percent (#1260) is not in mixedCase
Function ZOUTBREAK.F18__Set_Product_Development_Wallet(address) (#1269-1271) is not in mixedCase
Function ZOUTBREAK.F19__Set_Marketing_Wallet(address) (#1272-1274) is not in mixedCase
Function ZOUTBREAK.F20__Set_Blockchain_Support_Wallet(address) (#1275-1277) is not in mixedCase
Function ZOUTBREAK.F21__Set_Wallet_To_Save_Transfer_Fees(address) (#1278-1284) is not in mixedCase
Function ZOUTBREAK.F22__Exclude_Account_From_Paying_Fees(address) (#1285-1287) is not in mixedCase
Function ZOUTBREAK.F23__Enable_Account_Must_Pay_Fees(address) (#1288-1290) is not in mixedCase
Function ZOUTBREAK.F24__Exclude_Account_from_Receiving_Reflections(address) (#1291-1299) is not in mixedCase
Function ZOUTBREAK.F25__Enable_Account_will_Receive_Reflections(address) (#1300-1311) is not in mixedCase
Function ZOUTBREAK.F26__CEO_Change__By_Chief_Security_Officer(address) (#1312-1325) is not in mixedCase
Parameter ZOUTBREAK.F26__CEO_Change__By_Chief_Security_Officer(address).New_CEO (#1312) is not in mixedCase
Function ZOUTBREAK.F27__CSO_Change__By_Chief_Security_Officer(address) (#1326-1337) is not in mixedCase
Parameter ZOUTBREAK.F27__CSO_Change__By_Chief_Security_Officer(address).New_CSO (#1326) is not in mixedCase
Function ZOUTBREAK.F28__Add_Security_Manager(address) (#1338-1349) is not in mixedCase
Function ZOUTBREAK.F29__Remove_Security_Manager(address) (#1350-1355) is not in mixedCase
Function ZOUTBREAK.F30__Add_Marketing_Manager(address) (#1356-1370) is not in mixedCase
Function ZOUTBREAK.F31__Remove_Marketing_Manager(address) (#1371-1376) is not in mixedCase
Function ZOUTBREAK.F32__Add_Blockchain_Manager(address) (#1377-1391) is not in mixedCase
Function ZOUTBREAK.F33__Remove_Blockchain_Manager(address) (#1392-1397) is not in mixedCase
Function ZOUTBREAK.F34__Add_Bridge_Or_Exchange(address,uint256,uint256) (#1398-1407) is not in mixedCase
Parameter ZOUTBREAK.F34__Add_Bridge_Or_Exchange(address,uint256,uint256).proj_fee (#1400) is not in mixedCase
Parameter ZOUTBREAK.F34__Add_Bridge_Or_Exchange(address,uint256,uint256).reflections_fee (#1401) is not in mixedCase
Function ZOUTBREAK.F35__Remove_Bridge_Or_Exchange(address) (#1408-1412) is not in mixedCase
Function ZOUTBREAK.F36__Set_Min_Amount_Tokens_For_ProjectFundingSwap(uint256) (#1413-1416) is not in mixedCase
Function ZOUTBREAK.F37__Rescue_Other_Tokens_Sent_To_This_Contract(IERC20,address,uint256) (#1417-1427) is not in mixedCase
Variable ZOUTBREAK.SAT (#462) is not in mixedCase
Variable ZOUTBREAK.Marketing_Manager (#473) is not in mixedCase
Variable ZOUTBREAK.Blockchain_Manager (#474) is not in mixedCase
Variable ZOUTBREAK.Marketing_Managers_Count (#475) is not in mixedCase
Variable ZOUTBREAK.Blockchain_Managers_Count (#476) is not in mixedCase
Variable ZOUTBREAK.Public_Trading_Enabled (#477) is not in mixedCase
Variable ZOUTBREAK.Project_Funding_Swap_Mode (#482) is not in mixedCase
Variable ZOUTBREAK.minAmountTokens_ProjectFundingSwap (#483) is not in mixedCase
Modifier ZOUTBREAK.ExceptAccounts(address) (#545-559) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#21)" inContext (#15-24)
Redundant expression "restoreAllFees (#717)" inZOUTBREAK (#419-1429)
Remove redundant statements if they congest code but offer no value.

Additional information: link

ZOUTBREAK._transfer(address,address,uint256) (#623-739) performs a multiplication on the result of a division:
-amount < balanceOf(uniswapV2Pair).div(10000).mul(pi1) (#656)
ZOUTBREAK._transfer(address,address,uint256) (#623-739) performs a multiplication on the result of a division:
-amount < balanceOf(uniswapV2Pair).div(10000).mul(pi2) (#664)
ZOUTBREAK.projectFundingSwap(uint256) (#741-753) performs a multiplication on the result of a division:
-productDevelopmentBNB = BalanceBNB.div(100).mul(pdf) (#746)
ZOUTBREAK.projectFundingSwap(uint256) (#741-753) performs a multiplication on the result of a division:
-marketingBNB = BalanceBNB.div(100).mul(mf) (#747)
ZOUTBREAK.projectFundingSwap(uint256) (#741-753) performs a multiplication on the result of a division:
-blockchainSupportBNB = BalanceBNB.div(100).mul(bsf) (#748)
Consider ordering multiplication before division.

Additional information: link

ZOUTBREAK.addLiquidity(uint256,uint256) (#771-783) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,CEO,block.timestamp) (#775-782)
Ensure that all the return values of the function calls are used.

Additional information: link

ZOUTBREAK.F18__Set_Product_Development_Wallet(address).account (#1269) lacks a zero-check on :
- pdw = account (#1270)
ZOUTBREAK.F19__Set_Marketing_Wallet(address).account (#1272) lacks a zero-check on :
- mw = account (#1273)
ZOUTBREAK.F20__Set_Blockchain_Support_Wallet(address).account (#1275) lacks a zero-check on :
- bsw = account (#1276)
ZOUTBREAK.F21__Set_Wallet_To_Save_Transfer_Fees(address).account (#1278) lacks a zero-check on :
- wtstf = account (#1283)
Check that the address is not zero.

Additional information: link

Reentrancy in ZOUTBREAK._transfer(address,address,uint256) (#623-739):
External calls:
- projectFundingSwap(contractTokenBalance) (#707)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#763-769)
External calls sending eth:
- projectFundingSwap(contractTokenBalance) (#707)
- address(pdw).transfer(productDevelopmentBNB) (#749)
- address(mw).transfer(marketingBNB) (#750)
- address(bsw).transfer(blockchainSupportBNB) (#751)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- _tFeeTotal = _tFeeTotal.add(tFee) (#841)
- ibt = false (#738)
- ii2s = false (#731)
- ist = false (#737)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- pf = ppf (#909)
- pf = 0 (#905)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- ppf = pf (#902)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- prf = rf (#901)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- rf = prf (#908)
- rf = 0 (#904)
Reentrancy in ZOUTBREAK.constructor() (#521-543):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#528-529)
State variables written after the call(s):
- bsf = 30 (#540)
- bsw = msg.sender (#536)
- ieff[CEO] = true (#532)
- ieff[address(this)] = true (#533)
- mf = 30 (#539)
- mw = msg.sender (#535)
- pdf = 40 (#538)
- pdw = msg.sender (#534)
- uniswapV2Router = _uniswapV2Router (#530)
- wtstf = msg.sender (#537)
Reentrancy in ZOUTBREAK.transferFrom(address,address,uint256) (#588-592):
External calls:
- _transfer(sender,recipient,amount) (#589)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#763-769)
External calls sending eth:
- _transfer(sender,recipient,amount) (#589)
- address(pdw).transfer(productDevelopmentBNB) (#749)
- address(mw).transfer(marketingBNB) (#750)
- address(bsw).transfer(blockchainSupportBNB) (#751)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,Transfer amount exceeds allowance)) (#590)
- _allowances[owner][spender] = amount (#620)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ZOUTBREAK._transfer(address,address,uint256) (#623-739):
External calls:
- projectFundingSwap(contractTokenBalance) (#707)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#763-769)
External calls sending eth:
- projectFundingSwap(contractTokenBalance) (#707)
- address(pdw).transfer(productDevelopmentBNB) (#749)
- address(mw).transfer(marketingBNB) (#750)
- address(bsw).transfer(blockchainSupportBNB) (#751)
Event emitted after the call(s):
- Impact2_Sell_Allowed_Time_Next_Sell(from,SAT[from]) (#730)
- Transfer(sender,recipient,tTransferAmount) (#809)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer(sender,recipient,tTransferAmount) (#818)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer(sender,recipient,tTransferAmount) (#827)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer(sender,recipient,tTransferAmount) (#837)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer_Fee_Tokens_Saved(wtstf,rLiquidity) (#885)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer_Fee_Tokens_Saved(wtstf,tLiquidity) (#889)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
Reentrancy in ZOUTBREAK.constructor() (#521-543):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#528-529)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#542)
Reentrancy in ZOUTBREAK.projectFundingSwap(uint256) (#741-753):
External calls:
- swapTokensForBNB(tokensbeforeSwap) (#744)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#763-769)
External calls sending eth:
- address(pdw).transfer(productDevelopmentBNB) (#749)
- address(mw).transfer(marketingBNB) (#750)
- address(bsw).transfer(blockchainSupportBNB) (#751)
Event emitted after the call(s):
- Project_Funding_Done(tokensbeforeSwap,BalanceBNB) (#752)
Reentrancy in ZOUTBREAK.transferFrom(address,address,uint256) (#588-592):
External calls:
- _transfer(sender,recipient,amount) (#589)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#763-769)
External calls sending eth:
- _transfer(sender,recipient,amount) (#589)
- address(pdw).transfer(productDevelopmentBNB) (#749)
- address(mw).transfer(marketingBNB) (#750)
- address(bsw).transfer(blockchainSupportBNB) (#751)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#621)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,Transfer amount exceeds allowance)) (#590)
Apply the check-effects-interactions pattern.

Additional information: link

ZOUTBREAK._transfer(address,address,uint256) (#623-739) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(block.timestamp > SAT[from]) (#651)
ZOUTBREAK.A05__Check_When_Account_Can_Sell_Again(address) (#946-954) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp >= SAT[account] (#950)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#86-95) uses assembly
- INLINE ASM (#93)
Address._functionCallWithValue(address,bytes,uint256,string) (#116-137) uses assembly
- INLINE ASM (#129-132)
Do not use evm assembly.

Additional information: link

ZOUTBREAK.F25__Enable_Account_will_Receive_Reflections(address) (#1300-1311) has costly operations inside a loop:
- _excluded.pop() (#1307)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#116-137) is never used and should be removed
Address.functionCall(address,bytes) (#103-105) is never used and should be removed
Address.functionCall(address,bytes,string) (#106-108) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#109-111) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#112-115) is never used and should be removed
Address.isContract(address) (#86-95) is never used and should be removed
Address.sendValue(address,uint256) (#96-102) is never used and should be removed
Context._msgData() (#20-23) is never used and should be removed
SafeMath.mod(uint256,uint256) (#75-77) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#78-81) is never used and should be removed
ZOUTBREAK.addLiquidity(uint256,uint256) (#771-783) is never used and should be removed
Remove unused functions.

Additional information: link

Reentrancy in ZOUTBREAK._transfer(address,address,uint256) (#623-739):
External calls:
- projectFundingSwap(contractTokenBalance) (#707)
- address(pdw).transfer(productDevelopmentBNB) (#749)
- address(mw).transfer(marketingBNB) (#750)
- address(bsw).transfer(blockchainSupportBNB) (#751)
State variables written after the call(s):
- SAT[from] = nt (#729)
- SAT[from] = block.timestamp + nwtbs (#734)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#880)
- _rOwned[address(wtstf)] = _rOwned[address(wtstf)].add(rLiquidity) (#884)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#805)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#813)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#823)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#832)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#806)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#815)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#824)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#834)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- _rTotal = _rTotal.sub(rFee) (#840)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- _tFeeTotal = _tFeeTotal.add(tFee) (#841)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#882)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#822)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#831)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#814)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#833)
- _tOwned[address(wtstf)] = _tOwned[address(wtstf)].add(tLiquidity) (#888)
- ibt = false (#738)
- ii2s = false (#731)
- ist = false (#737)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- pf = ppf (#909)
- pf = 0 (#905)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- ppf = pf (#902)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- prf = rf (#901)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- rf = prf (#908)
- rf = 0 (#904)
Event emitted after the call(s):
- Impact2_Sell_Allowed_Time_Next_Sell(from,SAT[from]) (#730)
- Transfer(sender,recipient,tTransferAmount) (#809)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer(sender,recipient,tTransferAmount) (#818)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer(sender,recipient,tTransferAmount) (#827)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer(sender,recipient,tTransferAmount) (#837)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer_Fee_Tokens_Saved(wtstf,rLiquidity) (#885)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
- Transfer_Fee_Tokens_Saved(wtstf,tLiquidity) (#889)
- _tokenTransfer(from,to,amount,takeAllFees) (#716)
Reentrancy in ZOUTBREAK.projectFundingSwap(uint256) (#741-753):
External calls:
- address(pdw).transfer(productDevelopmentBNB) (#749)
- address(mw).transfer(marketingBNB) (#750)
- address(bsw).transfer(blockchainSupportBNB) (#751)
Event emitted after the call(s):
- Project_Funding_Done(tokensbeforeSwap,BalanceBNB) (#752)
Reentrancy in ZOUTBREAK.transferFrom(address,address,uint256) (#588-592):
External calls:
- _transfer(sender,recipient,amount) (#589)
- address(pdw).transfer(productDevelopmentBNB) (#749)
- address(mw).transfer(marketingBNB) (#750)
- address(bsw).transfer(blockchainSupportBNB) (#751)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,Transfer amount exceeds allowance)) (#590)
- _allowances[owner][spender] = amount (#620)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#621)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,Transfer amount exceeds allowance)) (#590)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#290) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#291)
Variable ZOUTBREAK.F26__CEO_Change__By_Chief_Security_Officer(address).Previous_CEO (#1320) is too similar to ZOUTBREAK.F27__CSO_Change__By_Chief_Security_Officer(address).Previous_CSO (#1334)
Variable ZOUTBREAK.A06__Price_Impact_Tiers__Percentage_Multiplied_by_100().Price_Impact1 (#956) is too similar to ZOUTBREAK.A06__Price_Impact_Tiers__Percentage_Multiplied_by_100().Price_impact2 (#957)
Variable ZOUTBREAK.A08__Price_Impact1__Sell_Fees_Actual_Percentage().Price_Impact1_Percentage_Multiplied_by_100 (#984) is too similar to ZOUTBREAK.A09__Price_Impact2__Sell_Fees_Actual_Percentage().Price_Impact2_Percentage_Multiplied_by_100 (#995)
Variable ZOUTBREAK.A07__Check_If_Price_Impacts_Feature_Is_Used(bool).Price_Impact1__Percentage_Multiplied_by_100 (#963) is too similar to ZOUTBREAK.A07__Check_If_Price_Impacts_Feature_Is_Used(bool).Price_impact2__Percentage_Multiplied_by_100 (#964)
Variable ZOUTBREAK.A07__Check_If_Price_Impacts_Feature_Is_Used(bool).Price_Impact1__Status (#965) is too similar to ZOUTBREAK.A07__Check_If_Price_Impacts_Feature_Is_Used(bool).Price_Impact2__Status (#966)
Variable ZOUTBREAK.F08__Set_Sell_Price_Impact1__Multiplied_by_100(uint256).Price_impact1 (#1137) is too similar to ZOUTBREAK.F09__Set_Sell_Price_Impact2__Multiplied_by_100(uint256).Price_impact2 (#1163)
Variable ZOUTBREAK.F08__Set_Sell_Price_Impact1__Multiplied_by_100(uint256).Price_impact1 (#1137) is too similar to ZOUTBREAK.A06__Price_Impact_Tiers__Percentage_Multiplied_by_100().Price_impact2 (#957)
Variable ZOUTBREAK.A06__Price_Impact_Tiers__Percentage_Multiplied_by_100().Price_Impact1 (#956) is too similar to ZOUTBREAK.F09__Set_Sell_Price_Impact2__Multiplied_by_100(uint256).Price_impact2 (#1163)
Variable ZOUTBREAK.A08__Price_Impact1__Sell_Fees_Actual_Percentage().Project_Fee_Above_Impact1 (#985) is too similar to ZOUTBREAK.A09__Price_Impact2__Sell_Fees_Actual_Percentage().Project_Fee_Above_Impact2 (#996)
Variable ZOUTBREAK.A08__Price_Impact1__Sell_Fees_Actual_Percentage().Reflections_Fee_Above_Impact1 (#986) is too similar to ZOUTBREAK.A09__Price_Impact2__Sell_Fees_Actual_Percentage().Reflections_Fee_Above_Impact2 (#997)
Variable ZOUTBREAK.A09__Price_Impact2__Sell_Fees_Actual_Percentage().Project_Fee_Above_Impact2 (#996) is too similar to ZOUTBREAK.F12__Set_Fees_For_Sells_With_Price_Impact1(uint256,uint256,uint256,uint256).project_fee_above_impact1 (#1190)
Variable ZOUTBREAK.F12__Set_Fees_For_Sells_With_Price_Impact1(uint256,uint256,uint256,uint256).project_fee_above_impact1 (#1190) is too similar to ZOUTBREAK.F13__Set_Fees_For_Sells_Above_Impact2(uint256,uint256).project_fee_above_impact2 (#1218)
Variable ZOUTBREAK.A08__Price_Impact1__Sell_Fees_Actual_Percentage().Project_Fee_Above_Impact1 (#985) is too similar to ZOUTBREAK.F13__Set_Fees_For_Sells_Above_Impact2(uint256,uint256).project_fee_above_impact2 (#1218)
Variable ZOUTBREAK._transferFromExcluded(address,address,uint256).rTransferAmount (#821) is too similar to ZOUTBREAK._transferFromExcluded(address,address,uint256).tTransferAmount (#821)
Variable ZOUTBREAK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#858) is too similar to ZOUTBREAK._getTValues(uint256).tTransferAmount (#851)
Variable ZOUTBREAK.reflectionFromToken(uint256,bool).rTransferAmount (#607) is too similar to ZOUTBREAK._getValues(uint256).tTransferAmount (#844)
Variable ZOUTBREAK._transferBothExcluded(address,address,uint256).rTransferAmount (#830) is too similar to ZOUTBREAK._transferToExcluded(address,address,uint256).tTransferAmount (#812)
Variable ZOUTBREAK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#858) is too similar to ZOUTBREAK._transferStandard(address,address,uint256).tTransferAmount (#804)
Variable ZOUTBREAK._transferToExcluded(address,address,uint256).rTransferAmount (#812) is too similar to ZOUTBREAK._transferStandard(address,address,uint256).tTransferAmount (#804)
Variable ZOUTBREAK._transferToExcluded(address,address,uint256).rTransferAmount (#812) is too similar to ZOUTBREAK._getTValues(uint256).tTransferAmount (#851)
Variable ZOUTBREAK._transferStandard(address,address,uint256).rTransferAmount (#804) is too similar to ZOUTBREAK._getValues(uint256).tTransferAmount (#844)
Variable ZOUTBREAK._transferFromExcluded(address,address,uint256).rTransferAmount (#821) is too similar to ZOUTBREAK._getValues(uint256).tTransferAmount (#844)
Variable ZOUTBREAK.reflectionFromToken(uint256,bool).rTransferAmount (#607) is too similar to ZOUTBREAK._transferStandard(address,address,uint256).tTransferAmount (#804)
Variable ZOUTBREAK.reflectionFromToken(uint256,bool).rTransferAmount (#607) is too similar to ZOUTBREAK._getTValues(uint256).tTransferAmount (#851)
Variable ZOUTBREAK._transferStandard(address,address,uint256).rTransferAmount (#804) is too similar to ZOUTBREAK._transferStandard(address,address,uint256).tTransferAmount (#804)
Variable ZOUTBREAK._transferBothExcluded(address,address,uint256).rTransferAmount (#830) is too similar to ZOUTBREAK._getValues(uint256).tTransferAmount (#844)
Variable ZOUTBREAK._transferFromExcluded(address,address,uint256).rTransferAmount (#821) is too similar to ZOUTBREAK._transferStandard(address,address,uint256).tTransferAmount (#804)
Variable ZOUTBREAK._transferStandard(address,address,uint256).rTransferAmount (#804) is too similar to ZOUTBREAK._getTValues(uint256).tTransferAmount (#851)
Variable ZOUTBREAK._transferFromExcluded(address,address,uint256).rTransferAmount (#821) is too similar to ZOUTBREAK._getTValues(uint256).tTransferAmount (#851)
Variable ZOUTBREAK._transferToExcluded(address,address,uint256).rTransferAmount (#812) is too similar to ZOUTBREAK._transferToExcluded(address,address,uint256).tTransferAmount (#812)
Variable ZOUTBREAK._getValues(uint256).rTransferAmount (#845) is too similar to ZOUTBREAK._getTValues(uint256).tTransferAmount (#851)
Variable ZOUTBREAK._transferFromExcluded(address,address,uint256).rTransferAmount (#821) is too similar to ZOUTBREAK._transferBothExcluded(address,address,uint256).tTransferAmount (#830)
Variable ZOUTBREAK._transferBothExcluded(address,address,uint256).rTransferAmount (#830) is too similar to ZOUTBREAK._transferStandard(address,address,uint256).tTransferAmount (#804)
Variable ZOUTBREAK._transferBothExcluded(address,address,uint256).rTransferAmount (#830) is too similar to ZOUTBREAK._getTValues(uint256).tTransferAmount (#851)
Variable ZOUTBREAK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#858) is too similar to ZOUTBREAK._getValues(uint256).tTransferAmount (#844)
Variable ZOUTBREAK._transferBothExcluded(address,address,uint256).rTransferAmount (#830) is too similar to ZOUTBREAK._transferBothExcluded(address,address,uint256).tTransferAmount (#830)
Variable ZOUTBREAK._transferFromExcluded(address,address,uint256).rTransferAmount (#821) is too similar to ZOUTBREAK._transferToExcluded(address,address,uint256).tTransferAmount (#812)
Variable ZOUTBREAK._transferToExcluded(address,address,uint256).rTransferAmount (#812) is too similar to ZOUTBREAK._getValues(uint256).tTransferAmount (#844)
Variable ZOUTBREAK.A09__Price_Impact2__Sell_Fees_Actual_Percentage().Reflections_Fee_Above_Impact2 (#997) is too similar to ZOUTBREAK.F12__Set_Fees_For_Sells_With_Price_Impact1(uint256,uint256,uint256,uint256).reflections_fee_above_impact1 (#1192)
Variable ZOUTBREAK.F12__Set_Fees_For_Sells_With_Price_Impact1(uint256,uint256,uint256,uint256).reflections_fee_above_impact1 (#1192) is too similar to ZOUTBREAK.F13__Set_Fees_For_Sells_Above_Impact2(uint256,uint256).reflections_fee_above_impact2 (#1219)
Variable ZOUTBREAK.A08__Price_Impact1__Sell_Fees_Actual_Percentage().Reflections_Fee_Above_Impact1 (#986) is too similar to ZOUTBREAK.F13__Set_Fees_For_Sells_Above_Impact2(uint256,uint256).reflections_fee_above_impact2 (#1219)
Variable ZOUTBREAK._getValues(uint256).rTransferAmount (#845) is too similar to ZOUTBREAK._transferFromExcluded(address,address,uint256).tTransferAmount (#821)
Variable ZOUTBREAK._getValues(uint256).rTransferAmount (#845) is too similar to ZOUTBREAK._transferBothExcluded(address,address,uint256).tTransferAmount (#830)
Variable ZOUTBREAK._transferToExcluded(address,address,uint256).rTransferAmount (#812) is too similar to ZOUTBREAK._transferFromExcluded(address,address,uint256).tTransferAmount (#821)
Variable ZOUTBREAK._transferToExcluded(address,address,uint256).rTransferAmount (#812) is too similar to ZOUTBREAK._transferBothExcluded(address,address,uint256).tTransferAmount (#830)
Variable ZOUTBREAK._transferStandard(address,address,uint256).rTransferAmount (#804) is too similar to ZOUTBREAK._transferToExcluded(address,address,uint256).tTransferAmount (#812)
Variable ZOUTBREAK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#858) is too similar to ZOUTBREAK._transferFromExcluded(address,address,uint256).tTransferAmount (#821)
Variable ZOUTBREAK.reflectionFromToken(uint256,bool).rTransferAmount (#607) is too similar to ZOUTBREAK._transferToExcluded(address,address,uint256).tTransferAmount (#812)
Variable ZOUTBREAK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#858) is too similar to ZOUTBREAK._transferToExcluded(address,address,uint256).tTransferAmount (#812)
Variable ZOUTBREAK._transferStandard(address,address,uint256).rTransferAmount (#804) is too similar to ZOUTBREAK._transferFromExcluded(address,address,uint256).tTransferAmount (#821)
Variable ZOUTBREAK._transferStandard(address,address,uint256).rTransferAmount (#804) is too similar to ZOUTBREAK._transferBothExcluded(address,address,uint256).tTransferAmount (#830)
Variable ZOUTBREAK._getValues(uint256).rTransferAmount (#845) is too similar to ZOUTBREAK._transferToExcluded(address,address,uint256).tTransferAmount (#812)
Variable ZOUTBREAK._transferBothExcluded(address,address,uint256).rTransferAmount (#830) is too similar to ZOUTBREAK._transferFromExcluded(address,address,uint256).tTransferAmount (#821)
Variable ZOUTBREAK._getValues(uint256).rTransferAmount (#845) is too similar to ZOUTBREAK._transferStandard(address,address,uint256).tTransferAmount (#804)
Variable ZOUTBREAK.reflectionFromToken(uint256,bool).rTransferAmount (#607) is too similar to ZOUTBREAK._transferFromExcluded(address,address,uint256).tTransferAmount (#821)
Variable ZOUTBREAK.reflectionFromToken(uint256,bool).rTransferAmount (#607) is too similar to ZOUTBREAK._transferBothExcluded(address,address,uint256).tTransferAmount (#830)
Variable ZOUTBREAK._getValues(uint256).rTransferAmount (#845) is too similar to ZOUTBREAK._getValues(uint256).tTransferAmount (#844)
Variable ZOUTBREAK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#858) is too similar to ZOUTBREAK._transferBothExcluded(address,address,uint256).tTransferAmount (#830)
Prevent variables from having similar names.

Additional information: link

ZOUTBREAK.slitherConstructorVariables() (#419-1429) uses literals with too many digits:
- _tTotal = 10000000 * 10 ** _decimals (#434)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ZOUTBREAK._decimals (#431) should be constant
ZOUTBREAK._name (#438) should be constant
ZOUTBREAK._symbol (#439) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

name() should be declared external:
- ZOUTBREAK.name() (#561-563)
symbol() should be declared external:
- ZOUTBREAK.symbol() (#564-566)
decimals() should be declared external:
- ZOUTBREAK.decimals() (#567-569)
totalSupply() should be declared external:
- ZOUTBREAK.totalSupply() (#570-572)
transfer(address,uint256) should be declared external:
- ZOUTBREAK.transfer(address,uint256) (#577-580)
allowance(address,address) should be declared external:
- ZOUTBREAK.allowance(address,address) (#581-583)
approve(address,uint256) should be declared external:
- ZOUTBREAK.approve(address,uint256) (#584-587)
transferFrom(address,address,uint256) should be declared external:
- ZOUTBREAK.transferFrom(address,address,uint256) (#588-592)
increaseAllowance(address,uint256) should be declared external:
- ZOUTBREAK.increaseAllowance(address,uint256) (#593-596)
decreaseAllowance(address,uint256) should be declared external:
- ZOUTBREAK.decreaseAllowance(address,uint256) (#597-600)
reflectionFromToken(uint256,bool) should be declared external:
- ZOUTBREAK.reflectionFromToken(uint256,bool) (#601-610)
A13__CEO_Address() should be declared external:
- ZOUTBREAK.A13__CEO_Address() (#1028-1030)
A14__CSO_Address() should be declared external:
- ZOUTBREAK.A14__CSO_Address() (#1031-1033)
F26__CEO_Change__By_Chief_Security_Officer(address) should be declared external:
- ZOUTBREAK.F26__CEO_Change__By_Chief_Security_Officer(address) (#1312-1325)
F27__CSO_Change__By_Chief_Security_Officer(address) should be declared external:
- ZOUTBREAK.F27__CSO_Change__By_Chief_Security_Officer(address) (#1326-1337)
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 less than 100. Token is either dead or inactive. Ignore for presale.


Telegram account has relatively few subscribers


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find 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


Unable to find code repository for the project


Young tokens have high risks of scam / 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

Price for ZOB

News for ZOB