dydx / 0xExchangeWrapper

ZeroExV1ExchangeWrapper

0x5d4b4d9f5274f72d7d4308597d0ea95b97b094cf
ZeroExV1ExchangeWrapper
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
address
address
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