WizToken
WizToken(WIZ) | BSC
90%
0x54183f6EdDDD583BBfcE25b39f223fc20ACe907C
Report Date
March 7, 2024
Quick Result
Owner can mint new token?
Owner can update tax over 25% ?
Owner can pause trade ?
Owner can enable trading ?
Owner can add Blacklist ?
Owner can set Max Tx ?
Owner can set Max Wallet Amount ?

Contract Overview

🟢  minting:  
🟢  honeypot:  
🟢  enableTrading:  
🟢  pauseTrading:  
🟢  maxWallet:  
🟢  blacklist:  
🟢  proxy:  
🟢  hiddenOwner:  
🟢  maxTx:  
🟢  antibotSystem:  
Notes:   Safe: 🟢 Be Careful: 🟠 Danger: 🔴


Token Information

tokenName:   WizToken
tokenSymbol:   WIZ
tokenDecimal:   18
blockchain:   BSC
tokenSupply:   100000000000
contractAddress:   0x54...907c
contractLanguage:   Solidity
currentBuyFee:   7
currentSellFee:   7
currentTransferFee:   
social:  

InformationalLowMediumHigh25e-3242000
Download SVG
Download PNG
Download CSV

Manual Review

Owner can exclude/include account from fees RENOUNCED

        function excludeFromFees(address account, bool excluded) external onlyOwner{
          _isExcludedFromFees[account] = excluded;
  
          emit ExcludeFromFees(account, excluded);
        }
          
Recommendation

There is no need specific recommendation for this finding.

Owner can set swap tokens at amount RENOUNCED

        function setSwapTokensAtAmount(uint256 newAmount, bool _swapEnabled) external onlyOwner{
          require(newAmount > totalSupply() / 1_000_000, "CSLT: SwapTokensAtAmount must be greater than 0.0001% of total supply");
          swapTokensAtAmount = newAmount;
          swapEnabled = _swapEnabled;
  
          emit SwapTokensAtAmountUpdated(swapTokensAtAmount);
        }
          
Recommendation

There is no need specific recommendation for this finding.

Disclaimer: This smart contract audit report, conducted by SecureWise, is intended for informational purposes only. It does not constitute an endorsement, investment advice, or a guarantee of any kind. The audit involved code analysis, manual review, testing, and risk classification.

© made with
by SecureWise all right reserved.