@opensea/seaport-js 2.0.1 → 2.0.3

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.
Files changed (363) hide show
  1. package/README.md +4 -0
  2. package/lib/typechain-types/factories/seaport_v1_5/contracts/index.d.ts +0 -1
  3. package/lib/typechain-types/factories/seaport_v1_5/contracts/index.js +1 -2
  4. package/lib/typechain-types/factories/seaport_v1_5/contracts/index.js.map +1 -1
  5. package/lib/typechain-types/index.d.ts +2 -2
  6. package/lib/typechain-types/index.js +3 -3
  7. package/lib/typechain-types/index.js.map +1 -1
  8. package/lib/typechain-types/seaport_v1_5/contracts/index.d.ts +0 -2
  9. package/package.json +2 -2
  10. package/src/artifacts/@rari-capital/solmate/src/tokens/ERC1155.sol/ERC1155.dbg.json +1 -1
  11. package/src/artifacts/@rari-capital/solmate/src/tokens/ERC1155.sol/ERC1155TokenReceiver.dbg.json +1 -1
  12. package/src/artifacts/@rari-capital/solmate/src/tokens/ERC20.sol/ERC20.dbg.json +1 -1
  13. package/src/artifacts/@rari-capital/solmate/src/tokens/ERC721.sol/ERC721.dbg.json +1 -1
  14. package/src/artifacts/@rari-capital/solmate/src/tokens/ERC721.sol/ERC721TokenReceiver.dbg.json +1 -1
  15. package/src/artifacts/build-info/9bdb09ed3cce3558b76665325e604aed.json +1 -0
  16. package/src/artifacts/domain-registry/contracts/DomainRegistry.sol/DomainRegistry.dbg.json +1 -1
  17. package/src/artifacts/domain-registry/contracts/interfaces/DomainRegistryInterface.sol/DomainRegistryInterface.dbg.json +1 -1
  18. package/src/artifacts/seaport-core/src/conduit/Conduit.sol/Conduit.dbg.json +1 -1
  19. package/src/artifacts/seaport-core/src/conduit/ConduitController.sol/ConduitController.dbg.json +1 -1
  20. package/src/artifacts/seaport-core/src/lib/AmountDeriver.sol/AmountDeriver.dbg.json +1 -1
  21. package/src/artifacts/seaport-core/src/lib/Assertions.sol/Assertions.dbg.json +1 -1
  22. package/src/artifacts/seaport-core/src/lib/BasicOrderFulfiller.sol/BasicOrderFulfiller.dbg.json +1 -1
  23. package/src/artifacts/seaport-core/src/lib/Consideration.sol/Consideration.dbg.json +1 -1
  24. package/src/artifacts/seaport-core/src/lib/ConsiderationBase.sol/ConsiderationBase.dbg.json +1 -1
  25. package/src/artifacts/seaport-core/src/lib/ConsiderationDecoder.sol/ConsiderationDecoder.dbg.json +1 -1
  26. package/src/artifacts/seaport-core/src/lib/ConsiderationEncoder.sol/ConsiderationEncoder.dbg.json +1 -1
  27. package/src/artifacts/seaport-core/src/lib/CounterManager.sol/CounterManager.dbg.json +1 -1
  28. package/src/artifacts/seaport-core/src/lib/CriteriaResolution.sol/CriteriaResolution.dbg.json +1 -1
  29. package/src/artifacts/seaport-core/src/lib/Executor.sol/Executor.dbg.json +1 -1
  30. package/src/artifacts/seaport-core/src/lib/FulfillmentApplier.sol/FulfillmentApplier.dbg.json +1 -1
  31. package/src/artifacts/seaport-core/src/lib/GettersAndDerivers.sol/GettersAndDerivers.dbg.json +1 -1
  32. package/src/artifacts/seaport-core/src/lib/LowLevelHelpers.sol/LowLevelHelpers.dbg.json +1 -1
  33. package/src/artifacts/seaport-core/src/lib/OrderCombiner.sol/OrderCombiner.dbg.json +1 -1
  34. package/src/artifacts/seaport-core/src/lib/OrderFulfiller.sol/OrderFulfiller.dbg.json +1 -1
  35. package/src/artifacts/seaport-core/src/lib/OrderValidator.sol/OrderValidator.dbg.json +1 -1
  36. package/src/artifacts/seaport-core/src/lib/ReentrancyGuard.sol/ReentrancyGuard.dbg.json +1 -1
  37. package/src/artifacts/seaport-core/src/lib/SignatureVerification.sol/SignatureVerification.dbg.json +1 -1
  38. package/src/artifacts/seaport-core/src/lib/TokenTransferrer.sol/TokenTransferrer.dbg.json +1 -1
  39. package/src/artifacts/seaport-core/src/lib/Verifiers.sol/Verifiers.dbg.json +1 -1
  40. package/src/artifacts/seaport-core/src/lib/ZoneInteraction.sol/ZoneInteraction.dbg.json +1 -1
  41. package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/CalldataPointerLib.dbg.json +1 -1
  42. package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/CalldataReaders.dbg.json +1 -1
  43. package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/MemoryPointerLib.dbg.json +1 -1
  44. package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/MemoryReaders.dbg.json +1 -1
  45. package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/MemoryWriters.dbg.json +1 -1
  46. package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/ReturndataPointerLib.dbg.json +1 -1
  47. package/src/artifacts/seaport-types/src/helpers/PointerLibraries.sol/ReturndataReaders.dbg.json +1 -1
  48. package/src/artifacts/seaport-types/src/interfaces/AmountDerivationErrors.sol/AmountDerivationErrors.dbg.json +1 -1
  49. package/src/artifacts/seaport-types/src/interfaces/ConduitControllerInterface.sol/ConduitControllerInterface.dbg.json +1 -1
  50. package/src/artifacts/seaport-types/src/interfaces/ConduitInterface.sol/ConduitInterface.dbg.json +1 -1
  51. package/src/artifacts/seaport-types/src/interfaces/ConsiderationEventsAndErrors.sol/ConsiderationEventsAndErrors.dbg.json +1 -1
  52. package/src/artifacts/seaport-types/src/interfaces/ConsiderationInterface.sol/ConsiderationInterface.dbg.json +1 -1
  53. package/src/artifacts/seaport-types/src/interfaces/CriteriaResolutionErrors.sol/CriteriaResolutionErrors.dbg.json +1 -1
  54. package/src/artifacts/seaport-types/src/interfaces/FulfillmentApplicationErrors.sol/FulfillmentApplicationErrors.dbg.json +1 -1
  55. package/src/artifacts/seaport-types/src/interfaces/ReentrancyErrors.sol/ReentrancyErrors.dbg.json +1 -1
  56. package/src/artifacts/seaport-types/src/interfaces/SignatureVerificationErrors.sol/SignatureVerificationErrors.dbg.json +1 -1
  57. package/src/artifacts/seaport-types/src/interfaces/TokenTransferrerErrors.sol/TokenTransferrerErrors.dbg.json +1 -1
  58. package/src/artifacts/seaport-types/src/interfaces/ZoneInteractionErrors.sol/ZoneInteractionErrors.dbg.json +1 -1
  59. package/src/artifacts/seaport-types/src/lib/ConsiderationStructs.sol/StructPointers.dbg.json +1 -1
  60. package/src/artifacts/seaport_v1_4/contracts/Seaport.sol/Seaport.dbg.json +1 -1
  61. package/src/artifacts/seaport_v1_4/contracts/conduit/Conduit.sol/LocalConduit.dbg.json +1 -1
  62. package/src/artifacts/seaport_v1_4/contracts/conduit/ConduitController.sol/LocalConduitController.dbg.json +1 -1
  63. package/src/artifacts/seaport_v1_5/contracts/Seaport.sol/Seaport.dbg.json +1 -1
  64. package/src/artifacts/src/contracts/test/TestERC1155.sol/TestERC1155.dbg.json +1 -1
  65. package/src/artifacts/src/contracts/test/TestERC20.sol/TestERC20.dbg.json +1 -1
  66. package/src/artifacts/src/contracts/test/TestERC20USDC.sol/TestERC20USDC.dbg.json +1 -1
  67. package/src/artifacts/src/contracts/test/TestERC721.sol/TestERC721.dbg.json +1 -1
  68. package/src/typechain-types/factories/seaport_v1_5/contracts/index.ts +0 -1
  69. package/src/typechain-types/hardhat.d.ts +0 -9
  70. package/src/typechain-types/index.ts +2 -2
  71. package/src/typechain-types/seaport-types/src/interfaces/ConsiderationInterface.ts +9 -3
  72. package/src/typechain-types/seaport_v1_4/contracts/Seaport.ts +9 -3
  73. package/src/typechain-types/seaport_v1_5/contracts/index.ts +0 -2
  74. package/lib/abi/Seaport.d.ts +0 -112
  75. package/lib/abi/Seaport.js +0 -2585
  76. package/lib/abi/Seaport.js.map +0 -1
  77. package/lib/typechain/DomainRegistry.d.ts +0 -97
  78. package/lib/typechain/DomainRegistry.js +0 -3
  79. package/lib/typechain/DomainRegistry.js.map +0 -1
  80. package/lib/typechain/ERC1155.d.ts +0 -189
  81. package/lib/typechain/ERC1155.js +0 -3
  82. package/lib/typechain/ERC1155.js.map +0 -1
  83. package/lib/typechain/ERC20.d.ts +0 -201
  84. package/lib/typechain/ERC20.js +0 -3
  85. package/lib/typechain/ERC20.js.map +0 -1
  86. package/lib/typechain/ERC721.d.ts +0 -222
  87. package/lib/typechain/ERC721.js +0 -3
  88. package/lib/typechain/ERC721.js.map +0 -1
  89. package/lib/typechain/Seaport.d.ts +0 -707
  90. package/lib/typechain/Seaport.js +0 -3
  91. package/lib/typechain/Seaport.js.map +0 -1
  92. package/lib/typechain/common.d.ts +0 -21
  93. package/lib/typechain/common.js +0 -3
  94. package/lib/typechain/common.js.map +0 -1
  95. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/AmountDerivationErrors__factory.d.ts +0 -12
  96. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/AmountDerivationErrors__factory.js +0 -27
  97. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/AmountDerivationErrors__factory.js.map +0 -1
  98. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitControllerInterface__factory.d.ts +0 -333
  99. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitControllerInterface__factory.js +0 -452
  100. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitControllerInterface__factory.js.map +0 -1
  101. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitInterface__factory.d.ts +0 -203
  102. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitInterface__factory.js +0 -276
  103. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitInterface__factory.js.map +0 -1
  104. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors__factory.d.ts +0 -360
  105. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors__factory.js +0 -475
  106. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors__factory.js.map +0 -1
  107. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationInterface__factory.d.ts +0 -1705
  108. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationInterface__factory.js +0 -2210
  109. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationInterface__factory.js.map +0 -1
  110. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors__factory.d.ts +0 -56
  111. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors__factory.js +0 -85
  112. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors__factory.js.map +0 -1
  113. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors__factory.d.ts +0 -32
  114. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors__factory.js +0 -54
  115. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors__factory.js.map +0 -1
  116. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ReentrancyErrors__factory.d.ts +0 -12
  117. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ReentrancyErrors__factory.js +0 -27
  118. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ReentrancyErrors__factory.js.map +0 -1
  119. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors__factory.d.ts +0 -28
  120. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors__factory.js +0 -48
  121. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors__factory.js.map +0 -1
  122. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors__factory.d.ts +0 -104
  123. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors__factory.js +0 -147
  124. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors__factory.js.map +0 -1
  125. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors__factory.d.ts +0 -24
  126. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors__factory.js +0 -42
  127. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors__factory.js.map +0 -1
  128. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/index.d.ts +0 -1
  129. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/index.js +0 -9
  130. package/lib/typechain-types/factories/seaport_v1_5/contracts/interfaces/index.js.map +0 -1
  131. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/AmountDeriver__factory.d.ts +0 -24
  132. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/AmountDeriver__factory.js +0 -95
  133. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/AmountDeriver__factory.js.map +0 -1
  134. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Assertions__factory.d.ts +0 -480
  135. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Assertions__factory.js +0 -684
  136. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Assertions__factory.js.map +0 -1
  137. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/BasicOrderFulfiller__factory.d.ts +0 -516
  138. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/BasicOrderFulfiller__factory.js +0 -732
  139. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/BasicOrderFulfiller__factory.js.map +0 -1
  140. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ConsiderationBase__factory.d.ts +0 -380
  141. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ConsiderationBase__factory.js +0 -554
  142. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ConsiderationBase__factory.js.map +0 -1
  143. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Consideration__factory.d.ts +0 -2292
  144. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Consideration__factory.js +0 -3024
  145. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Consideration__factory.js.map +0 -1
  146. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/CounterManager__factory.d.ts +0 -376
  147. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/CounterManager__factory.js +0 -548
  148. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/CounterManager__factory.js.map +0 -1
  149. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/CriteriaResolution__factory.d.ts +0 -68
  150. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/CriteriaResolution__factory.js +0 -153
  151. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/CriteriaResolution__factory.js.map +0 -1
  152. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Executor__factory.d.ts +0 -500
  153. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Executor__factory.js +0 -710
  154. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Executor__factory.js.map +0 -1
  155. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/FulfillmentApplier__factory.d.ts +0 -44
  156. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/FulfillmentApplier__factory.js +0 -122
  157. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/FulfillmentApplier__factory.js.map +0 -1
  158. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/GettersAndDerivers__factory.d.ts +0 -380
  159. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/GettersAndDerivers__factory.js +0 -554
  160. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/GettersAndDerivers__factory.js.map +0 -1
  161. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderCombiner__factory.d.ts +0 -592
  162. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderCombiner__factory.js +0 -832
  163. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderCombiner__factory.js.map +0 -1
  164. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderFulfiller__factory.d.ts +0 -568
  165. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderFulfiller__factory.js +0 -800
  166. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderFulfiller__factory.js.map +0 -1
  167. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderValidator__factory.d.ts +0 -516
  168. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderValidator__factory.js +0 -732
  169. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/OrderValidator__factory.js.map +0 -1
  170. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ReentrancyGuard__factory.d.ts +0 -28
  171. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ReentrancyGuard__factory.js +0 -100
  172. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ReentrancyGuard__factory.js.map +0 -1
  173. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/SignatureVerification__factory.d.ts +0 -40
  174. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/SignatureVerification__factory.js +0 -116
  175. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/SignatureVerification__factory.js.map +0 -1
  176. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/TokenTransferrer__factory.d.ts +0 -116
  177. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/TokenTransferrer__factory.js +0 -215
  178. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/TokenTransferrer__factory.js.map +0 -1
  179. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Verifiers__factory.d.ts +0 -500
  180. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Verifiers__factory.js +0 -710
  181. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/Verifiers__factory.js.map +0 -1
  182. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ZoneInteraction__factory.d.ts +0 -36
  183. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ZoneInteraction__factory.js +0 -112
  184. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/ZoneInteraction__factory.js.map +0 -1
  185. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/index.d.ts +0 -18
  186. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/index.js +0 -43
  187. package/lib/typechain-types/factories/seaport_v1_5/contracts/lib/index.js.map +0 -1
  188. package/lib/typechain-types/factories/src/contracts/test/TestERC721.sol.sol/TestERC721__factory.d.ts +0 -292
  189. package/lib/typechain-types/factories/src/contracts/test/TestERC721.sol.sol/TestERC721__factory.js +0 -444
  190. package/lib/typechain-types/factories/src/contracts/test/TestERC721.sol.sol/TestERC721__factory.js.map +0 -1
  191. package/lib/typechain-types/factories/src/contracts/test/TestERC721.sol.sol/index.d.ts +0 -1
  192. package/lib/typechain-types/factories/src/contracts/test/TestERC721.sol.sol/index.js +0 -9
  193. package/lib/typechain-types/factories/src/contracts/test/TestERC721.sol.sol/index.js.map +0 -1
  194. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/AmountDerivationErrors.d.ts +0 -27
  195. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/AmountDerivationErrors.js +0 -3
  196. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/AmountDerivationErrors.js.map +0 -1
  197. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConduitControllerInterface.d.ts +0 -268
  198. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConduitControllerInterface.js +0 -3
  199. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConduitControllerInterface.js.map +0 -1
  200. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConduitInterface.d.ts +0 -156
  201. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConduitInterface.js +0 -3
  202. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConduitInterface.js.map +0 -1
  203. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors.d.ts +0 -216
  204. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors.js +0 -3
  205. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors.js.map +0 -1
  206. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationInterface.d.ts +0 -638
  207. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationInterface.js +0 -3
  208. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationInterface.js.map +0 -1
  209. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors.d.ts +0 -27
  210. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors.js +0 -3
  211. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors.js.map +0 -1
  212. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors.d.ts +0 -27
  213. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors.js +0 -3
  214. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors.js.map +0 -1
  215. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ReentrancyErrors.d.ts +0 -27
  216. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ReentrancyErrors.js +0 -3
  217. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ReentrancyErrors.js.map +0 -1
  218. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors.d.ts +0 -27
  219. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors.js +0 -3
  220. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors.js.map +0 -1
  221. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors.d.ts +0 -27
  222. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors.js +0 -3
  223. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors.js.map +0 -1
  224. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors.d.ts +0 -27
  225. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors.js +0 -3
  226. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors.js.map +0 -1
  227. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/index.d.ts +0 -1
  228. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/index.js +0 -3
  229. package/lib/typechain-types/seaport_v1_5/contracts/interfaces/index.js.map +0 -1
  230. package/lib/typechain-types/seaport_v1_5/contracts/lib/AmountDeriver.d.ts +0 -27
  231. package/lib/typechain-types/seaport_v1_5/contracts/lib/AmountDeriver.js +0 -3
  232. package/lib/typechain-types/seaport_v1_5/contracts/lib/AmountDeriver.js.map +0 -1
  233. package/lib/typechain-types/seaport_v1_5/contracts/lib/Assertions.d.ts +0 -216
  234. package/lib/typechain-types/seaport_v1_5/contracts/lib/Assertions.js +0 -3
  235. package/lib/typechain-types/seaport_v1_5/contracts/lib/Assertions.js.map +0 -1
  236. package/lib/typechain-types/seaport_v1_5/contracts/lib/BasicOrderFulfiller.d.ts +0 -216
  237. package/lib/typechain-types/seaport_v1_5/contracts/lib/BasicOrderFulfiller.js +0 -3
  238. package/lib/typechain-types/seaport_v1_5/contracts/lib/BasicOrderFulfiller.js.map +0 -1
  239. package/lib/typechain-types/seaport_v1_5/contracts/lib/Consideration.d.ts +0 -711
  240. package/lib/typechain-types/seaport_v1_5/contracts/lib/Consideration.js +0 -3
  241. package/lib/typechain-types/seaport_v1_5/contracts/lib/Consideration.js.map +0 -1
  242. package/lib/typechain-types/seaport_v1_5/contracts/lib/ConsiderationBase.d.ts +0 -216
  243. package/lib/typechain-types/seaport_v1_5/contracts/lib/ConsiderationBase.js +0 -3
  244. package/lib/typechain-types/seaport_v1_5/contracts/lib/ConsiderationBase.js.map +0 -1
  245. package/lib/typechain-types/seaport_v1_5/contracts/lib/CounterManager.d.ts +0 -216
  246. package/lib/typechain-types/seaport_v1_5/contracts/lib/CounterManager.js +0 -3
  247. package/lib/typechain-types/seaport_v1_5/contracts/lib/CounterManager.js.map +0 -1
  248. package/lib/typechain-types/seaport_v1_5/contracts/lib/CriteriaResolution.d.ts +0 -27
  249. package/lib/typechain-types/seaport_v1_5/contracts/lib/CriteriaResolution.js +0 -3
  250. package/lib/typechain-types/seaport_v1_5/contracts/lib/CriteriaResolution.js.map +0 -1
  251. package/lib/typechain-types/seaport_v1_5/contracts/lib/Executor.d.ts +0 -216
  252. package/lib/typechain-types/seaport_v1_5/contracts/lib/Executor.js +0 -3
  253. package/lib/typechain-types/seaport_v1_5/contracts/lib/Executor.js.map +0 -1
  254. package/lib/typechain-types/seaport_v1_5/contracts/lib/FulfillmentApplier.d.ts +0 -27
  255. package/lib/typechain-types/seaport_v1_5/contracts/lib/FulfillmentApplier.js +0 -3
  256. package/lib/typechain-types/seaport_v1_5/contracts/lib/FulfillmentApplier.js.map +0 -1
  257. package/lib/typechain-types/seaport_v1_5/contracts/lib/GettersAndDerivers.d.ts +0 -216
  258. package/lib/typechain-types/seaport_v1_5/contracts/lib/GettersAndDerivers.js +0 -3
  259. package/lib/typechain-types/seaport_v1_5/contracts/lib/GettersAndDerivers.js.map +0 -1
  260. package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderCombiner.d.ts +0 -216
  261. package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderCombiner.js +0 -3
  262. package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderCombiner.js.map +0 -1
  263. package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderFulfiller.d.ts +0 -216
  264. package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderFulfiller.js +0 -3
  265. package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderFulfiller.js.map +0 -1
  266. package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderValidator.d.ts +0 -216
  267. package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderValidator.js +0 -3
  268. package/lib/typechain-types/seaport_v1_5/contracts/lib/OrderValidator.js.map +0 -1
  269. package/lib/typechain-types/seaport_v1_5/contracts/lib/ReentrancyGuard.d.ts +0 -27
  270. package/lib/typechain-types/seaport_v1_5/contracts/lib/ReentrancyGuard.js +0 -3
  271. package/lib/typechain-types/seaport_v1_5/contracts/lib/ReentrancyGuard.js.map +0 -1
  272. package/lib/typechain-types/seaport_v1_5/contracts/lib/SignatureVerification.d.ts +0 -27
  273. package/lib/typechain-types/seaport_v1_5/contracts/lib/SignatureVerification.js +0 -3
  274. package/lib/typechain-types/seaport_v1_5/contracts/lib/SignatureVerification.js.map +0 -1
  275. package/lib/typechain-types/seaport_v1_5/contracts/lib/TokenTransferrer.d.ts +0 -27
  276. package/lib/typechain-types/seaport_v1_5/contracts/lib/TokenTransferrer.js +0 -3
  277. package/lib/typechain-types/seaport_v1_5/contracts/lib/TokenTransferrer.js.map +0 -1
  278. package/lib/typechain-types/seaport_v1_5/contracts/lib/Verifiers.d.ts +0 -216
  279. package/lib/typechain-types/seaport_v1_5/contracts/lib/Verifiers.js +0 -3
  280. package/lib/typechain-types/seaport_v1_5/contracts/lib/Verifiers.js.map +0 -1
  281. package/lib/typechain-types/seaport_v1_5/contracts/lib/ZoneInteraction.d.ts +0 -27
  282. package/lib/typechain-types/seaport_v1_5/contracts/lib/ZoneInteraction.js +0 -3
  283. package/lib/typechain-types/seaport_v1_5/contracts/lib/ZoneInteraction.js.map +0 -1
  284. package/lib/typechain-types/seaport_v1_5/contracts/lib/index.d.ts +0 -18
  285. package/lib/typechain-types/seaport_v1_5/contracts/lib/index.js +0 -3
  286. package/lib/typechain-types/seaport_v1_5/contracts/lib/index.js.map +0 -1
  287. package/lib/typechain-types/src/contracts/test/TestERC721.sol.sol/TestERC721.d.ts +0 -243
  288. package/lib/typechain-types/src/contracts/test/TestERC721.sol.sol/TestERC721.js +0 -3
  289. package/lib/typechain-types/src/contracts/test/TestERC721.sol.sol/TestERC721.js.map +0 -1
  290. package/lib/typechain-types/src/contracts/test/TestERC721.sol.sol/index.d.ts +0 -1
  291. package/lib/typechain-types/src/contracts/test/TestERC721.sol.sol/index.js +0 -3
  292. package/lib/typechain-types/src/contracts/test/TestERC721.sol.sol/index.js.map +0 -1
  293. package/src/artifacts/build-info/8ec2a72c7ffed75938dc5db96ad993ab.json +0 -1
  294. package/src/artifacts/build-info/adb0dc5cdbe2af0ab1658ae96afea5af.json +0 -1
  295. package/src/artifacts/build-info/c314db703fc0cbcdaeb2d52354fe2c12.json +0 -1
  296. package/src/artifacts/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors.sol/ZoneInteractionErrors.dbg.json +0 -4
  297. package/src/artifacts/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors.sol/ZoneInteractionErrors.json +0 -33
  298. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/AmountDerivationErrors__factory.ts +0 -35
  299. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitControllerInterface__factory.ts +0 -460
  300. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConduitInterface__factory.ts +0 -280
  301. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors__factory.ts +0 -483
  302. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/ConsiderationInterface__factory.ts +0 -2218
  303. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors__factory.ts +0 -93
  304. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors__factory.ts +0 -62
  305. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/ReentrancyErrors__factory.ts +0 -31
  306. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors__factory.ts +0 -56
  307. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors__factory.ts +0 -155
  308. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors__factory.ts +0 -52
  309. package/src/typechain-types/factories/seaport_v1_5/contracts/interfaces/index.ts +0 -4
  310. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/AmountDeriver__factory.ts +0 -67
  311. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/Assertions__factory.ts +0 -661
  312. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/BasicOrderFulfiller__factory.ts +0 -709
  313. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/ConsiderationBase__factory.ts +0 -531
  314. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/Consideration__factory.ts +0 -3001
  315. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/CounterManager__factory.ts +0 -520
  316. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/CriteriaResolution__factory.ts +0 -125
  317. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/Executor__factory.ts +0 -687
  318. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/FulfillmentApplier__factory.ts +0 -94
  319. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/GettersAndDerivers__factory.ts +0 -531
  320. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/OrderCombiner__factory.ts +0 -809
  321. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/OrderFulfiller__factory.ts +0 -777
  322. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/OrderValidator__factory.ts +0 -709
  323. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/ReentrancyGuard__factory.ts +0 -72
  324. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/SignatureVerification__factory.ts +0 -92
  325. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/TokenTransferrer__factory.ts +0 -187
  326. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/Verifiers__factory.ts +0 -687
  327. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/ZoneInteraction__factory.ts +0 -84
  328. package/src/typechain-types/factories/seaport_v1_5/contracts/lib/index.ts +0 -21
  329. package/src/typechain-types/factories/src/contracts/test/TestERC721.sol.sol/TestERC721__factory.ts +0 -416
  330. package/src/typechain-types/factories/src/contracts/test/TestERC721.sol.sol/index.ts +0 -4
  331. package/src/typechain-types/seaport_v1_5/contracts/interfaces/AmountDerivationErrors.ts +0 -55
  332. package/src/typechain-types/seaport_v1_5/contracts/interfaces/ConduitControllerInterface.ts +0 -612
  333. package/src/typechain-types/seaport_v1_5/contracts/interfaces/ConduitInterface.ts +0 -295
  334. package/src/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationEventsAndErrors.ts +0 -313
  335. package/src/typechain-types/seaport_v1_5/contracts/interfaces/ConsiderationInterface.ts +0 -1074
  336. package/src/typechain-types/seaport_v1_5/contracts/interfaces/CriteriaResolutionErrors.ts +0 -55
  337. package/src/typechain-types/seaport_v1_5/contracts/interfaces/FulfillmentApplicationErrors.ts +0 -55
  338. package/src/typechain-types/seaport_v1_5/contracts/interfaces/ReentrancyErrors.ts +0 -55
  339. package/src/typechain-types/seaport_v1_5/contracts/interfaces/SignatureVerificationErrors.ts +0 -55
  340. package/src/typechain-types/seaport_v1_5/contracts/interfaces/TokenTransferrerErrors.ts +0 -55
  341. package/src/typechain-types/seaport_v1_5/contracts/interfaces/ZoneInteractionErrors.ts +0 -55
  342. package/src/typechain-types/seaport_v1_5/contracts/interfaces/index.ts +0 -4
  343. package/src/typechain-types/seaport_v1_5/contracts/lib/AmountDeriver.ts +0 -55
  344. package/src/typechain-types/seaport_v1_5/contracts/lib/Assertions.ts +0 -313
  345. package/src/typechain-types/seaport_v1_5/contracts/lib/BasicOrderFulfiller.ts +0 -313
  346. package/src/typechain-types/seaport_v1_5/contracts/lib/Consideration.ts +0 -1211
  347. package/src/typechain-types/seaport_v1_5/contracts/lib/ConsiderationBase.ts +0 -313
  348. package/src/typechain-types/seaport_v1_5/contracts/lib/CounterManager.ts +0 -313
  349. package/src/typechain-types/seaport_v1_5/contracts/lib/CriteriaResolution.ts +0 -55
  350. package/src/typechain-types/seaport_v1_5/contracts/lib/Executor.ts +0 -313
  351. package/src/typechain-types/seaport_v1_5/contracts/lib/FulfillmentApplier.ts +0 -55
  352. package/src/typechain-types/seaport_v1_5/contracts/lib/GettersAndDerivers.ts +0 -313
  353. package/src/typechain-types/seaport_v1_5/contracts/lib/OrderCombiner.ts +0 -313
  354. package/src/typechain-types/seaport_v1_5/contracts/lib/OrderFulfiller.ts +0 -313
  355. package/src/typechain-types/seaport_v1_5/contracts/lib/OrderValidator.ts +0 -313
  356. package/src/typechain-types/seaport_v1_5/contracts/lib/ReentrancyGuard.ts +0 -55
  357. package/src/typechain-types/seaport_v1_5/contracts/lib/SignatureVerification.ts +0 -55
  358. package/src/typechain-types/seaport_v1_5/contracts/lib/TokenTransferrer.ts +0 -55
  359. package/src/typechain-types/seaport_v1_5/contracts/lib/Verifiers.ts +0 -313
  360. package/src/typechain-types/seaport_v1_5/contracts/lib/ZoneInteraction.ts +0 -55
  361. package/src/typechain-types/seaport_v1_5/contracts/lib/index.ts +0 -21
  362. package/src/typechain-types/src/contracts/test/TestERC721.sol.sol/TestERC721.ts +0 -600
  363. package/src/typechain-types/src/contracts/test/TestERC721.sol.sol/index.ts +0 -4
