Quantum Audit Logo

Is Cross Safe?

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

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

Cross CROSS
0x6bf6…a510
BNB Chain Not verifiedLast checked 3d ago 1 audit on record
Executive SummaryAI Copilot

The CrossToken contract implements a standard ERC20 token with burnable and permit functionalities, leveraging battle-tested OpenZeppelin libraries. The technical implementation is robust, with no apparent critical vulnerabilities. However, the contract design introduces centralization risks due to the owner's exclusive control over the burn function and the use of an EOA for ownership, which could impact token economics and governance if compromised or misused.

1 High1 Medium1 Informational
Volume 24h
$1.28M
Liquidity
$1.07M
Price
$0.1047
Token Age
1y
Top 10 Holders
98.3%

Security Findings

High

Centralized Control Over Token Supply via Burn Function

H-01The `burn` function in the `CrossToken` contract is protected by the `onlyOwner` modifier. This grants the contract owner exclusive power to reduce the total supply of tokens at any time. While this can be a desired feature for supply management, it introduces a significant centralization risk (7.4 Economic). A malicious or compromised owner could burn a substantial amount of tokens, leading to a drastic devaluation or even a rug pull scenario for token holders.
IssueThe `burn` function in the `CrossToken` contract is protected by the `onlyOwner` modifier. This grants the contract owner exclusive power to reduce the total supply of tokens at any time. While this can be a desired feature for supply management, it introduces a significant centralization risk (7.4 Economic). A malicious or compromised owner could burn a substantial amount of tokens, leading to a drastic devaluation or even a rug pull scenario for token holders.
FixIf the ability to burn tokens is essential, consider implementing a more decentralized approach, such as requiring a multi-signature approval for burn operations or integrating a time-lock mechanism. Alternatively, if the owner's control is intentional, ensure robust security measures for the owner's private key and transparently communicate this capability to the community.
StatusUnresolved
Medium

Single Point of Failure Due to EOA Ownership

M-01The `CrossToken` contract is currently owned by an External Owned Account (EOA) (7.5 Governance). This creates a single point of failure, as the security of the entire contract's administrative functions (including the ability to burn tokens) relies solely on the security of that single EOA's private key. If this EOA is compromised, an attacker could gain full control over the owner-restricted functions, leading to potential misuse and loss of funds.
IssueThe `CrossToken` contract is currently owned by an External Owned Account (EOA) (7.5 Governance). This creates a single point of failure, as the security of the entire contract's administrative functions (including the ability to burn tokens) relies solely on the security of that single EOA's private key. If this EOA is compromised, an attacker could gain full control over the owner-restricted functions, leading to potential misuse and loss of funds.
FixTransfer ownership of the contract to a multi-signature wallet (e.g., Gnosis Safe). A multi-sig wallet requires multiple independent approvals for transactions, significantly enhancing security by distributing control and reducing the risk associated with a single compromised key.
StatusUnresolved
Info

Immutability of Contract Logic

I-01The `CrossToken` contract is deployed directly and does not implement any upgradeability mechanism (7.7 Upgrades). This means that once deployed, the contract's logic cannot be modified. While this eliminates risks associated with upgrade mechanisms (e.g., proxy vulnerabilities), it also implies that any discovered bugs or desired feature enhancements would necessitate deploying an entirely new contract and migrating all token holders, which can be a complex and costly process.
IssueThe `CrossToken` contract is deployed directly and does not implement any upgradeability mechanism (7.7 Upgrades). This means that once deployed, the contract's logic cannot be modified. While this eliminates risks associated with upgrade mechanisms (e.g., proxy vulnerabilities), it also implies that any discovered bugs or desired feature enhancements would necessitate deploying an entirely new contract and migrating all token holders, which can be a complex and costly process.
FixThis is a design choice. If immutability is intended, no action is required. If future flexibility is desired, consider implementing an upgradeable proxy pattern (e.g., UUPS) for future deployments, though this adds complexity and its own set of risks.
StatusUnresolved

Category Ratings

TechnicalLow8/10

The `CrossToken` contract is built upon battle-tested OpenZeppelin ERC20, ERC20Burnable, ERC20Permit, and Ownable libraries, ensuring a high degree of code security and adherence to ERC standards (7.2 Code Security). The architecture is straightforward, implementing a standard token with an owner-controlled burn function (7.1 Architecture). No complex custom logic or external interactions are present, minimizing technical attack vectors and ensuring robust operation.

GovernanceHigh1/10

The primary economic and governance risk stems from the centralized control over the token's `burn` function, which is restricted to the contract owner (7.4 Economic). This allows a single entity to reduce the total supply, potentially impacting token value. Furthermore, the contract is owned by an External Owned Account (EOA) (7.5 Governance), which presents a single point of failure; compromise of this EOA could lead to misuse of the burn capability, posing a significant risk to token holders.

UpgradesMedium6/10

The `CrossToken` contract is not designed with upgradeability in mind (7.7 Upgrades). It is deployed as an immutable contract, meaning its logic cannot be altered post-deployment. While this eliminates upgrade-specific risks like proxy misconfigurations, it also means that any future bug fixes or feature enhancements would necessitate a new contract deployment and token migration, which can be a complex and costly process.

Security Checklist

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

Holder Composition

6.8% in wallets91.4% in contracts
Effective Concentration43.4%

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 Holder100.0%
Top-3 Unlocked100.0%

Key Addresses

Deployer
0xc360…4a41
Unlocked LP Held By
0x8c5f…984e0x6458…2df5

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 — owner is an EOA (single private key)
  • Top-10 concentration > 30% (98.3% total → 43.4% effective; 6.8% in EOAs, 91.4% in contracts — moderate)
  • Liquidity not locked, but no owner/deployer address holds LP — market-depth risk, not rug risk
  • LP top1 unlocked holder = 100.0% (independent LP — depth risk)
  • LP top3 unlocked holders = 100.0% (independent LP — depth risk)
  • 1 High finding(s) from audit
  • 1 Medium 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

CookieHigh RiskChainOpera AI (COAI)High RiskYooldo Games (ESPORTS)High RiskAKEHigh RiskVelvetHigh RiskSIXSEVEN (67)High Risk

Would You Like a More Detailed Audit of Cross?

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

Get Detailed Audit