Quantum Audit Logo

Is Bluwhale AI Safe?

On-chain security analysis — is it a scam or legit?

Is this your token? Publish your own audit on this page →

Bluwhale AI BLUAI
0xed9a…9aad
BNB Chain Not verifiedLast checked 3d ago 1 audit on record
How is this score calculated? → Medium Risk
Executive SummaryAI Copilot

The BlueWhaleToken contract is a standard ERC20 implementation leveraging battle-tested OpenZeppelin libraries. It includes basic ownership controls and mints an initial supply to the deployer. The contract is simple and does not introduce complex logic, contributing to its low technical risk. Several minor design considerations and centralization points were identified, but no critical or high-severity vulnerabilities were found.

3 Low1 Informational
Volume 24h
$29.1K
Liquidity
$759.9K
Price
$0.01282
Token Age
9mo
Top 10 Holders
84.3%

Security Findings

Low

Centralized Ownership

L-01The contract utilizes OpenZeppelin's `Ownable` pattern, which grants a single address (or a multisig, as indicated by the prefill) exclusive control over certain administrative functions, specifically `transferOwnership` and `renounceOwnership`. While the prefill indicates a multisig, the contract itself does not enforce this, relying on external operational security. This centralization introduces a single point of control for critical administrative actions.
IssueThe contract utilizes OpenZeppelin's `Ownable` pattern, which grants a single address (or a multisig, as indicated by the prefill) exclusive control over certain administrative functions, specifically `transferOwnership` and `renounceOwnership`. While the prefill indicates a multisig, the contract itself does not enforce this, relying on external operational security. This centralization introduces a single point of control for critical administrative actions.
FixWhile a multisig is used, consider implementing a timelock for ownership transfers to provide a delay for users to react to potentially malicious or accidental changes. For increased decentralization, explore migrating ownership to a community-governed DAO.
StatusUnresolved
Low

Lack of Pause Mechanism

L-02The BlueWhaleToken contract does not include a pause mechanism. In the event of a critical vulnerability in the token itself, or in a protocol integrating the token, there is no way to halt transfers or other token operations. This could lead to irreversible loss of funds or exploitation before a fix can be deployed.
IssueThe BlueWhaleToken contract does not include a pause mechanism. In the event of a critical vulnerability in the token itself, or in a protocol integrating the token, there is no way to halt transfers or other token operations. This could lead to irreversible loss of funds or exploitation before a fix can be deployed.
FixConsider implementing a `Pausable` mechanism (e.g., from OpenZeppelin) to allow the owner (or a designated role) to temporarily halt token transfers in emergencies. This feature should be used judiciously and ideally controlled by a multisig or governance.
StatusUnresolved
Low

Constructor Initial Minting to Deployer

L-03The entire `initialSupply` of tokens is minted to the contract deployer's address during construction. While this is a common pattern for token launches, it means the deployer initially holds 100% of the token supply. This concentration of tokens in a single address could lead to significant selling pressure if not managed carefully, potentially impacting market stability or perceived decentralization.
IssueThe entire `initialSupply` of tokens is minted to the contract deployer's address during construction. While this is a common pattern for token launches, it means the deployer initially holds 100% of the token supply. This concentration of tokens in a single address could lead to significant selling pressure if not managed carefully, potentially impacting market stability or perceived decentralization.
FixEnsure a clear and transparent distribution plan for the initial supply is communicated to the community. Consider distributing a portion of the initial supply to multiple addresses or vesting contracts from the outset to promote broader distribution and mitigate centralization concerns.
StatusUnresolved
Info

Fixed Decimals Value

I-01The `decimals()` function in the ERC20 contract is hardcoded to return `18`. While 18 is the most common decimal value for ERC20 tokens, it is a fixed design choice. This is not a vulnerability but a design characteristic that cannot be changed post-deployment.
IssueThe `decimals()` function in the ERC20 contract is hardcoded to return `18`. While 18 is the most common decimal value for ERC20 tokens, it is a fixed design choice. This is not a vulnerability but a design characteristic that cannot be changed post-deployment.
FixNo action required, as this is a standard and widely accepted design choice for ERC20 tokens. Ensure all integrations and user interfaces correctly interpret the token's 18 decimals.
StatusUnresolved

Category Ratings

TechnicalLow10/10

The BlueWhaleToken contract is a straightforward ERC20 implementation, inheriting from OpenZeppelin's highly audited `ERC20` and `Ownable` contracts. This significantly reduces the likelihood of technical vulnerabilities (7.2 Code Security). The architecture (7.1 Architecture) is simple and well-understood, with no complex external interactions (7.6 External) or novel logic introduced, minimizing the attack surface. The use of Solidity 0.8+ provides default overflow/underflow protection, further enhancing code security.

GovernanceMedium6/10

The contract's economic model (7.4 Economic) is a standard fixed-supply ERC20 token with an initial mint to the deployer. Governance (7.5 Governance) is centralized via the `Ownable` pattern, allowing the owner (a multisig in this case, as per prefill) to transfer or renounce ownership. While centralized, the use of a multisig for ownership mitigates some single-point-of-failure risks. There is no mechanism for post-deployment minting or burning by the owner, ensuring a fixed supply after initial deployment.

UpgradesLow7/10

The BlueWhaleToken contract is not designed to be upgradeable (7.7 Upgrades), as it does not implement any proxy patterns. This eliminates risks specifically associated with upgradeability, such as proxy misconfigurations or logic errors during upgrades. Any changes to the token's logic would require a new deployment and migration, which is a known operational consideration (7.8 Operations).

Security Checklist

Contract VerifiedPass
Ownership RenouncedFail
No Mint FunctionPass
Liquidity LockedFail
Not a ProxyPass

Holder Composition

4.7% in wallets79.6% in contracts
Effective Concentration36.5%

Share held by contracts — treasury, vesting, bridge or staking — is discounted against share held by wallets when the score is computed: a contract cannot decide to sell the way an anonymous holder can, though it can still be drained or voted to sell. Effective concentration is the figure the risk score is actually calculated from.

Liquidity Depth

The risk score reads depth across every pair. The volume figure and the volume-to-liquidity ratio elsewhere on this page describe only the pair this audit analysed, so the two are not directly comparable.

LP Distribution

Top-1 Unlocked Holder27.3%
Top-3 Unlocked49.7%

Key Addresses

Deployer
0xa1e9…e7dc
Unlocked LP Held By
0xf949…02980x55a1…be140x1498…d27e0xabe1…e0bf0x5471…c2cf0xa86d…dfc30x29ce…07e40xe8b0…a2bf0x5ca2…d75f0x4cc4…2ee2

No privileged address appears among these holders: the unlocked liquidity sits with independent providers, not with the deployer.

What Raised This Score

  • Ownership NOT renounced — Multisig (3-of-4)
  • Top-10 concentration > 30% (84.3% total → 36.5% effective; 4.7% in EOAs, 79.6% in contracts — moderate)
  • Liquidity not locked, but no owner/deployer address holds LP — market-depth risk, not rug risk
  • 3 Low finding(s) from audit

Each factor is an on-chain fact recorded at the time of this analysis. The score is computed from them by a deterministic function, so the same contract returns the same score for anyone who runs the audit. How scores are computed

Related Audits

AsterMedium RiskMYXMedium RiskTaleX (X)Medium RiskPeaqOFT (PEAQ)Medium Risk施工猫 (SUE)Medium RiskmubarakMedium Risk

Would You Like a More Detailed Audit of Bluwhale AI?

Our AI-powered scanner gives you a deeper, real-time smart contract analysis — free, with every scoring factor shown.

Get Detailed Audit