dydx / OasisDex

OasisV2SimpleExchangeWrapper

0xf85baccc3e7fd4b6a49818fc46503bb51539d554
OasisV2SimpleExchangeWrapper
function

exchange

nonpayable

Inputs

ParameterTypeDescription
address
receiveraddress
makerTokenaddress
takerTokenaddress
requestedFillAmountuint256
orderDatabytes

Outputs

TypeDescription
uint256
function

getMaxMakerAmount

view

Inputs

ParameterTypeDescription
makerTokenaddress
takerTokenaddress
orderDatabytes

Outputs

TypeDescription
uint256
function

getExchangeCost

view

Inputs

ParameterTypeDescription
makerTokenaddress
takerTokenaddress
desiredMakerTokenuint256
orderDatabytes

Outputs

TypeDescription
uint256
constructor

nonpayable

Inputs

ParameterTypeDescription
simpleMarketaddress

Outputs

(void)
function

SIMPLE_MARKET

view

Inputs

(void)

Outputs

TypeDescription
address