LibEIP712
constructor
Forwarder
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| _exchange | address | |
| _zrxAssetData | bytes | |
| _wethAssetData | bytes |
Outputs
(void)
MixinAssets
function
withdrawAsset
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| assetData | bytes | |
| amount | uint256 |
Outputs
(void)
MixinForwarderCore
function
marketSellOrdersWithEth
payable
Inputs
| Parameter | Type | Description |
|---|---|---|
| orders | tuple[] | |
| signatures | bytes[] | |
| feeOrders | tuple[] | |
| feeSignatures | bytes[] | |
| feePercentage | uint256 | |
| feeRecipient | address |
Outputs
| Type | Description |
|---|---|
| tuple | |
| tuple |
function
marketBuyOrdersWithEth
payable
Inputs
| Parameter | Type | Description |
|---|---|---|
| orders | tuple[] | |
| makerAssetFillAmount | uint256 | |
| signatures | bytes[] | |
| feeOrders | tuple[] | |
| feeSignatures | bytes[] | |
| feePercentage | uint256 | |
| feeRecipient | address |
Outputs
| Type | Description |
|---|---|
| tuple | |
| tuple |
MixinWeth
fallback
(fallback)
payable
Inputs
(void)
Outputs
(void)
Ownable
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |