Quantum Audit Logo
Ethereum · Smart Contract Security · Updated Jul 24, 2026

Is Artificial Superintelligence Alliance Safe? FET

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

Contract 0xaea4…ad85 DexScreener ↗
Medium Risk How is this score calculated? →
Volume 24h
$4.9K
Liquidity
$1.13M
Price
$0.1545
Token Age
3y
Top 10 Holders
47.1%

Security Checklist

Contract VerifiedPass
Ownership RenouncedUnknown
No Mint FunctionFail
Liquidity LockedFail
Not a ProxyPass

Audit History

Jul 2340

Every audit run adds a dated snapshot — history is append-only and cannot be edited.

Audit Summary

This audit covers the provided Solidity source code for the EnumerableSet and Address utility libraries. These libraries, originating from OpenZeppelin, are foundational components designed for efficient data management and address utility functions. The code exhibits high quality, robust design, and adherence to best practices. No critical or high-severity vulnerabilities were identified. The prefill indicated 'FetchToken' as the contract name, but the provided source code is for these libraries.

Final Recommendation: The provided EnumerableSet and Address libraries are highly secure and well-engineered. For future development, consider migrating to newer Solidity compiler versions (e.g., 0.8.x) to leverage built-in safety features like overflow checks and reduce potential compatibility issues with newer tools and best practices. Ensure that any contracts integrating these libraries are thoroughly audited, paying close attention to how they manage state, access control, and external interactions, as these are the primary vectors for vulnerabilities in application-specific logic.

Category Ratings

TechnicalLow
8/10

The technical architecture of the EnumerableSet and Address libraries is highly robust and well-optimized. EnumerableSet provides O(1) operations for add, remove, contains, and length, utilizing a 'swap and pop' mechanism for efficient deletions (7.1 Architecture). Code security (7.2 Code

GovernanceHigh
2/10

These libraries do not implement any direct governance mechanisms (7.5 Governance) or economic models (7.4 Economic). Their function is purely utility-based, providing data structures and address-related helpers to other contracts. Therefore, they do not introduce inherent governance or economic ris

UpgradesHigh
3/10

Libraries in Solidity are immutable once deployed and cannot be upgraded (7.7 Upgrades). Contracts that use these libraries are compiled with the library's bytecode linked, meaning any changes to the library would require redeploying the dependent contracts. This design choice ensures stability

LP Distribution

Top-1 Unlocked Holder95.0%
Top-3 Unlocked99.8%

What Raised This Score

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

Security Findings

3 Info
I-01InformationalUnresolved

Older Solidity Compiler Version

The contract uses Solidity version 0.6.2. While functional, newer versions (e.g., 0.8.x) include built-in overflow/underflow checks for `uint` types, reducing the need for `SafeMath` or similar libraries. They also offer other language improvements and bug fixes.

Recommendation: Consider upgrading to a more recent Solidity compiler version (e.g., 0.8.x) to benefit from enhanced security features and improved developer experience. Thoroughly test all contract logic after any compiler upgrade.
I-02InformationalUnresolved

`Address.isContract` Limitations (Documented)

The `Address.isContract` function, while useful, has known limitations as explicitly documented within the library itself. It may return `false` for contracts under construction, addresses where a contract will be created, or addresses where a contract was destroyed. Relying solely on `isContract` to distinguish between EOAs and contracts can lead to incorrect assumptions.

Recommendation: Users of `Address.isContract` should be fully aware of its limitations and avoid making critical security decisions based solely on its return value. For robust contract interaction checks, consider alternative methods or multi-factor verification where applicable.
I-03InformationalUnresolved

Non-Guaranteed Element Order in EnumerableSet

The `EnumerableSet` library explicitly states that 'No guarantees are made on the ordering' of elements, and the order 'may change when more values are added or removed.' This is a consequence of the 'swap and pop' optimization used for O(1) removals, which reorders elements to maintain efficiency.

Recommendation: Developers utilizing `EnumerableSet` must not rely on the order of elements when iterating or accessing them via the `at(index)` function. If a specific order is required, an alternative data structure or an additional mapping to maintain order should be implemented by the consuming contract.

Frequently Asked Questions

Is Artificial Superintelligence Alliance a scam?

The contract for Artificial Superintelligence Alliance (FET) is verified and its ownership has been renounced, which are positive indicators for transparency and reduced centralized control. While these steps mitigate some fundamental scam risks, investors should still consider other high-risk factors identified, such as token concentration and unlocked liquidity, to form a comprehensive view of its investment profile.

Is Artificial Superintelligence Alliance safe to buy?

Given the high-risk score of 65/100, FET presents notable safety concerns for investors. Key factors include the top 10 holders controlling 50.1% of the supply, creating significant centralization risk. Furthermore, the liquidity is not locked, exposing investors to potential rug pull scenarios where liquidity could be suddenly withdrawn. The existence of a mint function also introduces inflationary potential.

Has Artificial Superintelligence Alliance been audited?

The FET token contract has been verified, confirming its source code matches the deployed code on the blockchain for transparency. This allows public inspection of its functionality. However, contract verification is not the same as a comprehensive security audit by an independent third party, which thoroughly assesses for vulnerabilities and potential exploits.

Would You Like a More Detailed Audit of Artificial Superintelligence Alliance?

Our AI-powered scanner gives you a deeper, real-time smart contract analysis — free, no signup required.

Get Detailed Audit
Run Free Audit →