dydx / 0xExchangeWrapper

ZeroExV2ExchangeWrapper

0xa26d16a21805b14b2977555ffdea34e5e6fc43ba
ZeroExV2ExchangeWrapper
function

exchange

nonpayable

Inputs

ParameterTypeDescription
tradeOriginatoraddress
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
zeroExExchangeaddress
zeroExProxyaddress
zrxTokenaddress
trustedMsgSendersaddress[]

Outputs

(void)
function

TRUSTED_MSG_SENDER

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

ZRX

view

Inputs

(void)

Outputs

TypeDescription
address
function

ZERO_EX_TOKEN_PROXY

view

Inputs

(void)

Outputs

TypeDescription
address
function

ZERO_EX_EXCHANGE

view

Inputs

(void)

Outputs

TypeDescription
address