Contracts Addresses
This page lists the core protocol contracts and commonly used contract addresses on RISE.
Sepolia (L1)
Contract Name | Contract Address |
---|---|
AnchorStateRegistryProxy | 0x7b980fb6c95a0742d49ce696abacf0ab1ebb0bc3 |
BatchSubmitter | 0x45Bd8Bc15FfC21315F8a1e3cdF67c73b487768e8 |
Challenger | 0xb49077bAd82968A1119B9e717DBCFb9303E91f0F |
DelayedWETHProxy | 0x488a3d8833a68986a835eb2032258c2e871ea46c |
DisputeGameFactoryProxy | 0x10a82594827184353bfc0baa42cd95d3ae733a35 |
L1CrossDomainMessengerProxy | 0x6a12f680e35e27cc76bc25edf9ac7f4600e5656b |
L1ERC721BridgeProxy | 0xecc876b86e04a2999702c42be2c1628295cb20a5 |
L1StandardBridgeProxy | 0xf2e9021d083577ad5cd4f65613bf226fc572953f |
MIPS | 0x57f42489bf5b35ffef40ebc0f8bb647c652e1604 |
OptimismMintableERC20FactoryProxy | 0x0f9eddefb4cb515834f501705630e60d973e6b00 |
OptimismPortalProxy | 0x965dcca17af63e36957bd8488cc50d3dd146c317 |
PreimageOracle | 0xd9203e4a268fae39c158fc940fe143d88723fa08 |
Proposer | 0x407379B3eBd88B4E92F8fF8930D244B592D65c06 |
ProxyAdmin | 0x8c5753375dc0eef1c4e0b70f65b69239840c24cd |
ProxyAdminOwner | 0x9Cdce45a05D984D8d8188be8a43c3C773C80e220 |
SystemConfigOwner | 0xbe6AA5FA39cB41B69fC5BE2e64A33a443e6e5778 |
SystemConfigProxy | 0xa86db59f38ce5e3c494bbf10c818d01dc83c7a8a |
UnsafeBlockSigner | 0x8d451372bAdE8723F45BF5134550017F639dFb11 |
Rise Sepolia (L2)
Contract Name | Contract Address |
---|---|
L2ToL1MessagePasser | 0x4200000000000000000000000000000000000016 |
L2CrossDomainMessenger | 0x4200000000000000000000000000000000000007 |
L2StandardBridge | 0x4200000000000000000000000000000000000010 |
L2ERC721Bridge | 0x4200000000000000000000000000000000000014 |
SequencerFeeVault | 0x4200000000000000000000000000000000000011 |
OptimismMintableERC20Factory | 0x4200000000000000000000000000000000000012 |
OptimismMintableERC721Factory | 0x4200000000000000000000000000000000000017 |
L1Block | 0x4200000000000000000000000000000000000015 |
GasPriceOracle | 0x420000000000000000000000000000000000000F |
ProxyAdmin | 0x4200000000000000000000000000000000000018 |
BaseFeeVault | 0x4200000000000000000000000000000000000019 |
L1FeeVault | 0x420000000000000000000000000000000000001A |
GovernanceToken | 0x4200000000000000000000000000000000000042 |
SchemaRegistry | 0x4200000000000000000000000000000000000020 |
EAS | 0x4200000000000000000000000000000000000021 |
Pre-deployed Contracts
The following contracts are pre-deployed and exist from genesis:
Contract | Address | Details |
---|---|---|
Create2Deployer | 0x13b0D85CcB8bf860b6b79AF3029fCA081AE9beF2 | Helper smart contract for easier and safer usage of the CREATE2 EVM opcode |
DeterministicDeploymentProxy | 0x4e59b44847b379578588920ca78fbf26c0b4956c | Works like Create2Deployer but integrated with Foundry. Supports { salt: $SALT } option |
MultiCall3 | 0xcA11bde05977b3631167028862bE2a173976CA11 | Bundles multiple transactions into one. Reduces gas fees, simplifies calls, and checks failures |
GnosisSafe (v1.3.0) | 0x69f4D1788e39c87893C980c06EdF4b7f686e2938 | Multisignature wallet with ERC191-based confirmations |
GnosisSafeL2 (v1.3.0) | 0xfb1bffC9d739B8D520DaF37dF666da4C687191EA | Events-based implementation of GnosisSafe for Layer 2 |
MultiSendCallOnly (v1.3.0) | 0xA1dabEF33b3B82c7814B6D82A79e50F4AC44102B | Batches multiple transactions into one, call-only |
MultiSend (v1.3.0) | 0xfb1bffC9d739B8D520DaF37dF666da4C687191EA | Batches multiple transactions into one |
Permit2 | 0x000000000022D473030F116dDEE9F6B43aC78BA3 | Next-gen token approval/meta-tx system for secure and consistent token approvals |
EntryPoint (v0.7.0) | 0x0000000071727De22E5E9d8BAf0edAc6f37da032 | Verifies and executes ERC-4337 v0.7.0 UserOperations bundles |
SenderCreator (v0.7.0) | 0xEFC2c1444eBCC4Db75e7613d20C6a62fF67A167C | Helper for EntryPoint v0.7.0 to call userOp.initCode from a "neutral" address |
WETH | 0x4200000000000000000000000000000000000006 | Wrapped Ether (on Optimism) |