OasisV1MatchingExchangeWrapper
function
exchange
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| address | ||
| receiver | address | |
| makerToken | address | |
| takerToken | address | |
| requestedFillAmount | uint256 | |
| orderData | bytes |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
getMaxMakerAmount
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| makerToken | address | |
| takerToken | address | |
| orderData | bytes |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
getExchangeCost
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| makerToken | address | |
| takerToken | address | |
| desiredMakerToken | uint256 | |
| orderData | bytes |
Outputs
| Type | Description |
|---|---|
| uint256 |
constructor
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| matchingMarket | address |
Outputs
(void)
function
MATCHING_MARKET
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |