Skip to main content

IStrategy

LooksRare protocol team (👀,💎)

IStrategy

Methods​

isLooksRareV2Strategy​

function isLooksRareV2Strategy() external pure returns (bool isStrategy)

This function acts as a safety check for the protocol's owner when adding new execution strategies.

Returns​

NameTypeDescription
isStrategyboolWhether it is a LooksRare V2 protocol strategy

isMakerOrderValid​

function isMakerOrderValid(OrderStructs.Maker makerOrder, bytes4 functionSelector) external view returns (bool isValid, bytes4 errorSelector)

Parameters​

NameTypeDescription
makerOrderOrderStructs.Makerundefined
functionSelectorbytes4undefined

Returns​

NameTypeDescription
isValidboolundefined
errorSelectorbytes4undefined