Contract Addresses
Below is the DerpDEX contract deployed on zkSync Era, Base and opBNB that responsible for deploying and managing the creation of new instances of trading pairs or liquidity pools.
Core
zkSync
Base
opBNB
Periphery
Periphery contracts extends the capabilities of the main contract. It provide functionalities that enhance user experience, enable specific use cases, and improve the overall utility of the smart contract system. By understanding and effectively utilizing periphery contracts, developers can create more robust and versatile smart contract applications.
zkSync
SwapRouter
PositionManager
NFTDescriptor
TickLens
QuoterV2
V3Migrator
nftDescriptorLibrary
Base Chain
NonfungiblePositionManager
PositionDescriptor
SwapRouter
TickLens
QuoterV2
UniversalRouter
opBNB
NonfungiblePositionManager
PositionDescriptor
SwapRouter
TickLens
QuoterV2
UniversalRouter
Last updated