High-Risk Beta
This platform is experimental. Smart contracts are unaudited. Use at your own risk.
Smart contract registry, API surface, and technical reference for pooter world. All contracts are verified and open-source.
Core protocol contracts on Base (chain ID 8453). All upgradeable contracts use the ERC-1967 UUPS proxy pattern.
| Contract | Address | Type |
|---|---|---|
| MoralityRegistry | 0x2ea7502C4db5B8cfB329d8a9866EB6705b0366080x2ea7...6608 | UUPS Proxy |
| MoralityRatings | 0x29F66D8b15326cE7232c0277DBc2CbFDaaf934050x29F6...3405 | UUPS Proxy |
| MoralityComments | 0x66BA3cE1280bF86DFe957B52e9888A1De7F81d7b0x66BA...1d7b | UUPS Proxy |
| MoralityTipping | 0x27c79A57BE68EB62c9C6bB19875dB76D33FD099B0x27c7...099B | UUPS Proxy |
| MoralityLeaderboard | 0x29f0235d74E09536f0b7dF9C6529De17B8aF5Fc60x29f0...5Fc6 | UUPS Proxy |
| MoralityAgentVault | 0x4B48d35E019129bb5a16920ADC4Cb7F445ec8cA50x4B48...8cA5 | UUPS Proxy |
| PooterEditions | 0x06d7c7d70c685d58686FF6E0b0DB388209fCCC6e0x06d7...CC6e | UUPS Proxy · ERC-721 |
| PooterAuctions | 0x527e2D6Ae259E3531e4d38A5f634Fd1F788Fc71f0x527e...c71f | Immutable |
| MO Token | 0x8729c70061739140ee6bE00A3875Cbf6d09A746C0x8729...746C | ERC-20 |
| MoralityProposalVoting | pending deploy | UUPS Proxy |
Prediction market lives on Ethereum L1 for trustless resolution via native governor.state() calls. Markets auto-open on first stake; cancelled proposals resolve to VOID (full refund).
| Contract | Address | Type |
|---|---|---|
| MoralityPredictionMarket | 0x2ea7502C4db5B8cfB329d8a9866EB6705b0366080x2ea7...6608 | UUPS Proxy |
External Nouns DAO contracts referenced by the prediction market and governance modules. These are not owned by pooter world — they are read-only integrations.
| Contract | Address | Type |
|---|---|---|
| Nouns Token | 0x9C8fF314C9Bc7F6e59A9d9225Fb22946427eDC030x9C8f...DC03 | ERC-721 |
| Nouns Governor V4 | 0x6f3E6272A167e8AcCb32072d08E0957F9c79223d0x6f3E...223d | Governor Bravo |
| Nouns Treasury | 0x0BC3807Ec262cB779b38D65b38158acC3bfedE100x0BC3...dE10 | Executor / Timelock |
| Nouns Auction House | 0x830BD73E4184ceF73443C15111a1DF14e495C7060x830B...C706 | Proxy |
| Nouns Descriptor | 0x0Cfdb3Ba1694c2bb2CFACB0339ad7b1Ae5932B630x0Cfd...2B63 | SVG Renderer |
| Lil Nouns Governor | 0x5d2C31ce16924C2a71D317e5BbFd5ce3878540390x5d2C...4039 | Governor Bravo |
Solidity 0.5.x contracts from the original morality.network prototype. Not deployed on any current network. Preserved in morality.network.contracts-master/ for historical reference.
Next.js API routes. PUBLIC endpoints require no authentication. AUTH endpoints require a valid SIWE session (Sign-In with Ethereum).