BasedBabyBacca
BasedBabyBacca(Bacca) | BASE
70%
0xaf02fcbf056b4bcc359dab81d1b5a8527877eed6
Report Date
April 30, 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:   BasedBabyBacca
tokenSymbol:   Bacca
tokenDecimal:   18
blockchain:   BASE
tokenSupply:   1000000000000
contractAddress:   0xaf...eed6
contractLanguage:   Solidity
currentBuyFee:   5
currentSellFee:   5
currentTransferFee:   
social:  

InformationalLowMediumHigh402300
Download SVG
Download PNG
Download CSV

Manual Review

Owner can exclude/include account from fees

        function excludeFromFees(address account, bool excluded)external onlyOwner{
          require(_isExcludedFromFees[account] != excluded,"Account is already the value of 'excluded'");
          _isExcludedFromFees[account] = excluded;
  
          emit ExcludeFromFees(account, excluded);
        }
          
Recommendation

There is no need specific recommendation for this finding.

Owner can change swap settings

        function setSwapTokensAtAmount(uint256 newAmount) external onlyOwner{
          require(newAmount > totalSupply() / 100000, "SwapTokensAtAmount must be greater than 0.001% of total supply");
          swapTokensAtAmount = newAmount;
          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.