types.CreateMakerInput
Input of the createMakerAsk function
• Optional
additionalParameters: any
[]
Additional parameters for complex orders
Default Value
[]
• Optional
amounts: BigNumberish
[]
Amount for each item ids (needs to have the same length as itemIds array)
• collection: string
Collection address
• collectionType: CollectionType
Asset type, 0: ERC-721, 1:ERC-1155, etc
• Optional
currency: string
Currency address
Default Value
ETH
• endTime: BigNumberish
Timestamp in seconds when the order becomes invalid
• itemIds: BigNumberish
[]
List of items ids to be sold
Default Value
[1]
• orderNonce: BigNumberish
Order nonce, get it from the LooksRare api
• price: BigNumberish
Asset price in wei
• Optional
startTime: BigNumberish
Order validity start time
Default Value
now
• strategyId: StrategyType
Strategy ID, 0: Standard, 1: Collection, etc
• subsetNonce: BigNumberish
Subset nonce used to group an arbitrary number of orders under the same nonce