@opensea/seaport-js 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (321) hide show
  1. package/README.md +3 -3
  2. package/lib/__tests__/ascending-descending-amounts.spec.d.ts +1 -0
  3. package/lib/__tests__/ascending-descending-amounts.spec.js +1016 -0
  4. package/lib/__tests__/ascending-descending-amounts.spec.js.map +1 -0
  5. package/lib/__tests__/basic-fulfill.spec.d.ts +1 -0
  6. package/lib/__tests__/basic-fulfill.spec.js +914 -0
  7. package/lib/__tests__/basic-fulfill.spec.js.map +1 -0
  8. package/lib/__tests__/bundle.spec.d.ts +1 -0
  9. package/lib/__tests__/bundle.spec.js +1226 -0
  10. package/lib/__tests__/bundle.spec.js.map +1 -0
  11. package/lib/__tests__/cancel.spec.d.ts +1 -0
  12. package/lib/__tests__/cancel.spec.js +194 -0
  13. package/lib/__tests__/cancel.spec.js.map +1 -0
  14. package/lib/__tests__/create-order.spec.d.ts +1 -0
  15. package/lib/__tests__/create-order.spec.js +1043 -0
  16. package/lib/__tests__/create-order.spec.js.map +1 -0
  17. package/lib/__tests__/criteria-based.spec.d.ts +1 -0
  18. package/lib/__tests__/criteria-based.spec.js +1593 -0
  19. package/lib/__tests__/criteria-based.spec.js.map +1 -0
  20. package/lib/__tests__/fulfill-orders.spec.d.ts +1 -0
  21. package/lib/__tests__/fulfill-orders.spec.js +1010 -0
  22. package/lib/__tests__/fulfill-orders.spec.js.map +1 -0
  23. package/lib/__tests__/gifting.spec.d.ts +1 -0
  24. package/lib/__tests__/gifting.spec.js +374 -0
  25. package/lib/__tests__/gifting.spec.js.map +1 -0
  26. package/lib/__tests__/match-orders.spec.d.ts +1 -0
  27. package/lib/__tests__/match-orders.spec.js +425 -0
  28. package/lib/__tests__/match-orders.spec.js.map +1 -0
  29. package/lib/__tests__/partial-fulfill.spec.d.ts +1 -0
  30. package/lib/__tests__/partial-fulfill.spec.js +849 -0
  31. package/lib/__tests__/partial-fulfill.spec.js.map +1 -0
  32. package/lib/__tests__/sign-order.spec.d.ts +1 -0
  33. package/lib/__tests__/sign-order.spec.js +147 -0
  34. package/lib/__tests__/sign-order.spec.js.map +1 -0
  35. package/lib/__tests__/swap.spec.d.ts +1 -0
  36. package/lib/__tests__/swap.spec.js +594 -0
  37. package/lib/__tests__/swap.spec.js.map +1 -0
  38. package/lib/__tests__/utils/balance.d.ts +22 -0
  39. package/lib/__tests__/utils/balance.js +271 -0
  40. package/lib/__tests__/utils/balance.js.map +1 -0
  41. package/lib/__tests__/utils/examples/privateListings.d.ts +3 -0
  42. package/lib/__tests__/utils/examples/privateListings.js +139 -0
  43. package/lib/__tests__/utils/examples/privateListings.js.map +1 -0
  44. package/lib/__tests__/utils/setup.d.ts +11 -0
  45. package/lib/__tests__/utils/setup.js +119 -0
  46. package/lib/__tests__/utils/setup.js.map +1 -0
  47. package/lib/seaport.d.ts +18 -8
  48. package/lib/seaport.js +44 -40
  49. package/lib/seaport.js.map +1 -1
  50. package/lib/typechain/AmountDerivationErrors.d.ts +29 -0
  51. package/lib/typechain/AmountDerivationErrors.js +3 -0
  52. package/lib/typechain/AmountDerivationErrors.js.map +1 -0
  53. package/lib/typechain/AmountDeriver.d.ts +29 -0
  54. package/lib/typechain/AmountDeriver.js +3 -0
  55. package/lib/typechain/AmountDeriver.js.map +1 -0
  56. package/lib/typechain/Assertions.d.ts +124 -0
  57. package/lib/typechain/Assertions.js +3 -0
  58. package/lib/typechain/Assertions.js.map +1 -0
  59. package/lib/typechain/BasicOrderFulfiller.d.ts +124 -0
  60. package/lib/typechain/BasicOrderFulfiller.js +3 -0
  61. package/lib/typechain/BasicOrderFulfiller.js.map +1 -0
  62. package/lib/typechain/Conduit.d.ts +156 -0
  63. package/lib/typechain/Conduit.js +3 -0
  64. package/lib/typechain/Conduit.js.map +1 -0
  65. package/lib/typechain/ConduitController.d.ts +266 -0
  66. package/lib/typechain/ConduitController.js +3 -0
  67. package/lib/typechain/ConduitController.js.map +1 -0
  68. package/lib/typechain/ConduitControllerInterface.d.ts +266 -0
  69. package/lib/typechain/ConduitControllerInterface.js +3 -0
  70. package/lib/typechain/ConduitControllerInterface.js.map +1 -0
  71. package/lib/typechain/ConduitInterface.d.ts +156 -0
  72. package/lib/typechain/ConduitInterface.js +3 -0
  73. package/lib/typechain/ConduitInterface.js.map +1 -0
  74. package/lib/typechain/Consideration.d.ts +686 -0
  75. package/lib/typechain/Consideration.js +3 -0
  76. package/lib/typechain/Consideration.js.map +1 -0
  77. package/lib/typechain/ConsiderationBase.d.ts +124 -0
  78. package/lib/typechain/ConsiderationBase.js +3 -0
  79. package/lib/typechain/ConsiderationBase.js.map +1 -0
  80. package/lib/typechain/ConsiderationEventsAndErrors.d.ts +124 -0
  81. package/lib/typechain/ConsiderationEventsAndErrors.js +3 -0
  82. package/lib/typechain/ConsiderationEventsAndErrors.js.map +1 -0
  83. package/lib/typechain/ConsiderationInterface.d.ts +612 -0
  84. package/lib/typechain/ConsiderationInterface.js +3 -0
  85. package/lib/typechain/ConsiderationInterface.js.map +1 -0
  86. package/lib/typechain/CounterManager.d.ts +124 -0
  87. package/lib/typechain/CounterManager.js +3 -0
  88. package/lib/typechain/CounterManager.js.map +1 -0
  89. package/lib/typechain/CriteriaResolution.d.ts +29 -0
  90. package/lib/typechain/CriteriaResolution.js +3 -0
  91. package/lib/typechain/CriteriaResolution.js.map +1 -0
  92. package/lib/typechain/CriteriaResolutionErrors.d.ts +29 -0
  93. package/lib/typechain/CriteriaResolutionErrors.js +3 -0
  94. package/lib/typechain/CriteriaResolutionErrors.js.map +1 -0
  95. package/lib/typechain/EIP1271Interface.d.ts +43 -0
  96. package/lib/typechain/EIP1271Interface.js +3 -0
  97. package/lib/typechain/EIP1271Interface.js.map +1 -0
  98. package/lib/typechain/ERC1155Interface.d.ts +67 -0
  99. package/lib/typechain/ERC1155Interface.js +3 -0
  100. package/lib/typechain/ERC1155Interface.js.map +1 -0
  101. package/lib/typechain/ERC1155TokenReceiver.d.ts +67 -0
  102. package/lib/typechain/ERC1155TokenReceiver.js +3 -0
  103. package/lib/typechain/ERC1155TokenReceiver.js.map +1 -0
  104. package/lib/typechain/ERC20Interface.d.ts +51 -0
  105. package/lib/typechain/ERC20Interface.js +3 -0
  106. package/lib/typechain/ERC20Interface.js.map +1 -0
  107. package/lib/typechain/ERC721Interface.d.ts +51 -0
  108. package/lib/typechain/ERC721Interface.js +3 -0
  109. package/lib/typechain/ERC721Interface.js.map +1 -0
  110. package/lib/typechain/ERC721TokenReceiver.d.ts +51 -0
  111. package/lib/typechain/ERC721TokenReceiver.js +3 -0
  112. package/lib/typechain/ERC721TokenReceiver.js.map +1 -0
  113. package/lib/typechain/Executor.d.ts +124 -0
  114. package/lib/typechain/Executor.js +3 -0
  115. package/lib/typechain/Executor.js.map +1 -0
  116. package/lib/typechain/FulfillmentApplicationErrors.d.ts +29 -0
  117. package/lib/typechain/FulfillmentApplicationErrors.js +3 -0
  118. package/lib/typechain/FulfillmentApplicationErrors.js.map +1 -0
  119. package/lib/typechain/FulfillmentApplier.d.ts +29 -0
  120. package/lib/typechain/FulfillmentApplier.js +3 -0
  121. package/lib/typechain/FulfillmentApplier.js.map +1 -0
  122. package/lib/typechain/GettersAndDerivers.d.ts +124 -0
  123. package/lib/typechain/GettersAndDerivers.js +3 -0
  124. package/lib/typechain/GettersAndDerivers.js.map +1 -0
  125. package/lib/typechain/OrderCombiner.d.ts +124 -0
  126. package/lib/typechain/OrderCombiner.js +3 -0
  127. package/lib/typechain/OrderCombiner.js.map +1 -0
  128. package/lib/typechain/OrderFulfiller.d.ts +124 -0
  129. package/lib/typechain/OrderFulfiller.js +3 -0
  130. package/lib/typechain/OrderFulfiller.js.map +1 -0
  131. package/lib/typechain/OrderValidator.d.ts +124 -0
  132. package/lib/typechain/OrderValidator.js +3 -0
  133. package/lib/typechain/OrderValidator.js.map +1 -0
  134. package/lib/typechain/ReentrancyErrors.d.ts +29 -0
  135. package/lib/typechain/ReentrancyErrors.js +3 -0
  136. package/lib/typechain/ReentrancyErrors.js.map +1 -0
  137. package/lib/typechain/ReentrancyGuard.d.ts +29 -0
  138. package/lib/typechain/ReentrancyGuard.js +3 -0
  139. package/lib/typechain/ReentrancyGuard.js.map +1 -0
  140. package/lib/typechain/SignatureVerification.d.ts +29 -0
  141. package/lib/typechain/SignatureVerification.js +3 -0
  142. package/lib/typechain/SignatureVerification.js.map +1 -0
  143. package/lib/typechain/SignatureVerificationErrors.d.ts +29 -0
  144. package/lib/typechain/SignatureVerificationErrors.js +3 -0
  145. package/lib/typechain/SignatureVerificationErrors.js.map +1 -0
  146. package/lib/typechain/TestERC1155.d.ts +205 -0
  147. package/lib/typechain/TestERC1155.js +3 -0
  148. package/lib/typechain/TestERC1155.js.map +1 -0
  149. package/lib/typechain/TestERC20.d.ts +249 -0
  150. package/lib/typechain/TestERC20.js +3 -0
  151. package/lib/typechain/TestERC20.js.map +1 -0
  152. package/lib/typechain/TestERC721.d.ts +236 -0
  153. package/lib/typechain/TestERC721.js +3 -0
  154. package/lib/typechain/TestERC721.js.map +1 -0
  155. package/lib/typechain/TokenTransferrer.d.ts +29 -0
  156. package/lib/typechain/TokenTransferrer.js +3 -0
  157. package/lib/typechain/TokenTransferrer.js.map +1 -0
  158. package/lib/typechain/TokenTransferrerErrors.d.ts +29 -0
  159. package/lib/typechain/TokenTransferrerErrors.js +3 -0
  160. package/lib/typechain/TokenTransferrerErrors.js.map +1 -0
  161. package/lib/typechain/Verifiers.d.ts +124 -0
  162. package/lib/typechain/Verifiers.js +3 -0
  163. package/lib/typechain/Verifiers.js.map +1 -0
  164. package/lib/typechain/ZoneInteraction.d.ts +29 -0
  165. package/lib/typechain/ZoneInteraction.js +3 -0
  166. package/lib/typechain/ZoneInteraction.js.map +1 -0
  167. package/lib/typechain/ZoneInteractionErrors.d.ts +29 -0
  168. package/lib/typechain/ZoneInteractionErrors.js +3 -0
  169. package/lib/typechain/ZoneInteractionErrors.js.map +1 -0
  170. package/lib/typechain/ZoneInterface.d.ts +182 -0
  171. package/lib/typechain/ZoneInterface.js +3 -0
  172. package/lib/typechain/ZoneInterface.js.map +1 -0
  173. package/lib/typechain/factories/AmountDerivationErrors__factory.d.ts +12 -0
  174. package/lib/typechain/factories/AmountDerivationErrors__factory.js +28 -0
  175. package/lib/typechain/factories/AmountDerivationErrors__factory.js.map +1 -0
  176. package/lib/typechain/factories/AmountDeriver__factory.d.ts +26 -0
  177. package/lib/typechain/factories/AmountDeriver__factory.js +97 -0
  178. package/lib/typechain/factories/AmountDeriver__factory.js.map +1 -0
  179. package/lib/typechain/factories/Assertions__factory.d.ts +64 -0
  180. package/lib/typechain/factories/Assertions__factory.js +526 -0
  181. package/lib/typechain/factories/Assertions__factory.js.map +1 -0
  182. package/lib/typechain/factories/BasicOrderFulfiller__factory.d.ts +64 -0
  183. package/lib/typechain/factories/BasicOrderFulfiller__factory.js +563 -0
  184. package/lib/typechain/factories/BasicOrderFulfiller__factory.js.map +1 -0
  185. package/lib/typechain/factories/ConduitControllerInterface__factory.d.ts +46 -0
  186. package/lib/typechain/factories/ConduitControllerInterface__factory.js +453 -0
  187. package/lib/typechain/factories/ConduitControllerInterface__factory.js.map +1 -0
  188. package/lib/typechain/factories/ConduitController__factory.d.ts +67 -0
  189. package/lib/typechain/factories/ConduitController__factory.js +527 -0
  190. package/lib/typechain/factories/ConduitController__factory.js.map +1 -0
  191. package/lib/typechain/factories/ConduitInterface__factory.d.ts +62 -0
  192. package/lib/typechain/factories/ConduitInterface__factory.js +282 -0
  193. package/lib/typechain/factories/ConduitInterface__factory.js.map +1 -0
  194. package/lib/typechain/factories/Conduit__factory.d.ts +83 -0
  195. package/lib/typechain/factories/Conduit__factory.js +465 -0
  196. package/lib/typechain/factories/Conduit__factory.js.map +1 -0
  197. package/lib/typechain/factories/ConsiderationBase__factory.d.ts +64 -0
  198. package/lib/typechain/factories/ConsiderationBase__factory.js +412 -0
  199. package/lib/typechain/factories/ConsiderationBase__factory.js.map +1 -0
  200. package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.d.ts +38 -0
  201. package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js +332 -0
  202. package/lib/typechain/factories/ConsiderationEventsAndErrors__factory.js.map +1 -0
  203. package/lib/typechain/factories/ConsiderationInterface__factory.d.ts +72 -0
  204. package/lib/typechain/factories/ConsiderationInterface__factory.js +2064 -0
  205. package/lib/typechain/factories/ConsiderationInterface__factory.js.map +1 -0
  206. package/lib/typechain/factories/Consideration__factory.d.ts +132 -0
  207. package/lib/typechain/factories/Consideration__factory.js +2670 -0
  208. package/lib/typechain/factories/Consideration__factory.js.map +1 -0
  209. package/lib/typechain/factories/CounterManager__factory.d.ts +52 -0
  210. package/lib/typechain/factories/CounterManager__factory.js +406 -0
  211. package/lib/typechain/factories/CounterManager__factory.js.map +1 -0
  212. package/lib/typechain/factories/CriteriaResolutionErrors__factory.d.ts +12 -0
  213. package/lib/typechain/factories/CriteriaResolutionErrors__factory.js +58 -0
  214. package/lib/typechain/factories/CriteriaResolutionErrors__factory.js.map +1 -0
  215. package/lib/typechain/factories/CriteriaResolution__factory.d.ts +26 -0
  216. package/lib/typechain/factories/CriteriaResolution__factory.js +127 -0
  217. package/lib/typechain/factories/CriteriaResolution__factory.js.map +1 -0
  218. package/lib/typechain/factories/EIP1271Interface__factory.d.ts +22 -0
  219. package/lib/typechain/factories/EIP1271Interface__factory.js +47 -0
  220. package/lib/typechain/factories/EIP1271Interface__factory.js.map +1 -0
  221. package/lib/typechain/factories/ERC1155Interface__factory.d.ts +18 -0
  222. package/lib/typechain/factories/ERC1155Interface__factory.js +89 -0
  223. package/lib/typechain/factories/ERC1155Interface__factory.js.map +1 -0
  224. package/lib/typechain/factories/ERC1155TokenReceiver__factory.d.ts +22 -0
  225. package/lib/typechain/factories/ERC1155TokenReceiver__factory.js +101 -0
  226. package/lib/typechain/factories/ERC1155TokenReceiver__factory.js.map +1 -0
  227. package/lib/typechain/factories/ERC1155__factory.d.ts +35 -0
  228. package/lib/typechain/factories/ERC1155__factory.js +335 -0
  229. package/lib/typechain/factories/ERC1155__factory.js.map +1 -0
  230. package/lib/typechain/factories/ERC20Interface__factory.d.ts +22 -0
  231. package/lib/typechain/factories/ERC20Interface__factory.js +52 -0
  232. package/lib/typechain/factories/ERC20Interface__factory.js.map +1 -0
  233. package/lib/typechain/factories/ERC20__factory.d.ts +35 -0
  234. package/lib/typechain/factories/ERC20__factory.js +333 -0
  235. package/lib/typechain/factories/ERC20__factory.js.map +1 -0
  236. package/lib/typechain/factories/ERC721Interface__factory.d.ts +18 -0
  237. package/lib/typechain/factories/ERC721Interface__factory.js +46 -0
  238. package/lib/typechain/factories/ERC721Interface__factory.js.map +1 -0
  239. package/lib/typechain/factories/ERC721TokenReceiver__factory.d.ts +22 -0
  240. package/lib/typechain/factories/ERC721TokenReceiver__factory.js +57 -0
  241. package/lib/typechain/factories/ERC721TokenReceiver__factory.js.map +1 -0
  242. package/lib/typechain/factories/ERC721__factory.d.ts +35 -0
  243. package/lib/typechain/factories/ERC721__factory.js +353 -0
  244. package/lib/typechain/factories/ERC721__factory.js.map +1 -0
  245. package/lib/typechain/factories/Executor__factory.d.ts +64 -0
  246. package/lib/typechain/factories/Executor__factory.js +552 -0
  247. package/lib/typechain/factories/Executor__factory.js.map +1 -0
  248. package/lib/typechain/factories/FulfillmentApplicationErrors__factory.d.ts +16 -0
  249. package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js +49 -0
  250. package/lib/typechain/factories/FulfillmentApplicationErrors__factory.js.map +1 -0
  251. package/lib/typechain/factories/FulfillmentApplier__factory.d.ts +30 -0
  252. package/lib/typechain/factories/FulfillmentApplier__factory.js +118 -0
  253. package/lib/typechain/factories/FulfillmentApplier__factory.js.map +1 -0
  254. package/lib/typechain/factories/GettersAndDerivers__factory.d.ts +64 -0
  255. package/lib/typechain/factories/GettersAndDerivers__factory.js +412 -0
  256. package/lib/typechain/factories/GettersAndDerivers__factory.js.map +1 -0
  257. package/lib/typechain/factories/OrderCombiner__factory.d.ts +64 -0
  258. package/lib/typechain/factories/OrderCombiner__factory.js +629 -0
  259. package/lib/typechain/factories/OrderCombiner__factory.js.map +1 -0
  260. package/lib/typechain/factories/OrderFulfiller__factory.d.ts +64 -0
  261. package/lib/typechain/factories/OrderFulfiller__factory.js +603 -0
  262. package/lib/typechain/factories/OrderFulfiller__factory.js.map +1 -0
  263. package/lib/typechain/factories/OrderValidator__factory.d.ts +64 -0
  264. package/lib/typechain/factories/OrderValidator__factory.js +563 -0
  265. package/lib/typechain/factories/OrderValidator__factory.js.map +1 -0
  266. package/lib/typechain/factories/ReentrancyErrors__factory.d.ts +12 -0
  267. package/lib/typechain/factories/ReentrancyErrors__factory.js +28 -0
  268. package/lib/typechain/factories/ReentrancyErrors__factory.js.map +1 -0
  269. package/lib/typechain/factories/ReentrancyGuard__factory.d.ts +32 -0
  270. package/lib/typechain/factories/ReentrancyGuard__factory.js +102 -0
  271. package/lib/typechain/factories/ReentrancyGuard__factory.js.map +1 -0
  272. package/lib/typechain/factories/Seaport__factory.d.ts +132 -0
  273. package/lib/typechain/factories/Seaport__factory.js +2670 -0
  274. package/lib/typechain/factories/Seaport__factory.js.map +1 -0
  275. package/lib/typechain/factories/SignatureVerificationErrors__factory.d.ts +16 -0
  276. package/lib/typechain/factories/SignatureVerificationErrors__factory.js +49 -0
  277. package/lib/typechain/factories/SignatureVerificationErrors__factory.js.map +1 -0
  278. package/lib/typechain/factories/SignatureVerification__factory.d.ts +30 -0
  279. package/lib/typechain/factories/SignatureVerification__factory.js +118 -0
  280. package/lib/typechain/factories/SignatureVerification__factory.js.map +1 -0
  281. package/lib/typechain/factories/TestERC1155__factory.d.ts +49 -0
  282. package/lib/typechain/factories/TestERC1155__factory.js +433 -0
  283. package/lib/typechain/factories/TestERC1155__factory.js.map +1 -0
  284. package/lib/typechain/factories/TestERC20__factory.d.ts +56 -0
  285. package/lib/typechain/factories/TestERC20__factory.js +457 -0
  286. package/lib/typechain/factories/TestERC20__factory.js.map +1 -0
  287. package/lib/typechain/factories/TestERC721__factory.d.ts +49 -0
  288. package/lib/typechain/factories/TestERC721__factory.js +446 -0
  289. package/lib/typechain/factories/TestERC721__factory.js.map +1 -0
  290. package/lib/typechain/factories/TokenTransferrerErrors__factory.d.ts +16 -0
  291. package/lib/typechain/factories/TokenTransferrerErrors__factory.js +132 -0
  292. package/lib/typechain/factories/TokenTransferrerErrors__factory.js.map +1 -0
  293. package/lib/typechain/factories/TokenTransferrer__factory.d.ts +30 -0
  294. package/lib/typechain/factories/TokenTransferrer__factory.js +201 -0
  295. package/lib/typechain/factories/TokenTransferrer__factory.js.map +1 -0
  296. package/lib/typechain/factories/Verifiers__factory.d.ts +64 -0
  297. package/lib/typechain/factories/Verifiers__factory.js +552 -0
  298. package/lib/typechain/factories/Verifiers__factory.js.map +1 -0
  299. package/lib/typechain/factories/ZoneInteractionErrors__factory.d.ts +16 -0
  300. package/lib/typechain/factories/ZoneInteractionErrors__factory.js +34 -0
  301. package/lib/typechain/factories/ZoneInteractionErrors__factory.js.map +1 -0
  302. package/lib/typechain/factories/ZoneInteraction__factory.d.ts +30 -0
  303. package/lib/typechain/factories/ZoneInteraction__factory.js +103 -0
  304. package/lib/typechain/factories/ZoneInteraction__factory.js.map +1 -0
  305. package/lib/typechain/factories/ZoneInterface__factory.d.ts +52 -0
  306. package/lib/typechain/factories/ZoneInterface__factory.js +266 -0
  307. package/lib/typechain/factories/ZoneInterface__factory.js.map +1 -0
  308. package/lib/typechain/index.d.ts +90 -0
  309. package/lib/typechain/index.js +94 -0
  310. package/lib/typechain/index.js.map +1 -0
  311. package/lib/types.d.ts +1 -0
  312. package/lib/utils/fulfill.d.ts +6 -3
  313. package/lib/utils/fulfill.js +7 -11
  314. package/lib/utils/fulfill.js.map +1 -1
  315. package/lib/utils/order.d.ts +1 -0
  316. package/lib/utils/order.js +11 -2
  317. package/lib/utils/order.js.map +1 -1
  318. package/lib/utils/usecase.d.ts +2 -1
  319. package/lib/utils/usecase.js +38 -11
  320. package/lib/utils/usecase.js.map +1 -1
  321. package/package.json +1 -1
