Quantum Audit Logo

Is LO0P Safe?

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

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

LO0P LO0P
0x0000…de3f
Ethereum Not verifiedLast checked 3d ago 1 audit on record
How is this score calculated? → Medium Risk
Executive SummaryAI Copilot

The LOOP token contract is a fixed-supply ERC20 token built upon OpenZeppelin's battle-tested implementation. Its primary function is to mint the entire supply to a designated 'lending hook' address during deployment and allow users to burn their own tokens. The contract itself is minimal and well-structured. However, the critical risk lies in the complete centralization of the initial token supply to a single external address, making the security of this 'lending hook' paramount for the entire protocol's integrity.

1 High3 Informational
Volume 24h
$1.1K
Liquidity
$271.6K
Price
$0.3158
Token Age
2mo
Top 10 Holders
68.1%

Security Findings

High

Centralization of Initial Supply and External Dependency Risk

H-01The entire `TOTAL_SUPPLY` of 1,000,000 LO0P tokens is minted to a single `mintTo` address in the constructor. The contract description identifies this address as a 'lending hook'. This design choice makes the security and integrity of the `mintTo` address (and the associated 'lending hook' contract) paramount, as it represents a single point of failure for the entire token supply. Any vulnerability, compromise, or mismanagement in the 'lending hook' contract could lead to the loss or misuse of all LO0P tokens. This impacts 7.1 Architecture, 7.3 Access Control, 7.6 External, and 7.8 Operations.
IssueThe entire `TOTAL_SUPPLY` of 1,000,000 LO0P tokens is minted to a single `mintTo` address in the constructor. The contract description identifies this address as a 'lending hook'. This design choice makes the security and integrity of the `mintTo` address (and the associated 'lending hook' contract) paramount, as it represents a single point of failure for the entire token supply. Any vulnerability, compromise, or mismanagement in the 'lending hook' contract could lead to the loss or misuse of all LO0P tokens. This impacts 7.1 Architecture, 7.3 Access Control, 7.6 External, and 7.8 Operations.
FixA thorough security audit of the 'lending hook' contract (the `mintTo` address) is critically important to ensure robust security, proper access controls, and resilience against common attack vectors. Consider implementing multi-signature control, time-locks, or other decentralized governance mechanisms for critical operations within the lending hook, especially those involving large token movements or administrative changes.
StatusUnresolved
Info

Fixed Supply and No Further Minting

I-01The `LOOP` token has a `TOTAL_SUPPLY` constant of 1,000,000 * 1e18 tokens, all minted during construction to the `mintTo` address. There are no functions or mechanisms to mint additional tokens after deployment. This design choice ensures a fixed and predictable supply, preventing inflationary pressures from arbitrary minting. This relates to 7.4 Economic.
IssueThe `LOOP` token has a `TOTAL_SUPPLY` constant of 1,000,000 * 1e18 tokens, all minted during construction to the `mintTo` address. There are no functions or mechanisms to mint additional tokens after deployment. This design choice ensures a fixed and predictable supply, preventing inflationary pressures from arbitrary minting. This relates to 7.4 Economic.
FixThis is an intentional design choice that enhances transparency and predictability for token holders. No specific security recommendation is needed, but stakeholders should be fully aware of the implications of a fixed supply model.
StatusUnresolved
Info

Use of OpenZeppelin Standard

I-02The `LOOP` contract inherits from OpenZeppelin's `ERC20` contract, which is a widely audited, community-vetted, and industry-standard implementation of the ERC-20 token specification. This significantly reduces the risk of common ERC-20 vulnerabilities and enhances the overall reliability and security of the token. This relates to 7.2 Code Security.
IssueThe `LOOP` contract inherits from OpenZeppelin's `ERC20` contract, which is a widely audited, community-vetted, and industry-standard implementation of the ERC-20 token specification. This significantly reduces the risk of common ERC-20 vulnerabilities and enhances the overall reliability and security of the token. This relates to 7.2 Code Security.
FixContinue to monitor OpenZeppelin's official channels for any updates or security advisories related to the specific version of contracts used (implied v5.5.0). While highly secure, no library is entirely immune to future discoveries.
StatusUnresolved
Info

Public Burn Function

I-03The `burn` function is declared as `external` and allows any user to burn tokens from their own balance (`msg.sender`). The contract description also notes that the 'lending hook' contract is intended to call this function for liquidations on tokens it holds. This functionality is a common feature in many token designs, allowing users to voluntarily reduce the circulating supply. This relates to 7.3 Access Control and 7.4 Economic.
IssueThe `burn` function is declared as `external` and allows any user to burn tokens from their own balance (`msg.sender`). The contract description also notes that the 'lending hook' contract is intended to call this function for liquidations on tokens it holds. This functionality is a common feature in many token designs, allowing users to voluntarily reduce the circulating supply. This relates to 7.3 Access Control and 7.4 Economic.
FixThis is an intended feature. Ensure that users understand the irreversible nature of burning tokens. For the 'lending hook' contract, ensure its logic for calling `burn` is secure and aligns with its intended liquidation mechanisms.
StatusUnresolved

Category Ratings

TechnicalLow8/10

The LOOP contract demonstrates high technical quality, inheriting from OpenZeppelin's robust ERC20 implementation (7.2 Code Security). It includes a basic `burn` function for user-initiated token destruction and a constructor that mints the entire fixed supply to a single address. The primary technical risk (7.1 Architecture, 7.6 External) stems from the complete reliance on the security of the external 'lending hook' contract, which receives the entire token supply at deployment. No reentrancy or integer overflow issues were identified within the contract's custom logic.

GovernanceHigh2/10

The economic model of LOOP is characterized by a fixed total supply with no further minting capabilities (7.4 Economic), promoting scarcity and predictability. There is no team allocation, enhancing trust. However, the entire initial supply is transferred to a single 'lending hook' address during deployment (7.4 Economic, 7.5 Governance). This centralization of the initial token distribution creates a significant economic and governance risk, as the security and operational integrity of this single address dictate the safety of all tokens.

UpgradesMedium6/10

The LOOP token contract is not designed to be upgradeable (7.7 Upgrades). It does not implement any proxy patterns (e.g., UUPS, Transparent, Beacon), meaning its logic is immutable once deployed. This eliminates upgrade-related risks such as proxy misconfigurations or malicious upgrade paths.

Security Checklist

Contract VerifiedPass
Ownership Renounced?
No Mint FunctionPass
Liquidity LockedFail
Not a ProxyPass

Holder Composition

0.0% in wallets68.1% in contracts
Effective Concentration27.2%

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
0xec69…e908
Unlocked LP Held By
0xf9fd…f90f

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

What Raised This Score

  • Ownership status UNKNOWN (owner could not be resolved)
  • Top-10 concentration > 20% (68.1% total → 27.2% effective; 0.0% in EOAs, 68.1% in contracts — mild)
  • 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

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

RaveDAO (RAVE)Medium RiskOctra (OCT)Medium RiskSPX6900 (SPX)Medium RiskProgrammable (V4)Medium RiskZigCoin (ZIG)Medium RiskTRIAMedium Risk

Would You Like a More Detailed Audit of LO0P?

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

Get Detailed Audit