LooksRareAdapter

Implements the NFT <=> ERC20 exchange logic via LooksRare marketplace

constructor

constructor() public

getAskOrderInfo

function getAskOrderInfo(bytes params, address weth) external pure returns (struct DataTypes.OrderInfo orderInfo)

getBidOrderInfo

function getBidOrderInfo(bytes) external pure returns (struct DataTypes.OrderInfo)

matchAskWithTakerBid

function matchAskWithTakerBid(address marketplace, bytes params, uint256 value) external payable returns (bytes)

matchBidWithTakerAsk

function matchBidWithTakerAsk(address, bytes) external pure returns (bytes)