
Summary
ClusterYield is a USDT-based DeFi smart contract offering daily ROI through structured investment plans. It features a 17-level referral system and a trading bot integration managed via an external proxy. The platform uses ReentrancyGuard and OpenZeppelin Ownable for core security protections. Fee collection and administrative control are handled through a secondary contract (FeeCollectorProxy) which enforces logic separation and optional autonomy.
Main Contract:
0xa3512bD47D64fDA7AD9160A259f1cf95e35d0F61 (ClusterYield)
Proxy Contract:
0x5864d60404f5da6a14f21cc01d5a2217fe63d0bb (FeeCollectorProxy)
Contract Statistics
Total Users
...
Total Invested
...
Total Withdrawn
...
Total Plans
...
Security Checklist
Check | Status |
---|---|
Reentrancy Protection | Passed |
Overflow/Underflow | Passed |
Owner Withdrawal Rights | Not Possible (ownership renounced) |
tx.origin usage | Not Used |
Timestamp Dependence | Present (reward timing based on block timestamp) |
External Contract Call Risk | Mitigated (proxy restricts bot transfers) |
Admin Function Disable Option | Disabled and irreversible (proxy ownership renounced) |
Conclusion
Status: ✅ Passed
ClusterYield has successfully passed all technical audit checks. Administrative functions were manually disabled by setting adminFunctionsEnabled = false
, and the proxy owner has renounced ownership, making the governance layer immutable. No malicious behavior or backdoor functions were found. The system now operates in a trustless and autonomous state. Based on these conditions, the contract is approved as secure.
Disclaimer: This audit is a technical code review and does not constitute financial advice or a guarantee of funds.