Official links
One place to check what is real on Robinhood Chain. A site, wallet or token that does not match these values is not Cadea: copy any value and compare it character by character against what you were sent.
The contracts chain id 46630, verification read from the explorer on this visit
Creates every coin with CREATE2 at its plate’s address. Deployed through the canonical CREATE2 deployer, so its address depends only on the owner and the code, and so does every plate.
The plate registry and its ERC-721 NFTs ("Vanity Plates", PLATE). Checks every pattern on chain and locks a plate while it is listed, in auction or vaulted.
Fixed-price listings, private or public. A buy pays at most the price you saw.
Timed and untimed auctions, the bid held by the contract and the previous bid refunded at once. An auction ends by its clock, the seller’s acceptance, or a cancel before any bid.
Launches a coin at its plate, runs its bonding curve in ETH and holds its Uniswap v4 position after graduation, for good.
The Uniswap v4 hook on every Cadea pool: only the launchpad can create the pool, so nobody can open it first at a bad price.
Requests, workers and shares: every share is checked on chain before it is paid from the request’s budget.
Binds a wallet to its referrer once, from the wallet’s own transaction, and holds the referral share.
Deposit-backed brand blocks, decided by the owner wallet, with a hash of the reason on chain.
Trade receipts, trade ratings and paid community ratings, shown apart.
Standing bids and direct offers for plates, fully funded in ETH, and offers with counters. An offered plate stays in its seller’s wallet, locked until it is sold, withdrawn or expired.
Scheduled launches: holds the plate and the escrow until the planned moment, then launches exactly as planned. The owner can cancel at any time before and gets everything back.
Read from every contract’s owner() on this visit. One wallet owns them all; it sets fees within the caps and pauses new entries.
Read from every contract’s treasury() on this visit. It receives the protocol fees the fees page lists.
The block the first contract was deployed in. Nothing of Cadea’s exists on this chain before it.
keccak256 of the coin’s creation code. Together with the deployer’s address it fixes every plate address, so any grinder can check its finds against it.
Reporting a clone
- Cadea never asks for a seed phrase or a private key. It asks you to sign two plain messages, both naming this site and neither sending anything: one opens the finds saved in your own browser, the other signs you in for the demand board and alerts.
- A plate is real only if its NFT is held by the VanityPlates contract above. Every plate page recomputes its address before you pay for it.
- A transaction that calls a contract not on this list is not Cadea's. Launches and trades call the Launchpad at 0x7B30…38B6. Reject anything else in your wallet.
The owner wallet what it can and cannot do
It can
- Set every fee and share, within the hard caps written into each contract.
- Pause new entries per contract: registrations, listings, bids, launches, curve buys and pool requests.
- Approve or reject brand block requests, and revoke a block, with a hash of the reason on chain.
- Move the address the plates’ metadata is served from, and the treasury.
- Hand ownership to another wallet, in two steps: the new wallet asks, then the owner completes.
It cannot
- Change any contract’s code: none is a proxy, so the code at these addresses is final.
- Take, move or burn a plate it does not hold.
- Touch a bid held by an auction, a request’s budget or pay owed to a worker.
- Block a cancel, a withdrawal, an unlock or a refund: a pause never stops an exit.
- Mint, tax, freeze or blacklist a coin: a coin has no owner at all.
- Remove a graduated pool’s liquidity: no function does.
- Raise a fee above its hard cap, or read a plate’s private key: a plate has none.
The hard caps are written into the contracts, so even a stolen owner key cannot turn fees against users: each percentage fee at most 10%, registration and launch fees at most 0.05 ETH each, a community rating at most 0.005 ETH, the block deposit at most 1 ETH, the referral share at most half of a fee.