Every line of code is public. Every transaction is traceable.
You don't have to trust us, you can verify everything yourself.
Analyzed by Hashlock AI, SolidityScan, Slither (Trail of Bits), internal security review, and mathematical verification. Zero critical vulnerabilities.
Smart contracts are public on BaseScan. Anyone can read the code, check the logic, and confirm there are no hidden functions.
All 297 artworks and metadata are stored on IPFS — a decentralized, permanent storage network. No server, no single point of failure.
Browse on IPFSThe ETH/USD price that triggers destruction comes from Chainlink — the most trusted decentralized oracle. No manipulation possible.
Built on Base L2 mainnet. Source code verified on BaseScan.
Dependencies: OpenZeppelin v5.4 (ERC721, Ownable, ReentrancyGuard, Strings) — Chainlink v1.5 (AggregatorV3Interface)
AI-powered audit from a leading Web3 security firm. Deep analysis of access control, economic logic, oracle interactions, and reentrancy vectors.
Cloud-based static analysis with 700+ modules. Full scan of both contracts. NFT: 87/100, PoolManager: 60/100.
10-point manual audit: reentrancy, integer safety, access control, DoS, front-running, oracle manipulation, fund safety, edge cases.
Formal verification of pool invariants, ETH solvency, rounding dust, edge cases (0/1/297 tokens), and overflow analysis.
If seller is a contract that rejects ETH, the entire buy() reverts — DoS on that listing.
FIXEDIf ETH hit $10K briefly then dropped back during the 15-minute cooldown, the marketplace was permanently frozen — cancelTrigger() failed (cooldown passed) and finalizeTrigger() failed (price too low). Added resetTrigger() to unblock after cooldown if price dropped.
FIXEDSweep function didn't check for unclaimed pending withdrawals before sending balance to creator.
FIXEDFunction succeeded without doing anything if price was still above trigger, wasting gas.
FIXEDNo check that poolManager was set before enforcing transfer restriction.
FIXEDInternal _addTickets() didn't emit events for off-chain tracking.
FIXED