Contracts
Sophon Mainnet
Coming Soon
Sophon Testnet
Chain Contracts
Name | Address | Comment |
---|---|---|
BridgeHub Proxy | L1: | Acts as a hub for bridges, so that they have a single point of communication with all ZK chain contracts (reference) |
Create2 Factory | L1: | CREATE2 factory contract for deterministic address deployment |
Default Upgrade | L1: | Used to upgrade chain contracts. |
Diamond Proxy | L1: | |
ERC20 Bridge | Canonical bridge for ERC20 tokens (reference) | |
Governance | L1: | Deployer and Admin multi-sig for ZK chains |
Shared Bridge | Bridges assets between L1 and hyperchains, supporting both ETH and ERC20 tokens (reference) | |
State Transition Proxy | L1: | Acts as a connector between Ethereum (L1) and ZK Chain (L2) (reference) |
Transparent Proxy Admin | L1: | Admin Contract for the Transparent Proxy |
Validator Timelock | L1: | An intermediate smart contract between the validator EOA account and the ZKsync smart contract (reference) |
Verifier | L1: | ZK proof verifier contract |
Useful Contracts
Name | Address | Comment |
---|---|---|
Bridged USDC | Main USDC contract - Follows Circle standard | |
Multicall |
| Enables more efficient contract querying: https://github.com/mds1/multicall |
Permit2 |
| Makes token approvals easier and more secure: https://github.com/Uniswap/permit2 |
Sophon Global Paymaster | L2: | Sponsors all transactions |
WSOPH |
| Wrapped SOPH |
Last updated