Robinhood Chain
Chain ID 4663 · ETH gas
Production network
Chain ID 4663 · ETH gas
The verified OTG token address will be published here before launch.
Pending deploymentThe audited 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.
Compiled bytecode and ABI Source codeContract architecture
The production board accepts one verified OTG contract. 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.
Moderators can hide illegal or abusive placements without changing ownership.
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 text is public onchain. Moderation hides it from the board, but cannot erase transaction history.
If illegal media is pinned and displayed, you can lose hosting, domain reputation, search visibility, and may trigger reporting or takedown duties.