@@ -0,0 +1,64 @@
1
+ import { Signer, ContractFactory, Overrides } from "ethers";
2
+ import { Provider, TransactionRequest } from "@ethersproject/providers";
3
+ import type { OrderCombiner, OrderCombinerInterface } from "../OrderCombiner";
4
+ declare type OrderCombinerConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
5
+ export declare class OrderCombiner__factory extends ContractFactory {
6
+ constructor(...args: OrderCombinerConstructorParams);
7
+ deploy(conduitController: string, overrides?: Overrides & {
8
+ from?: string | Promise<string>;
9
+ }): Promise<OrderCombiner>;
10
+ getDeployTransaction(conduitController: string, overrides?: Overrides & {
11
+ from?: string | Promise<string>;
12
+ }): TransactionRequest;
13
+ attach(address: string): OrderCombiner;
14
+ connect(signer: Signer): OrderCombiner__factory;
15
+ static readonly contractName: "OrderCombiner";
16
+ readonly contractName: "OrderCombiner";
17
+ static readonly bytecode = "0x6101c060405234801561001157600080fd5b50604051610709380380610709833981016040819052610030916105b9565b8080808080808080610040610123565b610120526101005260e05260c081815260a0838152608085815246610140819052604080516020818101979097528082019890985260608801969096529086015230858201528351808603909101815293019091528151910120610160526001600160a01b03811661018081905260408051630a96ad3960e01b81528151630a96ad39926004808401939192918290030181865afa1580156100e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061010a91906105e9565b506101a052505060016000555061066f95505050505050565b6000808080808061015460408051808201909152600d81526c21b7b739b4b232b930ba34b7b760991b602082015290565b80516020918201206040805180820182526003815262312e3160e81b90840152519097507f722c0e0c80487266e8c6a45e3a1a803aab23378a9c32e6ebe029d4fad7bfc965965060009161025891016909ecccccae492e8cada560b31b81526e1d5a5b9d0e081a5d195b551e5c194b608a1b600a8201526d1859191c995cdcc81d1bdad95b8b60921b60198201527f75696e74323536206964656e7469666965724f7243726974657269612c00000060278201527f75696e74323536207374617274416d6f756e742c0000000000000000000000006044820152701d5a5b9d0c8d4d88195b99105b5bdd5b9d607a1b6058820152602960f81b6069820152606a0190565b60408051601f1981840301815282825271086dedce6d2c8cae4c2e8d2dedc92e8cada560731b60208401526e1d5a5b9d0e081a5d195b551e5c194b608a1b60328401526d1859191c995cdcc81d1bdad95b8b60921b60418401527f75696e74323536206964656e7469666965724f7243726974657269612c000000604f8401527f75696e74323536207374617274416d6f756e742c000000000000000000000000606c840152711d5a5b9d0c8d4d88195b99105b5bdd5b9d0b60721b6080840152701859191c995cdcc81c9958da5c1a595b9d607a1b6092840152602960f81b60a384018190528251808503608401815260a485019093526f09ee4c8cae486dedae0dedccadce8e6560831b60c48501526f1859191c995cdcc81bd999995c995c8b60821b60d48501526c1859191c995cdcc81e9bdb994b609a1b60e48501527113d999995c925d195b56d7481bd999995c8b60721b60f18501527f436f6e73696465726174696f6e4974656d5b5d20636f6e73696465726174696f610103850152611b8b60f21b6101238501526f1d5a5b9d0e081bdc99195c951e5c194b60821b610125850152711d5a5b9d0c8d4d881cdd185c9d151a5b594b60721b6101358501526f1d5a5b9d0c8d4d88195b99151a5b594b60821b61014785015270189e5d195ccccc881e9bdb9952185cda0b607a1b6101578501526c1d5a5b9d0c8d4d881cd85b1d0b609a1b6101688501527f6279746573333220636f6e647569744b65792c000000000000000000000000006101758501526e3ab4b73a191a9b1031b7bab73a32b960891b6101888501526101978401529250906000906101980160408051601f19818403018152908290526c08a92a06e626488dedac2d2dc5609b1b60208301526b1cdd1c9a5b99c81b985b594b60a21b602d8301526e1cdd1c9a5b99c81d995c9cda5bdb8b608a1b60398301526f1d5a5b9d0c8d4d8818da185a5b92590b60821b60488301527f6164647265737320766572696679696e67436f6e7472616374000000000000006058830152602960f81b6071830152915060720160408051601f19818403018152908290528051602091820120855186830120855186840120919a50985096506105969183918591879101610648565b604051602081830303815290604052805190602001209350505050909192939495565b6000602082840312156105cb57600080fd5b81516001600160a01b03811681146105e257600080fd5b9392505050565b600080604083850312156105fc57600080fd5b505080516020909101519092909150565b6000815160005b8181101561062e5760208185018101518683015201610614565b8181111561063d576000828601525b509290920192915050565b600061066661066061065a848861060d565b8661060d565b8461060d565b95945050505050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a051603f6106ca60003960005050600050506000505060005050600050506000505060005050600050506000505060005050603f6000f3fe6080604052600080fdfea2646970667358221220346ece0e4b60ca1fbefb09d2abec2f7a15f634c6692ec1cb3743e192179990e264736f6c634300080d0033";
18
+ static readonly abi: ({
19
+ inputs: {
20
+ internalType: string;
21
+ name: string;
22
+ type: string;
23
+ }[];
24
+ stateMutability: string;
25
+ type: string;
26
+ name?: undefined;
27
+ anonymous?: undefined;
28
+ } | {
29
+ inputs: {
30
+ internalType: string;
31
+ name: string;
32
+ type: string;
33
+ }[];
34
+ name: string;
35
+ type: string;
36
+ stateMutability?: undefined;
37
+ anonymous?: undefined;
38
+ } | {
39
+ anonymous: boolean;
40
+ inputs: ({
41
+ indexed: boolean;
42
+ internalType: string;
43
+ name: string;
44
+ type: string;
45
+ components?: undefined;
46
+ } | {
47
+ components: {
48
+ internalType: string;
49
+ name: string;
50
+ type: string;
51
+ }[];
52
+ indexed: boolean;
53
+ internalType: string;
54
+ name: string;
55
+ type: string;
56
+ })[];
57
+ name: string;
58
+ type: string;
59
+ stateMutability?: undefined;
60
+ })[];
61
+ static createInterface(): OrderCombinerInterface;
62
+ static connect(address: string, signerOrProvider: Signer | Provider): OrderCombiner;
63
+ }
64
+ export {};
@@ -0,0 +1,629 @@
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.OrderCombiner__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
+ var _bytecode = "0x6101c060405234801561001157600080fd5b50604051610709380380610709833981016040819052610030916105b9565b8080808080808080610040610123565b610120526101005260e05260c081815260a0838152608085815246610140819052604080516020818101979097528082019890985260608801969096529086015230858201528351808603909101815293019091528151910120610160526001600160a01b03811661018081905260408051630a96ad3960e01b81528151630a96ad39926004808401939192918290030181865afa1580156100e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061010a91906105e9565b506101a052505060016000555061066f95505050505050565b6000808080808061015460408051808201909152600d81526c21b7b739b4b232b930ba34b7b760991b602082015290565b80516020918201206040805180820182526003815262312e3160e81b90840152519097507f722c0e0c80487266e8c6a45e3a1a803aab23378a9c32e6ebe029d4fad7bfc965965060009161025891016909ecccccae492e8cada560b31b81526e1d5a5b9d0e081a5d195b551e5c194b608a1b600a8201526d1859191c995cdcc81d1bdad95b8b60921b60198201527f75696e74323536206964656e7469666965724f7243726974657269612c00000060278201527f75696e74323536207374617274416d6f756e742c0000000000000000000000006044820152701d5a5b9d0c8d4d88195b99105b5bdd5b9d607a1b6058820152602960f81b6069820152606a0190565b60408051601f1981840301815282825271086dedce6d2c8cae4c2e8d2dedc92e8cada560731b60208401526e1d5a5b9d0e081a5d195b551e5c194b608a1b60328401526d1859191c995cdcc81d1bdad95b8b60921b60418401527f75696e74323536206964656e7469666965724f7243726974657269612c000000604f8401527f75696e74323536207374617274416d6f756e742c000000000000000000000000606c840152711d5a5b9d0c8d4d88195b99105b5bdd5b9d0b60721b6080840152701859191c995cdcc81c9958da5c1a595b9d607a1b6092840152602960f81b60a384018190528251808503608401815260a485019093526f09ee4c8cae486dedae0dedccadce8e6560831b60c48501526f1859191c995cdcc81bd999995c995c8b60821b60d48501526c1859191c995cdcc81e9bdb994b609a1b60e48501527113d999995c925d195b56d7481bd999995c8b60721b60f18501527f436f6e73696465726174696f6e4974656d5b5d20636f6e73696465726174696f610103850152611b8b60f21b6101238501526f1d5a5b9d0e081bdc99195c951e5c194b60821b610125850152711d5a5b9d0c8d4d881cdd185c9d151a5b594b60721b6101358501526f1d5a5b9d0c8d4d88195b99151a5b594b60821b61014785015270189e5d195ccccc881e9bdb9952185cda0b607a1b6101578501526c1d5a5b9d0c8d4d881cd85b1d0b609a1b6101688501527f6279746573333220636f6e647569744b65792c000000000000000000000000006101758501526e3ab4b73a191a9b1031b7bab73a32b960891b6101888501526101978401529250906000906101980160408051601f19818403018152908290526c08a92a06e626488dedac2d2dc5609b1b60208301526b1cdd1c9a5b99c81b985b594b60a21b602d8301526e1cdd1c9a5b99c81d995c9cda5bdb8b608a1b60398301526f1d5a5b9d0c8d4d8818da185a5b92590b60821b60488301527f6164647265737320766572696679696e67436f6e7472616374000000000000006058830152602960f81b6071830152915060720160408051601f19818403018152908290528051602091820120855186830120855186840120919a50985096506105969183918591879101610648565b604051602081830303815290604052805190602001209350505050909192939495565b6000602082840312156105cb57600080fd5b81516001600160a01b03811681146105e257600080fd5b9392505050565b600080604083850312156105fc57600080fd5b505080516020909101519092909150565b6000815160005b8181101561062e5760208185018101518683015201610614565b8181111561063d576000828601525b509290920192915050565b600061066661066061065a848861060d565b8661060d565b8461060d565b95945050505050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a051603f6106ca60003960005050600050506000505060005050600050506000505060005050600050506000505060005050603f6000f3fe6080604052600080fdfea2646970667358221220346ece0e4b60ca1fbefb09d2abec2f7a15f634c6692ec1cb3743e192179990e264736f6c634300080d0033";
588
+ var isSuperArgs = function (xs) { return xs.length > 1; };
589
+ var OrderCombiner__factory = /** @class */ (function (_super) {
590
+ __extends(OrderCombiner__factory, _super);
591
+ function OrderCombiner__factory() {
592
+ var args = [];
593
+ for (var _i = 0; _i < arguments.length; _i++) {
594
+ args[_i] = arguments[_i];
595
+ }
596
+ var _this = this;
597
+ if (isSuperArgs(args)) {
598
+ _this = _super.apply(this, __spreadArray([], __read(args), false)) || this;
599
+ }
600
+ else {
601
+ _this = _super.call(this, _abi, _bytecode, args[0]) || this;
602
+ }
603
+ _this.contractName = "OrderCombiner";
604
+ return _this;
605
+ }
606
+ OrderCombiner__factory.prototype.deploy = function (conduitController, overrides) {
607
+ return _super.prototype.deploy.call(this, conduitController, overrides || {});
608
+ };
609
+ OrderCombiner__factory.prototype.getDeployTransaction = function (conduitController, overrides) {
610
+ return _super.prototype.getDeployTransaction.call(this, conduitController, overrides || {});
611
+ };
612
+ OrderCombiner__factory.prototype.attach = function (address) {
613
+ return _super.prototype.attach.call(this, address);
614
+ };
615
+ OrderCombiner__factory.prototype.connect = function (signer) {
616
+ return _super.prototype.connect.call(this, signer);
617
+ };
618
+ OrderCombiner__factory.createInterface = function () {
619
+ return new ethers_1.utils.Interface(_abi);
620
+ };
621
+ OrderCombiner__factory.connect = function (address, signerOrProvider) {
622
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
623
+ };
624
+ OrderCombiner__factory.bytecode = _bytecode;
625
+ OrderCombiner__factory.abi = _abi;
626
+ return OrderCombiner__factory;
627
+ }(ethers_1.ContractFactory));
628
+ exports.OrderCombiner__factory = OrderCombiner__factory;
629
+ //# sourceMappingURL=OrderCombiner__factory.js.map