Smart Contracts
On the Compose Network, there are a number of standard smart contracts that are deployed on each chain, this page will provide the addresses of each, and which functions they contain.
Contract Addresses
| Contract Type | Address | Description |
|---|---|---|
| Compose ERC20 Bridge Contract | 0x1234567890123456789012345678901234567890 | Handles cross-chain token transfers using burn-and-mint mechanism |
| Mailbox Contracts | 0x2345678901234567890123456789012345678901 | Manages cross-chain message passing between rollups |
| L1 Bridge Contracts | 0x3456789012345678901234567890123456789012 | Connects L1 chains to the Compose Network ecosystem |
Contract Documentation
- Bridge Contract - Detailed documentation for the Bridge contract implementation
- Mailbox Contract - Detailed documentation for the Mailbox contract implementation