Skip to content

Questions About Editing Validated Orders (zones, tipping, and considerations) #578

Answered by arr00
0xAskar asked this question in Q&A
Discussion options

You must be logged in to vote
struct OrderParameters {
    address offerer; // 0x00
    address zone; // 0x20
    OfferItem[] offer; // 0x40
    ConsiderationItem[] consideration; // 0x60
    OrderType orderType; // 0x80
    uint256 startTime; // 0xa0
    uint256 endTime; // 0xc0
    bytes32 zoneHash; // 0xe0
    uint256 salt; // 0x100
    bytes32 conduitKey; // 0x120
    uint256 totalOriginalConsiderationItems; // 0x140
    // offer.length                          // 0x160
}
  1. Above is the OrderParameters struct for reference. The first n (where n is totalOriginalConsiderationItems) of the consideration array must be the original consideration items--these are part of the signature. You may add any arbitrary consider…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@0xAskar
Comment options

Answer selected by arr00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants