NablaPortal
oracleAdapter
assetsByRouter
routers
routerAssets
Events
EthForExactTokensSwapped
ExactTokensForEthSwapped
ExactTokensForTokensSwapped
Functions
swapEthForExactTokens
Swap ETH for tokens using the NablaRouter
By calling this function the price feed gets be updated (IPriceOracleAdapter.updatePriceFeeds)
Parameters
Return Values
swapExactTokensForEth
Swap tokens using the NablaRouter and receive ETH
By calling this function the price feed gets be updated (IPriceOracleAdapter.updatePriceFeeds)
Parameters
Return Values
swapExactTokensForTokens
Swap tokens using the NablaRouter
By calling this function the price feed gets be updated (IPriceOracleAdapter.updatePriceFeeds)
Parameters
Return Values
quoteSwapExactTokensForTokens
Get a quote for how many _toToken
tokens _amountIn
many tokenIn
tokens can currently be swapped for.
Parameters
Return Values
getRouters
Retrieves the list of routers.
Return Values
getRouterAssets
Retrieves the list of assets associated with a specific router.
Parameters
Return Values
Last updated