Smart Contract Suite¶
The Subscrypts Smart Contract Suite is the on-chain execution engine that governs subscription creation, management, and payments on Arbitrum One. It uses a UUPS proxy with a modular facet architecture for upgradeability and flexibility.
- Introduction — Role in the ecosystem
- Design Philosophy — UUPS proxy and facet architecture
- Architecture — Modular system design
- Core Logic — Subscription lifecycle and payment flow
- Payment & Conversion — SUBS/USDC mechanics
- Data Structures — On-chain data organization
- Access Control — Permissions and governance
- Events & Integrations — Event emissions for off-chain systems
- ABI Reference — Developer API reference
- Deployment — Network and contract addresses