@opensea/seaport-js 1.0.7 → 1.0.9
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/lib/abi/DomainRegistry.d.ts +40 -0
- package/lib/abi/DomainRegistry.js +145 -0
- package/lib/abi/DomainRegistry.js.map +1 -0
- package/lib/abi/Seaport_v1_2.d.ts +129 -0
- package/lib/{typechain/factories/ConsiderationInterface__factory.js → abi/Seaport_v1_2.js} +774 -20
- package/lib/abi/Seaport_v1_2.js.map +1 -0
- package/lib/abi/Seaport_v1_4.d.ts +129 -0
- package/lib/{typechain/factories/Seaport__factory.js → abi/Seaport_v1_4.js} +259 -111
- package/lib/abi/Seaport_v1_4.js.map +1 -0
- package/lib/constants.d.ts +22 -1
- package/lib/constants.js +35 -1
- package/lib/constants.js.map +1 -1
- package/lib/seaport.d.ts +59 -25
- package/lib/seaport.js +365 -125
- package/lib/seaport.js.map +1 -1
- package/lib/typechain/DomainRegistry.d.ts +97 -0
- package/lib/typechain/{Conduit.js → DomainRegistry.js} +1 -1
- package/lib/typechain/DomainRegistry.js.map +1 -0
- package/lib/typechain/ERC1155.d.ts +8 -8
- package/lib/typechain/ERC20.d.ts +4 -12
- package/lib/typechain/ERC721.d.ts +18 -16
- package/lib/typechain/Seaport.d.ts +125 -104
- package/lib/typechain/common.d.ts +4 -4
- package/lib/types.d.ts +58 -45
- package/lib/utils/approval.d.ts +1 -1
- package/lib/utils/approval.js +11 -7
- package/lib/utils/approval.js.map +1 -1
- package/lib/utils/balance.d.ts +1 -1
- package/lib/utils/balance.js +1 -1
- package/lib/utils/balanceAndApprovalCheck.d.ts +3 -3
- package/lib/utils/balanceAndApprovalCheck.js +1 -1
- package/lib/utils/eip712/Eip712MerkleTree.d.ts +34 -0
- package/lib/utils/eip712/Eip712MerkleTree.js +125 -0
- package/lib/utils/eip712/Eip712MerkleTree.js.map +1 -0
- package/lib/utils/eip712/bulk-orders.d.ts +6 -0
- package/lib/utils/eip712/bulk-orders.js +84 -0
- package/lib/utils/eip712/bulk-orders.js.map +1 -0
- package/lib/utils/eip712/defaults.d.ts +14 -0
- package/lib/utils/eip712/defaults.js +114 -0
- package/lib/utils/eip712/defaults.js.map +1 -0
- package/lib/utils/eip712/utils.d.ts +11 -0
- package/lib/utils/eip712/utils.js +78 -0
- package/lib/utils/eip712/utils.js.map +1 -0
- package/lib/utils/fulfill.d.ts +6 -5
- package/lib/utils/fulfill.js +7 -7
- package/lib/utils/fulfill.js.map +1 -1
- package/lib/utils/item.d.ts +1 -1
- package/lib/utils/order.d.ts +1 -1
- package/lib/utils/order.js +2 -0
- package/lib/utils/order.js.map +1 -1
- package/lib/utils/usecase.d.ts +2 -2
- package/lib/utils/usecase.js +17 -18
- package/lib/utils/usecase.js.map +1 -1
- package/package.json +26 -5
- package/lib/__tests__/ascending-descending-amounts.spec.d.ts +0 -1
- package/lib/__tests__/ascending-descending-amounts.spec.js +0 -1016
- package/lib/__tests__/ascending-descending-amounts.spec.js.map +0 -1
- package/lib/__tests__/basic-fulfill.spec.d.ts +0 -1
- package/lib/__tests__/basic-fulfill.spec.js +0 -914
- package/lib/__tests__/basic-fulfill.spec.js.map +0 -1
- package/lib/__tests__/bundle.spec.d.ts +0 -1
- package/lib/__tests__/bundle.spec.js +0 -1226
- package/lib/__tests__/bundle.spec.js.map +0 -1
- package/lib/__tests__/cancel.spec.d.ts +0 -1
- package/lib/__tests__/cancel.spec.js +0 -194
- package/lib/__tests__/cancel.spec.js.map +0 -1
- package/lib/__tests__/create-order.spec.d.ts +0 -1
- package/lib/__tests__/create-order.spec.js +0 -1043
- package/lib/__tests__/create-order.spec.js.map +0 -1
- package/lib/__tests__/criteria-based.spec.d.ts +0 -1
- package/lib/__tests__/criteria-based.spec.js +0 -1593
- package/lib/__tests__/criteria-based.spec.js.map +0 -1
- package/lib/__tests__/fulfill-orders.spec.d.ts +0 -1
- package/lib/__tests__/fulfill-orders.spec.js +0 -1010
- package/lib/__tests__/fulfill-orders.spec.js.map +0 -1
- package/lib/__tests__/gifting.spec.d.ts +0 -1
- package/lib/__tests__/gifting.spec.js +0 -374
- package/lib/__tests__/gifting.spec.js.map +0 -1
- package/lib/__tests__/match-orders.spec.d.ts +0 -1
- package/lib/__tests__/match-orders.spec.js +0 -425
- package/lib/__tests__/match-orders.spec.js.map +0 -1
- package/lib/__tests__/partial-fulfill.spec.d.ts +0 -1
- package/lib/__tests__/partial-fulfill.spec.js +0 -849
- package/lib/__tests__/partial-fulfill.spec.js.map +0 -1
- package/lib/__tests__/sign-order.spec.d.ts +0 -1
- package/lib/__tests__/sign-order.spec.js +0 -147
- package/lib/__tests__/sign-order.spec.js.map +0 -1
- package/lib/__tests__/swap.spec.d.ts +0 -1
- package/lib/__tests__/swap.spec.js +0 -594
- package/lib/__tests__/swap.spec.js.map +0 -1
- package/lib/__tests__/utils/balance.d.ts +0 -22
- package/lib/__tests__/utils/balance.js +0 -271
- package/lib/__tests__/utils/balance.js.map +0 -1
- package/lib/__tests__/utils/examples/privateListings.d.ts +0 -3
- package/lib/__tests__/utils/examples/privateListings.js +0 -139
- package/lib/__tests__/utils/examples/privateListings.js.map +0 -1
- package/lib/__tests__/utils/setup.d.ts +0 -11
- package/lib/__tests__/utils/setup.js +0 -119
- package/lib/__tests__/utils/setup.js.map +0 -1
- package/lib/typechain/AmountDerivationErrors.d.ts +0 -29
- package/lib/typechain/AmountDerivationErrors.js +0 -3
- package/lib/typechain/AmountDerivationErrors.js.map +0 -1
- package/lib/typechain/AmountDeriver.d.ts +0 -29
- package/lib/typechain/AmountDeriver.js +0 -3
- package/lib/typechain/AmountDeriver.js.map +0 -1
- package/lib/typechain/Assertions.d.ts +0 -124
- package/lib/typechain/Assertions.js +0 -3
- package/lib/typechain/Assertions.js.map +0 -1
- package/lib/typechain/BasicOrderFulfiller.d.ts +0 -124
- package/lib/typechain/BasicOrderFulfiller.js +0 -3
- package/lib/typechain/BasicOrderFulfiller.js.map +0 -1
- package/lib/typechain/Conduit.d.ts +0 -156
- package/lib/typechain/Conduit.js.map +0 -1
- package/lib/typechain/ConduitController.d.ts +0 -266
- package/lib/typechain/ConduitController.js +0 -3
- package/lib/typechain/ConduitController.js.map +0 -1
- package/lib/typechain/ConduitControllerInterface.d.ts +0 -266
- package/lib/typechain/ConduitControllerInterface.js +0 -3
- package/lib/typechain/ConduitControllerInterface.js.map +0 -1
- package/lib/typechain/ConduitInterface.d.ts +0 -156
- package/lib/typechain/ConduitInterface.js +0 -3
- package/lib/typechain/ConduitInterface.js.map +0 -1
- package/lib/typechain/Consideration.d.ts +0 -686
- package/lib/typechain/Consideration.js +0 -3
- package/lib/typechain/Consideration.js.map +0 -1
- package/lib/typechain/ConsiderationBase.d.ts +0 -124
- package/lib/typechain/ConsiderationBase.js +0 -3
- package/lib/typechain/ConsiderationBase.js.map +0 -1
- package/lib/typechain/ConsiderationEventsAndErrors.d.ts +0 -124
- package/lib/typechain/ConsiderationEventsAndErrors.js +0 -3
- package/lib/typechain/ConsiderationEventsAndErrors.js.map +0 -1
- package/lib/typechain/ConsiderationInterface.d.ts +0 -612
- package/lib/typechain/ConsiderationInterface.js +0 -3
- package/lib/typechain/ConsiderationInterface.js.map +0 -1
- package/lib/typechain/CounterManager.d.ts +0 -124
- package/lib/typechain/CounterManager.js +0 -3
- package/lib/typechain/CounterManager.js.map +0 -1
- package/lib/typechain/CriteriaResolution.d.ts +0 -29
- package/lib/typechain/CriteriaResolution.js +0 -3
- package/lib/typechain/CriteriaResolution.js.map +0 -1
- package/lib/typechain/CriteriaResolutionErrors.d.ts +0 -29
- package/lib/typechain/CriteriaResolutionErrors.js +0 -3
- package/lib/typechain/CriteriaResolutionErrors.js.map +0 -1
- package/lib/typechain/EIP1271Interface.d.ts +0 -43
- package/lib/typechain/EIP1271Interface.js +0 -3
- package/lib/typechain/EIP1271Interface.js.map +0 -1
- package/lib/typechain/ERC1155Interface.d.ts +0 -67
- package/lib/typechain/ERC1155Interface.js +0 -3
- package/lib/typechain/ERC1155Interface.js.map +0 -1
- package/lib/typechain/ERC1155TokenReceiver.d.ts +0 -67
- package/lib/typechain/ERC1155TokenReceiver.js +0 -3
- package/lib/typechain/ERC1155TokenReceiver.js.map +0 -1
- package/lib/typechain/ERC20Interface.d.ts +0 -51
- package/lib/typechain/ERC20Interface.js +0 -3
- package/lib/typechain/ERC20Interface.js.map +0 -1
- package/lib/typechain/ERC721Interface.d.ts +0 -51
- package/lib/typechain/ERC721Interface.js +0 -3
- package/lib/typechain/ERC721Interface.js.map +0 -1
- package/lib/typechain/ERC721TokenReceiver.d.ts +0 -51
- package/lib/typechain/ERC721TokenReceiver.js +0 -3
- package/lib/typechain/ERC721TokenReceiver.js.map +0 -1
- package/lib/typechain/Executor.d.ts +0 -124
- package/lib/typechain/Executor.js +0 -3
- package/lib/typechain/Executor.js.map +0 -1
- package/lib/typechain/FulfillmentApplicationErrors.d.ts +0 -29
- package/lib/typechain/FulfillmentApplicationErrors.js +0 -3
- package/lib/typechain/FulfillmentApplicationErrors.js.map +0 -1
- package/lib/typechain/FulfillmentApplier.d.ts +0 -29
- package/lib/typechain/FulfillmentApplier.js +0 -3
- package/lib/typechain/FulfillmentApplier.js.map +0 -1
- package/lib/typechain/GettersAndDerivers.d.ts +0 -124
- package/lib/typechain/GettersAndDerivers.js +0 -3
- package/lib/typechain/GettersAndDerivers.js.map +0 -1
- package/lib/typechain/OrderCombiner.d.ts +0 -124
- package/lib/typechain/OrderCombiner.js +0 -3
- package/lib/typechain/OrderCombiner.js.map +0 -1
- package/lib/typechain/OrderFulfiller.d.ts +0 -124
- package/lib/typechain/OrderFulfiller.js +0 -3
- package/lib/typechain/OrderFulfiller.js.map +0 -1
- package/lib/typechain/OrderValidator.d.ts +0 -124
- package/lib/typechain/OrderValidator.js +0 -3
- package/lib/typechain/OrderValidator.js.map +0 -1
- package/lib/typechain/ReentrancyErrors.d.ts +0 -29
- package/lib/typechain/ReentrancyErrors.js +0 -3
- package/lib/typechain/ReentrancyErrors.js.map +0 -1
- package/lib/typechain/ReentrancyGuard.d.ts +0 -29
- package/lib/typechain/ReentrancyGuard.js +0 -3
- package/lib/typechain/ReentrancyGuard.js.map +0 -1
- package/lib/typechain/SignatureVerification.d.ts +0 -29
- package/lib/typechain/SignatureVerification.js +0 -3
- package/lib/typechain/SignatureVerification.js.map +0 -1
- package/lib/typechain/SignatureVerificationErrors.d.ts +0 -29
- package/lib/typechain/SignatureVerificationErrors.js +0 -3
- package/lib/typechain/SignatureVerificationErrors.js.map +0 -1
- package/lib/typechain/TestERC1155.d.ts +0 -205
- package/lib/typechain/TestERC1155.js +0 -3
- package/lib/typechain/TestERC1155.js.map +0 -1
- package/lib/typechain/TestERC20.d.ts +0 -249
- package/lib/typechain/TestERC20.js +0 -3
- package/lib/typechain/TestERC20.js.map +0 -1
- package/lib/typechain/TestERC721.d.ts +0 -236
- package/lib/typechain/TestERC721.js +0 -3
- package/lib/typechain/TestERC721.js.map +0 -1
- package/lib/typechain/TokenTransferrer.d.ts +0 -29
- package/lib/typechain/TokenTransferrer.js +0 -3
- package/lib/typechain/TokenTransferrer.js.map +0 -1
- package/lib/typechain/TokenTransferrerErrors.d.ts +0 -29
- package/lib/typechain/TokenTransferrerErrors.js +0 -3
- package/lib/typechain/TokenTransferrerErrors.js.map +0 -1
- package/lib/typechain/Verifiers.d.ts +0 -124
- package/lib/typechain/Verifiers.js +0 -3
- package/lib/typechain/Verifiers.js.map +0 -1
- package/lib/typechain/ZoneInteraction.d.ts +0 -29
- package/lib/typechain/ZoneInteraction.js +0 -3
- package/lib/typechain/ZoneInteraction.js.map +0 -1
- package/lib/typechain/ZoneInteractionErrors.d.ts +0 -29
- package/lib/typechain/ZoneInteractionErrors.js +0 -3
- package/lib/typechain/ZoneInteractionErrors.js.map +0 -1
- package/lib/typechain/ZoneInterface.d.ts +0 -182
- package/lib/typechain/ZoneInterface.js +0 -3
- package/lib/typechain/ZoneInterface.js.map +0 -1
- package/lib/typechain/factories/AmountDerivationErrors__factory.d.ts +0 -12
- package/lib/typechain/factories/AmountDerivationErrors__factory.js +0 -28
- package/lib/typechain/factories/AmountDerivationErrors__factory.js.map +0 -1
- package/lib/typechain/factories/AmountDeriver__factory.d.ts +0 -26
- package/lib/typechain/factories/AmountDeriver__factory.js +0 -97
- package/lib/typechain/factories/AmountDeriver__factory.js.map +0 -1
- package/lib/typechain/factories/Assertions__factory.d.ts +0 -64
- package/lib/typechain/factories/Assertions__factory.js +0 -526
- package/lib/typechain/factories/Assertions__factory.js.map +0 -1
- package/lib/typechain/factories/BasicOrderFulfiller__factory.d.ts +0 -64
- package/lib/typechain/factories/BasicOrderFulfiller__factory.js +0 -563
- package/lib/typechain/factories/BasicOrderFulfiller__factory.js.map +0 -1
- package/lib/typechain/factories/ConduitControllerInterface__factory.d.ts +0 -46
- package/lib/typechain/factories/ConduitControllerInterface__factory.js +0 -453
- package/lib/typechain/factories/ConduitControllerInterface__factory.js.map +0 -1
- package/lib/typechain/factories/ConduitController__factory.d.ts +0 -67
- package/lib/typechain/factories/ConduitController__factory.js +0 -527
- package/lib/typechain/factories/ConduitController__factory.js.map +0 -1
- package/lib/typechain/factories/ConduitInterface__factory.d.ts +0 -62
- package/lib/typechain/factories/ConduitInterface__factory.js +0 -282
- package/lib/typechain/factories/ConduitInterface__factory.js.map +0 -1
- package/lib/typechain/factories/Conduit__factory.d.ts +0 -83
- package/lib/typechain/factories/Conduit__factory.js +0 -465
- package/lib/typechain/factories/Conduit__factory.js.map +0 -1
- package/lib/typechain/factories/ConsiderationBase__factory.d.ts +0 -64
- package/lib/typechain/factories/ConsiderationBase__factory.js +0 -412
- package/lib/typechain/factories/ConsiderationBase__factory.js.map +0 -1
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.d.ts +0 -38
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js +0 -332
- package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js.map +0 -1
- package/lib/typechain/factories/ConsiderationInterface__factory.d.ts +0 -72
- package/lib/typechain/factories/ConsiderationInterface__factory.js.map +0 -1
- package/lib/typechain/factories/Consideration__factory.d.ts +0 -132
- package/lib/typechain/factories/Consideration__factory.js +0 -2670
- package/lib/typechain/factories/Consideration__factory.js.map +0 -1
- package/lib/typechain/factories/CounterManager__factory.d.ts +0 -52
- package/lib/typechain/factories/CounterManager__factory.js +0 -406
- package/lib/typechain/factories/CounterManager__factory.js.map +0 -1
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.d.ts +0 -12
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.js +0 -58
- package/lib/typechain/factories/CriteriaResolutionErrors__factory.js.map +0 -1
- package/lib/typechain/factories/CriteriaResolution__factory.d.ts +0 -26
- package/lib/typechain/factories/CriteriaResolution__factory.js +0 -127
- package/lib/typechain/factories/CriteriaResolution__factory.js.map +0 -1
- package/lib/typechain/factories/EIP1271Interface__factory.d.ts +0 -22
- package/lib/typechain/factories/EIP1271Interface__factory.js +0 -47
- package/lib/typechain/factories/EIP1271Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC1155Interface__factory.d.ts +0 -18
- package/lib/typechain/factories/ERC1155Interface__factory.js +0 -89
- package/lib/typechain/factories/ERC1155Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.d.ts +0 -22
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.js +0 -101
- package/lib/typechain/factories/ERC1155TokenReceiver__factory.js.map +0 -1
- package/lib/typechain/factories/ERC1155__factory.d.ts +0 -35
- package/lib/typechain/factories/ERC1155__factory.js +0 -335
- package/lib/typechain/factories/ERC1155__factory.js.map +0 -1
- package/lib/typechain/factories/ERC20Interface__factory.d.ts +0 -22
- package/lib/typechain/factories/ERC20Interface__factory.js +0 -52
- package/lib/typechain/factories/ERC20Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC20__factory.d.ts +0 -35
- package/lib/typechain/factories/ERC20__factory.js +0 -333
- package/lib/typechain/factories/ERC20__factory.js.map +0 -1
- package/lib/typechain/factories/ERC721Interface__factory.d.ts +0 -18
- package/lib/typechain/factories/ERC721Interface__factory.js +0 -46
- package/lib/typechain/factories/ERC721Interface__factory.js.map +0 -1
- package/lib/typechain/factories/ERC721TokenReceiver__factory.d.ts +0 -22
- package/lib/typechain/factories/ERC721TokenReceiver__factory.js +0 -57
- package/lib/typechain/factories/ERC721TokenReceiver__factory.js.map +0 -1
- package/lib/typechain/factories/ERC721__factory.d.ts +0 -35
- package/lib/typechain/factories/ERC721__factory.js +0 -353
- package/lib/typechain/factories/ERC721__factory.js.map +0 -1
- package/lib/typechain/factories/Executor__factory.d.ts +0 -64
- package/lib/typechain/factories/Executor__factory.js +0 -552
- package/lib/typechain/factories/Executor__factory.js.map +0 -1
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js +0 -49
- package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js.map +0 -1
- package/lib/typechain/factories/FulfillmentApplier__factory.d.ts +0 -30
- package/lib/typechain/factories/FulfillmentApplier__factory.js +0 -118
- package/lib/typechain/factories/FulfillmentApplier__factory.js.map +0 -1
- package/lib/typechain/factories/GettersAndDerivers__factory.d.ts +0 -64
- package/lib/typechain/factories/GettersAndDerivers__factory.js +0 -412
- package/lib/typechain/factories/GettersAndDerivers__factory.js.map +0 -1
- package/lib/typechain/factories/OrderCombiner__factory.d.ts +0 -64
- package/lib/typechain/factories/OrderCombiner__factory.js +0 -629
- package/lib/typechain/factories/OrderCombiner__factory.js.map +0 -1
- package/lib/typechain/factories/OrderFulfiller__factory.d.ts +0 -64
- package/lib/typechain/factories/OrderFulfiller__factory.js +0 -603
- package/lib/typechain/factories/OrderFulfiller__factory.js.map +0 -1
- package/lib/typechain/factories/OrderValidator__factory.d.ts +0 -64
- package/lib/typechain/factories/OrderValidator__factory.js +0 -563
- package/lib/typechain/factories/OrderValidator__factory.js.map +0 -1
- package/lib/typechain/factories/ReentrancyErrors__factory.d.ts +0 -12
- package/lib/typechain/factories/ReentrancyErrors__factory.js +0 -28
- package/lib/typechain/factories/ReentrancyErrors__factory.js.map +0 -1
- package/lib/typechain/factories/ReentrancyGuard__factory.d.ts +0 -32
- package/lib/typechain/factories/ReentrancyGuard__factory.js +0 -102
- package/lib/typechain/factories/ReentrancyGuard__factory.js.map +0 -1
- package/lib/typechain/factories/Seaport__factory.d.ts +0 -132
- package/lib/typechain/factories/Seaport__factory.js.map +0 -1
- package/lib/typechain/factories/SignatureVerificationErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/SignatureVerificationErrors__factory.js +0 -49
- package/lib/typechain/factories/SignatureVerificationErrors__factory.js.map +0 -1
- package/lib/typechain/factories/SignatureVerification__factory.d.ts +0 -30
- package/lib/typechain/factories/SignatureVerification__factory.js +0 -118
- package/lib/typechain/factories/SignatureVerification__factory.js.map +0 -1
- package/lib/typechain/factories/TestERC1155__factory.d.ts +0 -49
- package/lib/typechain/factories/TestERC1155__factory.js +0 -433
- package/lib/typechain/factories/TestERC1155__factory.js.map +0 -1
- package/lib/typechain/factories/TestERC20__factory.d.ts +0 -56
- package/lib/typechain/factories/TestERC20__factory.js +0 -457
- package/lib/typechain/factories/TestERC20__factory.js.map +0 -1
- package/lib/typechain/factories/TestERC721__factory.d.ts +0 -49
- package/lib/typechain/factories/TestERC721__factory.js +0 -446
- package/lib/typechain/factories/TestERC721__factory.js.map +0 -1
- package/lib/typechain/factories/TokenTransferrerErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/TokenTransferrerErrors__factory.js +0 -132
- package/lib/typechain/factories/TokenTransferrerErrors__factory.js.map +0 -1
- package/lib/typechain/factories/TokenTransferrer__factory.d.ts +0 -30
- package/lib/typechain/factories/TokenTransferrer__factory.js +0 -201
- package/lib/typechain/factories/TokenTransferrer__factory.js.map +0 -1
- package/lib/typechain/factories/Verifiers__factory.d.ts +0 -64
- package/lib/typechain/factories/Verifiers__factory.js +0 -552
- package/lib/typechain/factories/Verifiers__factory.js.map +0 -1
- package/lib/typechain/factories/ZoneInteractionErrors__factory.d.ts +0 -16
- package/lib/typechain/factories/ZoneInteractionErrors__factory.js +0 -34
- package/lib/typechain/factories/ZoneInteractionErrors__factory.js.map +0 -1
- package/lib/typechain/factories/ZoneInteraction__factory.d.ts +0 -30
- package/lib/typechain/factories/ZoneInteraction__factory.js +0 -103
- package/lib/typechain/factories/ZoneInteraction__factory.js.map +0 -1
- package/lib/typechain/factories/ZoneInterface__factory.d.ts +0 -52
- package/lib/typechain/factories/ZoneInterface__factory.js +0 -266
- package/lib/typechain/factories/ZoneInterface__factory.js.map +0 -1
- package/lib/typechain/index.d.ts +0 -90
- package/lib/typechain/index.js +0 -94
- package/lib/typechain/index.js.map +0 -1
|
@@ -1,2670 +0,0 @@
|
|
|
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.Consideration__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 = "0x6101c06040523480156200001257600080fd5b5060405162005c7c38038062005c7c8339810160408190526200003591620005ca565b8080808080808080806200004862000130565b610120526101005260e05260c081815260a0838152608085815246610140819052604080516020818101979097528082019890985260608801969096529086015230858201528351808603909101815293019091528151910120610160526001600160a01b03811661018081905260408051630a96ad3960e01b81528151630a96ad39926004808401939192918290030181865afa158015620000ef573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001159190620005fc565b506101a05250506001600055506200068c9650505050505050565b600080808080806200016260408051808201909152600d81526c21b7b739b4b232b930ba34b7b760991b602082015290565b80516020918201206040805180820182526003815262312e3160e81b90840152519097507f722c0e0c80487266e8c6a45e3a1a803aab23378a9c32e6ebe029d4fad7bfc96596506000916200026791016909ecccccae492e8cada560b31b81526e1d5a5b9d0e081a5d195b551e5c194b608a1b600a8201526d1859191c995cdcc81d1bdad95b8b60921b60198201527f75696e74323536206964656e7469666965724f7243726974657269612c00000060278201527f75696e74323536207374617274416d6f756e742c0000000000000000000000006044820152701d5a5b9d0c8d4d88195b99105b5bdd5b9d607a1b6058820152602960f81b6069820152606a0190565b60408051601f1981840301815282825271086dedce6d2c8cae4c2e8d2dedc92e8cada560731b60208401526e1d5a5b9d0e081a5d195b551e5c194b608a1b60328401526d1859191c995cdcc81d1bdad95b8b60921b60418401527f75696e74323536206964656e7469666965724f7243726974657269612c000000604f8401527f75696e74323536207374617274416d6f756e742c000000000000000000000000606c840152711d5a5b9d0c8d4d88195b99105b5bdd5b9d0b60721b6080840152701859191c995cdcc81c9958da5c1a595b9d607a1b6092840152602960f81b60a384018190528251808503608401815260a485019093526f09ee4c8cae486dedae0dedccadce8e6560831b60c48501526f1859191c995cdcc81bd999995c995c8b60821b60d48501526c1859191c995cdcc81e9bdb994b609a1b60e48501527113d999995c925d195b56d7481bd999995c8b60721b60f18501527f436f6e73696465726174696f6e4974656d5b5d20636f6e73696465726174696f610103850152611b8b60f21b6101238501526f1d5a5b9d0e081bdc99195c951e5c194b60821b610125850152711d5a5b9d0c8d4d881cdd185c9d151a5b594b60721b6101358501526f1d5a5b9d0c8d4d88195b99151a5b594b60821b61014785015270189e5d195ccccc881e9bdb9952185cda0b607a1b6101578501526c1d5a5b9d0c8d4d881cd85b1d0b609a1b6101688501527f6279746573333220636f6e647569744b65792c000000000000000000000000006101758501526e3ab4b73a191a9b1031b7bab73a32b960891b6101888501526101978401529250906000906101980160408051601f19818403018152908290526c08a92a06e626488dedac2d2dc5609b1b60208301526b1cdd1c9a5b99c81b985b594b60a21b602d8301526e1cdd1c9a5b99c81d995c9cda5bdb8b608a1b60398301526f1d5a5b9d0c8d4d8818da185a5b92590b60821b60488301527f6164647265737320766572696679696e67436f6e7472616374000000000000006058830152602960f81b6071830152915060720160408051601f19818403018152908290528051602091820120855186830120855186840120919a5098509650620005a791839185918791016200065f565b604051602081830303815290604052805190602001209350505050909192939495565b600060208284031215620005dd57600080fd5b81516001600160a01b0381168114620005f557600080fd5b9392505050565b600080604083850312156200061057600080fd5b505080516020909101519092909150565b6000815160005b8181101562000644576020818501810151868301520162000628565b8181111562000654576000828601525b509290920192915050565b6000620006836200067c62000675848862000621565b8662000621565b8462000621565b95945050505050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a05161555862000724600039600061360a015260008181610da801526135d901526000612405015260006123350152600081816108e0015261261301526000818161086f0152612471015260008181610808015261258c01526000612363015260006123b10152600061238901526155586000f3fe6080604052600436106100e85760003560e01c8063a81744041161008a578063f07ec37311610059578063f07ec373146102ba578063f47b7740146102da578063fb0f3ee1146102fe578063fd9f1e101461031157600080fd5b8063a81744041461026e578063b3a34c4c14610281578063e7acab2414610294578063ed98a574146102a757600080fd5b80635b34b966116100c65780635b34b966146101da57806379df72bd146101fd57806387201b411461021d578063881477321461023e57600080fd5b806306fdde03146100ed57806346423aa71461011857806355944a42146101ba575b600080fd5b3480156100f957600080fd5b50610102610331565b60405161010f91906140bc565b60405180910390f35b34801561012457600080fd5b506101986101333660046140cf565b6000908152600260209081526040918290208251608081018452905460ff8082161515808452610100830490911615159383018490526001600160781b036201000083048116958401869052600160881b909204909116606090920182905293919291565b604080519415158552921515602085015291830152606082015260800161010f565b6101cd6101c836600461469e565b610340565b60405161010f9190614800565b3480156101e657600080fd5b506101ef610363565b60405190815260200161010f565b34801561020957600080fd5b506101ef610218366004614813565b61036d565b61023061022b36600461484e565b610504565b60405161010f92919061492e565b34801561024a57600080fd5b5061025e61025936600461497d565b61054a565b604051901515815260200161010f565b6101cd61027c3660046149be565b61055d565b61025e61028f366004614a29565b6105db565b61025e6102a2366004614a72565b61064d565b6102306102b5366004614b01565b610681565b3480156102c657600080fd5b506101ef6102d5366004614ba9565b61070b565b3480156102e657600080fd5b506102ef610729565b60405161010f93929190614bc6565b61025e61030c366004614bf9565b610741565b34801561031d57600080fd5b5061025e61032c36600461497d565b61074c565b606061033b610758565b905090565b6060610357866103508688614c34565b8585610776565b90505b95945050505050565b600061033b610793565b6040805161016081019091526000906104fe908061038e6020860186614ba9565b6001600160a01b031681526020018460200160208101906103af9190614ba9565b6001600160a01b031681526020016103ca6040860186614d68565b808060200260200160405190810160405280939291908181526020016000905b828210156104165761040760a08302860136819003810190614db0565b815260200190600101906103ea565b505050918352505060200161042e6060860186614dcc565b808060200260200160405190810160405280939291908181526020016000905b8282101561047a5761046b60c08302860136819003810190614e14565b8152602001906001019061044e565b505050918352505060200161049560a0860160808701614e30565b60038111156104a6576104a6614732565b81526020018460a0013581526020018460c0013581526020018460e001358152602001846101000135815260200184610120013581526020018480606001906104ef9190614dcc565b909152506101408401356107f0565b92915050565b6060806105378c6105158c8e614c34565b8b8b8b8b8b6001600160a01b038c161561052f578b610531565b335b8b610936565b915091509a509a98505050505050505050565b60006105568383610978565b9392505050565b60606105d061056c8686610b34565b60408051600080825260208201909252906105c8565b6105b56040805160a081019091526000808252602082019081526020016000815260200160008152602001606081525090565b8152602001906001900390816105825790505b508585610776565b90505b949350505050565b60006105566105e984610bef565b6040805160008082526020820190925290610645565b6106326040805160a081019091526000808252602082019081526020016000815260200160008152602001606081525090565b8152602001906001900390816105ff5790505b508433610c9a565b600061035761065b87614e4b565b6106658688614c34565b856001600160a01b0386161561067b5785610c9a565b33610c9a565b6060806106fa6106918b8b610b34565b60408051600080825260208201909252906106ed565b6106da6040805160a081019091526000808252602082019081526020016000815260200160008152602001606081525090565b8152602001906001900390816106a75790505b508a8a8a8a8a338b610936565b915091509850989650505050505050565b6001600160a01b0381166000908152600160205260408120546104fe565b6060600080610736610d87565b925092509250909192565b60006104fe82610de8565b6000610556838361108d565b6060602080526d0d436f6e73696465726174696f6e604d5260606020f35b6060610788858560018851600061128e565b6105d08584846115a5565b600061079d6116d0565b503360008181526001602081815260409283902080549092019182905591518181529092917f721c20121297512b72821b97f5326877ea8ecf4bb9948fea5bfcb6453074d37f910160405180910390a290565b610140820151604080519084015180516000939284927f000000000000000000000000000000000000000000000000000000000000000092602090910190845b8181101561085d578251601f1901805186825260c082208652905260209384019390920191600101610830565b506020810260405120945050505060007f00000000000000000000000000000000000000000000000000000000000000009150604051602060608901510160005b868110156108cb578151601f1901805186825260e08220855290526020928301929091019060010161089e565b505060408051602087029020601f198a0180517f00000000000000000000000000000000000000000000000000000000000000008252928b01805197815260608c018051938152610140909c019a8b5261018082209390915295909552939097525050925250919050565b6060806109478b8b6000868861128e565b6109668b6109558a8c614ea5565b61095f898b614ea5565b88886116f5565b909c909b509950505050505050505050565b60006109826116d0565b60008083815b81811015610b2757368787838181106109a3576109a3614f77565b90506020028101906109b59190614f8d565b9050366109c28280614fad565b90506109d16020820182614ba9565b94506109e46109df82614fc4565b6118d5565b60008181526002602090815260408083208151608081018352905460ff808216151583526101008204161515938201939093526001600160781b03620100008404811692820192909252600160881b909204166060820152919750610a4e90889083906001611910565b508051610b1957610aa18688610a676020870187614fd0565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506119c992505050565b600087815260026020908152604091829020805460ff19166001179055610acc918401908401614ba9565b6001600160a01b0316866001600160a01b03167ffde361574a066b44b3b5fe98a87108b7565e327327954c4faeea56a4e6491a0a89604051610b1091815260200190565b60405180910390a35b836001019350505050610988565b5060019695505050505050565b606081806001600160401b03811115610b4f57610b4f6140e8565b604051908082528060200260200182016040528015610b8857816020015b610b75613f7b565b815260200190600190039081610b6d5790505b50915060005b81811015610be757610bc2858583818110610bab57610bab614f77565b9050602002810190610bbd9190614f8d565b610bef565b838281518110610bd457610bd4614f77565b6020908102919091010152600101610b8e565b505092915050565b610bf7613f7b565b6040805160a0810190915280610c0d8480614fad565b610c1690614fc4565b815260200160016001600160781b0316815260200160016001600160781b03168152602001838060200190610c4b9190614fd0565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509385525050604080516020818101909252928352909201525092915050565b6000610ca4611a1e565b60606000806000610cb88989600187611a2d565b604080516001808252818301909252939650919450925060009190816020015b610ce0613f7b565b815260200190600190039081610cd85790505090508981600081518110610d0957610d09614f77565b6020026020010181905250610d1e818a611d45565b600081600081518110610d3357610d33614f77565b6020026020010151600001519050610d4e8185858c8c6120c2565b610d6c85826000015183602001518b856040015186606001516122cc565b610d766001600055565b5060019a9950505050505050505050565b6060600080610d94612331565b6040805160038082528183019092529193507f00000000000000000000000000000000000000000000000000000000000000009250602082018180368337505062312e3160e81b6020830152509391925090565b600061012435600281901c90600316600182113415811480610e2457604051630a61be9f60e41b81523460048201526024015b60405180910390fd5b5060008060006003861160a08102602401359350600287146002881160028903020192506001830181026002861502880103915050610e67888684878786612427565b6000610e7960808a0160608b01614ba9565b90506101c46003881160200201356000866005811115610e9b57610e9b614732565b03610ee757610ec683610eb460c08d0160a08e01614ba9565b84338e60c001358f60e001358761275d565b610ee260408b013583610edd6102008e018e615016565b612811565b611073565b6040805160208082528183019092526000916020820181803683370190505090506002896005811115610f1c57610f1c614732565b03610f7c57610f47610f3460c08d0160a08e01614ba9565b84338e60c001358f60e0013587876128cc565b610f773384610f5960208f018f614ba9565b8e604001358f806102000190610f6f9190615016565b600088612919565b611068565b6003896005811115610f9057610f90614732565b03610fbb57610f47610fa860c08d0160a08e01614ba9565b84338e60c001358f60e001358787612996565b6004896005811115610fcf57610fcf614732565b0361102d57610ff7610fe460208d018d614ba9565b33858e602001358f6040013587876128cc565b610f7783338d60a001602081019061100f9190614ba9565b8e60e001358f8061020001906110259190615016565b600188612919565b61105061103d60208d018d614ba9565b33858e602001358f604001358787612996565b61106883338d60a001602081019061100f9190614ba9565b611071816129cc565b505b61107d6001600055565b5060019998505050505050505050565b60006110976116d0565b60008083815b81811015610b2757368787838181106110b8576110b8614f77565b90506020028101906110ca9190614fad565b90506110d96020820182614ba9565b94506110eb6040820160208301614ba9565b9350336001600160a01b0386161480159061110f5750336001600160a01b03851614155b1561112d5760405163203b1cdd60e21b815260040160405180910390fd5b600061121c604051806101600160405280886001600160a01b03168152602001876001600160a01b0316815260200184806040019061116c9190614d68565b808060200260200160405190810160405280939291908181526020016000905b828210156111b8576111a960a08302860136819003810190614db0565b8152602001906001019061118c565b50505091835250506020016111d06060860186614dcc565b808060200260200160405190810160405280939291908181526020016000905b8282101561047a5761120d60c08302860136819003810190614e14565b815260200190600101906111f0565b60008181526002602052604090819020805461ffff1916610100179055519091506001600160a01b0380871691908816907f6bacc01dbe442496068f7d234edd811f1a5f833243e0aec824f86ab861f3c90d9061127c9085815260200190565b60405180910390a3505060010161109d565b611296611a1e565b84516000816001600160401b038111156112b2576112b26140e8565b6040519080825280602002602001820160405280156112db578160200160208202803683370190505b5090506000815260005b828110156114fe57600088828151811061130157611301614f77565b60200260200101519050856000036113265760006020909101526001810182526114f6565b6000806000611337848c8c89611a2d565b9250925092506001850186528160000361135e5750506000602090920191909152506114f6565b8286868151811061137157611371614f77565b6020908102919091010152835160a081015160c08201516040909201518051600019909c019b91928390039142849003918284039160005b8181101561143f5760008382815181106113c5576113c5614f77565b6020026020010151905060006113e08b8b84608001516129f5565b905081608001518260600151036113fd5760608201819052611412565b61140c8b8b84606001516129f5565b60608301525b60808201819052606082015161142d908289898c6000612a45565b606090920191909152506001016113a9565b50895160600151805160005b818110156114e857600083828151811061146757611467614f77565b6020026020010151905060006114828d8d84608001516129f5565b9050816080015182606001510361149f57606082018190526114b4565b6114ae8d8d84606001516129f5565b60608301525b6080820181905260608201516114cf90828b8b8e6001612a45565b60608301525060a081015160809091015260010161144b565b505050505050505050505050505b6001016112e5565b506115098787611d45565b60005b8281101561159b576000801b82828151811061152a5761152a614f77565b6020026020010151031561159357600088828151811061154c5761154c614f77565b602002602001015160000151905061159183838151811061156f5761156f614f77565b60200260200101518260000151836020015188856040015186606001516122cc565b505b60010161150c565b5050505050505050565b606081806001600160401b038111156115c0576115c06140e8565b6040519080825280602002602001820160405280156115f957816020015b6115e6613faf565b8152602001906001900390816115de5790505b5091506000805b828110156116ae573686868381811061161b5761161b614f77565b905060200281019061162d9190614f8d565b905060006116518961163f8480615016565b61164c6020870187615016565b612aa2565b905080602001516001600160a01b03168160000151608001516001600160a01b031603611683578360010193506116a4565b80868585038151811061169857611698614f77565b60200260200101819052505b5050600101611600565b5080156116bc578083510383525b506116c78583612d81565b50509392505050565b6001600054146116f357604051637fa8a98760e01b815260040160405180910390fd5b565b8351835160609182916117088183615075565b6001600160401b0381111561171f5761171f6140e8565b60405190808252806020026020018201604052801561175857816020015b611745613faf565b81526020019060019003908161173d5790505b5092506000805b838110156117f25760008a828151811061177b5761177b614f77565b6020026020010151905060006117958d6000848d8d612f9b565b905080602001516001600160a01b03168160000151608001516001600160a01b0316036117c7578360010193506117e8565b8087858503815181106117dc576117dc614f77565b60200260200101819052505b505060010161175f565b5060005b8281101561188c57600089828151811061181257611812614f77565b60200260200101519050600061182d8d6001848d6000612f9b565b905080602001516001600160a01b03168160000151608001516001600160a01b03160361185f57836001019350611882565b808785888601038151811061187657611876614f77565b60200260200101819052505b50506001016117f6565b50801561189a578084510384525b5082516000036118bd5760405163d5da9a1b60e01b815260040160405180910390fd5b6118c78984612d81565b935050509550959350505050565b60006118eb826060015151836101400151613040565b81516001600160a01b03166000908152600160205260409020546104fe9083906107f0565b600083602001511561194657811561193e57604051630694555d60e21b815260048101869052602401610e1b565b5060006105d3565b60408401516001600160781b0316156119be57821561197b5760405163ee9e0e6360e01b815260048101869052602401610e1b565b83606001516001600160781b031684604001516001600160781b0316106119be57811561193e576040516310fda3e160e01b815260048101869052602401610e1b565b506001949350505050565b336001600160a01b038416036119de57505050565b6000611a0b6119eb612331565b61190160f01b600090815260029190915260228581526042822091905290565b9050611a18848284613061565b50505050565b611a266116d0565b6002600055565b60008060008087600001519050611a4d8160a001518260c00151886131a4565b611a61575060009250829150819050611d3b565b602088015160408901516001600160781b03918216911680821180611a84575081155b15611aa257604051632d02959960e11b815260040160405180910390fd5b8082108015611ab657506080830151600116155b15611ad45760405163a11b63ff60e01b815260040160405180910390fd5b611add836118d5565b9550611aff8a8a89898760e00151886080015189600001518a602001516131ea565b60008681526002602090815260408083208151608081018352905460ff808216151583526101008204161515938201939093526001600160781b03620100008404811692820192909252600160881b90920416606082015290611b6690889083908c611910565b611b7b575060009450849350611d3b92505050565b8051611b9457611b948460000151888d606001516119c9565b604081015160608201516001600160781b0391821691168015611ce75783600103611bc457809450809350611bf0565b838114611bf057611bd5848361508d565b9150611be1818661508d565b9450611bed818561508d565b93505b83611bfb8684615075565b1115611c075781840394505b611c118583615075565b91506001600160781b0384116001600160781b0383111715611c9a57611c4c565b60005b8215611c4657908290069190611c35565b50919050565b611c5f611c598584611c32565b86611c32565b80150194859004949384900493909104906001600160781b038083119085111715611c9a57634e487b7160e01b600052601160045260246000fd5b600089815260026020526040902080546001600160781b03868116600160881b026001600160881b0391861662010000026001600160881b03199093169290921760011716179055611d30565b600089815260026020526040902080546001600160781b03868116600160881b026001600160881b0391891662010000026001600160881b031990931692909217600117161790555b509295509093505050505b9450945094915050565b8051825160005b82811015611f8c576000848281518110611d6857611d68614f77565b60200260200101519050600081600001519050838110611d9b576040516321a561b160e21b815260040160405180910390fd5b868181518110611dad57611dad614f77565b6020026020010151602001516001600160781b0316600003611dd0575050611f84565b6000878281518110611de457611de4614f77565b60209081029190910101515160408401519091506000808086602001516001811115611e1257611e12614732565b03611eac57604084015180518410611e3d57604051635fd9fc6760e11b815260040160405180910390fd5b6000818581518110611e5157611e51614f77565b602090810291909101015180516040820151909550935090506004841460030381816005811115611e8457611e84614732565b90816005811115611e9757611e97614732565b90525050606088015160409091015250611f3d565b606084015180518410611ed2576040516330446bef60e11b815260040160405180910390fd5b6000818581518110611ee657611ee6614f77565b602090810291909101015180516040820151909550935090506004841460030381816005811115611f1957611f19614732565b90816005811115611f2c57611f2c614732565b905250506060880151604090910152505b611f478260031090565b611f6457604051634a75b57b60e11b815260040160405180910390fd5b8015611f7d57611f7d86606001518288608001516132cb565b5050505050505b600101611d4c565b5060005b818110156120bb576000858281518110611fac57611fac614f77565b6020026020010151905080602001516001600160781b0316600003611fd157506120b3565b6000868381518110611fe557611fe5614f77565b60200260200101516000015190506000816060015151905060005b8181101561205c576120338360600151828151811061202157612021614f77565b60200260200101516000015160031090565b156120545760405160016202297360e61b0319815260040160405180910390fd5b600101612000565b505060408101515160005b818110156120ae576120888360400151828151811061202157612021614f77565b156120a65760405163a6cfc67360e01b815260040160405180910390fd5b600101612067565b505050505b600101611f90565b5050505050565b60008560a001518660c001516120d891906150ac565b905060008660a00151426120ec91906150ac565b905060006120fa82846150ac565b604080516020808252818301909252919250349160009160208201818036833701905050905061334360005b8b60400151518110156121e45760008c60400151828151811061214b5761214b614f77565b602002602001015190506000612170826060015183608001518f8f8c8c8f6000613400565b60608301819052608083018b9052905060008251600581111561219557612195614732565b036121c157858111156121bb57604051631a783b8d60e01b815260040160405180910390fd5b80860395505b506121db818e600001518f6101200151878763ffffffff16565b50600101612126565b50613343905060005b8b60600151518110156122a55760008c60600151828151811061221257612212614f77565b602002602001015190506000612237826060015183608001518f8f8c8c8f6001613400565b6060830181905260a08301516080840152905060008251600581111561225f5761225f614732565b0361228b578581111561228557604051631a783b8d60e01b815260040160405180910390fd5b80860395505b61229b82338d888863ffffffff16565b50506001016121ed565b50506122b0816129cc565b81156122c0576122c0338361344c565b50505050505050505050565b60608290506060829050856001600160a01b0316876001600160a01b03167f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318a88868660405161231f94939291906150fd565b60405180910390a35050505050505050565b60007f000000000000000000000000000000000000000000000000000000000000000046146124025761033b604080517f000000000000000000000000000000000000000000000000000000000000000060208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b507f000000000000000000000000000000000000000000000000000000000000000090565b61242f611a1e565b61244586610120013587610140013560016131a4565b5061244e6134a0565b61246c61245f610200880188615016565b9050876101e00135613040565b6000807f00000000000000000000000000000000000000000000000000000000000000009050806080528560a0526060602460c037604060646101203760e06080206101605261026435602081026102a0016001610264350181526020810190508781526080602460208301376101608760a0528660c052600060e05261020435925060005b8381101561253d578060400261028401602081610100376040816101203760208301925060e0608020835260a0840193508984528860208501526040816060860137506001016124f2565b60206001850102610160206060526102643593505b83811015612583578060400261028401915060a0830192508883528760208401526040826060850137600101612552565b505050505060007f00000000000000000000000000000000000000000000000000000000000000009050806080528260a052606060c460c03760206101046101203760c0608020600052602060002060e052602061026435026102000160018152836020820152606060c4604083013750506084356001600160a01b0381166000908152600160205260408120547f000000000000000000000000000000000000000000000000000000000000000060808190529091506040608460a03760605161010052886101205260a061014461014037816101e0526101806080209350505050602061026435026101800181815233602082015260806040820152610120606082015260a061026435026101e00160a4356084357f9d9af8e38d66c62e2c12f0225249fd9d721c54b83f48d9352c97c6cacdcb6f318385a3505060006060526126f881886101600135888a60600160208101906126e39190614ba9565b6126f360a08d0160808e01614ba9565b6134e1565b6127548161270c60808a0160608b01614ba9565b61271a6102208b018b614fd0565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061353192505050565b50505050505050565b80156127b95760006040519050632671a55160e11b815260206004820152600160248201528760448201528660648201528560848201528460a48201528360c48201528260e48201526127b382826101046135d3565b50612754565b60028760058111156127cd576127cd614732565b0361280457816001146127f35760405163efcc00b160e01b815260040160405180910390fd5b6127ff868686866136cc565b612754565b6127548686868686613790565b348160005b81811015612884573685858381811061283157612831614f77565b6040029190910191505080358481111561285e57604051631a783b8d60e01b815260040160405180910390fd5b6128776128716040840160208501614ba9565b8261344c565b9093039250600101612816565b50818611156128a657604051631a783b8d60e01b815260040160405180910390fd5b6128b0858761344c565b858211156128c4576128c43387840361344c565b505050505050565b6128d68183613877565b8161290857826001146128fc5760405163efcc00b160e01b815260040160405180910390fd5b6127ff878787876136cc565b612754828260028a8a8a8a8a613896565b602082026101e403358360005b81811015612987573687878381811061294157612941614f77565b60400291909101915050803586156129605761295d818b6150ac565b99505b61297d8b8e6129756040860160208701614ba9565b84898b613916565b5050600101612926565b506122c0888b8b8a8688613916565b61299f83613951565b6129a98183613877565b816129bb576127ff8787878787613790565b612754828260038a8a8a8a8a613896565b60408151146129d85750565b60006129e5826020015190565b90506129f18183613972565b5050565b6000828403612a05575080610556565b60008385840915905080612a2c5760405163c63cf08960e01b815260040160405180910390fd5b6000612a38868561508d565b9490940495945050505050565b6000858714612a955760008215612a5d575060001983015b600081612a6a888a61508d565b612a74888c61508d565b612a7e9190615075565b612a889190615075565b8590049250612a98915050565b50845b9695505050505050565b612aaa613faf565b831580612ab5575081155b15612ad357604051634c74edb760e11b815260040160405180910390fd5b612adb613faf565b612b38878585808060200260200160405190810160405280939291908181526020016000905b82821015612b2d57612b1e60408302860136819003810190615197565b81526020019060010190612b01565b505050505083613996565b805160408051602080890282018101909252878152612b97918a91908a908a90819060009085015b82821015612b8c57612b7d60408302860136819003810190615197565b81526020019060010190612b60565b505050505085613b39565b80516005811115612baa57612baa614732565b8351516005811115612bbe57612bbe614732565b141580612be9575080602001516001600160a01b03168360000151602001516001600160a01b031614155b80612c005750806040015183600001516040015114155b15612c1e576040516309cfb45560e01b815260040160405180910390fd5b82600001516060015181606001511115612ccc57600085856000818110612c4757612c47614f77565b905060400201803603810190612c5d9190615197565b905083600001516060015182606001510389826000015181518110612c8457612c84614f77565b60200260200101516000015160600151826020015181518110612ca957612ca9614f77565b602090810291909101015160609081019190915284518101519083015250612d55565b600087876000818110612ce157612ce1614f77565b905060400201803603810190612cf79190615197565b905081606001518460000151606001510389826000015181518110612d1e57612d1e614f77565b60200260200101516000015160400151826020015181518110612d4357612d43614f77565b60200260200101516060018181525050505b60608082015184519091015260809081015183516001600160a01b039091169101525095945050505050565b8151606090806001600160401b03811115612d9e57612d9e6140e8565b604051908082528060200260200182016040528015612dc7578160200160208202803683370190505b50915060005b81811015612eaf576000858281518110612de957612de9614f77565b6020026020010151905080602001516001600160781b0316600003612e0e5750612ea7565b6001848381518110612e2257612e22614f77565b91151560209283029190910190910152805160600151805160005b81811015612ea2576000838281518110612e5957612e59614f77565b602002602001015160600151905080600014612e99576040516314bea84160e31b8152600481018790526024810183905260448101829052606401610e1b565b50600101612e3d565b505050505b600101612dcd565b5060408051602080825281830190925234916000919060208201818036833701905050855190915060005b81811015612f6d576000878281518110612ef657612ef6614f77565b60209081029190910101518051909150600081516005811115612f1b57612f1b614732565b03612f4f578581606001511115612f4557604051631a783b8d60e01b815260040160405180910390fd5b8060600151860395505b612f63818360200151846040015188613343565b5050600101612eda565b50612f77826129cc565b8215612f8757612f87338461344c565b612f916001600055565b5050505092915050565b612fa3613faf565b8351600003612fc7578460405163375c24c160e01b8152600401610e1b91906151c3565b6000856001811115612fdb57612fdb614732565b036130025780516001600160a01b038316608090910152612ffd868583613b39565b61301b565b61300d868583613996565b336020820152604081018390525b80516060015160000361035a5760006020820181905281516080015295945050505050565b808210156129f157604051632335530b60e11b815260040160405180910390fd5b6000806000835160400361309257505050602081015160408201516001600160ff1b0381169060ff1c601b016130f8565b83516041036130ed5750505060208101516040820151606083015160001a601b81148015906130c557508060ff16601c14155b156130e857604051630f801e8560e11b815260ff82166004820152602401610e1b565b6130f8565b6128c4868686613cca565b6040805160008082526020820180845288905260ff841692820192909252606081018590526080810184905260019060a0016020604051602081039080840390855afa15801561314c573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811661318057604051638baa579f60e01b815260040160405180910390fd5b866001600160a01b0316816001600160a01b03161461275457612754878787613cca565b6000428411806131b45750428311155b156131e05781156131d8576040516337bf561360e11b815260040160405180910390fd5b506000610556565b5060019392505050565b60018360038111156131fe576131fe614732565b1180156132145750336001600160a01b03821614155b80156132295750336001600160a01b03831614155b1561159b5760808801515115801561324057508651155b156132565761325181868487613d41565b61159b565b60006132b482633313157060e01b88338d8c8e60405160240161327d959493929190615383565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613d8d565b90506132c08187613da2565b505050505050505050565b600083600052602060002060208301602084510281015b8082101561331f578151808411801561330257816000528460205261330b565b84600052816020525b5050604060002092506020820191506132e2565b50508314905080611a18576040516309bde33960e01b815260040160405180910390fd5b60008451600581111561335857613358614732565b036133745761336f8460800151856060015161344c565b611a18565b60018451600581111561338957613389614732565b036133a85761336f846020015184866080015187606001518686613916565b6002845160058111156133bd576133bd614732565b036133e15761336f84602001518486608001518760400151886060015187876128cc565b611a188460200151848660800151876040015188606001518787612996565b600087890361341b5761341487878a6129f5565b9050613440565b61343d61342988888c6129f5565b61343489898c6129f5565b87878787612a45565b90505b98975050505050505050565b61345581613951565b600080600080600085875af190508061349b57613470613dfc565b60405163470c7c1d60e01b81526001600160a01b038416600482015260248101839052604401610e1b565b505050565b6102443561026061026435604002011460043560201461022435610240141616806134de576040516339f3e3fd60e01b815260040160405180910390fd5b50565b60018360038111156134f5576134f5614732565b11801561350b5750336001600160a01b03821614155b80156135205750336001600160a01b03831614155b156120bb576120bb81868487613d41565b6000838152600260209081526040918290208251608081018452905460ff808216151583526101008204161515928201929092526001600160781b03620100008304811693820193909352600160881b90910490911660608201526135998482600180611910565b5080516135ab576135ab8385846119c9565b5050506000908152600260205260409020710100000000000000000000000000000100019055565b604080517f000000000000000000000000000000000000000000000000000000000000000060ff60a01b17600090815260208690527f000000000000000000000000000000000000000000000000000000000000000083526055600b20919092526001600160a01b03169050600080600080526020600085876000875af1915060005190508161368957613665613dfc565b60405163344f54f560e21b81526001600160a01b0384166004820152602401610e1b565b6001600160e01b03198116632671a55160e11b146128c457604051630e7ccd9360e11b8152600481018790526001600160a01b0384166024820152604401610e1b565b833b6136e757632f8aeb3960e11b6000528360045260246000fd5b6040516323b872dd60e01b6000528360045282602452816044526000806064600080895af180613781573d1561375b576020601f3d010460208304816003028183111561374257818303600302610200838002858002030401015b5a602082011015613757573d6000803e3d6000fd5b5050505b63f486bc8760e01b60005285600452846024528360445282606452600160845260a46000fd5b50604052505060006060525050565b843b6137ab57632f8aeb3960e11b6000528460045260246000fd5b60405160805160a05160c051637921219560e11b6000528760045286602452856044528460645260a0608452600060a45260008060c46000808d5af18061385b573d15613836576020601f3d010460208604816003028183111561381d57818303600302610200838002858002030401015b5a602082011015613832573d6000803e3d6000fd5b5050505b63f486bc8760e01b600052896004528860245287604452866064528560845260a46000fd5b5060809290925260a05260c05260405250506000606052505050565b6000613884836020015190565b905081811461349b5761349b836129cc565b600060208851036138d15750604080885260208089018a9052632671a55160e11b9189019190915260448801526001606488018190526138e0565b50606487018051600101908190525b603c60c082028901038781528660208201528560408201528460608201528360808201528260a082015250505050505050505050565b61391f83613951565b6139298183613877565b8161393f5761393a86868686613e44565b6128c4565b6128c48282600189898960008a613896565b806000036134de5760405163246cf94560e21b815260040160405180910390fd5b6064810151604082019060c00260440161398d8483836135d3565b50506020905250565b6139c2565b637fda727960e01b60005260206000fd5b634e487b7160e01b600052601160045260246000fd5b60208201805151845181106139d9576139d961399b565b60208102602086010151606081510151602084510151815181106139ff576139ff61399b565b60208102602083010151600080602086015115613a26575050606081018051600090915280155b885183518152602084015160208201526040840151604082015260a084015160808201526060812060208c51028c015b808b1015613afd5760208b019a508a515199508d518a10613a7957613a7961399b565b60208a0260208f0101519850602089015115613a5657606089510151975060208b510151965087518710613aaf57613aaf61399b565b602087026020890101519550606086018051860181511587821060011b1786179550809650506000815250606086208214608084015160a08801511416613af857613af861399b565b613a56565b50506060018290528015613b2c5760018103613b245763246cf94560e21b60005260206000fd5b613b2c6139ac565b5050505050505050505050565b6020820180515184518110613b5057613b5061399b565b602081026020860101518051604081015160208551015181518110613b7757613b7761399b565b60208102602083010151600080602087015115613b9e575050606081018051600090915280155b8951835181526020840151602082015260408401516040820152865160208c015261012087015160408c015260608120905060208c51028c015b808b1015613c8c5760208b019a508a515199508d518a10613bfb57613bfb61399b565b60208a0260208f0101519850602089015115613bd857885197506040880151965060208b510151955086518610613c3457613c3461399b565b602086026020880101519450606085018051850181511586821060011b178517945080955050600081525060608520821460408d01516101208a01511460208e01518a51141616613c8757613c8761399b565b613bd8565b50508160608b5101528015613cbc5760018103613cb45763246cf94560e21b60005260206000fd5b613cbc6139ac565b505050505050505050505050565b6000613ceb84631626ba7e60e01b858560405160240161327d929190615509565b905080613d1357613cfa613dfc565b604051634f7fb80d60e01b815260040160405180910390fd5b613d23630b135d3f60e11b613f4d565b15611a1857604051632057875960e21b815260040160405180910390fd5b604051602481018490523360448201526001600160a01b038316606482015260848101829052600090613d819086906303874c7760e21b9060a40161327d565b90506120bb8185613da2565b6000806000835160208501865afa9392505050565b81613dcb57613daf613dfc565b604051633ed4053f60e21b815260048101829052602401610e1b565b613ddb6303874c7760e21b613f4d565b156129f157604051633ed4053f60e21b815260048101829052602401610e1b565b3d156116f3576020601f3d01046020604051048160030281831115613e2f57818303600302610200838002858002030401015b5a60208201101561349b573d6000803e3d6000fd5b6040516323b872dd60e01b600052836004528260245281604452602060006064600080895af1803d15601f3d116001600051141617163d15158116613f3d5780873b151516613f3d5780613f285781613f07573d15613ee1576020601f3d0104602084048160030281831115613ec857818303600302610200838002858002030401015b5a602082011015613edd573d6000803e3d6000fd5b5050505b63f486bc8760e01b60005286600452856024528460445260006064528360845260a46000fd5b639889192360e01b6000528660045285602452846044528360645260846000fd5b632f8aeb3960e11b6000528660045260246000fd5b5050604052505060006060525050565b60008060203d03613f635760206000803e506000515b6001600160e01b031990811692169190911415919050565b6040518060a00160405280613f8e613ff2565b81526000602082018190526040820152606080820181905260809091015290565b60408051610100810182526000606082018181526080830182905260a0830182905260c0830182905260e083018290528252602082018190529181019190915290565b60405180610160016040528060006001600160a01b0316815260200160006001600160a01b0316815260200160608152602001606081526020016000600381111561403f5761403f614732565b815260006020820181905260408201819052606082018190526080820181905260a0820181905260c09091015290565b6000815180845260005b8181101561409557602081850181015186830182015201614079565b818111156140a7576000602083870101525b50601f01601f19169290920160200192915050565b602081526000610556602083018461406f565b6000602082840312156140e157600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60405160a081016001600160401b0381118282101715614120576141206140e8565b60405290565b60405161016081016001600160401b0381118282101715614120576141206140e8565b604051601f8201601f191681016001600160401b0381118282101715614171576141716140e8565b604052919050565b60006001600160401b03821115614192576141926140e8565b5060051b60200190565b6001600160a01b03811681146134de57600080fd5b80356141bc8161419c565b919050565b8035600681106141bc57600080fd5b600060a082840312156141e257600080fd5b6141ea6140fe565b90506141f5826141c1565b815260208201356142058161419c565b8060208301525060408201356040820152606082013560608201526080820135608082015292915050565b600082601f83011261424157600080fd5b8135602061425661425183614179565b614149565b82815260a0928302850182019282820191908785111561427557600080fd5b8387015b858110156142985761428b89826141d0565b8452928401928101614279565b5090979650505050505050565b600060c082840312156142b757600080fd5b60405160c081018181106001600160401b03821117156142d9576142d96140e8565b6040529050806142e8836141c1565b815260208301356142f88161419c565b8060208301525060408301356040820152606083013560608201526080830135608082015260a083013561432b8161419c565b60a0919091015292915050565b600082601f83011261434957600080fd5b8135602061435961425183614179565b82815260c0928302850182019282820191908785111561437857600080fd5b8387015b858110156142985761438e89826142a5565b845292840192810161437c565b8035600481106141bc57600080fd5b600061016082840312156143bd57600080fd5b6143c5614126565b90506143d0826141b1565b81526143de602083016141b1565b602082015260408201356001600160401b03808211156143fd57600080fd5b61440985838601614230565b6040840152606084013591508082111561442257600080fd5b5061442f84828501614338565b6060830152506144416080830161439b565b608082015260a082013560a082015260c082013560c082015260e082013560e082015261010080830135818301525061012080830135818301525061014080830135818301525092915050565b80356001600160781b03811681146141bc57600080fd5b600082601f8301126144b657600080fd5b81356001600160401b038111156144cf576144cf6140e8565b6144e2601f8201601f1916602001614149565b8181528460208386010111156144f757600080fd5b816020850160208301376000918101602001919091529392505050565b600060a0828403121561452657600080fd5b61452e6140fe565b905081356001600160401b038082111561454757600080fd5b614553858386016143aa565b83526145616020850161448e565b60208401526145726040850161448e565b6040840152606084013591508082111561458b57600080fd5b614597858386016144a5565b606084015260808401359150808211156145b057600080fd5b506145bd848285016144a5565b60808301525092915050565b600082601f8301126145da57600080fd5b813560206145ea61425183614179565b82815260059290921b8401810191818101908684111561460957600080fd5b8286015b848110156146485780356001600160401b0381111561462c5760008081fd5b61463a8986838b0101614514565b84525091830191830161460d565b509695505050505050565b60008083601f84011261466557600080fd5b5081356001600160401b0381111561467c57600080fd5b6020830191508360208260051b850101111561469757600080fd5b9250929050565b6000806000806000606086880312156146b657600080fd5b85356001600160401b03808211156146cd57600080fd5b6146d989838a016145c9565b965060208801359150808211156146ef57600080fd5b6146fb89838a01614653565b9096509450604088013591508082111561471457600080fd5b5061472188828901614653565b969995985093965092949392505050565b634e487b7160e01b600052602160045260246000fd5b6006811061475857614758614732565b9052565b614767828251614748565b6020818101516001600160a01b0390811691840191909152604080830151908401526060808301519084015260809182015116910152565b600081518084526020808501945080840160005b838110156147f55781516147c888825161475c565b808401516001600160a01b031660a08901526040015160c088015260e090960195908201906001016147b3565b509495945050505050565b602081526000610556602083018461479f565b60006020828403121561482557600080fd5b81356001600160401b0381111561483b57600080fd5b8201610160818503121561055657600080fd5b60008060008060008060008060008060e08b8d03121561486d57600080fd5b8a356001600160401b038082111561488457600080fd5b6148908e838f016145c9565b9b5060208d01359150808211156148a657600080fd5b6148b28e838f01614653565b909b50995060408d01359150808211156148cb57600080fd5b6148d78e838f01614653565b909950975060608d01359150808211156148f057600080fd5b506148fd8d828e01614653565b90965094505060808b0135925061491660a08c016141b1565b915060c08b013590509295989b9194979a5092959850565b604080825283519082018190526000906020906060840190828701845b8281101561496957815115158452928401929084019060010161494b565b50505083810382850152612a98818661479f565b6000806020838503121561499057600080fd5b82356001600160401b038111156149a657600080fd5b6149b285828601614653565b90969095509350505050565b600080600080604085870312156149d457600080fd5b84356001600160401b03808211156149eb57600080fd5b6149f788838901614653565b90965094506020870135915080821115614a1057600080fd5b50614a1d87828801614653565b95989497509550505050565b60008060408385031215614a3c57600080fd5b82356001600160401b03811115614a5257600080fd5b830160408186031215614a6457600080fd5b946020939093013593505050565b600080600080600060808688031215614a8a57600080fd5b85356001600160401b0380821115614aa157600080fd5b9087019060a0828a031215614ab557600080fd5b90955060208701359080821115614acb57600080fd5b50614ad888828901614653565b909550935050604086013591506060860135614af38161419c565b809150509295509295909350565b60008060008060008060008060a0898b031215614b1d57600080fd5b88356001600160401b0380821115614b3457600080fd5b614b408c838d01614653565b909a50985060208b0135915080821115614b5957600080fd5b614b658c838d01614653565b909850965060408b0135915080821115614b7e57600080fd5b50614b8b8b828c01614653565b999c989b509699959896976060870135966080013595509350505050565b600060208284031215614bbb57600080fd5b81356105568161419c565b606081526000614bd9606083018661406f565b6020830194909452506001600160a01b0391909116604090910152919050565b600060208284031215614c0b57600080fd5b81356001600160401b03811115614c2157600080fd5b8201610240818503121561055657600080fd5b6000614c4261425184614179565b83815260208082019190600586811b860136811115614c6057600080fd5b865b81811015614d5b5780356001600160401b0380821115614c825760008081fd5b818a01915060a08236031215614c985760008081fd5b614ca06140fe565b823581528683013560028110614cb65760008081fd5b81880152604083810135908201526060808401359082015260808084013583811115614ce25760008081fd5b939093019236601f850112614cf957600092508283fd5b83359250614d0961425184614179565b83815292871b84018801928881019036851115614d265760008081fd5b948901945b84861015614d4457853582529489019490890190614d2b565b918301919091525088525050948301948301614c62565b5092979650505050505050565b6000808335601e19843603018112614d7f57600080fd5b8301803591506001600160401b03821115614d9957600080fd5b602001915060a08102360382131561469757600080fd5b600060a08284031215614dc257600080fd5b61055683836141d0565b6000808335601e19843603018112614de357600080fd5b8301803591506001600160401b03821115614dfd57600080fd5b602001915060c08102360382131561469757600080fd5b600060c08284031215614e2657600080fd5b61055683836142a5565b600060208284031215614e4257600080fd5b6105568261439b565b60006104fe3683614514565b600060408284031215614e6957600080fd5b604051604081018181106001600160401b0382111715614e8b57614e8b6140e8565b604052823581526020928301359281019290925250919050565b6000614eb361425184614179565b80848252602080830192508560051b850136811115614ed157600080fd5b855b81811015614f6b5780356001600160401b03811115614ef25760008081fd5b870136601f820112614f045760008081fd5b8035614f1261425182614179565b81815260069190911b82018501908581019036831115614f325760008081fd5b928601925b82841015614f5b57614f493685614e57565b82528682019150604084019350614f37565b8852505050938201938201614ed3565b50919695505050505050565b634e487b7160e01b600052603260045260246000fd5b60008235603e19833603018112614fa357600080fd5b9190910192915050565b6000823561015e19833603018112614fa357600080fd5b60006104fe36836143aa565b6000808335601e19843603018112614fe757600080fd5b8301803591506001600160401b0382111561500157600080fd5b60200191503681900382131561469757600080fd5b6000808335601e1984360301811261502d57600080fd5b8301803591506001600160401b0382111561504757600080fd5b6020019150600681901b360382131561469757600080fd5b634e487b7160e01b600052601160045260246000fd5b600082198211156150885761508861505f565b500190565b60008160001904831182151516156150a7576150a761505f565b500290565b6000828210156150be576150be61505f565b500390565b600081518084526020808501945080840160005b838110156147f5576150ea87835161475c565b60a09690960195908201906001016150d7565b60006080808301878452602060018060a01b03808916828701526040848188015283895180865260a089019150848b01955060005b81811015615173578651615147848251614748565b808701518616848801528481015185850152606090810151908401529585019591870191600101615132565b50508781036060890152615187818a6150c3565b9c9b505050505050505050505050565b6000604082840312156151a957600080fd5b6105568383614e57565b6002811061475857614758614732565b602081016104fe82846151b3565b600081518084526020808501945080840160005b838110156147f55781516151fa888251614748565b838101516001600160a01b03168885015260408082015190890152606080820151908901526080908101519088015260a090960195908201906001016151e5565b600081518084526020808501945080840160005b838110156147f5578151615264888251614748565b808401516001600160a01b0390811689860152604080830151908a0152606080830151908a0152608080830151908a015260a091820151169088015260c0909601959082019060010161524f565b6004811061475857614758614732565b600081518084526020808501945080840160005b838110156147f5578151875295820195908201906001016152d6565b600081518084526020808501808196508360051b8101915082860160005b85811015615376578284038952815160a08151865286820151615335888801826151b3565b506040828101519087015260608083015190870152608091820151918601819052615362818701836152c2565b9a87019a9550505090840190600101615310565b5091979650505050505050565b85815260018060a01b038516602082015260a060408201526000610140855160a0808501526153bd82850182516001600160a01b03169052565b60208101516101606153d9818701836001600160a01b03169052565b6040830151915080610180870152506153f66102a08601826151d1565b9050606082015161013f19868303016101a0870152615415828261523b565b915050608082015161542b6101c08701826152b2565b5060a08201516101e086015260c082015161020086015260e082015161022086015261010080830151610240870152610120808401516102608801528484015161028088015260208a0151945061548d60c08801866001600160781b03169052565b60408a01516001600160781b031660e088015260608a0151878403609f19908101848a015290955093506154c1838661406f565b945060808a0151925083878603018188015250506154df838261406f565b9250505082810360608401526154f581866152c2565b9050828103608084015261344081856152f2565b8281526040602082015260006105d3604083018461406f56fea26469706673582212207978c3e23e8347ee52d36f19f30a60b2d77d8130d143836346f712ada20b199864736f6c634300080d0033";
|
|
2629
|
-
var isSuperArgs = function (xs) { return xs.length > 1; };
|
|
2630
|
-
var Consideration__factory = /** @class */ (function (_super) {
|
|
2631
|
-
__extends(Consideration__factory, _super);
|
|
2632
|
-
function Consideration__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 = "Consideration";
|
|
2645
|
-
return _this;
|
|
2646
|
-
}
|
|
2647
|
-
Consideration__factory.prototype.deploy = function (conduitController, overrides) {
|
|
2648
|
-
return _super.prototype.deploy.call(this, conduitController, overrides || {});
|
|
2649
|
-
};
|
|
2650
|
-
Consideration__factory.prototype.getDeployTransaction = function (conduitController, overrides) {
|
|
2651
|
-
return _super.prototype.getDeployTransaction.call(this, conduitController, overrides || {});
|
|
2652
|
-
};
|
|
2653
|
-
Consideration__factory.prototype.attach = function (address) {
|
|
2654
|
-
return _super.prototype.attach.call(this, address);
|
|
2655
|
-
};
|
|
2656
|
-
Consideration__factory.prototype.connect = function (signer) {
|
|
2657
|
-
return _super.prototype.connect.call(this, signer);
|
|
2658
|
-
};
|
|
2659
|
-
Consideration__factory.createInterface = function () {
|
|
2660
|
-
return new ethers_1.utils.Interface(_abi);
|
|
2661
|
-
};
|
|
2662
|
-
Consideration__factory.connect = function (address, signerOrProvider) {
|
|
2663
|
-
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
2664
|
-
};
|
|
2665
|
-
Consideration__factory.bytecode = _bytecode;
|
|
2666
|
-
Consideration__factory.abi = _abi;
|
|
2667
|
-
return Consideration__factory;
|
|
2668
|
-
}(ethers_1.ContractFactory));
|
|
2669
|
-
exports.Consideration__factory = Consideration__factory;
|
|
2670
|
-
//# sourceMappingURL=Consideration__factory.js.map
|