$TREASURE ← Back to site

Security review of the $TREASURE contract

2026-07-19 · reviewed with Claude (Fable 5) · commissioned by the community takeover

STATUS: PASSED. No path for the old dev to touch the contract

Before declaring the community takeover, the full verified source code of the Sherwood Treasure Chest contract was reviewed line by line together with Claude (Fable 5), and every claim below was checked directly against the chain. Nothing in this report relies on trust: each finding lists how you can reproduce it yourself.

SCOPE

contract 0xa7DeD605aC34021A754D2E9C54F1ee47a79E1ede
chain     Robinhood Chain (id 4663)
source    verified on Blockscout, Solidity 0.8.24, 712 lines, no proxy
method    full manual code review + on-chain state checks via public RPC and explorer

FINDINGS

MINOR OBSERVATIONS (not security issues)

VERIFY_IT_YOURSELF

  1. Owner: open the contract on the explorer's read tab and call owner → returns 0x0000…0000.
  2. Source: the same page shows the verified source. Search it for onlyOwner and confirm every admin function carries it.
  3. LP burn: open the pair's holder list → the burn address is the only LP holder.
  4. Distributed rewards: on the contract's read tab call totalStockDistributed with any of the six stock addresses listed in the source's _initStockTokens().
This is an AI-assisted community review, not a certification by a professional audit firm. It was produced by the community takeover using Claude (Fable 5) and covers the contract as deployed; it says nothing about future market behavior. Memecoins are extremely volatile. Do your own research.