0x / _OldContracts

Forwarder

0x7afc2d5107af94c462a194d2c21b5bdd238709d6
LibEIP712
constructor

Forwarder

nonpayable

Inputs

ParameterTypeDescription
_exchangeaddress
_zrxAssetDatabytes
_wethAssetDatabytes

Outputs

(void)
MixinAssets
function

withdrawAsset

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
assetDatabytes
amountuint256

Outputs

(void)
MixinForwarderCore
function

marketSellOrdersWithEth

payable

Inputs

ParameterTypeDescription
orderstuple[]
signaturesbytes[]
feeOrderstuple[]
feeSignaturesbytes[]
feePercentageuint256
feeRecipientaddress

Outputs

TypeDescription
tuple
tuple
function

marketBuyOrdersWithEth

payable

Inputs

ParameterTypeDescription
orderstuple[]
makerAssetFillAmountuint256
signaturesbytes[]
feeOrderstuple[]
feeSignaturesbytes[]
feePercentageuint256
feeRecipientaddress

Outputs

TypeDescription
tuple
tuple
MixinWeth
fallback

(fallback)

payable

Inputs

(void)

Outputs

(void)
Ownable
function

transferOwnership

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address