tradeByTargetAmount()
Function tradeByTargetAmount()
function tradeByTargetAmount(
Token sourceToken,
Token targetToken,
TradeAction[] calldata tradeActions,
uint256 deadline,
uint128 maxInput
) external payable nonReentrant whenNotPaused onlyProxyDelegate returns (uint128)Function Arguments
Name
Type
Description
Example
Last updated