Skip to main content

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 TypeAddressDescription
Compose ERC20 Bridge Contract0x1234567890123456789012345678901234567890Handles cross-chain token transfers using burn-and-mint mechanism
Mailbox Contracts0x2345678901234567890123456789012345678901Manages cross-chain message passing between rollups
L1 Bridge Contracts0x3456789012345678901234567890123456789012Connects 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