dydx / OasisDex

OasisV3SimpleExchangeWrapper

0x89b5925a310b22e3e51cf9e2b3405a8c9b680835
OasisV3SimpleExchangeWrapper
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