Skip to content

Smart Contracts

mimo V2 smart contracts deployed on IoTeX network.

Router Contract

The main router address for Mimo V2 is:

0x147CdAe2BF7e809b9789aD0765899c06B361C5cE

Contract Architecture

Mimo V2 uses the Uniswap V2 standard. The contracts include:

  • Factory: Creates and manages pairs
  • Router: Handles swaps and liquidity additions/removals
  • Pair: Each trading pair is a separate contract

Interacting with Contracts

Using the SDK

The recommended way to interact with mimo V2 contracts is through our SDK:

bash
yarn add @mimoprotocol/swap-sdk

See SDK documentation for usage examples.

Direct Contract Calls

For advanced users, you can interact directly with the contracts using web3 libraries:

Contract References

Since mimo uses Uniswap V2 standard, you can refer to:

Note

Please refer to IoTeX documentation for setting up the RPC endpoint.

Released under the MIT License.