Deployed Contracts
The information of MimbokuRouter Aggregator contracts and their respective explorers can be found below:
Mimboku Router
MimbokuRouter
is a smart contract that facilitates token swaps, handling both ERC20 tokens and native token on multi-dexs. It acts as an intermediary that routes swap requests through an executor contract which performs the actual swaps.
Contract deployed address
Network
Address
Aeneid
Story
Description
The contract provides 2 main functions:
swapMultiroutes
:Executes swaps across multiple paths in a single transaction
Handles both ERC20 and native token swaps
Returns output amounts for each swap
swap
:Executes a single path swap
Handles token transfers from the user to the executor
Supports both native and ERC20 token inputs
The data structure for the parameters for the swapMultiroutes
and swap
functions is as follows:
Last updated