@opensea/seaport-js 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/lib/__tests__/ascending-descending-amounts.spec.d.ts +1 -0
- package/lib/__tests__/ascending-descending-amounts.spec.js +1016 -0
- package/lib/__tests__/ascending-descending-amounts.spec.js.map +1 -0
- package/lib/__tests__/basic-fulfill.spec.d.ts +1 -0
- package/lib/__tests__/basic-fulfill.spec.js +914 -0
- package/lib/__tests__/basic-fulfill.spec.js.map +1 -0
- package/lib/__tests__/bundle.spec.d.ts +1 -0
- package/lib/__tests__/bundle.spec.js +1226 -0
- package/lib/__tests__/bundle.spec.js.map +1 -0
- package/lib/__tests__/cancel.spec.d.ts +1 -0
- package/lib/__tests__/cancel.spec.js +194 -0
- package/lib/__tests__/cancel.spec.js.map +1 -0
- package/lib/__tests__/create-order.spec.d.ts +1 -0
- package/lib/__tests__/create-order.spec.js +1043 -0
- package/lib/__tests__/create-order.spec.js.map +1 -0
- package/lib/__tests__/criteria-based.spec.d.ts +1 -0
- package/lib/__tests__/criteria-based.spec.js +1593 -0
- package/lib/__tests__/criteria-based.spec.js.map +1 -0
- package/lib/__tests__/fulfill-orders.spec.d.ts +1 -0
- package/lib/__tests__/fulfill-orders.spec.js +1010 -0
- package/lib/__tests__/fulfill-orders.spec.js.map +1 -0
- package/lib/__tests__/gifting.spec.d.ts +1 -0
- package/lib/__tests__/gifting.spec.js +374 -0
- package/lib/__tests__/gifting.spec.js.map +1 -0
- package/lib/__tests__/match-orders.spec.d.ts +1 -0
- package/lib/__tests__/match-orders.spec.js +425 -0
- package/lib/__tests__/match-orders.spec.js.map +1 -0
- package/lib/__tests__/partial-fulfill.spec.d.ts +1 -0
- package/lib/__tests__/partial-fulfill.spec.js +849 -0
- package/lib/__tests__/partial-fulfill.spec.js.map +1 -0
- package/lib/__tests__/sign-order.spec.d.ts +1 -0
- package/lib/__tests__/sign-order.spec.js +147 -0
- package/lib/__tests__/sign-order.spec.js.map +1 -0
- package/lib/__tests__/swap.spec.d.ts +1 -0
- package/lib/__tests__/swap.spec.js +594 -0
- package/lib/__tests__/swap.spec.js.map +1 -0
- package/lib/__tests__/utils/balance.d.ts +22 -0
- package/lib/__tests__/utils/balance.js +271 -0
- package/lib/__tests__/utils/balance.js.map +1 -0
- package/lib/__tests__/utils/examples/privateListings.d.ts +3 -0
- package/lib/__tests__/utils/examples/privateListings.js +139 -0
- package/lib/__tests__/utils/examples/privateListings.js.map +1 -0
- package/lib/__tests__/utils/setup.d.ts +11 -0
- package/lib/__tests__/utils/setup.js +119 -0
- package/lib/__tests__/utils/setup.js.map +1 -0
- package/lib/seaport.d.ts +18 -8
- package/lib/seaport.js +44 -40
- package/lib/seaport.js.map +1 -1
- package/lib/typechain/AmountDerivationErrors.d.ts +29 -0
- package/lib/typechain/AmountDerivationErrors.js +3 -0
- package/lib/typechain/AmountDerivationErrors.js.map +1 -0
- package/lib/typechain/AmountDeriver.d.ts +29 -0
- package/lib/typechain/AmountDeriver.js +3 -0
- package/lib/typechain/AmountDeriver.js.map +1 -0
- package/lib/typechain/Assertions.d.ts +124 -0
- package/lib/typechain/Assertions.js +3 -0
- package/lib/typechain/Assertions.js.map +1 -0
- package/lib/typechain/BasicOrderFulfiller.d.ts +124 -0
- package/lib/typechain/BasicOrderFulfiller.js +3 -0
- package/lib/typechain/BasicOrderFulfiller.js.map +1 -0
- package/lib/typechain/Conduit.d.ts +156 -0
- package/lib/typechain/Conduit.js +3 -0
- package/lib/typechain/Conduit.js.map +1 -0
- package/lib/typechain/ConduitController.d.ts +266 -0
- package/lib/typechain/ConduitController.js +3 -0
- package/lib/typechain/ConduitController.js.map +1 -0
- package/lib/typechain/ConduitControllerInterface.d.ts +266 -0
- package/lib/typechain/ConduitControllerInterface.js +3 -0
- package/lib/typechain/ConduitControllerInterface.js.map +1 -0
- package/lib/typechain/ConduitInterface.d.ts +156 -0
- package/lib/typechain/ConduitInterface.js +3 -0
- package/lib/typechain/ConduitInterface.js.map +1 -0
- package/lib/typechain/Consideration.d.ts +686 -0
- package/lib/typechain/Consideration.js +3 -0
- package/lib/typechain/Consideration.js.map +1 -0
- package/lib/typechain/ConsiderationBase.d.ts +124 -0
- package/lib/typechain/ConsiderationBase.js +3 -0
- package/lib/typechain/ConsiderationBase.js.map +1 -0
- package/lib/typechain/ConsiderationEventsAndErrors.d.ts +124 -0
- package/lib/typechain/ConsiderationEventsAndErrors.js +3 -0
- package/lib/typechain/ConsiderationEventsAndErrors.js.map +1 -0
- package/lib/typechain/ConsiderationInterface.d.ts +612 -0
- package/lib/typechain/ConsiderationInterface.js +3 -0
- package/lib/typechain/ConsiderationInterface.js.map +1 -0
- package/lib/typechain/CounterManager.d.ts +124 -0
- package/lib/typechain/CounterManager.js +3 -0
- package/lib/typechain/CounterManager.js.map +1 -0
- package/lib/typechain/CriteriaResolution.d.ts +29 -0
- package/lib/typechain/CriteriaResolution.js +3 -0
- package/lib/typechain/CriteriaResolution.js.map +1 -0
- package/lib/typechain/CriteriaResolutionErrors.d.ts +29 -0
- package/lib/typechain/CriteriaResolutionErrors.js +3 -0
- package/lib/typechain/CriteriaResolutionErrors.js.map +1 -0
- package/lib/typechain/EIP1271Interface.d.ts +43 -0
- package/lib/typechain/EIP1271Interface.js +3 -0
- package/lib/typechain/EIP1271Interface.js.map +1 -0
- package/lib/typechain/ERC1155Interface.d.ts +67 -0
- package/lib/typechain/ERC1155Interface.js +3 -0
- package/lib/typechain/ERC1155Interface.js.map +1 -0
- package/lib/typechain/ERC1155TokenReceiver.d.ts +67 -0
- package/lib/typechain/ERC1155TokenReceiver.js +3 -0
- package/lib/typechain/ERC1155TokenReceiver.js.map +1 -0
- package/lib/typechain/ERC20Interface.d.ts +51 -0
- package/lib/typechain/ERC20Interface.js +3 -0
- package/lib/typechain/ERC20Interface.js.map +1 -0
- package/lib/typechain/ERC721Interface.d.ts +51 -0
- package/lib/typechain/ERC721Interface.js +3 -0
- package/lib/typechain/ERC721Interface.js.map +1 -0
- package/lib/typechain/ERC721TokenReceiver.d.ts +51 -0
- package/lib/typechain/ERC721TokenReceiver.js +3 -0
- package/lib/typechain/ERC721TokenReceiver.js.map +1 -0
- package/lib/typechain/Executor.d.ts +124 -0
- package/lib/typechain/Executor.js +3 -0
- package/lib/typechain/Executor.js.map +1 -0
- package/lib/typechain/FulfillmentApplicationErrors.d.ts +29 -0
- package/lib/typechain/FulfillmentApplicationErrors.js +3 -0
- package/lib/typechain/FulfillmentApplicationErrors.js.map +1 -0
- package/lib/typechain/FulfillmentApplier.d.ts +29 -0
- package/lib/typechain/FulfillmentApplier.js +3 -0
- package/lib/typechain/FulfillmentApplier.js.map +1 -0
- package/lib/typechain/GettersAndDerivers.d.ts +124 -0
- package/lib/typechain/GettersAndDerivers.js +3 -0
- package/lib/typechain/GettersAndDerivers.js.map +1 -0
- package/lib/typechain/OrderCombiner.d.ts +124 -0
- package/lib/typechain/OrderCombiner.js +3 -0
- package/lib/typechain/OrderCombiner.js.map +1 -0
- package/lib/typechain/OrderFulfiller.d.ts +124 -0
- package/lib/typechain/OrderFulfiller.js +3 -0
- package/lib/typechain/OrderFulfiller.js.map +1 -0
- package/lib/typechain/OrderValidator.d.ts +124 -0
- package/lib/typechain/OrderValidator.js +3 -0
- package/lib/typechain/OrderValidator.js.map +1 -0
- package/lib/typechain/ReentrancyErrors.d.ts +29 -0
- package/lib/typechain/ReentrancyErrors.js +3 -0
- package/lib/typechain/ReentrancyErrors.js.map +1 -0
- package/lib/typechain/ReentrancyGuard.d.ts +29 -0
- package/lib/typechain/ReentrancyGuard.js +3 -0
- package/lib/typechain/ReentrancyGuard.js.map +1 -0
- package/lib/typechain/SignatureVerification.d.ts +29 -0
- package/lib/typechain/SignatureVerification.js +3 -0
- package/lib/typechain/SignatureVerification.js.map +1 -0
- package/lib/typechain/SignatureVerificationErrors.d.ts +29 -0
- package/lib/typechain/SignatureVerificationErrors.js +3 -0
- package/lib/typechain/SignatureVerificationErrors.js.map +1 -0
- package/lib/typechain/TestERC1155.d.ts +205 -0
- package/lib/typechain/TestERC1155.js +3 -0
- package/lib/typechain/TestERC1155.js.map +1 -0
- package/lib/typechain/TestERC20.d.ts +249 -0
- package/lib/typechain/TestERC20.js +3 -0
- package/lib/typechain/TestERC20.js.map +1 -0
- package/lib/typechain/TestERC721.d.ts +236 -0
- package/lib/typechain/TestERC721.js +3 -0
- package/lib/typechain/TestERC721.js.map +1 -0
- package/lib/typechain/TokenTransferrer.d.ts +29 -0
- package/lib/typechain/TokenTransferrer.js +3 -0
- package/lib/typechain/TokenTransferrer.js.map +1 -0
- package/lib/typechain/TokenTransferrerErrors.d.ts +29 -0
- package/lib/typechain/TokenTransferrerErrors.js +3 -0
- package/lib/typechain/TokenTransferrerErrors.js.map +1 -0
- package/lib/typechain/Verifiers.d.ts +124 -0
- package/lib/typechain/Verifiers.js +3 -0
- package/lib/typechain/Verifiers.js.map +1 -0
- package/lib/typechain/ZoneInteraction.d.ts +29 -0
- package/lib/typechain/ZoneInteraction.js +3 -0
- package/lib/typechain/ZoneInteraction.js.map +1 -0
- package/lib/typechain/ZoneInteractionErrors.d.ts +29 -0
- package/lib/typechain/ZoneInteractionErrors.js +3 -0
- package/lib/typechain/ZoneInteractionErrors.js.map +1 -0
- package/lib/typechain/ZoneInterface.d.ts +182 -0
- package/lib/typechain/ZoneInterface.js +3 -0
- package/lib/typechain/ZoneInterface.js.map +1 -0
- package/lib/typechain/factories/AmountDerivationErrors__factory.d.ts +12 -0
- package/lib/typechain/factories/AmountDerivationErrors__factory.js +28 -0
- package/lib/typechain/factories/AmountDerivationErrors__factory.js.map +1 -0
- package/lib/typechain/factories/AmountDeriver__factory.d.ts +26 -0
- package/lib/typechain/factories/AmountDeriver__factory.js +97 -0
- package/lib/typechain/factories/AmountDeriver__factory.js.map +1 -0
- package/lib/typechain/factories/Assertions__factory.d.ts +64 -0
- package/lib/typechain/factories/Assertions__factory.js +526 -0
- package/lib/typechain/factories/Assertions__factory.js.map +1 -0
- package/lib/typechain/factories/BasicOrderFulfiller__factory.d.ts +64 -0
- package/lib/typechain/factories/BasicOrderFulfiller__factory.js +563 -0
- package/lib/typechain/factories/BasicOrderFulfiller__factory.js.map +1 -0
- package/lib/typechain/factories/ConduitControllerInterface__factory.d.ts +46 -0
- package/lib/typechain/factories/ConduitControllerInterface__factory.js +453 -0
- package/lib/typechain/factories/ConduitControllerInterface__factory.js.map +1 -0
- package/lib/typechain/factories/ConduitController__factory.d.ts +67 -0
- package/lib/typechain/factories/ConduitController__factory.js +527 -0
- package/lib/typechain/factories/ConduitController__factory.js.map +1 -0
- package/lib/typechain/factories/ConduitInterface__factory.d.ts +62 -0
- package/lib/typechain/factories/ConduitInterface__factory.js +282 -0
- package/lib/typechain/factories/ConduitInterface__factory.js.map +1 -0
- package/lib/typechain/factories/Conduit__factory.d.ts +83 -0
- package/lib/typechain/factories/Conduit__factory.js +465 -0
- package/lib/typechain/factories/Conduit__factory.js.map +1 -0
- package/lib/typechain/factories/ConsiderationBase__factory.d.ts +64 -0
- package/lib/typechain/factories/ConsiderationBase__factory.js +412 -0
- package/lib/typechain/factories/ConsiderationBase__factory.js.map +1 -0
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.d.ts +38 -0
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js +332 -0
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js.map +1 -0
- package/lib/typechain/factories/ConsiderationInterface__factory.d.ts +72 -0
- package/lib/typechain/factories/ConsiderationInterface__factory.js +2064 -0
- package/lib/typechain/factories/ConsiderationInterface__factory.js.map +1 -0
- package/lib/typechain/factories/Consideration__factory.d.ts +132 -0
- package/lib/typechain/factories/Consideration__factory.js +2670 -0
- package/lib/typechain/factories/Consideration__factory.js.map +1 -0
- package/lib/typechain/factories/CounterManager__factory.d.ts +52 -0
- package/lib/typechain/factories/CounterManager__factory.js +406 -0
- package/lib/typechain/factories/CounterManager__factory.js.map +1 -0
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.d.ts +12 -0
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.js +58 -0
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.js.map +1 -0
- package/lib/typechain/factories/CriteriaResolution__factory.d.ts +26 -0
- package/lib/typechain/factories/CriteriaResolution__factory.js +127 -0
- package/lib/typechain/factories/CriteriaResolution__factory.js.map +1 -0
- package/lib/typechain/factories/EIP1271Interface__factory.d.ts +22 -0
- package/lib/typechain/factories/EIP1271Interface__factory.js +47 -0
- package/lib/typechain/factories/EIP1271Interface__factory.js.map +1 -0
- package/lib/typechain/factories/ERC1155Interface__factory.d.ts +18 -0
- package/lib/typechain/factories/ERC1155Interface__factory.js +89 -0
- package/lib/typechain/factories/ERC1155Interface__factory.js.map +1 -0
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.d.ts +22 -0
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.js +101 -0
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.js.map +1 -0
- package/lib/typechain/factories/ERC1155__factory.d.ts +35 -0
- package/lib/typechain/factories/ERC1155__factory.js +335 -0
- package/lib/typechain/factories/ERC1155__factory.js.map +1 -0
- package/lib/typechain/factories/ERC20Interface__factory.d.ts +22 -0
- package/lib/typechain/factories/ERC20Interface__factory.js +52 -0
- package/lib/typechain/factories/ERC20Interface__factory.js.map +1 -0
- package/lib/typechain/factories/ERC20__factory.d.ts +35 -0
- package/lib/typechain/factories/ERC20__factory.js +333 -0
- package/lib/typechain/factories/ERC20__factory.js.map +1 -0
- package/lib/typechain/factories/ERC721Interface__factory.d.ts +18 -0
- package/lib/typechain/factories/ERC721Interface__factory.js +46 -0
- package/lib/typechain/factories/ERC721Interface__factory.js.map +1 -0
- package/lib/typechain/factories/ERC721TokenReceiver__factory.d.ts +22 -0
- package/lib/typechain/factories/ERC721TokenReceiver__factory.js +57 -0
- package/lib/typechain/factories/ERC721TokenReceiver__factory.js.map +1 -0
- package/lib/typechain/factories/ERC721__factory.d.ts +35 -0
- package/lib/typechain/factories/ERC721__factory.js +353 -0
- package/lib/typechain/factories/ERC721__factory.js.map +1 -0
- package/lib/typechain/factories/Executor__factory.d.ts +64 -0
- package/lib/typechain/factories/Executor__factory.js +552 -0
- package/lib/typechain/factories/Executor__factory.js.map +1 -0
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.d.ts +16 -0
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js +49 -0
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js.map +1 -0
- package/lib/typechain/factories/FulfillmentApplier__factory.d.ts +30 -0
- package/lib/typechain/factories/FulfillmentApplier__factory.js +118 -0
- package/lib/typechain/factories/FulfillmentApplier__factory.js.map +1 -0
- package/lib/typechain/factories/GettersAndDerivers__factory.d.ts +64 -0
- package/lib/typechain/factories/GettersAndDerivers__factory.js +412 -0
- package/lib/typechain/factories/GettersAndDerivers__factory.js.map +1 -0
- package/lib/typechain/factories/OrderCombiner__factory.d.ts +64 -0
- package/lib/typechain/factories/OrderCombiner__factory.js +629 -0
- package/lib/typechain/factories/OrderCombiner__factory.js.map +1 -0
- package/lib/typechain/factories/OrderFulfiller__factory.d.ts +64 -0
- package/lib/typechain/factories/OrderFulfiller__factory.js +603 -0
- package/lib/typechain/factories/OrderFulfiller__factory.js.map +1 -0
- package/lib/typechain/factories/OrderValidator__factory.d.ts +64 -0
- package/lib/typechain/factories/OrderValidator__factory.js +563 -0
- package/lib/typechain/factories/OrderValidator__factory.js.map +1 -0
- package/lib/typechain/factories/ReentrancyErrors__factory.d.ts +12 -0
- package/lib/typechain/factories/ReentrancyErrors__factory.js +28 -0
- package/lib/typechain/factories/ReentrancyErrors__factory.js.map +1 -0
- package/lib/typechain/factories/ReentrancyGuard__factory.d.ts +32 -0
- package/lib/typechain/factories/ReentrancyGuard__factory.js +102 -0
- package/lib/typechain/factories/ReentrancyGuard__factory.js.map +1 -0
- package/lib/typechain/factories/Seaport__factory.d.ts +132 -0
- package/lib/typechain/factories/Seaport__factory.js +2670 -0
- package/lib/typechain/factories/Seaport__factory.js.map +1 -0
- package/lib/typechain/factories/SignatureVerificationErrors__factory.d.ts +16 -0
- package/lib/typechain/factories/SignatureVerificationErrors__factory.js +49 -0
- package/lib/typechain/factories/SignatureVerificationErrors__factory.js.map +1 -0
- package/lib/typechain/factories/SignatureVerification__factory.d.ts +30 -0
- package/lib/typechain/factories/SignatureVerification__factory.js +118 -0
- package/lib/typechain/factories/SignatureVerification__factory.js.map +1 -0
- package/lib/typechain/factories/TestERC1155__factory.d.ts +49 -0
- package/lib/typechain/factories/TestERC1155__factory.js +433 -0
- package/lib/typechain/factories/TestERC1155__factory.js.map +1 -0
- package/lib/typechain/factories/TestERC20__factory.d.ts +56 -0
- package/lib/typechain/factories/TestERC20__factory.js +457 -0
- package/lib/typechain/factories/TestERC20__factory.js.map +1 -0
- package/lib/typechain/factories/TestERC721__factory.d.ts +49 -0
- package/lib/typechain/factories/TestERC721__factory.js +446 -0
- package/lib/typechain/factories/TestERC721__factory.js.map +1 -0
- package/lib/typechain/factories/TokenTransferrerErrors__factory.d.ts +16 -0
- package/lib/typechain/factories/TokenTransferrerErrors__factory.js +132 -0
- package/lib/typechain/factories/TokenTransferrerErrors__factory.js.map +1 -0
- package/lib/typechain/factories/TokenTransferrer__factory.d.ts +30 -0
- package/lib/typechain/factories/TokenTransferrer__factory.js +201 -0
- package/lib/typechain/factories/TokenTransferrer__factory.js.map +1 -0
- package/lib/typechain/factories/Verifiers__factory.d.ts +64 -0
- package/lib/typechain/factories/Verifiers__factory.js +552 -0
- package/lib/typechain/factories/Verifiers__factory.js.map +1 -0
- package/lib/typechain/factories/ZoneInteractionErrors__factory.d.ts +16 -0
- package/lib/typechain/factories/ZoneInteractionErrors__factory.js +34 -0
- package/lib/typechain/factories/ZoneInteractionErrors__factory.js.map +1 -0
- package/lib/typechain/factories/ZoneInteraction__factory.d.ts +30 -0
- package/lib/typechain/factories/ZoneInteraction__factory.js +103 -0
- package/lib/typechain/factories/ZoneInteraction__factory.js.map +1 -0
- package/lib/typechain/factories/ZoneInterface__factory.d.ts +52 -0
- package/lib/typechain/factories/ZoneInterface__factory.js +266 -0
- package/lib/typechain/factories/ZoneInterface__factory.js.map +1 -0
- package/lib/typechain/index.d.ts +90 -0
- package/lib/typechain/index.js +94 -0
- package/lib/typechain/index.js.map +1 -0
- package/lib/types.d.ts +1 -0
- package/lib/utils/fulfill.d.ts +6 -3
- package/lib/utils/fulfill.js +7 -11
- package/lib/utils/fulfill.js.map +1 -1
- package/lib/utils/order.d.ts +1 -0
- package/lib/utils/order.js +11 -2
- package/lib/utils/order.js.map +1 -1
- package/lib/utils/usecase.d.ts +2 -1
- package/lib/utils/usecase.js +38 -11
- package/lib/utils/usecase.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2670 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
18
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
19
|
+
if (!m) return o;
|
|
20
|
+
var i = m.call(o), r, ar = [], e;
|
|
21
|
+
try {
|
|
22
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
23
|
+
}
|
|
24
|
+
catch (error) { e = { error: error }; }
|
|
25
|
+
finally {
|
|
26
|
+
try {
|
|
27
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
28
|
+
}
|
|
29
|
+
finally { if (e) throw e.error; }
|
|
30
|
+
}
|
|
31
|
+
return ar;
|
|
32
|
+
};
|
|
33
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
34
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
35
|
+
if (ar || !(i in from)) {
|
|
36
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
37
|
+
ar[i] = from[i];
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43
|
+
exports.Seaport__factory = void 0;
|
|
44
|
+
/* Autogenerated file. Do not edit manually. */
|
|
45
|
+
/* tslint:disable */
|
|
46
|
+
/* eslint-disable */
|
|
47
|
+
var ethers_1 = require("ethers");
|
|
48
|
+
var _abi = [
|
|
49
|
+
{
|
|
50
|
+
inputs: [
|
|
51
|
+
{
|
|
52
|
+
internalType: "address",
|
|
53
|
+
name: "conduitController",
|
|
54
|
+
type: "address",
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
stateMutability: "nonpayable",
|
|
58
|
+
type: "constructor",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
inputs: [],
|
|
62
|
+
name: "BadContractSignature",
|
|
63
|
+
type: "error",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
inputs: [],
|
|
67
|
+
name: "BadFraction",
|
|
68
|
+
type: "error",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
inputs: [
|
|
72
|
+
{
|
|
73
|
+
internalType: "address",
|
|
74
|
+
name: "token",
|
|
75
|
+
type: "address",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
internalType: "address",
|
|
79
|
+
name: "from",
|
|
80
|
+
type: "address",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
internalType: "address",
|
|
84
|
+
name: "to",
|
|
85
|
+
type: "address",
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
internalType: "uint256",
|
|
89
|
+
name: "amount",
|
|
90
|
+
type: "uint256",
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
name: "BadReturnValueFromERC20OnTransfer",
|
|
94
|
+
type: "error",
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
inputs: [
|
|
98
|
+
{
|
|
99
|
+
internalType: "uint8",
|
|
100
|
+
name: "v",
|
|
101
|
+
type: "uint8",
|
|
102
|
+
},
|
|
103
|
+
],
|
|
104
|
+
name: "BadSignatureV",
|
|
105
|
+
type: "error",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
inputs: [],
|
|
109
|
+
name: "ConsiderationCriteriaResolverOutOfRange",
|
|
110
|
+
type: "error",
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
inputs: [
|
|
114
|
+
{
|
|
115
|
+
internalType: "uint256",
|
|
116
|
+
name: "orderIndex",
|
|
117
|
+
type: "uint256",
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
internalType: "uint256",
|
|
121
|
+
name: "considerationIndex",
|
|
122
|
+
type: "uint256",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
internalType: "uint256",
|
|
126
|
+
name: "shortfallAmount",
|
|
127
|
+
type: "uint256",
|
|
128
|
+
},
|
|
129
|
+
],
|
|
130
|
+
name: "ConsiderationNotMet",
|
|
131
|
+
type: "error",
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
inputs: [],
|
|
135
|
+
name: "CriteriaNotEnabledForItem",
|
|
136
|
+
type: "error",
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
inputs: [
|
|
140
|
+
{
|
|
141
|
+
internalType: "address",
|
|
142
|
+
name: "token",
|
|
143
|
+
type: "address",
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
internalType: "address",
|
|
147
|
+
name: "from",
|
|
148
|
+
type: "address",
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
internalType: "address",
|
|
152
|
+
name: "to",
|
|
153
|
+
type: "address",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
internalType: "uint256[]",
|
|
157
|
+
name: "identifiers",
|
|
158
|
+
type: "uint256[]",
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
internalType: "uint256[]",
|
|
162
|
+
name: "amounts",
|
|
163
|
+
type: "uint256[]",
|
|
164
|
+
},
|
|
165
|
+
],
|
|
166
|
+
name: "ERC1155BatchTransferGenericFailure",
|
|
167
|
+
type: "error",
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
inputs: [
|
|
171
|
+
{
|
|
172
|
+
internalType: "address",
|
|
173
|
+
name: "account",
|
|
174
|
+
type: "address",
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
internalType: "uint256",
|
|
178
|
+
name: "amount",
|
|
179
|
+
type: "uint256",
|
|
180
|
+
},
|
|
181
|
+
],
|
|
182
|
+
name: "EtherTransferGenericFailure",
|
|
183
|
+
type: "error",
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
inputs: [],
|
|
187
|
+
name: "InexactFraction",
|
|
188
|
+
type: "error",
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
inputs: [],
|
|
192
|
+
name: "InsufficientEtherSupplied",
|
|
193
|
+
type: "error",
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
inputs: [],
|
|
197
|
+
name: "InvalidBasicOrderParameterEncoding",
|
|
198
|
+
type: "error",
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
inputs: [
|
|
202
|
+
{
|
|
203
|
+
internalType: "address",
|
|
204
|
+
name: "conduit",
|
|
205
|
+
type: "address",
|
|
206
|
+
},
|
|
207
|
+
],
|
|
208
|
+
name: "InvalidCallToConduit",
|
|
209
|
+
type: "error",
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
inputs: [],
|
|
213
|
+
name: "InvalidCanceller",
|
|
214
|
+
type: "error",
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
inputs: [
|
|
218
|
+
{
|
|
219
|
+
internalType: "bytes32",
|
|
220
|
+
name: "conduitKey",
|
|
221
|
+
type: "bytes32",
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
internalType: "address",
|
|
225
|
+
name: "conduit",
|
|
226
|
+
type: "address",
|
|
227
|
+
},
|
|
228
|
+
],
|
|
229
|
+
name: "InvalidConduit",
|
|
230
|
+
type: "error",
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
inputs: [],
|
|
234
|
+
name: "InvalidERC721TransferAmount",
|
|
235
|
+
type: "error",
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
inputs: [],
|
|
239
|
+
name: "InvalidFulfillmentComponentData",
|
|
240
|
+
type: "error",
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
inputs: [
|
|
244
|
+
{
|
|
245
|
+
internalType: "uint256",
|
|
246
|
+
name: "value",
|
|
247
|
+
type: "uint256",
|
|
248
|
+
},
|
|
249
|
+
],
|
|
250
|
+
name: "InvalidMsgValue",
|
|
251
|
+
type: "error",
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
inputs: [],
|
|
255
|
+
name: "InvalidProof",
|
|
256
|
+
type: "error",
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
inputs: [
|
|
260
|
+
{
|
|
261
|
+
internalType: "bytes32",
|
|
262
|
+
name: "orderHash",
|
|
263
|
+
type: "bytes32",
|
|
264
|
+
},
|
|
265
|
+
],
|
|
266
|
+
name: "InvalidRestrictedOrder",
|
|
267
|
+
type: "error",
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
inputs: [],
|
|
271
|
+
name: "InvalidSignature",
|
|
272
|
+
type: "error",
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
inputs: [],
|
|
276
|
+
name: "InvalidSigner",
|
|
277
|
+
type: "error",
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
inputs: [],
|
|
281
|
+
name: "InvalidTime",
|
|
282
|
+
type: "error",
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
inputs: [],
|
|
286
|
+
name: "MismatchedFulfillmentOfferAndConsiderationComponents",
|
|
287
|
+
type: "error",
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
inputs: [
|
|
291
|
+
{
|
|
292
|
+
internalType: "enum Side",
|
|
293
|
+
name: "side",
|
|
294
|
+
type: "uint8",
|
|
295
|
+
},
|
|
296
|
+
],
|
|
297
|
+
name: "MissingFulfillmentComponentOnAggregation",
|
|
298
|
+
type: "error",
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
inputs: [],
|
|
302
|
+
name: "MissingItemAmount",
|
|
303
|
+
type: "error",
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
inputs: [],
|
|
307
|
+
name: "MissingOriginalConsiderationItems",
|
|
308
|
+
type: "error",
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
inputs: [
|
|
312
|
+
{
|
|
313
|
+
internalType: "address",
|
|
314
|
+
name: "account",
|
|
315
|
+
type: "address",
|
|
316
|
+
},
|
|
317
|
+
],
|
|
318
|
+
name: "NoContract",
|
|
319
|
+
type: "error",
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
inputs: [],
|
|
323
|
+
name: "NoReentrantCalls",
|
|
324
|
+
type: "error",
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
inputs: [],
|
|
328
|
+
name: "NoSpecifiedOrdersAvailable",
|
|
329
|
+
type: "error",
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
inputs: [],
|
|
333
|
+
name: "OfferAndConsiderationRequiredOnFulfillment",
|
|
334
|
+
type: "error",
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
inputs: [],
|
|
338
|
+
name: "OfferCriteriaResolverOutOfRange",
|
|
339
|
+
type: "error",
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
inputs: [
|
|
343
|
+
{
|
|
344
|
+
internalType: "bytes32",
|
|
345
|
+
name: "orderHash",
|
|
346
|
+
type: "bytes32",
|
|
347
|
+
},
|
|
348
|
+
],
|
|
349
|
+
name: "OrderAlreadyFilled",
|
|
350
|
+
type: "error",
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
inputs: [],
|
|
354
|
+
name: "OrderCriteriaResolverOutOfRange",
|
|
355
|
+
type: "error",
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
inputs: [
|
|
359
|
+
{
|
|
360
|
+
internalType: "bytes32",
|
|
361
|
+
name: "orderHash",
|
|
362
|
+
type: "bytes32",
|
|
363
|
+
},
|
|
364
|
+
],
|
|
365
|
+
name: "OrderIsCancelled",
|
|
366
|
+
type: "error",
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
inputs: [
|
|
370
|
+
{
|
|
371
|
+
internalType: "bytes32",
|
|
372
|
+
name: "orderHash",
|
|
373
|
+
type: "bytes32",
|
|
374
|
+
},
|
|
375
|
+
],
|
|
376
|
+
name: "OrderPartiallyFilled",
|
|
377
|
+
type: "error",
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
inputs: [],
|
|
381
|
+
name: "PartialFillsNotEnabledForOrder",
|
|
382
|
+
type: "error",
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
inputs: [
|
|
386
|
+
{
|
|
387
|
+
internalType: "address",
|
|
388
|
+
name: "token",
|
|
389
|
+
type: "address",
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
internalType: "address",
|
|
393
|
+
name: "from",
|
|
394
|
+
type: "address",
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
internalType: "address",
|
|
398
|
+
name: "to",
|
|
399
|
+
type: "address",
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
internalType: "uint256",
|
|
403
|
+
name: "identifier",
|
|
404
|
+
type: "uint256",
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
internalType: "uint256",
|
|
408
|
+
name: "amount",
|
|
409
|
+
type: "uint256",
|
|
410
|
+
},
|
|
411
|
+
],
|
|
412
|
+
name: "TokenTransferGenericFailure",
|
|
413
|
+
type: "error",
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
inputs: [],
|
|
417
|
+
name: "UnresolvedConsiderationCriteria",
|
|
418
|
+
type: "error",
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
inputs: [],
|
|
422
|
+
name: "UnresolvedOfferCriteria",
|
|
423
|
+
type: "error",
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
anonymous: false,
|
|
427
|
+
inputs: [
|
|
428
|
+
{
|
|
429
|
+
indexed: false,
|
|
430
|
+
internalType: "uint256",
|
|
431
|
+
name: "newCounter",
|
|
432
|
+
type: "uint256",
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
indexed: true,
|
|
436
|
+
internalType: "address",
|
|
437
|
+
name: "offerer",
|
|
438
|
+
type: "address",
|
|
439
|
+
},
|
|
440
|
+
],
|
|
441
|
+
name: "CounterIncremented",
|
|
442
|
+
type: "event",
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
anonymous: false,
|
|
446
|
+
inputs: [
|
|
447
|
+
{
|
|
448
|
+
indexed: false,
|
|
449
|
+
internalType: "bytes32",
|
|
450
|
+
name: "orderHash",
|
|
451
|
+
type: "bytes32",
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
indexed: true,
|
|
455
|
+
internalType: "address",
|
|
456
|
+
name: "offerer",
|
|
457
|
+
type: "address",
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
indexed: true,
|
|
461
|
+
internalType: "address",
|
|
462
|
+
name: "zone",
|
|
463
|
+
type: "address",
|
|
464
|
+
},
|
|
465
|
+
],
|
|
466
|
+
name: "OrderCancelled",
|
|
467
|
+
type: "event",
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
anonymous: false,
|
|
471
|
+
inputs: [
|
|
472
|
+
{
|
|
473
|
+
indexed: false,
|
|
474
|
+
internalType: "bytes32",
|
|
475
|
+
name: "orderHash",
|
|
476
|
+
type: "bytes32",
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
indexed: true,
|
|
480
|
+
internalType: "address",
|
|
481
|
+
name: "offerer",
|
|
482
|
+
type: "address",
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
indexed: true,
|
|
486
|
+
internalType: "address",
|
|
487
|
+
name: "zone",
|
|
488
|
+
type: "address",
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
indexed: false,
|
|
492
|
+
internalType: "address",
|
|
493
|
+
name: "recipient",
|
|
494
|
+
type: "address",
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
components: [
|
|
498
|
+
{
|
|
499
|
+
internalType: "enum ItemType",
|
|
500
|
+
name: "itemType",
|
|
501
|
+
type: "uint8",
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
internalType: "address",
|
|
505
|
+
name: "token",
|
|
506
|
+
type: "address",
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
internalType: "uint256",
|
|
510
|
+
name: "identifier",
|
|
511
|
+
type: "uint256",
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
internalType: "uint256",
|
|
515
|
+
name: "amount",
|
|
516
|
+
type: "uint256",
|
|
517
|
+
},
|
|
518
|
+
],
|
|
519
|
+
indexed: false,
|
|
520
|
+
internalType: "struct SpentItem[]",
|
|
521
|
+
name: "offer",
|
|
522
|
+
type: "tuple[]",
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
components: [
|
|
526
|
+
{
|
|
527
|
+
internalType: "enum ItemType",
|
|
528
|
+
name: "itemType",
|
|
529
|
+
type: "uint8",
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
internalType: "address",
|
|
533
|
+
name: "token",
|
|
534
|
+
type: "address",
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
internalType: "uint256",
|
|
538
|
+
name: "identifier",
|
|
539
|
+
type: "uint256",
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
internalType: "uint256",
|
|
543
|
+
name: "amount",
|
|
544
|
+
type: "uint256",
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
internalType: "address payable",
|
|
548
|
+
name: "recipient",
|
|
549
|
+
type: "address",
|
|
550
|
+
},
|
|
551
|
+
],
|
|
552
|
+
indexed: false,
|
|
553
|
+
internalType: "struct ReceivedItem[]",
|
|
554
|
+
name: "consideration",
|
|
555
|
+
type: "tuple[]",
|
|
556
|
+
},
|
|
557
|
+
],
|
|
558
|
+
name: "OrderFulfilled",
|
|
559
|
+
type: "event",
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
anonymous: false,
|
|
563
|
+
inputs: [
|
|
564
|
+
{
|
|
565
|
+
indexed: false,
|
|
566
|
+
internalType: "bytes32",
|
|
567
|
+
name: "orderHash",
|
|
568
|
+
type: "bytes32",
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
indexed: true,
|
|
572
|
+
internalType: "address",
|
|
573
|
+
name: "offerer",
|
|
574
|
+
type: "address",
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
indexed: true,
|
|
578
|
+
internalType: "address",
|
|
579
|
+
name: "zone",
|
|
580
|
+
type: "address",
|
|
581
|
+
},
|
|
582
|
+
],
|
|
583
|
+
name: "OrderValidated",
|
|
584
|
+
type: "event",
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
inputs: [
|
|
588
|
+
{
|
|
589
|
+
components: [
|
|
590
|
+
{
|
|
591
|
+
internalType: "address",
|
|
592
|
+
name: "offerer",
|
|
593
|
+
type: "address",
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
internalType: "address",
|
|
597
|
+
name: "zone",
|
|
598
|
+
type: "address",
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
components: [
|
|
602
|
+
{
|
|
603
|
+
internalType: "enum ItemType",
|
|
604
|
+
name: "itemType",
|
|
605
|
+
type: "uint8",
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
internalType: "address",
|
|
609
|
+
name: "token",
|
|
610
|
+
type: "address",
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
internalType: "uint256",
|
|
614
|
+
name: "identifierOrCriteria",
|
|
615
|
+
type: "uint256",
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
internalType: "uint256",
|
|
619
|
+
name: "startAmount",
|
|
620
|
+
type: "uint256",
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
internalType: "uint256",
|
|
624
|
+
name: "endAmount",
|
|
625
|
+
type: "uint256",
|
|
626
|
+
},
|
|
627
|
+
],
|
|
628
|
+
internalType: "struct OfferItem[]",
|
|
629
|
+
name: "offer",
|
|
630
|
+
type: "tuple[]",
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
components: [
|
|
634
|
+
{
|
|
635
|
+
internalType: "enum ItemType",
|
|
636
|
+
name: "itemType",
|
|
637
|
+
type: "uint8",
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
internalType: "address",
|
|
641
|
+
name: "token",
|
|
642
|
+
type: "address",
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
internalType: "uint256",
|
|
646
|
+
name: "identifierOrCriteria",
|
|
647
|
+
type: "uint256",
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
internalType: "uint256",
|
|
651
|
+
name: "startAmount",
|
|
652
|
+
type: "uint256",
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
internalType: "uint256",
|
|
656
|
+
name: "endAmount",
|
|
657
|
+
type: "uint256",
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
internalType: "address payable",
|
|
661
|
+
name: "recipient",
|
|
662
|
+
type: "address",
|
|
663
|
+
},
|
|
664
|
+
],
|
|
665
|
+
internalType: "struct ConsiderationItem[]",
|
|
666
|
+
name: "consideration",
|
|
667
|
+
type: "tuple[]",
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
internalType: "enum OrderType",
|
|
671
|
+
name: "orderType",
|
|
672
|
+
type: "uint8",
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
internalType: "uint256",
|
|
676
|
+
name: "startTime",
|
|
677
|
+
type: "uint256",
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
internalType: "uint256",
|
|
681
|
+
name: "endTime",
|
|
682
|
+
type: "uint256",
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
internalType: "bytes32",
|
|
686
|
+
name: "zoneHash",
|
|
687
|
+
type: "bytes32",
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
internalType: "uint256",
|
|
691
|
+
name: "salt",
|
|
692
|
+
type: "uint256",
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
internalType: "bytes32",
|
|
696
|
+
name: "conduitKey",
|
|
697
|
+
type: "bytes32",
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
internalType: "uint256",
|
|
701
|
+
name: "counter",
|
|
702
|
+
type: "uint256",
|
|
703
|
+
},
|
|
704
|
+
],
|
|
705
|
+
internalType: "struct OrderComponents[]",
|
|
706
|
+
name: "orders",
|
|
707
|
+
type: "tuple[]",
|
|
708
|
+
},
|
|
709
|
+
],
|
|
710
|
+
name: "cancel",
|
|
711
|
+
outputs: [
|
|
712
|
+
{
|
|
713
|
+
internalType: "bool",
|
|
714
|
+
name: "cancelled",
|
|
715
|
+
type: "bool",
|
|
716
|
+
},
|
|
717
|
+
],
|
|
718
|
+
stateMutability: "nonpayable",
|
|
719
|
+
type: "function",
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
inputs: [
|
|
723
|
+
{
|
|
724
|
+
components: [
|
|
725
|
+
{
|
|
726
|
+
components: [
|
|
727
|
+
{
|
|
728
|
+
internalType: "address",
|
|
729
|
+
name: "offerer",
|
|
730
|
+
type: "address",
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
internalType: "address",
|
|
734
|
+
name: "zone",
|
|
735
|
+
type: "address",
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
components: [
|
|
739
|
+
{
|
|
740
|
+
internalType: "enum ItemType",
|
|
741
|
+
name: "itemType",
|
|
742
|
+
type: "uint8",
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
internalType: "address",
|
|
746
|
+
name: "token",
|
|
747
|
+
type: "address",
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
internalType: "uint256",
|
|
751
|
+
name: "identifierOrCriteria",
|
|
752
|
+
type: "uint256",
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
internalType: "uint256",
|
|
756
|
+
name: "startAmount",
|
|
757
|
+
type: "uint256",
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
internalType: "uint256",
|
|
761
|
+
name: "endAmount",
|
|
762
|
+
type: "uint256",
|
|
763
|
+
},
|
|
764
|
+
],
|
|
765
|
+
internalType: "struct OfferItem[]",
|
|
766
|
+
name: "offer",
|
|
767
|
+
type: "tuple[]",
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
components: [
|
|
771
|
+
{
|
|
772
|
+
internalType: "enum ItemType",
|
|
773
|
+
name: "itemType",
|
|
774
|
+
type: "uint8",
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
internalType: "address",
|
|
778
|
+
name: "token",
|
|
779
|
+
type: "address",
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
internalType: "uint256",
|
|
783
|
+
name: "identifierOrCriteria",
|
|
784
|
+
type: "uint256",
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
internalType: "uint256",
|
|
788
|
+
name: "startAmount",
|
|
789
|
+
type: "uint256",
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
internalType: "uint256",
|
|
793
|
+
name: "endAmount",
|
|
794
|
+
type: "uint256",
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
internalType: "address payable",
|
|
798
|
+
name: "recipient",
|
|
799
|
+
type: "address",
|
|
800
|
+
},
|
|
801
|
+
],
|
|
802
|
+
internalType: "struct ConsiderationItem[]",
|
|
803
|
+
name: "consideration",
|
|
804
|
+
type: "tuple[]",
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
internalType: "enum OrderType",
|
|
808
|
+
name: "orderType",
|
|
809
|
+
type: "uint8",
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
internalType: "uint256",
|
|
813
|
+
name: "startTime",
|
|
814
|
+
type: "uint256",
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
internalType: "uint256",
|
|
818
|
+
name: "endTime",
|
|
819
|
+
type: "uint256",
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
internalType: "bytes32",
|
|
823
|
+
name: "zoneHash",
|
|
824
|
+
type: "bytes32",
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
internalType: "uint256",
|
|
828
|
+
name: "salt",
|
|
829
|
+
type: "uint256",
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
internalType: "bytes32",
|
|
833
|
+
name: "conduitKey",
|
|
834
|
+
type: "bytes32",
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
internalType: "uint256",
|
|
838
|
+
name: "totalOriginalConsiderationItems",
|
|
839
|
+
type: "uint256",
|
|
840
|
+
},
|
|
841
|
+
],
|
|
842
|
+
internalType: "struct OrderParameters",
|
|
843
|
+
name: "parameters",
|
|
844
|
+
type: "tuple",
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
internalType: "uint120",
|
|
848
|
+
name: "numerator",
|
|
849
|
+
type: "uint120",
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
internalType: "uint120",
|
|
853
|
+
name: "denominator",
|
|
854
|
+
type: "uint120",
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
internalType: "bytes",
|
|
858
|
+
name: "signature",
|
|
859
|
+
type: "bytes",
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
internalType: "bytes",
|
|
863
|
+
name: "extraData",
|
|
864
|
+
type: "bytes",
|
|
865
|
+
},
|
|
866
|
+
],
|
|
867
|
+
internalType: "struct AdvancedOrder",
|
|
868
|
+
name: "advancedOrder",
|
|
869
|
+
type: "tuple",
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
components: [
|
|
873
|
+
{
|
|
874
|
+
internalType: "uint256",
|
|
875
|
+
name: "orderIndex",
|
|
876
|
+
type: "uint256",
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
internalType: "enum Side",
|
|
880
|
+
name: "side",
|
|
881
|
+
type: "uint8",
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
internalType: "uint256",
|
|
885
|
+
name: "index",
|
|
886
|
+
type: "uint256",
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
internalType: "uint256",
|
|
890
|
+
name: "identifier",
|
|
891
|
+
type: "uint256",
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
internalType: "bytes32[]",
|
|
895
|
+
name: "criteriaProof",
|
|
896
|
+
type: "bytes32[]",
|
|
897
|
+
},
|
|
898
|
+
],
|
|
899
|
+
internalType: "struct CriteriaResolver[]",
|
|
900
|
+
name: "criteriaResolvers",
|
|
901
|
+
type: "tuple[]",
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
internalType: "bytes32",
|
|
905
|
+
name: "fulfillerConduitKey",
|
|
906
|
+
type: "bytes32",
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
internalType: "address",
|
|
910
|
+
name: "recipient",
|
|
911
|
+
type: "address",
|
|
912
|
+
},
|
|
913
|
+
],
|
|
914
|
+
name: "fulfillAdvancedOrder",
|
|
915
|
+
outputs: [
|
|
916
|
+
{
|
|
917
|
+
internalType: "bool",
|
|
918
|
+
name: "fulfilled",
|
|
919
|
+
type: "bool",
|
|
920
|
+
},
|
|
921
|
+
],
|
|
922
|
+
stateMutability: "payable",
|
|
923
|
+
type: "function",
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
inputs: [
|
|
927
|
+
{
|
|
928
|
+
components: [
|
|
929
|
+
{
|
|
930
|
+
components: [
|
|
931
|
+
{
|
|
932
|
+
internalType: "address",
|
|
933
|
+
name: "offerer",
|
|
934
|
+
type: "address",
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
internalType: "address",
|
|
938
|
+
name: "zone",
|
|
939
|
+
type: "address",
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
components: [
|
|
943
|
+
{
|
|
944
|
+
internalType: "enum ItemType",
|
|
945
|
+
name: "itemType",
|
|
946
|
+
type: "uint8",
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
internalType: "address",
|
|
950
|
+
name: "token",
|
|
951
|
+
type: "address",
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
internalType: "uint256",
|
|
955
|
+
name: "identifierOrCriteria",
|
|
956
|
+
type: "uint256",
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
internalType: "uint256",
|
|
960
|
+
name: "startAmount",
|
|
961
|
+
type: "uint256",
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
internalType: "uint256",
|
|
965
|
+
name: "endAmount",
|
|
966
|
+
type: "uint256",
|
|
967
|
+
},
|
|
968
|
+
],
|
|
969
|
+
internalType: "struct OfferItem[]",
|
|
970
|
+
name: "offer",
|
|
971
|
+
type: "tuple[]",
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
components: [
|
|
975
|
+
{
|
|
976
|
+
internalType: "enum ItemType",
|
|
977
|
+
name: "itemType",
|
|
978
|
+
type: "uint8",
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
internalType: "address",
|
|
982
|
+
name: "token",
|
|
983
|
+
type: "address",
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
internalType: "uint256",
|
|
987
|
+
name: "identifierOrCriteria",
|
|
988
|
+
type: "uint256",
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
internalType: "uint256",
|
|
992
|
+
name: "startAmount",
|
|
993
|
+
type: "uint256",
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
internalType: "uint256",
|
|
997
|
+
name: "endAmount",
|
|
998
|
+
type: "uint256",
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
internalType: "address payable",
|
|
1002
|
+
name: "recipient",
|
|
1003
|
+
type: "address",
|
|
1004
|
+
},
|
|
1005
|
+
],
|
|
1006
|
+
internalType: "struct ConsiderationItem[]",
|
|
1007
|
+
name: "consideration",
|
|
1008
|
+
type: "tuple[]",
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
internalType: "enum OrderType",
|
|
1012
|
+
name: "orderType",
|
|
1013
|
+
type: "uint8",
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
internalType: "uint256",
|
|
1017
|
+
name: "startTime",
|
|
1018
|
+
type: "uint256",
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
internalType: "uint256",
|
|
1022
|
+
name: "endTime",
|
|
1023
|
+
type: "uint256",
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
internalType: "bytes32",
|
|
1027
|
+
name: "zoneHash",
|
|
1028
|
+
type: "bytes32",
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
internalType: "uint256",
|
|
1032
|
+
name: "salt",
|
|
1033
|
+
type: "uint256",
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
internalType: "bytes32",
|
|
1037
|
+
name: "conduitKey",
|
|
1038
|
+
type: "bytes32",
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
internalType: "uint256",
|
|
1042
|
+
name: "totalOriginalConsiderationItems",
|
|
1043
|
+
type: "uint256",
|
|
1044
|
+
},
|
|
1045
|
+
],
|
|
1046
|
+
internalType: "struct OrderParameters",
|
|
1047
|
+
name: "parameters",
|
|
1048
|
+
type: "tuple",
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
internalType: "uint120",
|
|
1052
|
+
name: "numerator",
|
|
1053
|
+
type: "uint120",
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
internalType: "uint120",
|
|
1057
|
+
name: "denominator",
|
|
1058
|
+
type: "uint120",
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
internalType: "bytes",
|
|
1062
|
+
name: "signature",
|
|
1063
|
+
type: "bytes",
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
internalType: "bytes",
|
|
1067
|
+
name: "extraData",
|
|
1068
|
+
type: "bytes",
|
|
1069
|
+
},
|
|
1070
|
+
],
|
|
1071
|
+
internalType: "struct AdvancedOrder[]",
|
|
1072
|
+
name: "advancedOrders",
|
|
1073
|
+
type: "tuple[]",
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
components: [
|
|
1077
|
+
{
|
|
1078
|
+
internalType: "uint256",
|
|
1079
|
+
name: "orderIndex",
|
|
1080
|
+
type: "uint256",
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
internalType: "enum Side",
|
|
1084
|
+
name: "side",
|
|
1085
|
+
type: "uint8",
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
internalType: "uint256",
|
|
1089
|
+
name: "index",
|
|
1090
|
+
type: "uint256",
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
internalType: "uint256",
|
|
1094
|
+
name: "identifier",
|
|
1095
|
+
type: "uint256",
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
internalType: "bytes32[]",
|
|
1099
|
+
name: "criteriaProof",
|
|
1100
|
+
type: "bytes32[]",
|
|
1101
|
+
},
|
|
1102
|
+
],
|
|
1103
|
+
internalType: "struct CriteriaResolver[]",
|
|
1104
|
+
name: "criteriaResolvers",
|
|
1105
|
+
type: "tuple[]",
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
components: [
|
|
1109
|
+
{
|
|
1110
|
+
internalType: "uint256",
|
|
1111
|
+
name: "orderIndex",
|
|
1112
|
+
type: "uint256",
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
internalType: "uint256",
|
|
1116
|
+
name: "itemIndex",
|
|
1117
|
+
type: "uint256",
|
|
1118
|
+
},
|
|
1119
|
+
],
|
|
1120
|
+
internalType: "struct FulfillmentComponent[][]",
|
|
1121
|
+
name: "offerFulfillments",
|
|
1122
|
+
type: "tuple[][]",
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
components: [
|
|
1126
|
+
{
|
|
1127
|
+
internalType: "uint256",
|
|
1128
|
+
name: "orderIndex",
|
|
1129
|
+
type: "uint256",
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
internalType: "uint256",
|
|
1133
|
+
name: "itemIndex",
|
|
1134
|
+
type: "uint256",
|
|
1135
|
+
},
|
|
1136
|
+
],
|
|
1137
|
+
internalType: "struct FulfillmentComponent[][]",
|
|
1138
|
+
name: "considerationFulfillments",
|
|
1139
|
+
type: "tuple[][]",
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
internalType: "bytes32",
|
|
1143
|
+
name: "fulfillerConduitKey",
|
|
1144
|
+
type: "bytes32",
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
internalType: "address",
|
|
1148
|
+
name: "recipient",
|
|
1149
|
+
type: "address",
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
internalType: "uint256",
|
|
1153
|
+
name: "maximumFulfilled",
|
|
1154
|
+
type: "uint256",
|
|
1155
|
+
},
|
|
1156
|
+
],
|
|
1157
|
+
name: "fulfillAvailableAdvancedOrders",
|
|
1158
|
+
outputs: [
|
|
1159
|
+
{
|
|
1160
|
+
internalType: "bool[]",
|
|
1161
|
+
name: "availableOrders",
|
|
1162
|
+
type: "bool[]",
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
components: [
|
|
1166
|
+
{
|
|
1167
|
+
components: [
|
|
1168
|
+
{
|
|
1169
|
+
internalType: "enum ItemType",
|
|
1170
|
+
name: "itemType",
|
|
1171
|
+
type: "uint8",
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
internalType: "address",
|
|
1175
|
+
name: "token",
|
|
1176
|
+
type: "address",
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
internalType: "uint256",
|
|
1180
|
+
name: "identifier",
|
|
1181
|
+
type: "uint256",
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
internalType: "uint256",
|
|
1185
|
+
name: "amount",
|
|
1186
|
+
type: "uint256",
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
internalType: "address payable",
|
|
1190
|
+
name: "recipient",
|
|
1191
|
+
type: "address",
|
|
1192
|
+
},
|
|
1193
|
+
],
|
|
1194
|
+
internalType: "struct ReceivedItem",
|
|
1195
|
+
name: "item",
|
|
1196
|
+
type: "tuple",
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
internalType: "address",
|
|
1200
|
+
name: "offerer",
|
|
1201
|
+
type: "address",
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
internalType: "bytes32",
|
|
1205
|
+
name: "conduitKey",
|
|
1206
|
+
type: "bytes32",
|
|
1207
|
+
},
|
|
1208
|
+
],
|
|
1209
|
+
internalType: "struct Execution[]",
|
|
1210
|
+
name: "executions",
|
|
1211
|
+
type: "tuple[]",
|
|
1212
|
+
},
|
|
1213
|
+
],
|
|
1214
|
+
stateMutability: "payable",
|
|
1215
|
+
type: "function",
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
inputs: [
|
|
1219
|
+
{
|
|
1220
|
+
components: [
|
|
1221
|
+
{
|
|
1222
|
+
components: [
|
|
1223
|
+
{
|
|
1224
|
+
internalType: "address",
|
|
1225
|
+
name: "offerer",
|
|
1226
|
+
type: "address",
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
internalType: "address",
|
|
1230
|
+
name: "zone",
|
|
1231
|
+
type: "address",
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
components: [
|
|
1235
|
+
{
|
|
1236
|
+
internalType: "enum ItemType",
|
|
1237
|
+
name: "itemType",
|
|
1238
|
+
type: "uint8",
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
internalType: "address",
|
|
1242
|
+
name: "token",
|
|
1243
|
+
type: "address",
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
internalType: "uint256",
|
|
1247
|
+
name: "identifierOrCriteria",
|
|
1248
|
+
type: "uint256",
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
internalType: "uint256",
|
|
1252
|
+
name: "startAmount",
|
|
1253
|
+
type: "uint256",
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
internalType: "uint256",
|
|
1257
|
+
name: "endAmount",
|
|
1258
|
+
type: "uint256",
|
|
1259
|
+
},
|
|
1260
|
+
],
|
|
1261
|
+
internalType: "struct OfferItem[]",
|
|
1262
|
+
name: "offer",
|
|
1263
|
+
type: "tuple[]",
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
components: [
|
|
1267
|
+
{
|
|
1268
|
+
internalType: "enum ItemType",
|
|
1269
|
+
name: "itemType",
|
|
1270
|
+
type: "uint8",
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
internalType: "address",
|
|
1274
|
+
name: "token",
|
|
1275
|
+
type: "address",
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
internalType: "uint256",
|
|
1279
|
+
name: "identifierOrCriteria",
|
|
1280
|
+
type: "uint256",
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
internalType: "uint256",
|
|
1284
|
+
name: "startAmount",
|
|
1285
|
+
type: "uint256",
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
internalType: "uint256",
|
|
1289
|
+
name: "endAmount",
|
|
1290
|
+
type: "uint256",
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
internalType: "address payable",
|
|
1294
|
+
name: "recipient",
|
|
1295
|
+
type: "address",
|
|
1296
|
+
},
|
|
1297
|
+
],
|
|
1298
|
+
internalType: "struct ConsiderationItem[]",
|
|
1299
|
+
name: "consideration",
|
|
1300
|
+
type: "tuple[]",
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
internalType: "enum OrderType",
|
|
1304
|
+
name: "orderType",
|
|
1305
|
+
type: "uint8",
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
internalType: "uint256",
|
|
1309
|
+
name: "startTime",
|
|
1310
|
+
type: "uint256",
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
internalType: "uint256",
|
|
1314
|
+
name: "endTime",
|
|
1315
|
+
type: "uint256",
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
internalType: "bytes32",
|
|
1319
|
+
name: "zoneHash",
|
|
1320
|
+
type: "bytes32",
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
internalType: "uint256",
|
|
1324
|
+
name: "salt",
|
|
1325
|
+
type: "uint256",
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
internalType: "bytes32",
|
|
1329
|
+
name: "conduitKey",
|
|
1330
|
+
type: "bytes32",
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
internalType: "uint256",
|
|
1334
|
+
name: "totalOriginalConsiderationItems",
|
|
1335
|
+
type: "uint256",
|
|
1336
|
+
},
|
|
1337
|
+
],
|
|
1338
|
+
internalType: "struct OrderParameters",
|
|
1339
|
+
name: "parameters",
|
|
1340
|
+
type: "tuple",
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
internalType: "bytes",
|
|
1344
|
+
name: "signature",
|
|
1345
|
+
type: "bytes",
|
|
1346
|
+
},
|
|
1347
|
+
],
|
|
1348
|
+
internalType: "struct Order[]",
|
|
1349
|
+
name: "orders",
|
|
1350
|
+
type: "tuple[]",
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
components: [
|
|
1354
|
+
{
|
|
1355
|
+
internalType: "uint256",
|
|
1356
|
+
name: "orderIndex",
|
|
1357
|
+
type: "uint256",
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
internalType: "uint256",
|
|
1361
|
+
name: "itemIndex",
|
|
1362
|
+
type: "uint256",
|
|
1363
|
+
},
|
|
1364
|
+
],
|
|
1365
|
+
internalType: "struct FulfillmentComponent[][]",
|
|
1366
|
+
name: "offerFulfillments",
|
|
1367
|
+
type: "tuple[][]",
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
components: [
|
|
1371
|
+
{
|
|
1372
|
+
internalType: "uint256",
|
|
1373
|
+
name: "orderIndex",
|
|
1374
|
+
type: "uint256",
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
internalType: "uint256",
|
|
1378
|
+
name: "itemIndex",
|
|
1379
|
+
type: "uint256",
|
|
1380
|
+
},
|
|
1381
|
+
],
|
|
1382
|
+
internalType: "struct FulfillmentComponent[][]",
|
|
1383
|
+
name: "considerationFulfillments",
|
|
1384
|
+
type: "tuple[][]",
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
internalType: "bytes32",
|
|
1388
|
+
name: "fulfillerConduitKey",
|
|
1389
|
+
type: "bytes32",
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
internalType: "uint256",
|
|
1393
|
+
name: "maximumFulfilled",
|
|
1394
|
+
type: "uint256",
|
|
1395
|
+
},
|
|
1396
|
+
],
|
|
1397
|
+
name: "fulfillAvailableOrders",
|
|
1398
|
+
outputs: [
|
|
1399
|
+
{
|
|
1400
|
+
internalType: "bool[]",
|
|
1401
|
+
name: "availableOrders",
|
|
1402
|
+
type: "bool[]",
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
components: [
|
|
1406
|
+
{
|
|
1407
|
+
components: [
|
|
1408
|
+
{
|
|
1409
|
+
internalType: "enum ItemType",
|
|
1410
|
+
name: "itemType",
|
|
1411
|
+
type: "uint8",
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
internalType: "address",
|
|
1415
|
+
name: "token",
|
|
1416
|
+
type: "address",
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
internalType: "uint256",
|
|
1420
|
+
name: "identifier",
|
|
1421
|
+
type: "uint256",
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
internalType: "uint256",
|
|
1425
|
+
name: "amount",
|
|
1426
|
+
type: "uint256",
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
internalType: "address payable",
|
|
1430
|
+
name: "recipient",
|
|
1431
|
+
type: "address",
|
|
1432
|
+
},
|
|
1433
|
+
],
|
|
1434
|
+
internalType: "struct ReceivedItem",
|
|
1435
|
+
name: "item",
|
|
1436
|
+
type: "tuple",
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
internalType: "address",
|
|
1440
|
+
name: "offerer",
|
|
1441
|
+
type: "address",
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
internalType: "bytes32",
|
|
1445
|
+
name: "conduitKey",
|
|
1446
|
+
type: "bytes32",
|
|
1447
|
+
},
|
|
1448
|
+
],
|
|
1449
|
+
internalType: "struct Execution[]",
|
|
1450
|
+
name: "executions",
|
|
1451
|
+
type: "tuple[]",
|
|
1452
|
+
},
|
|
1453
|
+
],
|
|
1454
|
+
stateMutability: "payable",
|
|
1455
|
+
type: "function",
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
inputs: [
|
|
1459
|
+
{
|
|
1460
|
+
components: [
|
|
1461
|
+
{
|
|
1462
|
+
internalType: "address",
|
|
1463
|
+
name: "considerationToken",
|
|
1464
|
+
type: "address",
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
internalType: "uint256",
|
|
1468
|
+
name: "considerationIdentifier",
|
|
1469
|
+
type: "uint256",
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
internalType: "uint256",
|
|
1473
|
+
name: "considerationAmount",
|
|
1474
|
+
type: "uint256",
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
internalType: "address payable",
|
|
1478
|
+
name: "offerer",
|
|
1479
|
+
type: "address",
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
internalType: "address",
|
|
1483
|
+
name: "zone",
|
|
1484
|
+
type: "address",
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
internalType: "address",
|
|
1488
|
+
name: "offerToken",
|
|
1489
|
+
type: "address",
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
internalType: "uint256",
|
|
1493
|
+
name: "offerIdentifier",
|
|
1494
|
+
type: "uint256",
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
internalType: "uint256",
|
|
1498
|
+
name: "offerAmount",
|
|
1499
|
+
type: "uint256",
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
internalType: "enum BasicOrderType",
|
|
1503
|
+
name: "basicOrderType",
|
|
1504
|
+
type: "uint8",
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
internalType: "uint256",
|
|
1508
|
+
name: "startTime",
|
|
1509
|
+
type: "uint256",
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
internalType: "uint256",
|
|
1513
|
+
name: "endTime",
|
|
1514
|
+
type: "uint256",
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
internalType: "bytes32",
|
|
1518
|
+
name: "zoneHash",
|
|
1519
|
+
type: "bytes32",
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
internalType: "uint256",
|
|
1523
|
+
name: "salt",
|
|
1524
|
+
type: "uint256",
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
internalType: "bytes32",
|
|
1528
|
+
name: "offererConduitKey",
|
|
1529
|
+
type: "bytes32",
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
internalType: "bytes32",
|
|
1533
|
+
name: "fulfillerConduitKey",
|
|
1534
|
+
type: "bytes32",
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
internalType: "uint256",
|
|
1538
|
+
name: "totalOriginalAdditionalRecipients",
|
|
1539
|
+
type: "uint256",
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
components: [
|
|
1543
|
+
{
|
|
1544
|
+
internalType: "uint256",
|
|
1545
|
+
name: "amount",
|
|
1546
|
+
type: "uint256",
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
internalType: "address payable",
|
|
1550
|
+
name: "recipient",
|
|
1551
|
+
type: "address",
|
|
1552
|
+
},
|
|
1553
|
+
],
|
|
1554
|
+
internalType: "struct AdditionalRecipient[]",
|
|
1555
|
+
name: "additionalRecipients",
|
|
1556
|
+
type: "tuple[]",
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
internalType: "bytes",
|
|
1560
|
+
name: "signature",
|
|
1561
|
+
type: "bytes",
|
|
1562
|
+
},
|
|
1563
|
+
],
|
|
1564
|
+
internalType: "struct BasicOrderParameters",
|
|
1565
|
+
name: "parameters",
|
|
1566
|
+
type: "tuple",
|
|
1567
|
+
},
|
|
1568
|
+
],
|
|
1569
|
+
name: "fulfillBasicOrder",
|
|
1570
|
+
outputs: [
|
|
1571
|
+
{
|
|
1572
|
+
internalType: "bool",
|
|
1573
|
+
name: "fulfilled",
|
|
1574
|
+
type: "bool",
|
|
1575
|
+
},
|
|
1576
|
+
],
|
|
1577
|
+
stateMutability: "payable",
|
|
1578
|
+
type: "function",
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
inputs: [
|
|
1582
|
+
{
|
|
1583
|
+
components: [
|
|
1584
|
+
{
|
|
1585
|
+
components: [
|
|
1586
|
+
{
|
|
1587
|
+
internalType: "address",
|
|
1588
|
+
name: "offerer",
|
|
1589
|
+
type: "address",
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
internalType: "address",
|
|
1593
|
+
name: "zone",
|
|
1594
|
+
type: "address",
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
components: [
|
|
1598
|
+
{
|
|
1599
|
+
internalType: "enum ItemType",
|
|
1600
|
+
name: "itemType",
|
|
1601
|
+
type: "uint8",
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
internalType: "address",
|
|
1605
|
+
name: "token",
|
|
1606
|
+
type: "address",
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
internalType: "uint256",
|
|
1610
|
+
name: "identifierOrCriteria",
|
|
1611
|
+
type: "uint256",
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
internalType: "uint256",
|
|
1615
|
+
name: "startAmount",
|
|
1616
|
+
type: "uint256",
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
internalType: "uint256",
|
|
1620
|
+
name: "endAmount",
|
|
1621
|
+
type: "uint256",
|
|
1622
|
+
},
|
|
1623
|
+
],
|
|
1624
|
+
internalType: "struct OfferItem[]",
|
|
1625
|
+
name: "offer",
|
|
1626
|
+
type: "tuple[]",
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
components: [
|
|
1630
|
+
{
|
|
1631
|
+
internalType: "enum ItemType",
|
|
1632
|
+
name: "itemType",
|
|
1633
|
+
type: "uint8",
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
internalType: "address",
|
|
1637
|
+
name: "token",
|
|
1638
|
+
type: "address",
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
internalType: "uint256",
|
|
1642
|
+
name: "identifierOrCriteria",
|
|
1643
|
+
type: "uint256",
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
internalType: "uint256",
|
|
1647
|
+
name: "startAmount",
|
|
1648
|
+
type: "uint256",
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
internalType: "uint256",
|
|
1652
|
+
name: "endAmount",
|
|
1653
|
+
type: "uint256",
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
internalType: "address payable",
|
|
1657
|
+
name: "recipient",
|
|
1658
|
+
type: "address",
|
|
1659
|
+
},
|
|
1660
|
+
],
|
|
1661
|
+
internalType: "struct ConsiderationItem[]",
|
|
1662
|
+
name: "consideration",
|
|
1663
|
+
type: "tuple[]",
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
internalType: "enum OrderType",
|
|
1667
|
+
name: "orderType",
|
|
1668
|
+
type: "uint8",
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
internalType: "uint256",
|
|
1672
|
+
name: "startTime",
|
|
1673
|
+
type: "uint256",
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
internalType: "uint256",
|
|
1677
|
+
name: "endTime",
|
|
1678
|
+
type: "uint256",
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
internalType: "bytes32",
|
|
1682
|
+
name: "zoneHash",
|
|
1683
|
+
type: "bytes32",
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
internalType: "uint256",
|
|
1687
|
+
name: "salt",
|
|
1688
|
+
type: "uint256",
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
internalType: "bytes32",
|
|
1692
|
+
name: "conduitKey",
|
|
1693
|
+
type: "bytes32",
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
internalType: "uint256",
|
|
1697
|
+
name: "totalOriginalConsiderationItems",
|
|
1698
|
+
type: "uint256",
|
|
1699
|
+
},
|
|
1700
|
+
],
|
|
1701
|
+
internalType: "struct OrderParameters",
|
|
1702
|
+
name: "parameters",
|
|
1703
|
+
type: "tuple",
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
internalType: "bytes",
|
|
1707
|
+
name: "signature",
|
|
1708
|
+
type: "bytes",
|
|
1709
|
+
},
|
|
1710
|
+
],
|
|
1711
|
+
internalType: "struct Order",
|
|
1712
|
+
name: "order",
|
|
1713
|
+
type: "tuple",
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
internalType: "bytes32",
|
|
1717
|
+
name: "fulfillerConduitKey",
|
|
1718
|
+
type: "bytes32",
|
|
1719
|
+
},
|
|
1720
|
+
],
|
|
1721
|
+
name: "fulfillOrder",
|
|
1722
|
+
outputs: [
|
|
1723
|
+
{
|
|
1724
|
+
internalType: "bool",
|
|
1725
|
+
name: "fulfilled",
|
|
1726
|
+
type: "bool",
|
|
1727
|
+
},
|
|
1728
|
+
],
|
|
1729
|
+
stateMutability: "payable",
|
|
1730
|
+
type: "function",
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
inputs: [
|
|
1734
|
+
{
|
|
1735
|
+
internalType: "address",
|
|
1736
|
+
name: "offerer",
|
|
1737
|
+
type: "address",
|
|
1738
|
+
},
|
|
1739
|
+
],
|
|
1740
|
+
name: "getCounter",
|
|
1741
|
+
outputs: [
|
|
1742
|
+
{
|
|
1743
|
+
internalType: "uint256",
|
|
1744
|
+
name: "counter",
|
|
1745
|
+
type: "uint256",
|
|
1746
|
+
},
|
|
1747
|
+
],
|
|
1748
|
+
stateMutability: "view",
|
|
1749
|
+
type: "function",
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
inputs: [
|
|
1753
|
+
{
|
|
1754
|
+
components: [
|
|
1755
|
+
{
|
|
1756
|
+
internalType: "address",
|
|
1757
|
+
name: "offerer",
|
|
1758
|
+
type: "address",
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
internalType: "address",
|
|
1762
|
+
name: "zone",
|
|
1763
|
+
type: "address",
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
components: [
|
|
1767
|
+
{
|
|
1768
|
+
internalType: "enum ItemType",
|
|
1769
|
+
name: "itemType",
|
|
1770
|
+
type: "uint8",
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
internalType: "address",
|
|
1774
|
+
name: "token",
|
|
1775
|
+
type: "address",
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
internalType: "uint256",
|
|
1779
|
+
name: "identifierOrCriteria",
|
|
1780
|
+
type: "uint256",
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
internalType: "uint256",
|
|
1784
|
+
name: "startAmount",
|
|
1785
|
+
type: "uint256",
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
internalType: "uint256",
|
|
1789
|
+
name: "endAmount",
|
|
1790
|
+
type: "uint256",
|
|
1791
|
+
},
|
|
1792
|
+
],
|
|
1793
|
+
internalType: "struct OfferItem[]",
|
|
1794
|
+
name: "offer",
|
|
1795
|
+
type: "tuple[]",
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
components: [
|
|
1799
|
+
{
|
|
1800
|
+
internalType: "enum ItemType",
|
|
1801
|
+
name: "itemType",
|
|
1802
|
+
type: "uint8",
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
internalType: "address",
|
|
1806
|
+
name: "token",
|
|
1807
|
+
type: "address",
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
internalType: "uint256",
|
|
1811
|
+
name: "identifierOrCriteria",
|
|
1812
|
+
type: "uint256",
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
internalType: "uint256",
|
|
1816
|
+
name: "startAmount",
|
|
1817
|
+
type: "uint256",
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
internalType: "uint256",
|
|
1821
|
+
name: "endAmount",
|
|
1822
|
+
type: "uint256",
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
internalType: "address payable",
|
|
1826
|
+
name: "recipient",
|
|
1827
|
+
type: "address",
|
|
1828
|
+
},
|
|
1829
|
+
],
|
|
1830
|
+
internalType: "struct ConsiderationItem[]",
|
|
1831
|
+
name: "consideration",
|
|
1832
|
+
type: "tuple[]",
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
internalType: "enum OrderType",
|
|
1836
|
+
name: "orderType",
|
|
1837
|
+
type: "uint8",
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
internalType: "uint256",
|
|
1841
|
+
name: "startTime",
|
|
1842
|
+
type: "uint256",
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
internalType: "uint256",
|
|
1846
|
+
name: "endTime",
|
|
1847
|
+
type: "uint256",
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
internalType: "bytes32",
|
|
1851
|
+
name: "zoneHash",
|
|
1852
|
+
type: "bytes32",
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
internalType: "uint256",
|
|
1856
|
+
name: "salt",
|
|
1857
|
+
type: "uint256",
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
internalType: "bytes32",
|
|
1861
|
+
name: "conduitKey",
|
|
1862
|
+
type: "bytes32",
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
internalType: "uint256",
|
|
1866
|
+
name: "counter",
|
|
1867
|
+
type: "uint256",
|
|
1868
|
+
},
|
|
1869
|
+
],
|
|
1870
|
+
internalType: "struct OrderComponents",
|
|
1871
|
+
name: "order",
|
|
1872
|
+
type: "tuple",
|
|
1873
|
+
},
|
|
1874
|
+
],
|
|
1875
|
+
name: "getOrderHash",
|
|
1876
|
+
outputs: [
|
|
1877
|
+
{
|
|
1878
|
+
internalType: "bytes32",
|
|
1879
|
+
name: "orderHash",
|
|
1880
|
+
type: "bytes32",
|
|
1881
|
+
},
|
|
1882
|
+
],
|
|
1883
|
+
stateMutability: "view",
|
|
1884
|
+
type: "function",
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
inputs: [
|
|
1888
|
+
{
|
|
1889
|
+
internalType: "bytes32",
|
|
1890
|
+
name: "orderHash",
|
|
1891
|
+
type: "bytes32",
|
|
1892
|
+
},
|
|
1893
|
+
],
|
|
1894
|
+
name: "getOrderStatus",
|
|
1895
|
+
outputs: [
|
|
1896
|
+
{
|
|
1897
|
+
internalType: "bool",
|
|
1898
|
+
name: "isValidated",
|
|
1899
|
+
type: "bool",
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
internalType: "bool",
|
|
1903
|
+
name: "isCancelled",
|
|
1904
|
+
type: "bool",
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
internalType: "uint256",
|
|
1908
|
+
name: "totalFilled",
|
|
1909
|
+
type: "uint256",
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
internalType: "uint256",
|
|
1913
|
+
name: "totalSize",
|
|
1914
|
+
type: "uint256",
|
|
1915
|
+
},
|
|
1916
|
+
],
|
|
1917
|
+
stateMutability: "view",
|
|
1918
|
+
type: "function",
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
inputs: [],
|
|
1922
|
+
name: "incrementCounter",
|
|
1923
|
+
outputs: [
|
|
1924
|
+
{
|
|
1925
|
+
internalType: "uint256",
|
|
1926
|
+
name: "newCounter",
|
|
1927
|
+
type: "uint256",
|
|
1928
|
+
},
|
|
1929
|
+
],
|
|
1930
|
+
stateMutability: "nonpayable",
|
|
1931
|
+
type: "function",
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
inputs: [],
|
|
1935
|
+
name: "information",
|
|
1936
|
+
outputs: [
|
|
1937
|
+
{
|
|
1938
|
+
internalType: "string",
|
|
1939
|
+
name: "version",
|
|
1940
|
+
type: "string",
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
internalType: "bytes32",
|
|
1944
|
+
name: "domainSeparator",
|
|
1945
|
+
type: "bytes32",
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
internalType: "address",
|
|
1949
|
+
name: "conduitController",
|
|
1950
|
+
type: "address",
|
|
1951
|
+
},
|
|
1952
|
+
],
|
|
1953
|
+
stateMutability: "view",
|
|
1954
|
+
type: "function",
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
inputs: [
|
|
1958
|
+
{
|
|
1959
|
+
components: [
|
|
1960
|
+
{
|
|
1961
|
+
components: [
|
|
1962
|
+
{
|
|
1963
|
+
internalType: "address",
|
|
1964
|
+
name: "offerer",
|
|
1965
|
+
type: "address",
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
internalType: "address",
|
|
1969
|
+
name: "zone",
|
|
1970
|
+
type: "address",
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
components: [
|
|
1974
|
+
{
|
|
1975
|
+
internalType: "enum ItemType",
|
|
1976
|
+
name: "itemType",
|
|
1977
|
+
type: "uint8",
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
internalType: "address",
|
|
1981
|
+
name: "token",
|
|
1982
|
+
type: "address",
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
internalType: "uint256",
|
|
1986
|
+
name: "identifierOrCriteria",
|
|
1987
|
+
type: "uint256",
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
internalType: "uint256",
|
|
1991
|
+
name: "startAmount",
|
|
1992
|
+
type: "uint256",
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
internalType: "uint256",
|
|
1996
|
+
name: "endAmount",
|
|
1997
|
+
type: "uint256",
|
|
1998
|
+
},
|
|
1999
|
+
],
|
|
2000
|
+
internalType: "struct OfferItem[]",
|
|
2001
|
+
name: "offer",
|
|
2002
|
+
type: "tuple[]",
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
components: [
|
|
2006
|
+
{
|
|
2007
|
+
internalType: "enum ItemType",
|
|
2008
|
+
name: "itemType",
|
|
2009
|
+
type: "uint8",
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
internalType: "address",
|
|
2013
|
+
name: "token",
|
|
2014
|
+
type: "address",
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
internalType: "uint256",
|
|
2018
|
+
name: "identifierOrCriteria",
|
|
2019
|
+
type: "uint256",
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
internalType: "uint256",
|
|
2023
|
+
name: "startAmount",
|
|
2024
|
+
type: "uint256",
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
internalType: "uint256",
|
|
2028
|
+
name: "endAmount",
|
|
2029
|
+
type: "uint256",
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
internalType: "address payable",
|
|
2033
|
+
name: "recipient",
|
|
2034
|
+
type: "address",
|
|
2035
|
+
},
|
|
2036
|
+
],
|
|
2037
|
+
internalType: "struct ConsiderationItem[]",
|
|
2038
|
+
name: "consideration",
|
|
2039
|
+
type: "tuple[]",
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
internalType: "enum OrderType",
|
|
2043
|
+
name: "orderType",
|
|
2044
|
+
type: "uint8",
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
internalType: "uint256",
|
|
2048
|
+
name: "startTime",
|
|
2049
|
+
type: "uint256",
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
internalType: "uint256",
|
|
2053
|
+
name: "endTime",
|
|
2054
|
+
type: "uint256",
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
internalType: "bytes32",
|
|
2058
|
+
name: "zoneHash",
|
|
2059
|
+
type: "bytes32",
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
internalType: "uint256",
|
|
2063
|
+
name: "salt",
|
|
2064
|
+
type: "uint256",
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
internalType: "bytes32",
|
|
2068
|
+
name: "conduitKey",
|
|
2069
|
+
type: "bytes32",
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
internalType: "uint256",
|
|
2073
|
+
name: "totalOriginalConsiderationItems",
|
|
2074
|
+
type: "uint256",
|
|
2075
|
+
},
|
|
2076
|
+
],
|
|
2077
|
+
internalType: "struct OrderParameters",
|
|
2078
|
+
name: "parameters",
|
|
2079
|
+
type: "tuple",
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
internalType: "uint120",
|
|
2083
|
+
name: "numerator",
|
|
2084
|
+
type: "uint120",
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
internalType: "uint120",
|
|
2088
|
+
name: "denominator",
|
|
2089
|
+
type: "uint120",
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
internalType: "bytes",
|
|
2093
|
+
name: "signature",
|
|
2094
|
+
type: "bytes",
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
internalType: "bytes",
|
|
2098
|
+
name: "extraData",
|
|
2099
|
+
type: "bytes",
|
|
2100
|
+
},
|
|
2101
|
+
],
|
|
2102
|
+
internalType: "struct AdvancedOrder[]",
|
|
2103
|
+
name: "advancedOrders",
|
|
2104
|
+
type: "tuple[]",
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
components: [
|
|
2108
|
+
{
|
|
2109
|
+
internalType: "uint256",
|
|
2110
|
+
name: "orderIndex",
|
|
2111
|
+
type: "uint256",
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
internalType: "enum Side",
|
|
2115
|
+
name: "side",
|
|
2116
|
+
type: "uint8",
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
internalType: "uint256",
|
|
2120
|
+
name: "index",
|
|
2121
|
+
type: "uint256",
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
internalType: "uint256",
|
|
2125
|
+
name: "identifier",
|
|
2126
|
+
type: "uint256",
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
internalType: "bytes32[]",
|
|
2130
|
+
name: "criteriaProof",
|
|
2131
|
+
type: "bytes32[]",
|
|
2132
|
+
},
|
|
2133
|
+
],
|
|
2134
|
+
internalType: "struct CriteriaResolver[]",
|
|
2135
|
+
name: "criteriaResolvers",
|
|
2136
|
+
type: "tuple[]",
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
components: [
|
|
2140
|
+
{
|
|
2141
|
+
components: [
|
|
2142
|
+
{
|
|
2143
|
+
internalType: "uint256",
|
|
2144
|
+
name: "orderIndex",
|
|
2145
|
+
type: "uint256",
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
internalType: "uint256",
|
|
2149
|
+
name: "itemIndex",
|
|
2150
|
+
type: "uint256",
|
|
2151
|
+
},
|
|
2152
|
+
],
|
|
2153
|
+
internalType: "struct FulfillmentComponent[]",
|
|
2154
|
+
name: "offerComponents",
|
|
2155
|
+
type: "tuple[]",
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
components: [
|
|
2159
|
+
{
|
|
2160
|
+
internalType: "uint256",
|
|
2161
|
+
name: "orderIndex",
|
|
2162
|
+
type: "uint256",
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
internalType: "uint256",
|
|
2166
|
+
name: "itemIndex",
|
|
2167
|
+
type: "uint256",
|
|
2168
|
+
},
|
|
2169
|
+
],
|
|
2170
|
+
internalType: "struct FulfillmentComponent[]",
|
|
2171
|
+
name: "considerationComponents",
|
|
2172
|
+
type: "tuple[]",
|
|
2173
|
+
},
|
|
2174
|
+
],
|
|
2175
|
+
internalType: "struct Fulfillment[]",
|
|
2176
|
+
name: "fulfillments",
|
|
2177
|
+
type: "tuple[]",
|
|
2178
|
+
},
|
|
2179
|
+
],
|
|
2180
|
+
name: "matchAdvancedOrders",
|
|
2181
|
+
outputs: [
|
|
2182
|
+
{
|
|
2183
|
+
components: [
|
|
2184
|
+
{
|
|
2185
|
+
components: [
|
|
2186
|
+
{
|
|
2187
|
+
internalType: "enum ItemType",
|
|
2188
|
+
name: "itemType",
|
|
2189
|
+
type: "uint8",
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
internalType: "address",
|
|
2193
|
+
name: "token",
|
|
2194
|
+
type: "address",
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
internalType: "uint256",
|
|
2198
|
+
name: "identifier",
|
|
2199
|
+
type: "uint256",
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
internalType: "uint256",
|
|
2203
|
+
name: "amount",
|
|
2204
|
+
type: "uint256",
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
internalType: "address payable",
|
|
2208
|
+
name: "recipient",
|
|
2209
|
+
type: "address",
|
|
2210
|
+
},
|
|
2211
|
+
],
|
|
2212
|
+
internalType: "struct ReceivedItem",
|
|
2213
|
+
name: "item",
|
|
2214
|
+
type: "tuple",
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
internalType: "address",
|
|
2218
|
+
name: "offerer",
|
|
2219
|
+
type: "address",
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
internalType: "bytes32",
|
|
2223
|
+
name: "conduitKey",
|
|
2224
|
+
type: "bytes32",
|
|
2225
|
+
},
|
|
2226
|
+
],
|
|
2227
|
+
internalType: "struct Execution[]",
|
|
2228
|
+
name: "executions",
|
|
2229
|
+
type: "tuple[]",
|
|
2230
|
+
},
|
|
2231
|
+
],
|
|
2232
|
+
stateMutability: "payable",
|
|
2233
|
+
type: "function",
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
inputs: [
|
|
2237
|
+
{
|
|
2238
|
+
components: [
|
|
2239
|
+
{
|
|
2240
|
+
components: [
|
|
2241
|
+
{
|
|
2242
|
+
internalType: "address",
|
|
2243
|
+
name: "offerer",
|
|
2244
|
+
type: "address",
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
internalType: "address",
|
|
2248
|
+
name: "zone",
|
|
2249
|
+
type: "address",
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
components: [
|
|
2253
|
+
{
|
|
2254
|
+
internalType: "enum ItemType",
|
|
2255
|
+
name: "itemType",
|
|
2256
|
+
type: "uint8",
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
internalType: "address",
|
|
2260
|
+
name: "token",
|
|
2261
|
+
type: "address",
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
internalType: "uint256",
|
|
2265
|
+
name: "identifierOrCriteria",
|
|
2266
|
+
type: "uint256",
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
internalType: "uint256",
|
|
2270
|
+
name: "startAmount",
|
|
2271
|
+
type: "uint256",
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
internalType: "uint256",
|
|
2275
|
+
name: "endAmount",
|
|
2276
|
+
type: "uint256",
|
|
2277
|
+
},
|
|
2278
|
+
],
|
|
2279
|
+
internalType: "struct OfferItem[]",
|
|
2280
|
+
name: "offer",
|
|
2281
|
+
type: "tuple[]",
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
components: [
|
|
2285
|
+
{
|
|
2286
|
+
internalType: "enum ItemType",
|
|
2287
|
+
name: "itemType",
|
|
2288
|
+
type: "uint8",
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
internalType: "address",
|
|
2292
|
+
name: "token",
|
|
2293
|
+
type: "address",
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
internalType: "uint256",
|
|
2297
|
+
name: "identifierOrCriteria",
|
|
2298
|
+
type: "uint256",
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
internalType: "uint256",
|
|
2302
|
+
name: "startAmount",
|
|
2303
|
+
type: "uint256",
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
internalType: "uint256",
|
|
2307
|
+
name: "endAmount",
|
|
2308
|
+
type: "uint256",
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
internalType: "address payable",
|
|
2312
|
+
name: "recipient",
|
|
2313
|
+
type: "address",
|
|
2314
|
+
},
|
|
2315
|
+
],
|
|
2316
|
+
internalType: "struct ConsiderationItem[]",
|
|
2317
|
+
name: "consideration",
|
|
2318
|
+
type: "tuple[]",
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
internalType: "enum OrderType",
|
|
2322
|
+
name: "orderType",
|
|
2323
|
+
type: "uint8",
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
internalType: "uint256",
|
|
2327
|
+
name: "startTime",
|
|
2328
|
+
type: "uint256",
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
internalType: "uint256",
|
|
2332
|
+
name: "endTime",
|
|
2333
|
+
type: "uint256",
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
internalType: "bytes32",
|
|
2337
|
+
name: "zoneHash",
|
|
2338
|
+
type: "bytes32",
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
internalType: "uint256",
|
|
2342
|
+
name: "salt",
|
|
2343
|
+
type: "uint256",
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
internalType: "bytes32",
|
|
2347
|
+
name: "conduitKey",
|
|
2348
|
+
type: "bytes32",
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
internalType: "uint256",
|
|
2352
|
+
name: "totalOriginalConsiderationItems",
|
|
2353
|
+
type: "uint256",
|
|
2354
|
+
},
|
|
2355
|
+
],
|
|
2356
|
+
internalType: "struct OrderParameters",
|
|
2357
|
+
name: "parameters",
|
|
2358
|
+
type: "tuple",
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
internalType: "bytes",
|
|
2362
|
+
name: "signature",
|
|
2363
|
+
type: "bytes",
|
|
2364
|
+
},
|
|
2365
|
+
],
|
|
2366
|
+
internalType: "struct Order[]",
|
|
2367
|
+
name: "orders",
|
|
2368
|
+
type: "tuple[]",
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
components: [
|
|
2372
|
+
{
|
|
2373
|
+
components: [
|
|
2374
|
+
{
|
|
2375
|
+
internalType: "uint256",
|
|
2376
|
+
name: "orderIndex",
|
|
2377
|
+
type: "uint256",
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
internalType: "uint256",
|
|
2381
|
+
name: "itemIndex",
|
|
2382
|
+
type: "uint256",
|
|
2383
|
+
},
|
|
2384
|
+
],
|
|
2385
|
+
internalType: "struct FulfillmentComponent[]",
|
|
2386
|
+
name: "offerComponents",
|
|
2387
|
+
type: "tuple[]",
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
components: [
|
|
2391
|
+
{
|
|
2392
|
+
internalType: "uint256",
|
|
2393
|
+
name: "orderIndex",
|
|
2394
|
+
type: "uint256",
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
internalType: "uint256",
|
|
2398
|
+
name: "itemIndex",
|
|
2399
|
+
type: "uint256",
|
|
2400
|
+
},
|
|
2401
|
+
],
|
|
2402
|
+
internalType: "struct FulfillmentComponent[]",
|
|
2403
|
+
name: "considerationComponents",
|
|
2404
|
+
type: "tuple[]",
|
|
2405
|
+
},
|
|
2406
|
+
],
|
|
2407
|
+
internalType: "struct Fulfillment[]",
|
|
2408
|
+
name: "fulfillments",
|
|
2409
|
+
type: "tuple[]",
|
|
2410
|
+
},
|
|
2411
|
+
],
|
|
2412
|
+
name: "matchOrders",
|
|
2413
|
+
outputs: [
|
|
2414
|
+
{
|
|
2415
|
+
components: [
|
|
2416
|
+
{
|
|
2417
|
+
components: [
|
|
2418
|
+
{
|
|
2419
|
+
internalType: "enum ItemType",
|
|
2420
|
+
name: "itemType",
|
|
2421
|
+
type: "uint8",
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
internalType: "address",
|
|
2425
|
+
name: "token",
|
|
2426
|
+
type: "address",
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
internalType: "uint256",
|
|
2430
|
+
name: "identifier",
|
|
2431
|
+
type: "uint256",
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
internalType: "uint256",
|
|
2435
|
+
name: "amount",
|
|
2436
|
+
type: "uint256",
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
internalType: "address payable",
|
|
2440
|
+
name: "recipient",
|
|
2441
|
+
type: "address",
|
|
2442
|
+
},
|
|
2443
|
+
],
|
|
2444
|
+
internalType: "struct ReceivedItem",
|
|
2445
|
+
name: "item",
|
|
2446
|
+
type: "tuple",
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
internalType: "address",
|
|
2450
|
+
name: "offerer",
|
|
2451
|
+
type: "address",
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
internalType: "bytes32",
|
|
2455
|
+
name: "conduitKey",
|
|
2456
|
+
type: "bytes32",
|
|
2457
|
+
},
|
|
2458
|
+
],
|
|
2459
|
+
internalType: "struct Execution[]",
|
|
2460
|
+
name: "executions",
|
|
2461
|
+
type: "tuple[]",
|
|
2462
|
+
},
|
|
2463
|
+
],
|
|
2464
|
+
stateMutability: "payable",
|
|
2465
|
+
type: "function",
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
inputs: [],
|
|
2469
|
+
name: "name",
|
|
2470
|
+
outputs: [
|
|
2471
|
+
{
|
|
2472
|
+
internalType: "string",
|
|
2473
|
+
name: "contractName",
|
|
2474
|
+
type: "string",
|
|
2475
|
+
},
|
|
2476
|
+
],
|
|
2477
|
+
stateMutability: "pure",
|
|
2478
|
+
type: "function",
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
inputs: [
|
|
2482
|
+
{
|
|
2483
|
+
components: [
|
|
2484
|
+
{
|
|
2485
|
+
components: [
|
|
2486
|
+
{
|
|
2487
|
+
internalType: "address",
|
|
2488
|
+
name: "offerer",
|
|
2489
|
+
type: "address",
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
internalType: "address",
|
|
2493
|
+
name: "zone",
|
|
2494
|
+
type: "address",
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
components: [
|
|
2498
|
+
{
|
|
2499
|
+
internalType: "enum ItemType",
|
|
2500
|
+
name: "itemType",
|
|
2501
|
+
type: "uint8",
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
internalType: "address",
|
|
2505
|
+
name: "token",
|
|
2506
|
+
type: "address",
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
internalType: "uint256",
|
|
2510
|
+
name: "identifierOrCriteria",
|
|
2511
|
+
type: "uint256",
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
internalType: "uint256",
|
|
2515
|
+
name: "startAmount",
|
|
2516
|
+
type: "uint256",
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
internalType: "uint256",
|
|
2520
|
+
name: "endAmount",
|
|
2521
|
+
type: "uint256",
|
|
2522
|
+
},
|
|
2523
|
+
],
|
|
2524
|
+
internalType: "struct OfferItem[]",
|
|
2525
|
+
name: "offer",
|
|
2526
|
+
type: "tuple[]",
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
components: [
|
|
2530
|
+
{
|
|
2531
|
+
internalType: "enum ItemType",
|
|
2532
|
+
name: "itemType",
|
|
2533
|
+
type: "uint8",
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
internalType: "address",
|
|
2537
|
+
name: "token",
|
|
2538
|
+
type: "address",
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
internalType: "uint256",
|
|
2542
|
+
name: "identifierOrCriteria",
|
|
2543
|
+
type: "uint256",
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
internalType: "uint256",
|
|
2547
|
+
name: "startAmount",
|
|
2548
|
+
type: "uint256",
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
internalType: "uint256",
|
|
2552
|
+
name: "endAmount",
|
|
2553
|
+
type: "uint256",
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
internalType: "address payable",
|
|
2557
|
+
name: "recipient",
|
|
2558
|
+
type: "address",
|
|
2559
|
+
},
|
|
2560
|
+
],
|
|
2561
|
+
internalType: "struct ConsiderationItem[]",
|
|
2562
|
+
name: "consideration",
|
|
2563
|
+
type: "tuple[]",
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
internalType: "enum OrderType",
|
|
2567
|
+
name: "orderType",
|
|
2568
|
+
type: "uint8",
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
internalType: "uint256",
|
|
2572
|
+
name: "startTime",
|
|
2573
|
+
type: "uint256",
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
internalType: "uint256",
|
|
2577
|
+
name: "endTime",
|
|
2578
|
+
type: "uint256",
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
internalType: "bytes32",
|
|
2582
|
+
name: "zoneHash",
|
|
2583
|
+
type: "bytes32",
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
internalType: "uint256",
|
|
2587
|
+
name: "salt",
|
|
2588
|
+
type: "uint256",
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
internalType: "bytes32",
|
|
2592
|
+
name: "conduitKey",
|
|
2593
|
+
type: "bytes32",
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
internalType: "uint256",
|
|
2597
|
+
name: "totalOriginalConsiderationItems",
|
|
2598
|
+
type: "uint256",
|
|
2599
|
+
},
|
|
2600
|
+
],
|
|
2601
|
+
internalType: "struct OrderParameters",
|
|
2602
|
+
name: "parameters",
|
|
2603
|
+
type: "tuple",
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
internalType: "bytes",
|
|
2607
|
+
name: "signature",
|
|
2608
|
+
type: "bytes",
|
|
2609
|
+
},
|
|
2610
|
+
],
|
|
2611
|
+
internalType: "struct Order[]",
|
|
2612
|
+
name: "orders",
|
|
2613
|
+
type: "tuple[]",
|
|
2614
|
+
},
|
|
2615
|
+
],
|
|
2616
|
+
name: "validate",
|
|
2617
|
+
outputs: [
|
|
2618
|
+
{
|
|
2619
|
+
internalType: "bool",
|
|
2620
|
+
name: "validated",
|
|
2621
|
+
type: "bool",
|
|
2622
|
+
},
|
|
2623
|
+
],
|
|
2624
|
+
stateMutability: "nonpayable",
|
|
2625
|
+
type: "function",
|
|
2626
|
+
},
|
|
2627
|
+
];
|
|
2628
|
+
var _bytecode = "0x6101c06040523480156200001257600080fd5b5060405162005c7238038062005c728339810160408190526200003591620005c6565b808080808080808080806200004962000132565b610120526101005260e05260c081815260a0838152608085815246610140819052604080516020818101979097528082019890985260608801969096529086015230858201528351808603909101815293019091528151910120610160526001600160a01b03811661018081905260408051630a96ad3960e01b81528151630a96ad39926004808401939192918290030181865afa158015620000f0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001169190620005f8565b506101a052505060016000555062000688975050505050505050565b600080808080806200015e60408051808201909152600781526614d9585c1bdc9d60ca1b602082015290565b80516020918201206040805180820182526003815262312e3160e81b90840152519097507f722c0e0c80487266e8c6a45e3a1a803aab23378a9c32e6ebe029d4fad7bfc96596506000916200026391016909ecccccae492e8cada560b31b81526e1d5a5b9d0e081a5d195b551e5c194b608a1b600a8201526d1859191c995cdcc81d1bdad95b8b60921b60198201527f75696e74323536206964656e7469666965724f7243726974657269612c00000060278201527f75696e74323536207374617274416d6f756e742c0000000000000000000000006044820152701d5a5b9d0c8d4d88195b99105b5bdd5b9d607a1b6058820152602960f81b6069820152606a0190565b60408051601f1981840301815282825271086dedce6d2c8cae4c2e8d2dedc92e8cada560731b60208401526e1d5a5b9d0e081a5d195b551e5c194b608a1b60328401526d1859191c995cdcc81d1bdad95b8b60921b60418401527f75696e74323536206964656e7469666965724f7243726974657269612c000000604f8401527f75696e74323536207374617274416d6f756e742c000000000000000000000000606c840152711d5a5b9d0c8d4d88195b99105b5bdd5b9d0b60721b6080840152701859191c995cdcc81c9958da5c1a595b9d607a1b6092840152602960f81b60a384018190528251808503608401815260a485019093526f09ee4c8cae486dedae0dedccadce8e6560831b60c48501526f1859191c995cdcc81bd999995c995c8b60821b60d48501526c1859191c995cdcc81e9bdb994b609a1b60e48501527113d999995c925d195b56d7481bd999995c8b60721b60f18501527f436f6e73696465726174696f6e4974656d5b5d20636f6e73696465726174696f610103850152611b8b60f21b6101238501526f1d5a5b9d0e081bdc99195c951e5c194b60821b610125850152711d5a5b9d0c8d4d881cdd185c9d151a5b594b60721b6101358501526f1d5a5b9d0c8d4d88195b99151a5b594b60821b61014785015270189e5d195ccccc881e9bdb9952185cda0b607a1b6101578501526c1d5a5b9d0c8d4d881cd85b1d0b609a1b6101688501527f6279746573333220636f6e647569744b65792c000000000000000000000000006101758501526e3ab4b73a191a9b1031b7bab73a32b960891b6101888501526101978401529250906000906101980160408051601f19818403018152908290526c08a92a06e626488dedac2d2dc5609b1b60208301526b1cdd1c9a5b99c81b985b594b60a21b602d8301526e1cdd1c9a5b99c81d995c9cda5bdb8b608a1b60398301526f1d5a5b9d0c8d4d8818da185a5b92590b60821b60488301527f6164647265737320766572696679696e67436f6e7472616374000000000000006058830152602960f81b6071830152915060720160408051601f19818403018152908290528051602091820120855186830120855186840120919a5098509650620005a391839185918791016200065b565b604051602081830303815290604052805190602001209350505050909192939495565b600060208284031215620005d957600080fd5b81516001600160a01b0381168114620005f157600080fd5b9392505050565b600080604083850312156200060c57600080fd5b505080516020909101519092909150565b6000815160005b8181101562000640576020818501810151868301520162000624565b8181111562000650576000828601525b509290920192915050565b60006200067f620006786200067184886200061d565b866200061d565b846200061d565b95945050505050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a051615552620007206000396000613604015260008181610da201526135d3015260006123ff0152600061232f0152600081816108da015261260d015260008181610869015261246b01526000818161080201526125860152600061235d015260006123ab0152600061238301526155526000f3fe6080604052600436106100e85760003560e01c8063a81744041161008a578063f07ec37311610059578063f07ec373146102ba578063f47b7740146102da578063fb0f3ee1146102fe578063fd9f1e101461031157600080fd5b8063a81744041461026e578063b3a34c4c14610281578063e7acab2414610294578063ed98a574146102a757600080fd5b80635b34b966116100c65780635b34b966146101da57806379df72bd146101fd57806387201b411461021d578063881477321461023e57600080fd5b806306fdde03146100ed57806346423aa71461011857806355944a42146101ba575b600080fd5b3480156100f957600080fd5b50610102610331565b60405161010f91906140b6565b60405180910390f35b34801561012457600080fd5b506101986101333660046140c9565b6000908152600260209081526040918290208251608081018452905460ff8082161515808452610100830490911615159383018490526001600160781b036201000083048116958401869052600160881b909204909116606090920182905293919291565b604080519415158552921515602085015291830152606082015260800161010f565b6101cd6101c8366004614698565b610340565b60405161010f91906147fa565b3480156101e657600080fd5b506101ef610363565b60405190815260200161010f565b34801561020957600080fd5b506101ef61021836600461480d565b61036d565b61023061022b366004614848565b610504565b60405161010f929190614928565b34801561024a57600080fd5b5061025e610259366004614977565b61054a565b604051901515815260200161010f565b6101cd61027c3660046149b8565b61055d565b61025e61028f366004614a23565b6105db565b61025e6102a2366004614a6c565b61064d565b6102306102b5366004614afb565b610681565b3480156102c657600080fd5b506101ef6102d5366004614ba3565b61070b565b3480156102e657600080fd5b506102ef610729565b60405161010f93929190614bc0565b61025e61030c366004614bf3565b610741565b34801561031d57600080fd5b5061025e61032c366004614977565b61074c565b606061033b610758565b905090565b6060610357866103508688614c2e565b8585610770565b90505b95945050505050565b600061033b61078d565b6040805161016081019091526000906104fe908061038e6020860186614ba3565b6001600160a01b031681526020018460200160208101906103af9190614ba3565b6001600160a01b031681526020016103ca6040860186614d62565b808060200260200160405190810160405280939291908181526020016000905b828210156104165761040760a08302860136819003810190614daa565b815260200190600101906103ea565b505050918352505060200161042e6060860186614dc6565b808060200260200160405190810160405280939291908181526020016000905b8282101561047a5761046b60c08302860136819003810190614e0e565b8152602001906001019061044e565b505050918352505060200161049560a0860160808701614e2a565b60038111156104a6576104a661472c565b81526020018460a0013581526020018460c0013581526020018460e001358152602001846101000135815260200184610120013581526020018480606001906104ef9190614dc6565b909152506101408401356107ea565b92915050565b6060806105378c6105158c8e614c2e565b8b8b8b8b8b6001600160a01b038c161561052f578b610531565b335b8b610930565b915091509a509a98505050505050505050565b60006105568383610972565b9392505050565b60606105d061056c8686610b2e565b60408051600080825260208201909252906105c8565b6105b56040805160a081019091526000808252602082019081526020016000815260200160008152602001606081525090565b8152602001906001900390816105825790505b508585610770565b90505b949350505050565b60006105566105e984610be9565b6040805160008082526020820190925290610645565b6106326040805160a081019091526000808252602082019081526020016000815260200160008152602001606081525090565b8152602001906001900390816105ff5790505b508433610c94565b600061035761065b87614e45565b6106658688614c2e565b856001600160a01b0386161561067b5785610c94565b33610c94565b6060806106fa6106918b8b610b2e565b60408051600080825260208201909252906106ed565b6106da6040805160a081019091526000808252602082019081526020016000815260200160008152602001606081525090565b8152602001906001900390816106a75790505b508a8a8a8a8a338b610930565b915091509850989650505050505050565b6001600160a01b0381166000908152600160205260408120546104fe565b6060600080610736610d81565b925092509250909192565b60006104fe82610de2565b60006105568383611087565b6060602080526707536561706f727460475260606020f35b60606107828585600188516000611288565b6105d085848461159f565b60006107976116ca565b503360008181526001602081815260409283902080549092019182905591518181529092917f721c20121297512b72821b97f5326877ea8ecf4bb9948fea5bfcb6453074d37f910160405180910390a290565b610140820151604080519084015180516000939284927f000000000000000000000000000000000000000000000000000000000000000092602090910190845b81811015610857578251601f1901805186825260c08220865290526020938401939092019160010161082a565b506020810260405120945050505060007f00000000000000000000000000000000000000000000000000000000000000009150604051602060608901510160005b868110156108c5578151601f1901805186825260e082208552905260209283019290910190600101610898565b505060408051602087029020601f198a0180517f00000000000000000000000000000000000000000000000000000000000000008252928b01805197815260608c018051938152610140909c019a8b5261018082209390915295909552939097525050925250919050565b6060806109418b8b60008688611288565b6109608b61094f8a8c614e9f565b610959898b614e9f565b88886116ef565b909c909b509950505050505050505050565b600061097c6116ca565b60008083815b81811015610b21573687878381811061099d5761099d614f71565b90506020028101906109af9190614f87565b9050366109bc8280614fa7565b90506109cb6020820182614ba3565b94506109de6109d982614fbe565b6118cf565b60008181526002602090815260408083208151608081018352905460ff808216151583526101008204161515938201939093526001600160781b03620100008404811692820192909252600160881b909204166060820152919750610a489088908390600161190a565b508051610b1357610a9b8688610a616020870187614fca565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506119c392505050565b600087815260026020908152604091829020805460ff19166001179055610ac6918401908401614ba3565b6001600160a01b0316866001600160a01b03167ffde361574a066b44b3b5fe98a87108b7565e327327954c4faeea56a4e6491a0a89604051610b0a91815260200190565b60405180910390a35b836001019350505050610982565b5060019695505050505050565b606081806001600160401b03811115610b4957610b496140e2565b604051908082528060200260200182016040528015610b8257816020015b610b6f613f75565b815260200190600190039081610b675790505b50915060005b81811015610be157610bbc858583818110610ba557610ba5614f71565b9050602002810190610bb79190614f87565b610be9565b838281518110610bce57610bce614f71565b6020908102919091010152600101610b88565b505092915050565b610bf1613f75565b6040805160a0810190915280610c078480614fa7565b610c1090614fbe565b815260200160016001600160781b0316815260200160016001600160781b03168152602001838060200190610c459190614fca565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509385525050604080516020818101909252928352909201525092915050565b6000610c9e611a18565b60606000806000610cb28989600187611a27565b604080516001808252818301909252939650919450925060009190816020015b610cda613f75565b815260200190600190039081610cd25790505090508981600081518110610d0357610d03614f71565b6020026020010181905250610d18818a611d3f565b600081600081518110610d2d57610d2d614f71565b6020026020010151600001519050610d488185858c8c6120bc565b610d6685826000015183602001518b856040015186606001516122c6565b610d706001600055565b5060019a9950505050505050505050565b6060600080610d8e61232b565b6040805160038082528183019092529193507f00000000000000000000000000000000000000000000000000000000000000009250602082018180368337505062312e3160e81b6020830152509391925090565b600061012435600281901c90600316600182113415811480610e1e57604051630a61be9f60e41b81523460048201526024015b60405180910390fd5b5060008060006003861160a08102602401359350600287146002881160028903020192506001830181026002861502880103915050610e61888684878786612421565b6000610e7360808a0160608b01614ba3565b90506101c46003881160200201356000866005811115610e9557610e9561472c565b03610ee157610ec083610eae60c08d0160a08e01614ba3565b84338e60c001358f60e0013587612757565b610edc60408b013583610ed76102008e018e615010565b61280b565b61106d565b6040805160208082528183019092526000916020820181803683370190505090506002896005811115610f1657610f1661472c565b03610f7657610f41610f2e60c08d0160a08e01614ba3565b84338e60c001358f60e0013587876128c6565b610f713384610f5360208f018f614ba3565b8e604001358f806102000190610f699190615010565b600088612913565b611062565b6003896005811115610f8a57610f8a61472c565b03610fb557610f41610fa260c08d0160a08e01614ba3565b84338e60c001358f60e001358787612990565b6004896005811115610fc957610fc961472c565b0361102757610ff1610fde60208d018d614ba3565b33858e602001358f6040013587876128c6565b610f7183338d60a00160208101906110099190614ba3565b8e60e001358f80610200019061101f9190615010565b600188612913565b61104a61103760208d018d614ba3565b33858e602001358f604001358787612990565b61106283338d60a00160208101906110099190614ba3565b61106b816129c6565b505b6110776001600055565b5060019998505050505050505050565b60006110916116ca565b60008083815b81811015610b2157368787838181106110b2576110b2614f71565b90506020028101906110c49190614fa7565b90506110d36020820182614ba3565b94506110e56040820160208301614ba3565b9350336001600160a01b038616148015906111095750336001600160a01b03851614155b156111275760405163203b1cdd60e21b815260040160405180910390fd5b6000611216604051806101600160405280886001600160a01b03168152602001876001600160a01b031681526020018480604001906111669190614d62565b808060200260200160405190810160405280939291908181526020016000905b828210156111b2576111a360a08302860136819003810190614daa565b81526020019060010190611186565b50505091835250506020016111ca6060860186614dc6565b808060200260200160405190810160405280939291908181526020016000905b8282101561047a5761120760c08302860136819003810190614e0e565b815260200190600101906111ea565b60008181526002602052604090819020805461ffff1916610100179055519091506001600160a01b0380871691908816907f6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d906112769085815260200190565b60405180910390a35050600101611097565b611290611a18565b84516000816001600160401b038111156112ac576112ac6140e2565b6040519080825280602002602001820160405280156112d5578160200160208202803683370190505b5090506000815260005b828110156114f85760008882815181106112fb576112fb614f71565b60200260200101519050856000036113205760006020909101526001810182526114f0565b6000806000611331848c8c89611a27565b925092509250600185018652816000036113585750506000602090920191909152506114f0565b8286868151811061136b5761136b614f71565b6020908102919091010152835160a081015160c08201516040909201518051600019909c019b91928390039142849003918284039160005b818110156114395760008382815181106113bf576113bf614f71565b6020026020010151905060006113da8b8b84608001516129ef565b905081608001518260600151036113f7576060820181905261140c565b6114068b8b84606001516129ef565b60608301525b608082018190526060820151611427908289898c6000612a3f565b606090920191909152506001016113a3565b50895160600151805160005b818110156114e257600083828151811061146157611461614f71565b60200260200101519050600061147c8d8d84608001516129ef565b9050816080015182606001510361149957606082018190526114ae565b6114a88d8d84606001516129ef565b60608301525b6080820181905260608201516114c990828b8b8e6001612a3f565b60608301525060a0810151608090910152600101611445565b505050505050505050505050505b6001016112df565b506115038787611d3f565b60005b82811015611595576000801b82828151811061152457611524614f71565b6020026020010151031561158d57600088828151811061154657611546614f71565b602002602001015160000151905061158b83838151811061156957611569614f71565b60200260200101518260000151836020015188856040015186606001516122c6565b505b600101611506565b5050505050505050565b606081806001600160401b038111156115ba576115ba6140e2565b6040519080825280602002602001820160405280156115f357816020015b6115e0613fa9565b8152602001906001900390816115d85790505b5091506000805b828110156116a8573686868381811061161557611615614f71565b90506020028101906116279190614f87565b9050600061164b896116398480615010565b6116466020870187615010565b612a9c565b905080602001516001600160a01b03168160000151608001516001600160a01b03160361167d5783600101935061169e565b80868585038151811061169257611692614f71565b60200260200101819052505b50506001016115fa565b5080156116b6578083510383525b506116c18583612d7b565b50509392505050565b6001600054146116ed57604051637fa8a98760e01b815260040160405180910390fd5b565b835183516060918291611702818361506f565b6001600160401b03811115611719576117196140e2565b60405190808252806020026020018201604052801561175257816020015b61173f613fa9565b8152602001906001900390816117375790505b5092506000805b838110156117ec5760008a828151811061177557611775614f71565b60200260200101519050600061178f8d6000848d8d612f95565b905080602001516001600160a01b03168160000151608001516001600160a01b0316036117c1578360010193506117e2565b8087858503815181106117d6576117d6614f71565b60200260200101819052505b5050600101611759565b5060005b8281101561188657600089828151811061180c5761180c614f71565b6020026020010151905060006118278d6001848d6000612f95565b905080602001516001600160a01b03168160000151608001516001600160a01b0316036118595783600101935061187c565b808785888601038151811061187057611870614f71565b60200260200101819052505b50506001016117f0565b508015611894578084510384525b5082516000036118b75760405163d5da9a1b60e01b815260040160405180910390fd5b6118c18984612d7b565b935050509550959350505050565b60006118e582606001515183610140015161303a565b81516001600160a01b03166000908152600160205260409020546104fe9083906107ea565b600083602001511561194057811561193857604051630694555d60e21b815260048101869052602401610e15565b5060006105d3565b60408401516001600160781b0316156119b85782156119755760405163ee9e0e6360e01b815260048101869052602401610e15565b83606001516001600160781b031684604001516001600160781b0316106119b8578115611938576040516310fda3e160e01b815260048101869052602401610e15565b506001949350505050565b336001600160a01b038416036119d857505050565b6000611a056119e561232b565b61190160f01b600090815260029190915260228581526042822091905290565b9050611a1284828461305b565b50505050565b611a206116ca565b6002600055565b60008060008087600001519050611a478160a001518260c001518861319e565b611a5b575060009250829150819050611d35565b602088015160408901516001600160781b03918216911680821180611a7e575081155b15611a9c57604051632d02959960e11b815260040160405180910390fd5b8082108015611ab057506080830151600116155b15611ace5760405163a11b63ff60e01b815260040160405180910390fd5b611ad7836118cf565b9550611af98a8a89898760e00151886080015189600001518a602001516131e4565b60008681526002602090815260408083208151608081018352905460ff808216151583526101008204161515938201939093526001600160781b03620100008404811692820192909252600160881b90920416606082015290611b6090889083908c61190a565b611b75575060009450849350611d3592505050565b8051611b8e57611b8e8460000151888d606001516119c3565b604081015160608201516001600160781b0391821691168015611ce15783600103611bbe57809450809350611bea565b838114611bea57611bcf8483615087565b9150611bdb8186615087565b9450611be78185615087565b93505b83611bf5868461506f565b1115611c015781840394505b611c0b858361506f565b91506001600160781b0384116001600160781b0383111715611c9457611c46565b60005b8215611c4057908290069190611c2f565b50919050565b611c59611c538584611c2c565b86611c2c565b80150194859004949384900493909104906001600160781b038083119085111715611c9457634e487b7160e01b600052601160045260246000fd5b600089815260026020526040902080546001600160781b03868116600160881b026001600160881b0391861662010000026001600160881b03199093169290921760011716179055611d2a565b600089815260026020526040902080546001600160781b03868116600160881b026001600160881b0391891662010000026001600160881b031990931692909217600117161790555b509295509093505050505b9450945094915050565b8051825160005b82811015611f86576000848281518110611d6257611d62614f71565b60200260200101519050600081600001519050838110611d95576040516321a561b160e21b815260040160405180910390fd5b868181518110611da757611da7614f71565b6020026020010151602001516001600160781b0316600003611dca575050611f7e565b6000878281518110611dde57611dde614f71565b60209081029190910101515160408401519091506000808086602001516001811115611e0c57611e0c61472c565b03611ea657604084015180518410611e3757604051635fd9fc6760e11b815260040160405180910390fd5b6000818581518110611e4b57611e4b614f71565b602090810291909101015180516040820151909550935090506004841460030381816005811115611e7e57611e7e61472c565b90816005811115611e9157611e9161472c565b90525050606088015160409091015250611f37565b606084015180518410611ecc576040516330446bef60e11b815260040160405180910390fd5b6000818581518110611ee057611ee0614f71565b602090810291909101015180516040820151909550935090506004841460030381816005811115611f1357611f1361472c565b90816005811115611f2657611f2661472c565b905250506060880151604090910152505b611f418260031090565b611f5e57604051634a75b57b60e11b815260040160405180910390fd5b8015611f7757611f7786606001518288608001516132c5565b5050505050505b600101611d46565b5060005b818110156120b5576000858281518110611fa657611fa6614f71565b6020026020010151905080602001516001600160781b0316600003611fcb57506120ad565b6000868381518110611fdf57611fdf614f71565b60200260200101516000015190506000816060015151905060005b818110156120565761202d8360600151828151811061201b5761201b614f71565b60200260200101516000015160031090565b1561204e5760405160016202297360e61b0319815260040160405180910390fd5b600101611ffa565b505060408101515160005b818110156120a8576120828360400151828151811061201b5761201b614f71565b156120a05760405163a6cfc67360e01b815260040160405180910390fd5b600101612061565b505050505b600101611f8a565b5050505050565b60008560a001518660c001516120d291906150a6565b905060008660a00151426120e691906150a6565b905060006120f482846150a6565b604080516020808252818301909252919250349160009160208201818036833701905050905061333d60005b8b60400151518110156121de5760008c60400151828151811061214557612145614f71565b60200260200101519050600061216a826060015183608001518f8f8c8c8f60006133fa565b60608301819052608083018b9052905060008251600581111561218f5761218f61472c565b036121bb57858111156121b557604051631a783b8d60e01b815260040160405180910390fd5b80860395505b506121d5818e600001518f6101200151878763ffffffff16565b50600101612120565b5061333d905060005b8b606001515181101561229f5760008c60600151828151811061220c5761220c614f71565b602002602001015190506000612231826060015183608001518f8f8c8c8f60016133fa565b6060830181905260a0830151608084015290506000825160058111156122595761225961472c565b03612285578581111561227f57604051631a783b8d60e01b815260040160405180910390fd5b80860395505b61229582338d888863ffffffff16565b50506001016121e7565b50506122aa816129c6565b81156122ba576122ba3383613446565b50505050505050505050565b60608290506060829050856001600160a01b0316876001600160a01b03167f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318a88868660405161231994939291906150f7565b60405180910390a35050505050505050565b60007f000000000000000000000000000000000000000000000000000000000000000046146123fc5761033b604080517f000000000000000000000000000000000000000000000000000000000000000060208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b507f000000000000000000000000000000000000000000000000000000000000000090565b612429611a18565b61243f866101200135876101400135600161319e565b5061244861349a565b612466612459610200880188615010565b9050876101e0013561303a565b6000807f00000000000000000000000000000000000000000000000000000000000000009050806080528560a0526060602460c037604060646101203760e06080206101605261026435602081026102a0016001610264350181526020810190508781526080602460208301376101608760a0528660c052600060e05261020435925060005b83811015612537578060400261028401602081610100376040816101203760208301925060e0608020835260a0840193508984528860208501526040816060860137506001016124ec565b60206001850102610160206060526102643593505b8381101561257d578060400261028401915060a083019250888352876020840152604082606085013760010161254c565b505050505060007f00000000000000000000000000000000000000000000000000000000000000009050806080528260a052606060c460c03760206101046101203760c0608020600052602060002060e052602061026435026102000160018152836020820152606060c4604083013750506084356001600160a01b0381166000908152600160205260408120547f000000000000000000000000000000000000000000000000000000000000000060808190529091506040608460a03760605161010052886101205260a061014461014037816101e0526101806080209350505050602061026435026101800181815233602082015260806040820152610120606082015260a061026435026101e00160a4356084357f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318385a3505060006060526126f281886101600135888a60600160208101906126dd9190614ba3565b6126ed60a08d0160808e01614ba3565b6134db565b61274e8161270660808a0160608b01614ba3565b6127146102208b018b614fca565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061352b92505050565b50505050505050565b80156127b35760006040519050632671a55160e11b815260206004820152600160248201528760448201528660648201528560848201528460a48201528360c48201528260e48201526127ad82826101046135cd565b5061274e565b60028760058111156127c7576127c761472c565b036127fe57816001146127ed5760405163efcc00b160e01b815260040160405180910390fd5b6127f9868686866136c6565b61274e565b61274e868686868661378a565b348160005b8181101561287e573685858381811061282b5761282b614f71565b6040029190910191505080358481111561285857604051631a783b8d60e01b815260040160405180910390fd5b61287161286b6040840160208501614ba3565b82613446565b9093039250600101612810565b50818611156128a057604051631a783b8d60e01b815260040160405180910390fd5b6128aa8587613446565b858211156128be576128be33878403613446565b505050505050565b6128d08183613871565b8161290257826001146128f65760405163efcc00b160e01b815260040160405180910390fd5b6127f9878787876136c6565b61274e828260028a8a8a8a8a613890565b602082026101e403358360005b81811015612981573687878381811061293b5761293b614f71565b604002919091019150508035861561295a57612957818b6150a6565b99505b6129778b8e61296f6040860160208701614ba3565b84898b613910565b5050600101612920565b506122ba888b8b8a8688613910565b6129998361394b565b6129a38183613871565b816129b5576127f9878787878761378a565b61274e828260038a8a8a8a8a613890565b60408151146129d25750565b60006129df826020015190565b90506129eb818361396c565b5050565b60008284036129ff575080610556565b60008385840915905080612a265760405163c63cf08960e01b815260040160405180910390fd5b6000612a328685615087565b9490940495945050505050565b6000858714612a8f5760008215612a57575060001983015b600081612a64888a615087565b612a6e888c615087565b612a78919061506f565b612a82919061506f565b8590049250612a92915050565b50845b9695505050505050565b612aa4613fa9565b831580612aaf575081155b15612acd57604051634c74edb760e11b815260040160405180910390fd5b612ad5613fa9565b612b32878585808060200260200160405190810160405280939291908181526020016000905b82821015612b2757612b1860408302860136819003810190615191565b81526020019060010190612afb565b505050505083613990565b805160408051602080890282018101909252878152612b91918a91908a908a90819060009085015b82821015612b8657612b7760408302860136819003810190615191565b81526020019060010190612b5a565b505050505085613b33565b80516005811115612ba457612ba461472c565b8351516005811115612bb857612bb861472c565b141580612be3575080602001516001600160a01b03168360000151602001516001600160a01b031614155b80612bfa5750806040015183600001516040015114155b15612c18576040516309cfb45560e01b815260040160405180910390fd5b82600001516060015181606001511115612cc657600085856000818110612c4157612c41614f71565b905060400201803603810190612c579190615191565b905083600001516060015182606001510389826000015181518110612c7e57612c7e614f71565b60200260200101516000015160600151826020015181518110612ca357612ca3614f71565b602090810291909101015160609081019190915284518101519083015250612d4f565b600087876000818110612cdb57612cdb614f71565b905060400201803603810190612cf19190615191565b905081606001518460000151606001510389826000015181518110612d1857612d18614f71565b60200260200101516000015160400151826020015181518110612d3d57612d3d614f71565b60200260200101516060018181525050505b60608082015184519091015260809081015183516001600160a01b039091169101525095945050505050565b8151606090806001600160401b03811115612d9857612d986140e2565b604051908082528060200260200182016040528015612dc1578160200160208202803683370190505b50915060005b81811015612ea9576000858281518110612de357612de3614f71565b6020026020010151905080602001516001600160781b0316600003612e085750612ea1565b6001848381518110612e1c57612e1c614f71565b91151560209283029190910190910152805160600151805160005b81811015612e9c576000838281518110612e5357612e53614f71565b602002602001015160600151905080600014612e93576040516314bea84160e31b8152600481018790526024810183905260448101829052606401610e15565b50600101612e37565b505050505b600101612dc7565b5060408051602080825281830190925234916000919060208201818036833701905050855190915060005b81811015612f67576000878281518110612ef057612ef0614f71565b60209081029190910101518051909150600081516005811115612f1557612f1561472c565b03612f49578581606001511115612f3f57604051631a783b8d60e01b815260040160405180910390fd5b8060600151860395505b612f5d81836020015184604001518861333d565b5050600101612ed4565b50612f71826129c6565b8215612f8157612f813384613446565b612f8b6001600055565b5050505092915050565b612f9d613fa9565b8351600003612fc1578460405163375c24c160e01b8152600401610e1591906151bd565b6000856001811115612fd557612fd561472c565b03612ffc5780516001600160a01b038316608090910152612ff7868583613b33565b613015565b613007868583613990565b336020820152604081018390525b80516060015160000361035a5760006020820181905281516080015295945050505050565b808210156129eb57604051632335530b60e11b815260040160405180910390fd5b6000806000835160400361308c57505050602081015160408201516001600160ff1b0381169060ff1c601b016130f2565b83516041036130e75750505060208101516040820151606083015160001a601b81148015906130bf57508060ff16601c14155b156130e257604051630f801e8560e11b815260ff82166004820152602401610e15565b6130f2565b6128be868686613cc4565b6040805160008082526020820180845288905260ff841692820192909252606081018590526080810184905260019060a0016020604051602081039080840390855afa158015613146573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661317a57604051638baa579f60e01b815260040160405180910390fd5b866001600160a01b0316816001600160a01b03161461274e5761274e878787613cc4565b6000428411806131ae5750428311155b156131da5781156131d2576040516337bf561360e11b815260040160405180910390fd5b506000610556565b5060019392505050565b60018360038111156131f8576131f861472c565b11801561320e5750336001600160a01b03821614155b80156132235750336001600160a01b03831614155b156115955760808801515115801561323a57508651155b156132505761324b81868487613d3b565b611595565b60006132ae82633313157060e01b88338d8c8e60405160240161327795949392919061537d565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613d87565b90506132ba8187613d9c565b505050505050505050565b600083600052602060002060208301602084510281015b8082101561331957815180841180156132fc578160005284602052613305565b84600052816020525b5050604060002092506020820191506132dc565b50508314905080611a12576040516309bde33960e01b815260040160405180910390fd5b6000845160058111156133525761335261472c565b0361336e5761336984608001518560600151613446565b611a12565b6001845160058111156133835761338361472c565b036133a257613369846020015184866080015187606001518686613910565b6002845160058111156133b7576133b761472c565b036133db5761336984602001518486608001518760400151886060015187876128c6565b611a128460200151848660800151876040015188606001518787612990565b60008789036134155761340e87878a6129ef565b905061343a565b61343761342388888c6129ef565b61342e89898c6129ef565b87878787612a3f565b90505b98975050505050505050565b61344f8161394b565b600080600080600085875af19050806134955761346a613df6565b60405163470c7c1d60e01b81526001600160a01b038416600482015260248101839052604401610e15565b505050565b6102443561026061026435604002011460043560201461022435610240141616806134d8576040516339f3e3fd60e01b815260040160405180910390fd5b50565b60018360038111156134ef576134ef61472c565b1180156135055750336001600160a01b03821614155b801561351a5750336001600160a01b03831614155b156120b5576120b581868487613d3b565b6000838152600260209081526040918290208251608081018452905460ff808216151583526101008204161515928201929092526001600160781b03620100008304811693820193909352600160881b9091049091166060820152613593848260018061190a565b5080516135a5576135a58385846119c3565b5050506000908152600260205260409020710100000000000000000000000000000100019055565b604080517f000000000000000000000000000000000000000000000000000000000000000060ff60a01b17600090815260208690527f000000000000000000000000000000000000000000000000000000000000000083526055600b20919092526001600160a01b03169050600080600080526020600085876000875af191506000519050816136835761365f613df6565b60405163344f54f560e21b81526001600160a01b0384166004820152602401610e15565b6001600160e01b03198116632671a55160e11b146128be57604051630e7ccd9360e11b8152600481018790526001600160a01b0384166024820152604401610e15565b833b6136e157632f8aeb3960e11b6000528360045260246000fd5b6040516323b872dd60e01b6000528360045282602452816044526000806064600080895af18061377b573d15613755576020601f3d010460208304816003028183111561373c57818303600302610200838002858002030401015b5a602082011015613751573d6000803e3d6000fd5b5050505b63f486bc8760e01b60005285600452846024528360445282606452600160845260a46000fd5b50604052505060006060525050565b843b6137a557632f8aeb3960e11b6000528460045260246000fd5b60405160805160a05160c051637921219560e11b6000528760045286602452856044528460645260a0608452600060a45260008060c46000808d5af180613855573d15613830576020601f3d010460208604816003028183111561381757818303600302610200838002858002030401015b5a60208201101561382c573d6000803e3d6000fd5b5050505b63f486bc8760e01b600052896004528860245287604452866064528560845260a46000fd5b5060809290925260a05260c05260405250506000606052505050565b600061387e836020015190565b905081811461349557613495836129c6565b600060208851036138cb5750604080885260208089018a9052632671a55160e11b9189019190915260448801526001606488018190526138da565b50606487018051600101908190525b603c60c082028901038781528660208201528560408201528460608201528360808201528260a082015250505050505050505050565b6139198361394b565b6139238183613871565b816139395761393486868686613e3e565b6128be565b6128be8282600189898960008a613890565b806000036134d85760405163246cf94560e21b815260040160405180910390fd5b6064810151604082019060c0026044016139878483836135cd565b50506020905250565b6139bc565b637fda727960e01b60005260206000fd5b634e487b7160e01b600052601160045260246000fd5b60208201805151845181106139d3576139d3613995565b60208102602086010151606081510151602084510151815181106139f9576139f9613995565b60208102602083010151600080602086015115613a20575050606081018051600090915280155b885183518152602084015160208201526040840151604082015260a084015160808201526060812060208c51028c015b808b1015613af75760208b019a508a515199508d518a10613a7357613a73613995565b60208a0260208f0101519850602089015115613a5057606089510151975060208b510151965087518710613aa957613aa9613995565b602087026020890101519550606086018051860181511587821060011b1786179550809650506000815250606086208214608084015160a08801511416613af257613af2613995565b613a50565b50506060018290528015613b265760018103613b1e5763246cf94560e21b60005260206000fd5b613b266139a6565b5050505050505050505050565b6020820180515184518110613b4a57613b4a613995565b602081026020860101518051604081015160208551015181518110613b7157613b71613995565b60208102602083010151600080602087015115613b98575050606081018051600090915280155b8951835181526020840151602082015260408401516040820152865160208c015261012087015160408c015260608120905060208c51028c015b808b1015613c865760208b019a508a515199508d518a10613bf557613bf5613995565b60208a0260208f0101519850602089015115613bd257885197506040880151965060208b510151955086518610613c2e57613c2e613995565b602086026020880101519450606085018051850181511586821060011b178517945080955050600081525060608520821460408d01516101208a01511460208e01518a51141616613c8157613c81613995565b613bd2565b50508160608b5101528015613cb65760018103613cae5763246cf94560e21b60005260206000fd5b613cb66139a6565b505050505050505050505050565b6000613ce584631626ba7e60e01b8585604051602401613277929190615503565b905080613d0d57613cf4613df6565b604051634f7fb80d60e01b815260040160405180910390fd5b613d1d630b135d3f60e11b613f47565b15611a1257604051632057875960e21b815260040160405180910390fd5b604051602481018490523360448201526001600160a01b038316606482015260848101829052600090613d7b9086906303874c7760e21b9060a401613277565b90506120b58185613d9c565b6000806000835160208501865afa9392505050565b81613dc557613da9613df6565b604051633ed4053f60e21b815260048101829052602401610e15565b613dd56303874c7760e21b613f47565b156129eb57604051633ed4053f60e21b815260048101829052602401610e15565b3d156116ed576020601f3d01046020604051048160030281831115613e2957818303600302610200838002858002030401015b5a602082011015613495573d6000803e3d6000fd5b6040516323b872dd60e01b600052836004528260245281604452602060006064600080895af1803d15601f3d116001600051141617163d15158116613f375780873b151516613f375780613f225781613f01573d15613edb576020601f3d0104602084048160030281831115613ec257818303600302610200838002858002030401015b5a602082011015613ed7573d6000803e3d6000fd5b5050505b63f486bc8760e01b60005286600452856024528460445260006064528360845260a46000fd5b639889192360e01b6000528660045285602452846044528360645260846000fd5b632f8aeb3960e11b6000528660045260246000fd5b5050604052505060006060525050565b60008060203d03613f5d5760206000803e506000515b6001600160e01b031990811692169190911415919050565b6040518060a00160405280613f88613fec565b81526000602082018190526040820152606080820181905260809091015290565b60408051610100810182526000606082018181526080830182905260a0830182905260c0830182905260e083018290528252602082018190529181019190915290565b60405180610160016040528060006001600160a01b0316815260200160006001600160a01b031681526020016060815260200160608152602001600060038111156140395761403961472c565b815260006020820181905260408201819052606082018190526080820181905260a0820181905260c09091015290565b6000815180845260005b8181101561408f57602081850181015186830182015201614073565b818111156140a1576000602083870101525b50601f01601f19169290920160200192915050565b6020815260006105566020830184614069565b6000602082840312156140db57600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60405160a081016001600160401b038111828210171561411a5761411a6140e2565b60405290565b60405161016081016001600160401b038111828210171561411a5761411a6140e2565b604051601f8201601f191681016001600160401b038111828210171561416b5761416b6140e2565b604052919050565b60006001600160401b0382111561418c5761418c6140e2565b5060051b60200190565b6001600160a01b03811681146134d857600080fd5b80356141b681614196565b919050565b8035600681106141b657600080fd5b600060a082840312156141dc57600080fd5b6141e46140f8565b90506141ef826141bb565b815260208201356141ff81614196565b8060208301525060408201356040820152606082013560608201526080820135608082015292915050565b600082601f83011261423b57600080fd5b8135602061425061424b83614173565b614143565b82815260a0928302850182019282820191908785111561426f57600080fd5b8387015b858110156142925761428589826141ca565b8452928401928101614273565b5090979650505050505050565b600060c082840312156142b157600080fd5b60405160c081018181106001600160401b03821117156142d3576142d36140e2565b6040529050806142e2836141bb565b815260208301356142f281614196565b8060208301525060408301356040820152606083013560608201526080830135608082015260a083013561432581614196565b60a0919091015292915050565b600082601f83011261434357600080fd5b8135602061435361424b83614173565b82815260c0928302850182019282820191908785111561437257600080fd5b8387015b8581101561429257614388898261429f565b8452928401928101614376565b8035600481106141b657600080fd5b600061016082840312156143b757600080fd5b6143bf614120565b90506143ca826141ab565b81526143d8602083016141ab565b602082015260408201356001600160401b03808211156143f757600080fd5b6144038583860161422a565b6040840152606084013591508082111561441c57600080fd5b5061442984828501614332565b60608301525061443b60808301614395565b608082015260a082013560a082015260c082013560c082015260e082013560e082015261010080830135818301525061012080830135818301525061014080830135818301525092915050565b80356001600160781b03811681146141b657600080fd5b600082601f8301126144b057600080fd5b81356001600160401b038111156144c9576144c96140e2565b6144dc601f8201601f1916602001614143565b8181528460208386010111156144f157600080fd5b816020850160208301376000918101602001919091529392505050565b600060a0828403121561452057600080fd5b6145286140f8565b905081356001600160401b038082111561454157600080fd5b61454d858386016143a4565b835261455b60208501614488565b602084015261456c60408501614488565b6040840152606084013591508082111561458557600080fd5b6145918583860161449f565b606084015260808401359150808211156145aa57600080fd5b506145b78482850161449f565b60808301525092915050565b600082601f8301126145d457600080fd5b813560206145e461424b83614173565b82815260059290921b8401810191818101908684111561460357600080fd5b8286015b848110156146425780356001600160401b038111156146265760008081fd5b6146348986838b010161450e565b845250918301918301614607565b509695505050505050565b60008083601f84011261465f57600080fd5b5081356001600160401b0381111561467657600080fd5b6020830191508360208260051b850101111561469157600080fd5b9250929050565b6000806000806000606086880312156146b057600080fd5b85356001600160401b03808211156146c757600080fd5b6146d389838a016145c3565b965060208801359150808211156146e957600080fd5b6146f589838a0161464d565b9096509450604088013591508082111561470e57600080fd5b5061471b8882890161464d565b969995985093965092949392505050565b634e487b7160e01b600052602160045260246000fd5b600681106147525761475261472c565b9052565b614761828251614742565b6020818101516001600160a01b0390811691840191909152604080830151908401526060808301519084015260809182015116910152565b600081518084526020808501945080840160005b838110156147ef5781516147c2888251614756565b808401516001600160a01b031660a08901526040015160c088015260e090960195908201906001016147ad565b509495945050505050565b6020815260006105566020830184614799565b60006020828403121561481f57600080fd5b81356001600160401b0381111561483557600080fd5b8201610160818503121561055657600080fd5b60008060008060008060008060008060e08b8d03121561486757600080fd5b8a356001600160401b038082111561487e57600080fd5b61488a8e838f016145c3565b9b5060208d01359150808211156148a057600080fd5b6148ac8e838f0161464d565b909b50995060408d01359150808211156148c557600080fd5b6148d18e838f0161464d565b909950975060608d01359150808211156148ea57600080fd5b506148f78d828e0161464d565b90965094505060808b0135925061491060a08c016141ab565b915060c08b013590509295989b9194979a5092959850565b604080825283519082018190526000906020906060840190828701845b82811015614963578151151584529284019290840190600101614945565b50505083810382850152612a928186614799565b6000806020838503121561498a57600080fd5b82356001600160401b038111156149a057600080fd5b6149ac8582860161464d565b90969095509350505050565b600080600080604085870312156149ce57600080fd5b84356001600160401b03808211156149e557600080fd5b6149f18883890161464d565b90965094506020870135915080821115614a0a57600080fd5b50614a178782880161464d565b95989497509550505050565b60008060408385031215614a3657600080fd5b82356001600160401b03811115614a4c57600080fd5b830160408186031215614a5e57600080fd5b946020939093013593505050565b600080600080600060808688031215614a8457600080fd5b85356001600160401b0380821115614a9b57600080fd5b9087019060a0828a031215614aaf57600080fd5b90955060208701359080821115614ac557600080fd5b50614ad28882890161464d565b909550935050604086013591506060860135614aed81614196565b809150509295509295909350565b60008060008060008060008060a0898b031215614b1757600080fd5b88356001600160401b0380821115614b2e57600080fd5b614b3a8c838d0161464d565b909a50985060208b0135915080821115614b5357600080fd5b614b5f8c838d0161464d565b909850965060408b0135915080821115614b7857600080fd5b50614b858b828c0161464d565b999c989b509699959896976060870135966080013595509350505050565b600060208284031215614bb557600080fd5b813561055681614196565b606081526000614bd36060830186614069565b6020830194909452506001600160a01b0391909116604090910152919050565b600060208284031215614c0557600080fd5b81356001600160401b03811115614c1b57600080fd5b8201610240818503121561055657600080fd5b6000614c3c61424b84614173565b83815260208082019190600586811b860136811115614c5a57600080fd5b865b81811015614d555780356001600160401b0380821115614c7c5760008081fd5b818a01915060a08236031215614c925760008081fd5b614c9a6140f8565b823581528683013560028110614cb05760008081fd5b81880152604083810135908201526060808401359082015260808084013583811115614cdc5760008081fd5b939093019236601f850112614cf357600092508283fd5b83359250614d0361424b84614173565b83815292871b84018801928881019036851115614d205760008081fd5b948901945b84861015614d3e57853582529489019490890190614d25565b918301919091525088525050948301948301614c5c565b5092979650505050505050565b6000808335601e19843603018112614d7957600080fd5b8301803591506001600160401b03821115614d9357600080fd5b602001915060a08102360382131561469157600080fd5b600060a08284031215614dbc57600080fd5b61055683836141ca565b6000808335601e19843603018112614ddd57600080fd5b8301803591506001600160401b03821115614df757600080fd5b602001915060c08102360382131561469157600080fd5b600060c08284031215614e2057600080fd5b610556838361429f565b600060208284031215614e3c57600080fd5b61055682614395565b60006104fe368361450e565b600060408284031215614e6357600080fd5b604051604081018181106001600160401b0382111715614e8557614e856140e2565b604052823581526020928301359281019290925250919050565b6000614ead61424b84614173565b80848252602080830192508560051b850136811115614ecb57600080fd5b855b81811015614f655780356001600160401b03811115614eec5760008081fd5b870136601f820112614efe5760008081fd5b8035614f0c61424b82614173565b81815260069190911b82018501908581019036831115614f2c5760008081fd5b928601925b82841015614f5557614f433685614e51565b82528682019150604084019350614f31565b8852505050938201938201614ecd565b50919695505050505050565b634e487b7160e01b600052603260045260246000fd5b60008235603e19833603018112614f9d57600080fd5b9190910192915050565b6000823561015e19833603018112614f9d57600080fd5b60006104fe36836143a4565b6000808335601e19843603018112614fe157600080fd5b8301803591506001600160401b03821115614ffb57600080fd5b60200191503681900382131561469157600080fd5b6000808335601e1984360301811261502757600080fd5b8301803591506001600160401b0382111561504157600080fd5b6020019150600681901b360382131561469157600080fd5b634e487b7160e01b600052601160045260246000fd5b6000821982111561508257615082615059565b500190565b60008160001904831182151516156150a1576150a1615059565b500290565b6000828210156150b8576150b8615059565b500390565b600081518084526020808501945080840160005b838110156147ef576150e4878351614756565b60a09690960195908201906001016150d1565b60006080808301878452602060018060a01b03808916828701526040848188015283895180865260a089019150848b01955060005b8181101561516d578651615141848251614742565b80870151861684880152848101518585015260609081015190840152958501959187019160010161512c565b50508781036060890152615181818a6150bd565b9c9b505050505050505050505050565b6000604082840312156151a357600080fd5b6105568383614e51565b600281106147525761475261472c565b602081016104fe82846151ad565b600081518084526020808501945080840160005b838110156147ef5781516151f4888251614742565b838101516001600160a01b03168885015260408082015190890152606080820151908901526080908101519088015260a090960195908201906001016151df565b600081518084526020808501945080840160005b838110156147ef57815161525e888251614742565b808401516001600160a01b0390811689860152604080830151908a0152606080830151908a0152608080830151908a015260a091820151169088015260c09096019590820190600101615249565b600481106147525761475261472c565b600081518084526020808501945080840160005b838110156147ef578151875295820195908201906001016152d0565b600081518084526020808501808196508360051b8101915082860160005b85811015615370578284038952815160a0815186528682015161532f888801826151ad565b50604082810151908701526060808301519087015260809182015191860181905261535c818701836152bc565b9a87019a955050509084019060010161530a565b5091979650505050505050565b85815260018060a01b038516602082015260a060408201526000610140855160a0808501526153b782850182516001600160a01b03169052565b60208101516101606153d3818701836001600160a01b03169052565b6040830151915080610180870152506153f06102a08601826151cb565b9050606082015161013f19868303016101a087015261540f8282615235565b91505060808201516154256101c08701826152ac565b5060a08201516101e086015260c082015161020086015260e082015161022086015261010080830151610240870152610120808401516102608801528484015161028088015260208a0151945061548760c08801866001600160781b03169052565b60408a01516001600160781b031660e088015260608a0151878403609f19908101848a015290955093506154bb8386614069565b945060808a0151925083878603018188015250506154d98382614069565b9250505082810360608401526154ef81866152bc565b9050828103608084015261343a81856152ec565b8281526040602082015260006105d3604083018461406956fea2646970667358221220d35d0defc4e17e7a5041e589fe2fe0ae9b4fa036c682c5161a7adeec3c2870bb64736f6c634300080d0033";
|
|
2629
|
+
var isSuperArgs = function (xs) { return xs.length > 1; };
|
|
2630
|
+
var Seaport__factory = /** @class */ (function (_super) {
|
|
2631
|
+
__extends(Seaport__factory, _super);
|
|
2632
|
+
function Seaport__factory() {
|
|
2633
|
+
var args = [];
|
|
2634
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
2635
|
+
args[_i] = arguments[_i];
|
|
2636
|
+
}
|
|
2637
|
+
var _this = this;
|
|
2638
|
+
if (isSuperArgs(args)) {
|
|
2639
|
+
_this = _super.apply(this, __spreadArray([], __read(args), false)) || this;
|
|
2640
|
+
}
|
|
2641
|
+
else {
|
|
2642
|
+
_this = _super.call(this, _abi, _bytecode, args[0]) || this;
|
|
2643
|
+
}
|
|
2644
|
+
_this.contractName = "Seaport";
|
|
2645
|
+
return _this;
|
|
2646
|
+
}
|
|
2647
|
+
Seaport__factory.prototype.deploy = function (conduitController, overrides) {
|
|
2648
|
+
return _super.prototype.deploy.call(this, conduitController, overrides || {});
|
|
2649
|
+
};
|
|
2650
|
+
Seaport__factory.prototype.getDeployTransaction = function (conduitController, overrides) {
|
|
2651
|
+
return _super.prototype.getDeployTransaction.call(this, conduitController, overrides || {});
|
|
2652
|
+
};
|
|
2653
|
+
Seaport__factory.prototype.attach = function (address) {
|
|
2654
|
+
return _super.prototype.attach.call(this, address);
|
|
2655
|
+
};
|
|
2656
|
+
Seaport__factory.prototype.connect = function (signer) {
|
|
2657
|
+
return _super.prototype.connect.call(this, signer);
|
|
2658
|
+
};
|
|
2659
|
+
Seaport__factory.createInterface = function () {
|
|
2660
|
+
return new ethers_1.utils.Interface(_abi);
|
|
2661
|
+
};
|
|
2662
|
+
Seaport__factory.connect = function (address, signerOrProvider) {
|
|
2663
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
2664
|
+
};
|
|
2665
|
+
Seaport__factory.bytecode = _bytecode;
|
|
2666
|
+
Seaport__factory.abi = _abi;
|
|
2667
|
+
return Seaport__factory;
|
|
2668
|
+
}(ethers_1.ContractFactory));
|
|
2669
|
+
exports.Seaport__factory = Seaport__factory;
|
|
2670
|
+
//# sourceMappingURL=Seaport__factory.js.map
|