OasisV3SimpleExchangeWrapper
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 |
---|---|---|
simpleMarket | address |
Outputs
(void)
function
SIMPLE_MARKET
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |