Robinhood Chain
Chain ID 4663 · ETH gas
Production network
Chain ID 4663 · ETH gas
The verified OTG address from pons.family will be published here before launch.
Pending deploymentThe reviewed board address must match the signed production release.
Pending deploymentWallet actions unlock only after both contracts pass configuration checks.
Open explorerMainnet contracts are not configured. Wallet transactions remain disabled.
Contract architecture
The board accepts the verified Pons token address. The accepted token cannot be changed after deployment.
Stores slot owner, lock amount, expiry, name, URL, message, colors, and moderation state.
Current tile data is read directly with getSlot() and getSlots(). No IPFS, gateway, or local metadata cache is required.
Site moderators hide illegal or abusive placements through the password-protected admin without a wallet.
getSlot(slotId) getSlots(start, count) quoteReserve(slotIds) reserve(slotId, tileData, maxAmount) reserveBatch(slotIds, tileData[], maxAmount) updateMetadata(slotId, tileData) release(slotId) releaseBatch(slotIds) // V4+: owner can unlock anytime clearExpiredBatch(slotIds) withdraw() hideSlot(slotId, hidden, reasonHash) requiredLockForRank(rank) // V5: always 250k
Tile ownership, content fields, and transaction history are recorded onchain and can be independently verified.
Illegal or abusive placements may be hidden from this interface. The underlying onchain record remains unchanged.