Smart Contracts

Here are the smart contracts implementing Morphex:

Smart Contract

Description

Address

MorphexV3Factory

Creates new pools.

NonFungiblePositionManager

Wraps MorphexV3 positions in the ERC-721 non-fungible token interface; hence, the creator of every NFT aka user position.

QuoterV2

Allows getting the expected amount out/in for a given swap without executing the swap.

SwapRouter

Router for stateless execution of swaps against MorphexV3.

Last updated