@@ -1,1211 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- import type {
5
- BaseContract,
6
- BigNumber,
7
- BigNumberish,
8
- BytesLike,
9
- CallOverrides,
10
- ContractTransaction,
11
- Overrides,
12
- PayableOverrides,
13
- PopulatedTransaction,
14
- Signer,
15
- utils,
16
- } from "ethers";
17
- import type {
18
- FunctionFragment,
19
- Result,
20
- EventFragment,
21
- } from "@ethersproject/abi";
22
- import type { Listener, Provider } from "@ethersproject/providers";
23
- import type {
24
- TypedEventFilter,
25
- TypedEvent,
26
- TypedListener,
27
- OnEvent,
28
- } from "../../../common";
29
-
30
- export type SpentItemStruct = {
31
- itemType: BigNumberish;
32
- token: string;
33
- identifier: BigNumberish;
34
- amount: BigNumberish;
35
- };
36
-
37
- export type SpentItemStructOutput = [number, string, BigNumber, BigNumber] & {
38
- itemType: number;
39
- token: string;
40
- identifier: BigNumber;
41
- amount: BigNumber;
42
- };
43
-
44
- export type ReceivedItemStruct = {
45
- itemType: BigNumberish;
46
- token: string;
47
- identifier: BigNumberish;
48
- amount: BigNumberish;
49
- recipient: string;
50
- };
51
-
52
- export type ReceivedItemStructOutput = [
53
- number,
54
- string,
55
- BigNumber,
56
- BigNumber,
57
- string
58
- ] & {
59
- itemType: number;
60
- token: string;
61
- identifier: BigNumber;
62
- amount: BigNumber;
63
- recipient: string;
64
- };
65
-
66
- export type OfferItemStruct = {
67
- itemType: BigNumberish;
68
- token: string;
69
- identifierOrCriteria: BigNumberish;
70
- startAmount: BigNumberish;
71
- endAmount: BigNumberish;
72
- };
73
-
74
- export type OfferItemStructOutput = [
75
- number,
76
- string,
77
- BigNumber,
78
- BigNumber,
79
- BigNumber
80
- ] & {
81
- itemType: number;
82
- token: string;
83
- identifierOrCriteria: BigNumber;
84
- startAmount: BigNumber;
85
- endAmount: BigNumber;
86
- };
87
-
88
- export type ConsiderationItemStruct = {
89
- itemType: BigNumberish;
90
- token: string;
91
- identifierOrCriteria: BigNumberish;
92
- startAmount: BigNumberish;
93
- endAmount: BigNumberish;
94
- recipient: string;
95
- };
96
-
97
- export type ConsiderationItemStructOutput = [
98
- number,
99
- string,
100
- BigNumber,
101
- BigNumber,
102
- BigNumber,
103
- string
104
- ] & {
105
- itemType: number;
106
- token: string;
107
- identifierOrCriteria: BigNumber;
108
- startAmount: BigNumber;
109
- endAmount: BigNumber;
110
- recipient: string;
111
- };
112
-
113
- export type OrderParametersStruct = {
114
- offerer: string;
115
- zone: string;
116
- offer: OfferItemStruct[];
117
- consideration: ConsiderationItemStruct[];
118
- orderType: BigNumberish;
119
- startTime: BigNumberish;
120
- endTime: BigNumberish;
121
- zoneHash: BytesLike;
122
- salt: BigNumberish;
123
- conduitKey: BytesLike;
124
- totalOriginalConsiderationItems: BigNumberish;
125
- };
126
-
127
- export type OrderParametersStructOutput = [
128
- string,
129
- string,
130
- OfferItemStructOutput[],
131
- ConsiderationItemStructOutput[],
132
- number,
133
- BigNumber,
134
- BigNumber,
135
- string,
136
- BigNumber,
137
- string,
138
- BigNumber
139
- ] & {
140
- offerer: string;
141
- zone: string;
142
- offer: OfferItemStructOutput[];
143
- consideration: ConsiderationItemStructOutput[];
144
- orderType: number;
145
- startTime: BigNumber;
146
- endTime: BigNumber;
147
- zoneHash: string;
148
- salt: BigNumber;
149
- conduitKey: string;
150
- totalOriginalConsiderationItems: BigNumber;
151
- };
152
-
153
- export type OrderComponentsStruct = {
154
- offerer: string;
155
- zone: string;
156
- offer: OfferItemStruct[];
157
- consideration: ConsiderationItemStruct[];
158
- orderType: BigNumberish;
159
- startTime: BigNumberish;
160
- endTime: BigNumberish;
161
- zoneHash: BytesLike;
162
- salt: BigNumberish;
163
- conduitKey: BytesLike;
164
- counter: BigNumberish;
165
- };
166
-
167
- export type OrderComponentsStructOutput = [
168
- string,
169
- string,
170
- OfferItemStructOutput[],
171
- ConsiderationItemStructOutput[],
172
- number,
173
- BigNumber,
174
- BigNumber,
175
- string,
176
- BigNumber,
177
- string,
178
- BigNumber
179
- ] & {
180
- offerer: string;
181
- zone: string;
182
- offer: OfferItemStructOutput[];
183
- consideration: ConsiderationItemStructOutput[];
184
- orderType: number;
185
- startTime: BigNumber;
186
- endTime: BigNumber;
187
- zoneHash: string;
188
- salt: BigNumber;
189
- conduitKey: string;
190
- counter: BigNumber;
191
- };
192
-
193
- export type AdvancedOrderStruct = {
194
- parameters: OrderParametersStruct;
195
- numerator: BigNumberish;
196
- denominator: BigNumberish;
197
- signature: BytesLike;
198
- extraData: BytesLike;
199
- };
200
-
201
- export type AdvancedOrderStructOutput = [
202
- OrderParametersStructOutput,
203
- BigNumber,
204
- BigNumber,
205
- string,
206
- string
207
- ] & {
208
- parameters: OrderParametersStructOutput;
209
- numerator: BigNumber;
210
- denominator: BigNumber;
211
- signature: string;
212
- extraData: string;
213
- };
214
-
215
- export type CriteriaResolverStruct = {
216
- orderIndex: BigNumberish;
217
- side: BigNumberish;
218
- index: BigNumberish;
219
- identifier: BigNumberish;
220
- criteriaProof: BytesLike[];
221
- };
222
-
223
- export type CriteriaResolverStructOutput = [
224
- BigNumber,
225
- number,
226
- BigNumber,
227
- BigNumber,
228
- string[]
229
- ] & {
230
- orderIndex: BigNumber;
231
- side: number;
232
- index: BigNumber;
233
- identifier: BigNumber;
234
- criteriaProof: string[];
235
- };
236
-
237
- export type FulfillmentComponentStruct = {
238
- orderIndex: BigNumberish;
239
- itemIndex: BigNumberish;
240
- };
241
-
242
- export type FulfillmentComponentStructOutput = [BigNumber, BigNumber] & {
243
- orderIndex: BigNumber;
244
- itemIndex: BigNumber;
245
- };
246
-
247
- export type ExecutionStruct = {
248
- item: ReceivedItemStruct;
249
- offerer: string;
250
- conduitKey: BytesLike;
251
- };
252
-
253
- export type ExecutionStructOutput = [
254
- ReceivedItemStructOutput,
255
- string,
256
- string
257
- ] & { item: ReceivedItemStructOutput; offerer: string; conduitKey: string };
258
-
259
- export type OrderStruct = {
260
- parameters: OrderParametersStruct;
261
- signature: BytesLike;
262
- };
263
-
264
- export type OrderStructOutput = [OrderParametersStructOutput, string] & {
265
- parameters: OrderParametersStructOutput;
266
- signature: string;
267
- };
268
-
269
- export type AdditionalRecipientStruct = {
270
- amount: BigNumberish;
271
- recipient: string;
272
- };
273
-
274
- export type AdditionalRecipientStructOutput = [BigNumber, string] & {
275
- amount: BigNumber;
276
- recipient: string;
277
- };
278
-
279
- export type BasicOrderParametersStruct = {
280
- considerationToken: string;
281
- considerationIdentifier: BigNumberish;
282
- considerationAmount: BigNumberish;
283
- offerer: string;
284
- zone: string;
285
- offerToken: string;
286
- offerIdentifier: BigNumberish;
287
- offerAmount: BigNumberish;
288
- basicOrderType: BigNumberish;
289
- startTime: BigNumberish;
290
- endTime: BigNumberish;
291
- zoneHash: BytesLike;
292
- salt: BigNumberish;
293
- offererConduitKey: BytesLike;
294
- fulfillerConduitKey: BytesLike;
295
- totalOriginalAdditionalRecipients: BigNumberish;
296
- additionalRecipients: AdditionalRecipientStruct[];
297
- signature: BytesLike;
298
- };
299
-
300
- export type BasicOrderParametersStructOutput = [
301
- string,
302
- BigNumber,
303
- BigNumber,
304
- string,
305
- string,
306
- string,
307
- BigNumber,
308
- BigNumber,
309
- number,
310
- BigNumber,
311
- BigNumber,
312
- string,
313
- BigNumber,
314
- string,
315
- string,
316
- BigNumber,
317
- AdditionalRecipientStructOutput[],
318
- string
319
- ] & {
320
- considerationToken: string;
321
- considerationIdentifier: BigNumber;
322
- considerationAmount: BigNumber;
323
- offerer: string;
324
- zone: string;
325
- offerToken: string;
326
- offerIdentifier: BigNumber;
327
- offerAmount: BigNumber;
328
- basicOrderType: number;
329
- startTime: BigNumber;
330
- endTime: BigNumber;
331
- zoneHash: string;
332
- salt: BigNumber;
333
- offererConduitKey: string;
334
- fulfillerConduitKey: string;
335
- totalOriginalAdditionalRecipients: BigNumber;
336
- additionalRecipients: AdditionalRecipientStructOutput[];
337
- signature: string;
338
- };
339
-
340
- export type FulfillmentStruct = {
341
- offerComponents: FulfillmentComponentStruct[];
342
- considerationComponents: FulfillmentComponentStruct[];
343
- };
344
-
345
- export type FulfillmentStructOutput = [
346
- FulfillmentComponentStructOutput[],
347
- FulfillmentComponentStructOutput[]
348
- ] & {
349
- offerComponents: FulfillmentComponentStructOutput[];
350
- considerationComponents: FulfillmentComponentStructOutput[];
351
- };
352
-
353
- export interface ConsiderationInterface extends utils.Interface {
354
- functions: {
355
- "cancel((address,address,(uint8,address,uint256,uint256,uint256)[],(uint8,address,uint256,uint256,uint256,address)[],uint8,uint256,uint256,bytes32,uint256,bytes32,uint256)[])": FunctionFragment;
356
- "fulfillAdvancedOrder(((address,address,(uint8,address,uint256,uint256,uint256)[],(uint8,address,uint256,uint256,uint256,address)[],uint8,uint256,uint256,bytes32,uint256,bytes32,uint256),uint120,uint120,bytes,bytes),(uint256,uint8,uint256,uint256,bytes32[])[],bytes32,address)": FunctionFragment;
357
- "fulfillAvailableAdvancedOrders(((address,address,(uint8,address,uint256,uint256,uint256)[],(uint8,address,uint256,uint256,uint256,address)[],uint8,uint256,uint256,bytes32,uint256,bytes32,uint256),uint120,uint120,bytes,bytes)[],(uint256,uint8,uint256,uint256,bytes32[])[],tuple[][],tuple[][],bytes32,address,uint256)": FunctionFragment;
358
- "fulfillAvailableOrders(((address,address,(uint8,address,uint256,uint256,uint256)[],(uint8,address,uint256,uint256,uint256,address)[],uint8,uint256,uint256,bytes32,uint256,bytes32,uint256),bytes)[],tuple[][],tuple[][],bytes32,uint256)": FunctionFragment;
359
- "fulfillBasicOrder((address,uint256,uint256,address,address,address,uint256,uint256,uint8,uint256,uint256,bytes32,uint256,bytes32,bytes32,uint256,(uint256,address)[],bytes))": FunctionFragment;
360
- "fulfillBasicOrder_efficient_6GL6yc((address,uint256,uint256,address,address,address,uint256,uint256,uint8,uint256,uint256,bytes32,uint256,bytes32,bytes32,uint256,(uint256,address)[],bytes))": FunctionFragment;
361
- "fulfillOrder(((address,address,(uint8,address,uint256,uint256,uint256)[],(uint8,address,uint256,uint256,uint256,address)[],uint8,uint256,uint256,bytes32,uint256,bytes32,uint256),bytes),bytes32)": FunctionFragment;
362
- "getContractOffererNonce(address)": FunctionFragment;
363
- "getCounter(address)": FunctionFragment;
364
- "getOrderHash((address,address,(uint8,address,uint256,uint256,uint256)[],(uint8,address,uint256,uint256,uint256,address)[],uint8,uint256,uint256,bytes32,uint256,bytes32,uint256))": FunctionFragment;
365
- "getOrderStatus(bytes32)": FunctionFragment;
366
- "incrementCounter()": FunctionFragment;
367
- "information()": FunctionFragment;
368
- "matchAdvancedOrders(((address,address,(uint8,address,uint256,uint256,uint256)[],(uint8,address,uint256,uint256,uint256,address)[],uint8,uint256,uint256,bytes32,uint256,bytes32,uint256),uint120,uint120,bytes,bytes)[],(uint256,uint8,uint256,uint256,bytes32[])[],((uint256,uint256)[],(uint256,uint256)[])[],address)": FunctionFragment;
369
- "matchOrders(((address,address,(uint8,address,uint256,uint256,uint256)[],(uint8,address,uint256,uint256,uint256,address)[],uint8,uint256,uint256,bytes32,uint256,bytes32,uint256),bytes)[],((uint256,uint256)[],(uint256,uint256)[])[])": FunctionFragment;
370
- "name()": FunctionFragment;
371
- "validate(((address,address,(uint8,address,uint256,uint256,uint256)[],(uint8,address,uint256,uint256,uint256,address)[],uint8,uint256,uint256,bytes32,uint256,bytes32,uint256),bytes)[])": FunctionFragment;
372
- };
373
-
374
- getFunction(
375
- nameOrSignatureOrTopic:
376
- | "cancel"
377
- | "fulfillAdvancedOrder"
378
- | "fulfillAvailableAdvancedOrders"
379
- | "fulfillAvailableOrders"
380
- | "fulfillBasicOrder"
381
- | "fulfillBasicOrder_efficient_6GL6yc"
382
- | "fulfillOrder"
383
- | "getContractOffererNonce"
384
- | "getCounter"
385
- | "getOrderHash"
386
- | "getOrderStatus"
387
- | "incrementCounter"
388
- | "information"
389
- | "matchAdvancedOrders"
390
- | "matchOrders"
391
- | "name"
392
- | "validate"
393
- ): FunctionFragment;
394
-
395
- encodeFunctionData(
396
- functionFragment: "cancel",
397
- values: [OrderComponentsStruct[]]
398
- ): string;
399
- encodeFunctionData(
400
- functionFragment: "fulfillAdvancedOrder",
401
- values: [AdvancedOrderStruct, CriteriaResolverStruct[], BytesLike, string]
402
- ): string;
403
- encodeFunctionData(
404
- functionFragment: "fulfillAvailableAdvancedOrders",
405
- values: [
406
- AdvancedOrderStruct[],
407
- CriteriaResolverStruct[],
408
- FulfillmentComponentStruct[][],
409
- FulfillmentComponentStruct[][],
410
- BytesLike,
411
- string,
412
- BigNumberish
413
- ]
414
- ): string;
415
- encodeFunctionData(
416
- functionFragment: "fulfillAvailableOrders",
417
- values: [
418
- OrderStruct[],
419
- FulfillmentComponentStruct[][],
420
- FulfillmentComponentStruct[][],
421
- BytesLike,
422
- BigNumberish
423
- ]
424
- ): string;
425
- encodeFunctionData(
426
- functionFragment: "fulfillBasicOrder",
427
- values: [BasicOrderParametersStruct]
428
- ): string;
429
- encodeFunctionData(
430
- functionFragment: "fulfillBasicOrder_efficient_6GL6yc",
431
- values: [BasicOrderParametersStruct]
432
- ): string;
433
- encodeFunctionData(
434
- functionFragment: "fulfillOrder",
435
- values: [OrderStruct, BytesLike]
436
- ): string;
437
- encodeFunctionData(
438
- functionFragment: "getContractOffererNonce",
439
- values: [string]
440
- ): string;
441
- encodeFunctionData(functionFragment: "getCounter", values: [string]): string;
442
- encodeFunctionData(
443
- functionFragment: "getOrderHash",
444
- values: [OrderComponentsStruct]
445
- ): string;
446
- encodeFunctionData(
447
- functionFragment: "getOrderStatus",
448
- values: [BytesLike]
449
- ): string;
450
- encodeFunctionData(
451
- functionFragment: "incrementCounter",
452
- values?: undefined
453
- ): string;
454
- encodeFunctionData(
455
- functionFragment: "information",
456
- values?: undefined
457
- ): string;
458
- encodeFunctionData(
459
- functionFragment: "matchAdvancedOrders",
460
- values: [
461
- AdvancedOrderStruct[],
462
- CriteriaResolverStruct[],
463
- FulfillmentStruct[],
464
- string
465
- ]
466
- ): string;
467
- encodeFunctionData(
468
- functionFragment: "matchOrders",
469
- values: [OrderStruct[], FulfillmentStruct[]]
470
- ): string;
471
- encodeFunctionData(functionFragment: "name", values?: undefined): string;
472
- encodeFunctionData(
473
- functionFragment: "validate",
474
- values: [OrderStruct[]]
475
- ): string;
476
-
477
- decodeFunctionResult(functionFragment: "cancel", data: BytesLike): Result;
478
- decodeFunctionResult(
479
- functionFragment: "fulfillAdvancedOrder",
480
- data: BytesLike
481
- ): Result;
482
- decodeFunctionResult(
483
- functionFragment: "fulfillAvailableAdvancedOrders",
484
- data: BytesLike
485
- ): Result;
486
- decodeFunctionResult(
487
- functionFragment: "fulfillAvailableOrders",
488
- data: BytesLike
489
- ): Result;
490
- decodeFunctionResult(
491
- functionFragment: "fulfillBasicOrder",
492
- data: BytesLike
493
- ): Result;
494
- decodeFunctionResult(
495
- functionFragment: "fulfillBasicOrder_efficient_6GL6yc",
496
- data: BytesLike
497
- ): Result;
498
- decodeFunctionResult(
499
- functionFragment: "fulfillOrder",
500
- data: BytesLike
501
- ): Result;
502
- decodeFunctionResult(
503
- functionFragment: "getContractOffererNonce",
504
- data: BytesLike
505
- ): Result;
506
- decodeFunctionResult(functionFragment: "getCounter", data: BytesLike): Result;
507
- decodeFunctionResult(
508
- functionFragment: "getOrderHash",
509
- data: BytesLike
510
- ): Result;
511
- decodeFunctionResult(
512
- functionFragment: "getOrderStatus",
513
- data: BytesLike
514
- ): Result;
515
- decodeFunctionResult(
516
- functionFragment: "incrementCounter",
517
- data: BytesLike
518
- ): Result;
519
- decodeFunctionResult(
520
- functionFragment: "information",
521
- data: BytesLike
522
- ): Result;
523
- decodeFunctionResult(
524
- functionFragment: "matchAdvancedOrders",
525
- data: BytesLike
526
- ): Result;
527
- decodeFunctionResult(
528
- functionFragment: "matchOrders",
529
- data: BytesLike
530
- ): Result;
531
- decodeFunctionResult(functionFragment: "name", data: BytesLike): Result;
532
- decodeFunctionResult(functionFragment: "validate", data: BytesLike): Result;
533
-
534
- events: {
535
- "CounterIncremented(uint256,address)": EventFragment;
536
- "OrderCancelled(bytes32,address,address)": EventFragment;
537
- "OrderFulfilled(bytes32,address,address,address,tuple[],tuple[])": EventFragment;
538
- "OrderValidated(bytes32,tuple)": EventFragment;
539
- "OrdersMatched(bytes32[])": EventFragment;
540
- };
541
-
542
- getEvent(nameOrSignatureOrTopic: "CounterIncremented"): EventFragment;
543
- getEvent(nameOrSignatureOrTopic: "OrderCancelled"): EventFragment;
544
- getEvent(nameOrSignatureOrTopic: "OrderFulfilled"): EventFragment;
545
- getEvent(nameOrSignatureOrTopic: "OrderValidated"): EventFragment;
546
- getEvent(nameOrSignatureOrTopic: "OrdersMatched"): EventFragment;
547
- }
548
-
549
- export interface CounterIncrementedEventObject {
550
- newCounter: BigNumber;
551
- offerer: string;
552
- }
553
- export type CounterIncrementedEvent = TypedEvent<
554
- [BigNumber, string],
555
- CounterIncrementedEventObject
556
- >;
557
-
558
- export type CounterIncrementedEventFilter =
559
- TypedEventFilter<CounterIncrementedEvent>;
560
-
561
- export interface OrderCancelledEventObject {
562
- orderHash: string;
563
- offerer: string;
564
- zone: string;
565
- }
566
- export type OrderCancelledEvent = TypedEvent<
567
- [string, string, string],
568
- OrderCancelledEventObject
569
- >;
570
-
571
- export type OrderCancelledEventFilter = TypedEventFilter<OrderCancelledEvent>;
572
-
573
- export interface OrderFulfilledEventObject {
574
- orderHash: string;
575
- offerer: string;
576
- zone: string;
577
- recipient: string;
578
- offer: SpentItemStructOutput[];
579
- consideration: ReceivedItemStructOutput[];
580
- }
581
- export type OrderFulfilledEvent = TypedEvent<
582
- [
583
- string,
584
- string,
585
- string,
586
- string,
587
- SpentItemStructOutput[],
588
- ReceivedItemStructOutput[]
589
- ],
590
- OrderFulfilledEventObject
591
- >;
592
-
593
- export type OrderFulfilledEventFilter = TypedEventFilter<OrderFulfilledEvent>;
594
-
595
- export interface OrderValidatedEventObject {
596
- orderHash: string;
597
- orderParameters: OrderParametersStructOutput;
598
- }
599
- export type OrderValidatedEvent = TypedEvent<
600
- [string, OrderParametersStructOutput],
601
- OrderValidatedEventObject
602
- >;
603
-
604
- export type OrderValidatedEventFilter = TypedEventFilter<OrderValidatedEvent>;
605
-
606
- export interface OrdersMatchedEventObject {
607
- orderHashes: string[];
608
- }
609
- export type OrdersMatchedEvent = TypedEvent<
610
- [string[]],
611
- OrdersMatchedEventObject
612
- >;
613
-
614
- export type OrdersMatchedEventFilter = TypedEventFilter<OrdersMatchedEvent>;
615
-
616
- export interface Consideration extends BaseContract {
617
- connect(signerOrProvider: Signer | Provider | string): this;
618
- attach(addressOrName: string): this;
619
- deployed(): Promise<this>;
620
-
621
- interface: ConsiderationInterface;
622
-
623
- queryFilter<TEvent extends TypedEvent>(
624
- event: TypedEventFilter<TEvent>,
625
- fromBlockOrBlockhash?: string | number | undefined,
626
- toBlock?: string | number | undefined
627
- ): Promise<Array<TEvent>>;
628
-
629
- listeners<TEvent extends TypedEvent>(
630
- eventFilter?: TypedEventFilter<TEvent>
631
- ): Array<TypedListener<TEvent>>;
632
- listeners(eventName?: string): Array<Listener>;
633
- removeAllListeners<TEvent extends TypedEvent>(
634
- eventFilter: TypedEventFilter<TEvent>
635
- ): this;
636
- removeAllListeners(eventName?: string): this;
637
- off: OnEvent<this>;
638
- on: OnEvent<this>;
639
- once: OnEvent<this>;
640
- removeListener: OnEvent<this>;
641
-
642
- functions: {
643
- cancel(
644
- orders: OrderComponentsStruct[],
645
- overrides?: Overrides & { from?: string }
646
- ): Promise<ContractTransaction>;
647
-
648
- fulfillAdvancedOrder(
649
- arg0: AdvancedOrderStruct,
650
- arg1: CriteriaResolverStruct[],
651
- fulfillerConduitKey: BytesLike,
652
- recipient: string,
653
- overrides?: PayableOverrides & { from?: string }
654
- ): Promise<ContractTransaction>;
655
-
656
- fulfillAvailableAdvancedOrders(
657
- arg0: AdvancedOrderStruct[],
658
- arg1: CriteriaResolverStruct[],
659
- arg2: FulfillmentComponentStruct[][],
660
- arg3: FulfillmentComponentStruct[][],
661
- fulfillerConduitKey: BytesLike,
662
- recipient: string,
663
- maximumFulfilled: BigNumberish,
664
- overrides?: PayableOverrides & { from?: string }
665
- ): Promise<ContractTransaction>;
666
-
667
- fulfillAvailableOrders(
668
- arg0: OrderStruct[],
669
- arg1: FulfillmentComponentStruct[][],
670
- arg2: FulfillmentComponentStruct[][],
671
- fulfillerConduitKey: BytesLike,
672
- maximumFulfilled: BigNumberish,
673
- overrides?: PayableOverrides & { from?: string }
674
- ): Promise<ContractTransaction>;
675
-
676
- fulfillBasicOrder(
677
- parameters: BasicOrderParametersStruct,
678
- overrides?: PayableOverrides & { from?: string }
679
- ): Promise<ContractTransaction>;
680
-
681
- fulfillBasicOrder_efficient_6GL6yc(
682
- parameters: BasicOrderParametersStruct,
683
- overrides?: PayableOverrides & { from?: string }
684
- ): Promise<ContractTransaction>;
685
-
686
- fulfillOrder(
687
- arg0: OrderStruct,
688
- fulfillerConduitKey: BytesLike,
689
- overrides?: PayableOverrides & { from?: string }
690
- ): Promise<ContractTransaction>;
691
-
692
- getContractOffererNonce(
693
- contractOfferer: string,
694
- overrides?: CallOverrides
695
- ): Promise<[BigNumber] & { nonce: BigNumber }>;
696
-
697
- getCounter(
698
- offerer: string,
699
- overrides?: CallOverrides
700
- ): Promise<[BigNumber] & { counter: BigNumber }>;
701
-
702
- getOrderHash(
703
- arg0: OrderComponentsStruct,
704
- overrides?: CallOverrides
705
- ): Promise<[string] & { orderHash: string }>;
706
-
707
- getOrderStatus(
708
- orderHash: BytesLike,
709
- overrides?: CallOverrides
710
- ): Promise<
711
- [boolean, boolean, BigNumber, BigNumber] & {
712
- isValidated: boolean;
713
- isCancelled: boolean;
714
- totalFilled: BigNumber;
715
- totalSize: BigNumber;
716
- }
717
- >;
718
-
719
- incrementCounter(
720
- overrides?: Overrides & { from?: string }
721
- ): Promise<ContractTransaction>;
722
-
723
- information(
724
- overrides?: CallOverrides
725
- ): Promise<
726
- [string, string, string] & {
727
- version: string;
728
- domainSeparator: string;
729
- conduitController: string;
730
- }
731
- >;
732
-
733
- matchAdvancedOrders(
734
- arg0: AdvancedOrderStruct[],
735
- arg1: CriteriaResolverStruct[],
736
- arg2: FulfillmentStruct[],
737
- recipient: string,
738
- overrides?: PayableOverrides & { from?: string }
739
- ): Promise<ContractTransaction>;
740
-
741
- matchOrders(
742
- arg0: OrderStruct[],
743
- arg1: FulfillmentStruct[],
744
- overrides?: PayableOverrides & { from?: string }
745
- ): Promise<ContractTransaction>;
746
-
747
- name(overrides?: CallOverrides): Promise<[string]>;
748
-
749
- validate(
750
- arg0: OrderStruct[],
751
- overrides?: Overrides & { from?: string }
752
- ): Promise<ContractTransaction>;
753
- };
754
-
755
- cancel(
756
- orders: OrderComponentsStruct[],
757
- overrides?: Overrides & { from?: string }
758
- ): Promise<ContractTransaction>;
759
-
760
- fulfillAdvancedOrder(
761
- arg0: AdvancedOrderStruct,
762
- arg1: CriteriaResolverStruct[],
763
- fulfillerConduitKey: BytesLike,
764
- recipient: string,
765
- overrides?: PayableOverrides & { from?: string }
766
- ): Promise<ContractTransaction>;
767
-
768
- fulfillAvailableAdvancedOrders(
769
- arg0: AdvancedOrderStruct[],
770
- arg1: CriteriaResolverStruct[],
771
- arg2: FulfillmentComponentStruct[][],
772
- arg3: FulfillmentComponentStruct[][],
773
- fulfillerConduitKey: BytesLike,
774
- recipient: string,
775
- maximumFulfilled: BigNumberish,
776
- overrides?: PayableOverrides & { from?: string }
777
- ): Promise<ContractTransaction>;
778
-
779
- fulfillAvailableOrders(
780
- arg0: OrderStruct[],
781
- arg1: FulfillmentComponentStruct[][],
782
- arg2: FulfillmentComponentStruct[][],
783
- fulfillerConduitKey: BytesLike,
784
- maximumFulfilled: BigNumberish,
785
- overrides?: PayableOverrides & { from?: string }
786
- ): Promise<ContractTransaction>;
787
-
788
- fulfillBasicOrder(
789
- parameters: BasicOrderParametersStruct,
790
- overrides?: PayableOverrides & { from?: string }
791
- ): Promise<ContractTransaction>;
792
-
793
- fulfillBasicOrder_efficient_6GL6yc(
794
- parameters: BasicOrderParametersStruct,
795
- overrides?: PayableOverrides & { from?: string }
796
- ): Promise<ContractTransaction>;
797
-
798
- fulfillOrder(
799
- arg0: OrderStruct,
800
- fulfillerConduitKey: BytesLike,
801
- overrides?: PayableOverrides & { from?: string }
802
- ): Promise<ContractTransaction>;
803
-
804
- getContractOffererNonce(
805
- contractOfferer: string,
806
- overrides?: CallOverrides
807
- ): Promise<BigNumber>;
808
-
809
- getCounter(offerer: string, overrides?: CallOverrides): Promise<BigNumber>;
810
-
811
- getOrderHash(
812
- arg0: OrderComponentsStruct,
813
- overrides?: CallOverrides
814
- ): Promise<string>;
815
-
816
- getOrderStatus(
817
- orderHash: BytesLike,
818
- overrides?: CallOverrides
819
- ): Promise<
820
- [boolean, boolean, BigNumber, BigNumber] & {
821
- isValidated: boolean;
822
- isCancelled: boolean;
823
- totalFilled: BigNumber;
824
- totalSize: BigNumber;
825
- }
826
- >;
827
-
828
- incrementCounter(
829
- overrides?: Overrides & { from?: string }
830
- ): Promise<ContractTransaction>;
831
-
832
- information(
833
- overrides?: CallOverrides
834
- ): Promise<
835
- [string, string, string] & {
836
- version: string;
837
- domainSeparator: string;
838
- conduitController: string;
839
- }
840
- >;
841
-
842
- matchAdvancedOrders(
843
- arg0: AdvancedOrderStruct[],
844
- arg1: CriteriaResolverStruct[],
845
- arg2: FulfillmentStruct[],
846
- recipient: string,
847
- overrides?: PayableOverrides & { from?: string }
848
- ): Promise<ContractTransaction>;
849
-
850
- matchOrders(
851
- arg0: OrderStruct[],
852
- arg1: FulfillmentStruct[],
853
- overrides?: PayableOverrides & { from?: string }
854
- ): Promise<ContractTransaction>;
855
-
856
- name(overrides?: CallOverrides): Promise<string>;
857
-
858
- validate(
859
- arg0: OrderStruct[],
860
- overrides?: Overrides & { from?: string }
861
- ): Promise<ContractTransaction>;
862
-
863
- callStatic: {
864
- cancel(
865
- orders: OrderComponentsStruct[],
866
- overrides?: CallOverrides
867
- ): Promise<boolean>;
868
-
869
- fulfillAdvancedOrder(
870
- arg0: AdvancedOrderStruct,
871
- arg1: CriteriaResolverStruct[],
872
- fulfillerConduitKey: BytesLike,
873
- recipient: string,
874
- overrides?: CallOverrides
875
- ): Promise<boolean>;
876
-
877
- fulfillAvailableAdvancedOrders(
878
- arg0: AdvancedOrderStruct[],
879
- arg1: CriteriaResolverStruct[],
880
- arg2: FulfillmentComponentStruct[][],
881
- arg3: FulfillmentComponentStruct[][],
882
- fulfillerConduitKey: BytesLike,
883
- recipient: string,
884
- maximumFulfilled: BigNumberish,
885
- overrides?: CallOverrides
886
- ): Promise<[boolean[], ExecutionStructOutput[]]>;
887
-
888
- fulfillAvailableOrders(
889
- arg0: OrderStruct[],
890
- arg1: FulfillmentComponentStruct[][],
891
- arg2: FulfillmentComponentStruct[][],
892
- fulfillerConduitKey: BytesLike,
893
- maximumFulfilled: BigNumberish,
894
- overrides?: CallOverrides
895
- ): Promise<[boolean[], ExecutionStructOutput[]]>;
896
-
897
- fulfillBasicOrder(
898
- parameters: BasicOrderParametersStruct,
899
- overrides?: CallOverrides
900
- ): Promise<boolean>;
901
-
902
- fulfillBasicOrder_efficient_6GL6yc(
903
- parameters: BasicOrderParametersStruct,
904
- overrides?: CallOverrides
905
- ): Promise<boolean>;
906
-
907
- fulfillOrder(
908
- arg0: OrderStruct,
909
- fulfillerConduitKey: BytesLike,
910
- overrides?: CallOverrides
911
- ): Promise<boolean>;
912
-
913
- getContractOffererNonce(
914
- contractOfferer: string,
915
- overrides?: CallOverrides
916
- ): Promise<BigNumber>;
917
-
918
- getCounter(offerer: string, overrides?: CallOverrides): Promise<BigNumber>;
919
-
920
- getOrderHash(
921
- arg0: OrderComponentsStruct,
922
- overrides?: CallOverrides
923
- ): Promise<string>;
924
-
925
- getOrderStatus(
926
- orderHash: BytesLike,
927
- overrides?: CallOverrides
928
- ): Promise<
929
- [boolean, boolean, BigNumber, BigNumber] & {
930
- isValidated: boolean;
931
- isCancelled: boolean;
932
- totalFilled: BigNumber;
933
- totalSize: BigNumber;
934
- }
935
- >;
936
-
937
- incrementCounter(overrides?: CallOverrides): Promise<BigNumber>;
938
-
939
- information(
940
- overrides?: CallOverrides
941
- ): Promise<
942
- [string, string, string] & {
943
- version: string;
944
- domainSeparator: string;
945
- conduitController: string;
946
- }
947
- >;
948
-
949
- matchAdvancedOrders(
950
- arg0: AdvancedOrderStruct[],
951
- arg1: CriteriaResolverStruct[],
952
- arg2: FulfillmentStruct[],
953
- recipient: string,
954
- overrides?: CallOverrides
955
- ): Promise<ExecutionStructOutput[]>;
956
-
957
- matchOrders(
958
- arg0: OrderStruct[],
959
- arg1: FulfillmentStruct[],
960
- overrides?: CallOverrides
961
- ): Promise<ExecutionStructOutput[]>;
962
-
963
- name(overrides?: CallOverrides): Promise<string>;
964
-
965
- validate(arg0: OrderStruct[], overrides?: CallOverrides): Promise<boolean>;
966
- };
967
-
968
- filters: {
969
- "CounterIncremented(uint256,address)"(
970
- newCounter?: null,
971
- offerer?: string | null
972
- ): CounterIncrementedEventFilter;
973
- CounterIncremented(
974
- newCounter?: null,
975
- offerer?: string | null
976
- ): CounterIncrementedEventFilter;
977
-
978
- "OrderCancelled(bytes32,address,address)"(
979
- orderHash?: null,
980
- offerer?: string | null,
981
- zone?: string | null
982
- ): OrderCancelledEventFilter;
983
- OrderCancelled(
984
- orderHash?: null,
985
- offerer?: string | null,
986
- zone?: string | null
987
- ): OrderCancelledEventFilter;
988
-
989
- "OrderFulfilled(bytes32,address,address,address,tuple[],tuple[])"(
990
- orderHash?: null,
991
- offerer?: string | null,
992
- zone?: string | null,
993
- recipient?: null,
994
- offer?: null,
995
- consideration?: null
996
- ): OrderFulfilledEventFilter;
997
- OrderFulfilled(
998
- orderHash?: null,
999
- offerer?: string | null,
1000
- zone?: string | null,
1001
- recipient?: null,
1002
- offer?: null,
1003
- consideration?: null
1004
- ): OrderFulfilledEventFilter;
1005
-
1006
- "OrderValidated(bytes32,tuple)"(
1007
- orderHash?: null,
1008
- orderParameters?: null
1009
- ): OrderValidatedEventFilter;
1010
- OrderValidated(
1011
- orderHash?: null,
1012
- orderParameters?: null
1013
- ): OrderValidatedEventFilter;
1014
-
1015
- "OrdersMatched(bytes32[])"(orderHashes?: null): OrdersMatchedEventFilter;
1016
- OrdersMatched(orderHashes?: null): OrdersMatchedEventFilter;
1017
- };
1018
-
1019
- estimateGas: {
1020
- cancel(
1021
- orders: OrderComponentsStruct[],
1022
- overrides?: Overrides & { from?: string }
1023
- ): Promise<BigNumber>;
1024
-
1025
- fulfillAdvancedOrder(
1026
- arg0: AdvancedOrderStruct,
1027
- arg1: CriteriaResolverStruct[],
1028
- fulfillerConduitKey: BytesLike,
1029
- recipient: string,
1030
- overrides?: PayableOverrides & { from?: string }
1031
- ): Promise<BigNumber>;
1032
-
1033
- fulfillAvailableAdvancedOrders(
1034
- arg0: AdvancedOrderStruct[],
1035
- arg1: CriteriaResolverStruct[],
1036
- arg2: FulfillmentComponentStruct[][],
1037
- arg3: FulfillmentComponentStruct[][],
1038
- fulfillerConduitKey: BytesLike,
1039
- recipient: string,
1040
- maximumFulfilled: BigNumberish,
1041
- overrides?: PayableOverrides & { from?: string }
1042
- ): Promise<BigNumber>;
1043
-
1044
- fulfillAvailableOrders(
1045
- arg0: OrderStruct[],
1046
- arg1: FulfillmentComponentStruct[][],
1047
- arg2: FulfillmentComponentStruct[][],
1048
- fulfillerConduitKey: BytesLike,
1049
- maximumFulfilled: BigNumberish,
1050
- overrides?: PayableOverrides & { from?: string }
1051
- ): Promise<BigNumber>;
1052
-
1053
- fulfillBasicOrder(
1054
- parameters: BasicOrderParametersStruct,
1055
- overrides?: PayableOverrides & { from?: string }
1056
- ): Promise<BigNumber>;
1057
-
1058
- fulfillBasicOrder_efficient_6GL6yc(
1059
- parameters: BasicOrderParametersStruct,
1060
- overrides?: PayableOverrides & { from?: string }
1061
- ): Promise<BigNumber>;
1062
-
1063
- fulfillOrder(
1064
- arg0: OrderStruct,
1065
- fulfillerConduitKey: BytesLike,
1066
- overrides?: PayableOverrides & { from?: string }
1067
- ): Promise<BigNumber>;
1068
-
1069
- getContractOffererNonce(
1070
- contractOfferer: string,
1071
- overrides?: CallOverrides
1072
- ): Promise<BigNumber>;
1073
-
1074
- getCounter(offerer: string, overrides?: CallOverrides): Promise<BigNumber>;
1075
-
1076
- getOrderHash(
1077
- arg0: OrderComponentsStruct,
1078
- overrides?: CallOverrides
1079
- ): Promise<BigNumber>;
1080
-
1081
- getOrderStatus(
1082
- orderHash: BytesLike,
1083
- overrides?: CallOverrides
1084
- ): Promise<BigNumber>;
1085
-
1086
- incrementCounter(
1087
- overrides?: Overrides & { from?: string }
1088
- ): Promise<BigNumber>;
1089
-
1090
- information(overrides?: CallOverrides): Promise<BigNumber>;
1091
-
1092
- matchAdvancedOrders(
1093
- arg0: AdvancedOrderStruct[],
1094
- arg1: CriteriaResolverStruct[],
1095
- arg2: FulfillmentStruct[],
1096
- recipient: string,
1097
- overrides?: PayableOverrides & { from?: string }
1098
- ): Promise<BigNumber>;
1099
-
1100
- matchOrders(
1101
- arg0: OrderStruct[],
1102
- arg1: FulfillmentStruct[],
1103
- overrides?: PayableOverrides & { from?: string }
1104
- ): Promise<BigNumber>;
1105
-
1106
- name(overrides?: CallOverrides): Promise<BigNumber>;
1107
-
1108
- validate(
1109
- arg0: OrderStruct[],
1110
- overrides?: Overrides & { from?: string }
1111
- ): Promise<BigNumber>;
1112
- };
1113
-
1114
- populateTransaction: {
1115
- cancel(
1116
- orders: OrderComponentsStruct[],
1117
- overrides?: Overrides & { from?: string }
1118
- ): Promise<PopulatedTransaction>;
1119
-
1120
- fulfillAdvancedOrder(
1121
- arg0: AdvancedOrderStruct,
1122
- arg1: CriteriaResolverStruct[],
1123
- fulfillerConduitKey: BytesLike,
1124
- recipient: string,
1125
- overrides?: PayableOverrides & { from?: string }
1126
- ): Promise<PopulatedTransaction>;
1127
-
1128
- fulfillAvailableAdvancedOrders(
1129
- arg0: AdvancedOrderStruct[],
1130
- arg1: CriteriaResolverStruct[],
1131
- arg2: FulfillmentComponentStruct[][],
1132
- arg3: FulfillmentComponentStruct[][],
1133
- fulfillerConduitKey: BytesLike,
1134
- recipient: string,
1135
- maximumFulfilled: BigNumberish,
1136
- overrides?: PayableOverrides & { from?: string }
1137
- ): Promise<PopulatedTransaction>;
1138
-
1139
- fulfillAvailableOrders(
1140
- arg0: OrderStruct[],
1141
- arg1: FulfillmentComponentStruct[][],
1142
- arg2: FulfillmentComponentStruct[][],
1143
- fulfillerConduitKey: BytesLike,
1144
- maximumFulfilled: BigNumberish,
1145
- overrides?: PayableOverrides & { from?: string }
1146
- ): Promise<PopulatedTransaction>;
1147
-
1148
- fulfillBasicOrder(
1149
- parameters: BasicOrderParametersStruct,
1150
- overrides?: PayableOverrides & { from?: string }
1151
- ): Promise<PopulatedTransaction>;
1152
-
1153
- fulfillBasicOrder_efficient_6GL6yc(
1154
- parameters: BasicOrderParametersStruct,
1155
- overrides?: PayableOverrides & { from?: string }
1156
- ): Promise<PopulatedTransaction>;
1157
-
1158
- fulfillOrder(
1159
- arg0: OrderStruct,
1160
- fulfillerConduitKey: BytesLike,
1161
- overrides?: PayableOverrides & { from?: string }
1162
- ): Promise<PopulatedTransaction>;
1163
-
1164
- getContractOffererNonce(
1165
- contractOfferer: string,
1166
- overrides?: CallOverrides
1167
- ): Promise<PopulatedTransaction>;
1168
-
1169
- getCounter(
1170
- offerer: string,
1171
- overrides?: CallOverrides
1172
- ): Promise<PopulatedTransaction>;
1173
-
1174
- getOrderHash(
1175
- arg0: OrderComponentsStruct,
1176
- overrides?: CallOverrides
1177
- ): Promise<PopulatedTransaction>;
1178
-
1179
- getOrderStatus(
1180
- orderHash: BytesLike,
1181
- overrides?: CallOverrides
1182
- ): Promise<PopulatedTransaction>;
1183
-
1184
- incrementCounter(
1185
- overrides?: Overrides & { from?: string }
1186
- ): Promise<PopulatedTransaction>;
1187
-
1188
- information(overrides?: CallOverrides): Promise<PopulatedTransaction>;
1189
-
1190
- matchAdvancedOrders(
1191
- arg0: AdvancedOrderStruct[],
1192
- arg1: CriteriaResolverStruct[],
1193
- arg2: FulfillmentStruct[],
1194
- recipient: string,
1195
- overrides?: PayableOverrides & { from?: string }
1196
- ): Promise<PopulatedTransaction>;
1197
-
1198
- matchOrders(
1199
- arg0: OrderStruct[],
1200
- arg1: FulfillmentStruct[],
1201
- overrides?: PayableOverrides & { from?: string }
1202
- ): Promise<PopulatedTransaction>;
1203
-
1204
- name(overrides?: CallOverrides): Promise<PopulatedTransaction>;
1205
-
1206
- validate(
1207
- arg0: OrderStruct[],
1208
- overrides?: Overrides & { from?: string }
1209
- ): Promise<PopulatedTransaction>;
1210
- };
1211
- }