Components
L1 Rollup Contracts
Learn more about the smart contracts deployed on L1 that enable Abstract to inherit the security properties of Ethereum.
An essential part of Abstract as a ZK rollup is the smart contracts deployed to Ethereum (L1) that store and verify information about the state of the L2.
By having these smart contracts deployed and performing these essential roles on the L1, Abstract inherits the security properties of Ethereum.
These smart contracts work together to:
- Store the state diffs and compressed contract bytecode published from the L2 using blobs.
- Receive and verify the validity proofs posted by the L2.
- Facilitate communication between L1 and L2 to enable cross-chain messaging and bridging.
List of Abstract Contracts
Below is a list of the smart contracts that Abstract uses.
L1 Contracts
L2 Contracts
Contract | Address |
---|---|
ERC20 Bridge L2 Address | 0xec089e40c40b12dd4577e0c5381d877b613040ec |
Shared Bridge L2 Address | 0xec089e40c40b12dd4577e0c5381d877b613040ec |
Testnet Paymaster Address | 0xbe80eae2a968c257a0dc965c59d19606df0fb518 |
Was this page helpful?