BaseStrategy
LooksRare protocol team (👀,💎); bitbeckers
BaseStrategy
Methods​
isLooksRareV2Strategy​
function isLooksRareV2Strategy() external pure returns (bool)
This function acts as a safety check for the protocol's owner when adding new execution strategies.
Returns​
| Name | Type | Description |
|---|---|---|
| _0 | bool | Whether it is a LooksRare V2 protocol strategy |
isMakerOrderValid​
function isMakerOrderValid(OrderStructs.Maker makerOrder, bytes4 functionSelector) external view returns (bool isValid, bytes4 errorSelector)
Parameters​
| Name | Type | Description |
|---|---|---|
| makerOrder | OrderStructs.Maker | undefined |
| functionSelector | bytes4 | undefined |
Returns​
| Name | Type | Description |
|---|---|---|
| isValid | bool | undefined |
| errorSelector | bytes4 | undefined |