@0xsequence/marketplace-sdk 0.8.8 → 0.8.10

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 (115) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/{chunk-FMEEJFAF.js → chunk-5C6ZZ6WX.js} +1 -1
  3. package/dist/{chunk-YEGD7PWE.js → chunk-5O44EPXZ.js} +2 -2
  4. package/dist/chunk-6CTFVBKU.js +1 -0
  5. package/dist/{chunk-KGM2WLSP.js → chunk-7F27CJZW.js} +14 -2
  6. package/dist/{chunk-KGM2WLSP.js.map → chunk-7F27CJZW.js.map} +1 -1
  7. package/dist/{chunk-MAD64DLJ.js → chunk-A7BVFBWB.js} +2 -2
  8. package/dist/{chunk-YBOFRP65.js → chunk-FGM57QUU.js} +2 -2
  9. package/dist/{chunk-HHYNOPPI.js → chunk-KTST7ORH.js} +2 -2
  10. package/dist/{chunk-35WWD5V6.js → chunk-M6NJ73Y5.js} +3 -3
  11. package/dist/chunk-Q3ECVC4F.js +811 -0
  12. package/dist/chunk-Q3ECVC4F.js.map +1 -0
  13. package/dist/{chunk-EODKQL6Y.js → chunk-RVIUUJTP.js} +2 -2
  14. package/dist/{chunk-G3447GIP.js → chunk-SXVUTSMT.js} +24 -9
  15. package/dist/chunk-SXVUTSMT.js.map +1 -0
  16. package/dist/{chunk-7IYKUVC3.js → chunk-UJSF7PSC.js} +251 -107
  17. package/dist/chunk-UJSF7PSC.js.map +1 -0
  18. package/dist/{chunk-YALXP2PW.js → chunk-WH5BZC7W.js} +2 -2
  19. package/dist/{chunk-4XLXOEXQ.js → chunk-Y2HJO2VY.js} +25 -4
  20. package/dist/chunk-Y2HJO2VY.js.map +1 -0
  21. package/dist/{create-config-DwrnzwpM.d.ts → create-config-CAQcvjl6.d.ts} +2 -2
  22. package/dist/{index-DGsVBflk.d.ts → index-MlUK9AQE.d.ts} +2 -2
  23. package/dist/index.css +74 -28
  24. package/dist/index.css.map +1 -1
  25. package/dist/index.d.ts +4 -3
  26. package/dist/index.js +10 -4
  27. package/dist/{lowestListing-BQHIuvNF.d.ts → listTokenMetadata-DO4ChDjn.d.ts} +20 -2
  28. package/dist/{marketplaceConfig-B4Fdsmxu.d.ts → marketplaceConfig-D0MXemEl.d.ts} +1 -1
  29. package/dist/react/_internal/api/index.d.ts +3 -2
  30. package/dist/react/_internal/api/index.js +5 -1
  31. package/dist/react/_internal/databeat/index.js +11 -10
  32. package/dist/react/_internal/index.d.ts +6 -5
  33. package/dist/react/_internal/index.js +5 -1
  34. package/dist/react/_internal/wagmi/index.d.ts +3 -3
  35. package/dist/react/hooks/index.d.ts +11 -8
  36. package/dist/react/hooks/index.js +12 -9
  37. package/dist/react/hooks/options/index.d.ts +3 -3
  38. package/dist/react/hooks/options/index.js +3 -3
  39. package/dist/react/index.css +74 -28
  40. package/dist/react/index.css.map +1 -1
  41. package/dist/react/index.d.ts +11 -10
  42. package/dist/react/index.js +18 -13
  43. package/dist/react/queries/index.d.ts +3 -2
  44. package/dist/react/queries/index.js +6 -4
  45. package/dist/react/ssr/index.d.ts +2 -2
  46. package/dist/react/ssr/index.js +2 -2
  47. package/dist/react/ui/components/collectible-card/index.css +74 -28
  48. package/dist/react/ui/components/collectible-card/index.css.map +1 -1
  49. package/dist/react/ui/components/collectible-card/index.d.ts +24 -1
  50. package/dist/react/ui/components/collectible-card/index.js +18 -15
  51. package/dist/react/ui/components/marketplace-logos/index.js +1 -1
  52. package/dist/react/ui/icons/index.js +7 -6
  53. package/dist/react/ui/index.css +74 -28
  54. package/dist/react/ui/index.css.map +1 -1
  55. package/dist/react/ui/index.d.ts +1 -1
  56. package/dist/react/ui/index.js +16 -13
  57. package/dist/react/ui/modals/_internal/components/actionModal/index.js +11 -10
  58. package/dist/{sdk-config-txlivEKe.d.ts → sdk-config-onSPBxJj.d.ts} +1 -0
  59. package/dist/{services-BI_w8Eq4.d.ts → services-CMSb9ipU.d.ts} +5 -2
  60. package/dist/types/index.d.ts +2 -2
  61. package/dist/types/index.js +1 -1
  62. package/dist/{types-isjvwapz.d.ts → types-B8xzPEKX.d.ts} +2 -2
  63. package/dist/utils/abi/index.d.ts +1 -0
  64. package/dist/utils/abi/index.js +7 -1
  65. package/dist/utils/abi/primary-sale/index.d.ts +1054 -0
  66. package/dist/utils/abi/primary-sale/index.js +9 -0
  67. package/dist/utils/abi/primary-sale/index.js.map +1 -0
  68. package/dist/utils/index.d.ts +1 -0
  69. package/dist/utils/index.js +10 -4
  70. package/package.json +32 -31
  71. package/src/react/_internal/api/services.ts +12 -1
  72. package/src/react/hooks/index.ts +1 -0
  73. package/src/react/hooks/useList1155SaleSupplies.tsx +62 -0
  74. package/src/react/hooks/useListTokenMetadata.ts +19 -0
  75. package/src/react/queries/index.ts +1 -0
  76. package/src/react/queries/listTokenMetadata.ts +38 -0
  77. package/src/react/ui/components/ModelViewer.tsx +54 -0
  78. package/src/react/ui/components/_internals/custom-select/CustomSelect.tsx +0 -1
  79. package/src/react/ui/components/collectible-card/CollectibleCard.tsx +7 -3
  80. package/src/react/ui/components/collectible-card/__tests__/{CollectibleAsset.test.tsx → Media.test.tsx} +9 -15
  81. package/src/react/ui/components/collectible-card/index.ts +1 -0
  82. package/src/react/ui/components/collectible-card/media/Media.tsx +206 -0
  83. package/src/react/ui/components/collectible-card/{collectible-asset/CollectibleAssetSkeleton.tsx → media/MediaSkeleton.tsx} +1 -1
  84. package/src/react/ui/components/collectible-card/media/types.ts +17 -0
  85. package/src/react/ui/components/collectible-card/{collectible-asset → media}/utils.ts +16 -7
  86. package/src/react/ui/index.ts +1 -0
  87. package/src/react/ui/modals/BuyModal/hooks/usePaymentModalParams.ts +28 -3
  88. package/src/react/ui/modals/SuccessfulPurchaseModal/index.tsx +9 -7
  89. package/src/react/ui/modals/TransferModal/_views/enterWalletAddress/_components/TokenQuantityInput.tsx +1 -1
  90. package/src/react/ui/modals/_internal/components/actionModal/ActionModal.test.tsx +0 -1
  91. package/src/react/ui/modals/_internal/components/priceInput/index.tsx +1 -1
  92. package/src/react/ui/modals/_internal/components/quantityInput/index.tsx +1 -2
  93. package/src/react/ui/modals/_internal/components/waasFeeOptionsSelect/WaasFeeOptionsSelect.tsx +0 -1
  94. package/src/types/sdk-config.ts +1 -0
  95. package/src/utils/abi/index.ts +1 -0
  96. package/src/utils/abi/primary-sale/index.ts +2 -0
  97. package/src/utils/abi/primary-sale/sequence-1155-sales-contract.ts +450 -0
  98. package/src/utils/abi/primary-sale/sequence-721-sales-contract.ts +352 -0
  99. package/src/utils/abi/token/sequence-erc1155-items.ts +454 -0
  100. package/src/utils/fetchContentType.ts +11 -4
  101. package/tsconfig.tsbuildinfo +1 -1
  102. package/dist/chunk-4XLXOEXQ.js.map +0 -1
  103. package/dist/chunk-7IYKUVC3.js.map +0 -1
  104. package/dist/chunk-G3447GIP.js.map +0 -1
  105. package/dist/chunk-UISBTKFF.js +0 -1
  106. package/src/react/ui/components/collectible-card/collectible-asset/CollectibleAsset.tsx +0 -139
  107. /package/dist/{chunk-FMEEJFAF.js.map → chunk-5C6ZZ6WX.js.map} +0 -0
  108. /package/dist/{chunk-YEGD7PWE.js.map → chunk-5O44EPXZ.js.map} +0 -0
  109. /package/dist/{chunk-UISBTKFF.js.map → chunk-6CTFVBKU.js.map} +0 -0
  110. /package/dist/{chunk-MAD64DLJ.js.map → chunk-A7BVFBWB.js.map} +0 -0
  111. /package/dist/{chunk-YBOFRP65.js.map → chunk-FGM57QUU.js.map} +0 -0
  112. /package/dist/{chunk-HHYNOPPI.js.map → chunk-KTST7ORH.js.map} +0 -0
  113. /package/dist/{chunk-35WWD5V6.js.map → chunk-M6NJ73Y5.js.map} +0 -0
  114. /package/dist/{chunk-EODKQL6Y.js.map → chunk-RVIUUJTP.js.map} +0 -0
  115. /package/dist/{chunk-YALXP2PW.js.map → chunk-WH5BZC7W.js.map} +0 -0
@@ -0,0 +1,450 @@
1
+ export const ERC1155_SALES_CONTRACT_ABI = [
2
+ {
3
+ type: 'function',
4
+ name: 'DEFAULT_ADMIN_ROLE',
5
+ inputs: [],
6
+ outputs: [{ name: '', type: 'bytes32', internalType: 'bytes32' }],
7
+ stateMutability: 'view',
8
+ },
9
+ {
10
+ type: 'function',
11
+ name: 'checkMerkleProof',
12
+ inputs: [
13
+ { name: 'root', type: 'bytes32', internalType: 'bytes32' },
14
+ { name: 'proof', type: 'bytes32[]', internalType: 'bytes32[]' },
15
+ { name: 'addr', type: 'address', internalType: 'address' },
16
+ { name: 'salt', type: 'bytes32', internalType: 'bytes32' },
17
+ ],
18
+ outputs: [{ name: '', type: 'bool', internalType: 'bool' }],
19
+ stateMutability: 'view',
20
+ },
21
+ {
22
+ type: 'function',
23
+ name: 'getRoleAdmin',
24
+ inputs: [{ name: 'role', type: 'bytes32', internalType: 'bytes32' }],
25
+ outputs: [{ name: '', type: 'bytes32', internalType: 'bytes32' }],
26
+ stateMutability: 'view',
27
+ },
28
+ {
29
+ type: 'function',
30
+ name: 'getRoleMember',
31
+ inputs: [
32
+ { name: 'role', type: 'bytes32', internalType: 'bytes32' },
33
+ { name: 'index', type: 'uint256', internalType: 'uint256' },
34
+ ],
35
+ outputs: [{ name: '', type: 'address', internalType: 'address' }],
36
+ stateMutability: 'view',
37
+ },
38
+ {
39
+ type: 'function',
40
+ name: 'getRoleMemberCount',
41
+ inputs: [{ name: 'role', type: 'bytes32', internalType: 'bytes32' }],
42
+ outputs: [{ name: '', type: 'uint256', internalType: 'uint256' }],
43
+ stateMutability: 'view',
44
+ },
45
+ {
46
+ type: 'function',
47
+ name: 'globalSaleDetails',
48
+ inputs: [],
49
+ outputs: [
50
+ {
51
+ name: '',
52
+ type: 'tuple',
53
+ internalType: 'struct IERC1155SaleFunctions.SaleDetails',
54
+ components: [
55
+ { name: 'cost', type: 'uint256', internalType: 'uint256' },
56
+ {
57
+ name: 'supplyCap',
58
+ type: 'uint256',
59
+ internalType: 'uint256',
60
+ },
61
+ { name: 'startTime', type: 'uint64', internalType: 'uint64' },
62
+ { name: 'endTime', type: 'uint64', internalType: 'uint64' },
63
+ {
64
+ name: 'merkleRoot',
65
+ type: 'bytes32',
66
+ internalType: 'bytes32',
67
+ },
68
+ ],
69
+ },
70
+ ],
71
+ stateMutability: 'view',
72
+ },
73
+ {
74
+ type: 'function',
75
+ name: 'grantRole',
76
+ inputs: [
77
+ { name: 'role', type: 'bytes32', internalType: 'bytes32' },
78
+ { name: 'account', type: 'address', internalType: 'address' },
79
+ ],
80
+ outputs: [],
81
+ stateMutability: 'nonpayable',
82
+ },
83
+ {
84
+ type: 'function',
85
+ name: 'hasRole',
86
+ inputs: [
87
+ { name: 'role', type: 'bytes32', internalType: 'bytes32' },
88
+ { name: 'account', type: 'address', internalType: 'address' },
89
+ ],
90
+ outputs: [{ name: '', type: 'bool', internalType: 'bool' }],
91
+ stateMutability: 'view',
92
+ },
93
+ {
94
+ type: 'function',
95
+ name: 'initialize',
96
+ inputs: [
97
+ { name: 'owner', type: 'address', internalType: 'address' },
98
+ { name: 'items', type: 'address', internalType: 'address' },
99
+ ],
100
+ outputs: [],
101
+ stateMutability: 'nonpayable',
102
+ },
103
+ {
104
+ type: 'function',
105
+ name: 'mint',
106
+ inputs: [
107
+ { name: 'to', type: 'address', internalType: 'address' },
108
+ {
109
+ name: 'tokenIds',
110
+ type: 'uint256[]',
111
+ internalType: 'uint256[]',
112
+ },
113
+ { name: 'amounts', type: 'uint256[]', internalType: 'uint256[]' },
114
+ { name: 'data', type: 'bytes', internalType: 'bytes' },
115
+ {
116
+ name: 'expectedPaymentToken',
117
+ type: 'address',
118
+ internalType: 'address',
119
+ },
120
+ { name: 'maxTotal', type: 'uint256', internalType: 'uint256' },
121
+ { name: 'proof', type: 'bytes32[]', internalType: 'bytes32[]' },
122
+ ],
123
+ outputs: [],
124
+ stateMutability: 'payable',
125
+ },
126
+ {
127
+ type: 'function',
128
+ name: 'paymentToken',
129
+ inputs: [],
130
+ outputs: [{ name: '', type: 'address', internalType: 'address' }],
131
+ stateMutability: 'view',
132
+ },
133
+ {
134
+ type: 'function',
135
+ name: 'renounceRole',
136
+ inputs: [
137
+ { name: 'role', type: 'bytes32', internalType: 'bytes32' },
138
+ { name: 'account', type: 'address', internalType: 'address' },
139
+ ],
140
+ outputs: [],
141
+ stateMutability: 'nonpayable',
142
+ },
143
+ {
144
+ type: 'function',
145
+ name: 'revokeRole',
146
+ inputs: [
147
+ { name: 'role', type: 'bytes32', internalType: 'bytes32' },
148
+ { name: 'account', type: 'address', internalType: 'address' },
149
+ ],
150
+ outputs: [],
151
+ stateMutability: 'nonpayable',
152
+ },
153
+ {
154
+ type: 'function',
155
+ name: 'setGlobalSaleDetails',
156
+ inputs: [
157
+ { name: 'cost', type: 'uint256', internalType: 'uint256' },
158
+ { name: 'supplyCap', type: 'uint256', internalType: 'uint256' },
159
+ { name: 'startTime', type: 'uint64', internalType: 'uint64' },
160
+ { name: 'endTime', type: 'uint64', internalType: 'uint64' },
161
+ { name: 'merkleRoot', type: 'bytes32', internalType: 'bytes32' },
162
+ ],
163
+ outputs: [],
164
+ stateMutability: 'nonpayable',
165
+ },
166
+ {
167
+ type: 'function',
168
+ name: 'setPaymentToken',
169
+ inputs: [
170
+ {
171
+ name: 'paymentTokenAddr',
172
+ type: 'address',
173
+ internalType: 'address',
174
+ },
175
+ ],
176
+ outputs: [],
177
+ stateMutability: 'nonpayable',
178
+ },
179
+ {
180
+ type: 'function',
181
+ name: 'setTokenSaleDetails',
182
+ inputs: [
183
+ { name: 'tokenId', type: 'uint256', internalType: 'uint256' },
184
+ { name: 'cost', type: 'uint256', internalType: 'uint256' },
185
+ { name: 'supplyCap', type: 'uint256', internalType: 'uint256' },
186
+ { name: 'startTime', type: 'uint64', internalType: 'uint64' },
187
+ { name: 'endTime', type: 'uint64', internalType: 'uint64' },
188
+ { name: 'merkleRoot', type: 'bytes32', internalType: 'bytes32' },
189
+ ],
190
+ outputs: [],
191
+ stateMutability: 'nonpayable',
192
+ },
193
+ {
194
+ type: 'function',
195
+ name: 'supportsInterface',
196
+ inputs: [{ name: 'interfaceId', type: 'bytes4', internalType: 'bytes4' }],
197
+ outputs: [{ name: '', type: 'bool', internalType: 'bool' }],
198
+ stateMutability: 'view',
199
+ },
200
+ {
201
+ type: 'function',
202
+ name: 'tokenSaleDetails',
203
+ inputs: [{ name: 'tokenId', type: 'uint256', internalType: 'uint256' }],
204
+ outputs: [
205
+ {
206
+ name: '',
207
+ type: 'tuple',
208
+ internalType: 'struct IERC1155SaleFunctions.SaleDetails',
209
+ components: [
210
+ { name: 'cost', type: 'uint256', internalType: 'uint256' },
211
+ {
212
+ name: 'supplyCap',
213
+ type: 'uint256',
214
+ internalType: 'uint256',
215
+ },
216
+ { name: 'startTime', type: 'uint64', internalType: 'uint64' },
217
+ { name: 'endTime', type: 'uint64', internalType: 'uint64' },
218
+ {
219
+ name: 'merkleRoot',
220
+ type: 'bytes32',
221
+ internalType: 'bytes32',
222
+ },
223
+ ],
224
+ },
225
+ ],
226
+ stateMutability: 'view',
227
+ },
228
+ {
229
+ type: 'function',
230
+ name: 'withdrawERC20',
231
+ inputs: [
232
+ { name: 'token', type: 'address', internalType: 'address' },
233
+ { name: 'to', type: 'address', internalType: 'address' },
234
+ { name: 'value', type: 'uint256', internalType: 'uint256' },
235
+ ],
236
+ outputs: [],
237
+ stateMutability: 'nonpayable',
238
+ },
239
+ {
240
+ type: 'function',
241
+ name: 'withdrawETH',
242
+ inputs: [
243
+ { name: 'to', type: 'address', internalType: 'address' },
244
+ { name: 'value', type: 'uint256', internalType: 'uint256' },
245
+ ],
246
+ outputs: [],
247
+ stateMutability: 'nonpayable',
248
+ },
249
+ {
250
+ type: 'event',
251
+ name: 'GlobalSaleDetailsUpdated',
252
+ inputs: [
253
+ {
254
+ name: 'cost',
255
+ type: 'uint256',
256
+ indexed: false,
257
+ internalType: 'uint256',
258
+ },
259
+ {
260
+ name: 'supplyCap',
261
+ type: 'uint256',
262
+ indexed: false,
263
+ internalType: 'uint256',
264
+ },
265
+ {
266
+ name: 'startTime',
267
+ type: 'uint64',
268
+ indexed: false,
269
+ internalType: 'uint64',
270
+ },
271
+ {
272
+ name: 'endTime',
273
+ type: 'uint64',
274
+ indexed: false,
275
+ internalType: 'uint64',
276
+ },
277
+ {
278
+ name: 'merkleRoot',
279
+ type: 'bytes32',
280
+ indexed: false,
281
+ internalType: 'bytes32',
282
+ },
283
+ ],
284
+ anonymous: false,
285
+ },
286
+ {
287
+ type: 'event',
288
+ name: 'RoleAdminChanged',
289
+ inputs: [
290
+ {
291
+ name: 'role',
292
+ type: 'bytes32',
293
+ indexed: true,
294
+ internalType: 'bytes32',
295
+ },
296
+ {
297
+ name: 'previousAdminRole',
298
+ type: 'bytes32',
299
+ indexed: true,
300
+ internalType: 'bytes32',
301
+ },
302
+ {
303
+ name: 'newAdminRole',
304
+ type: 'bytes32',
305
+ indexed: true,
306
+ internalType: 'bytes32',
307
+ },
308
+ ],
309
+ anonymous: false,
310
+ },
311
+ {
312
+ type: 'event',
313
+ name: 'RoleGranted',
314
+ inputs: [
315
+ {
316
+ name: 'role',
317
+ type: 'bytes32',
318
+ indexed: true,
319
+ internalType: 'bytes32',
320
+ },
321
+ {
322
+ name: 'account',
323
+ type: 'address',
324
+ indexed: true,
325
+ internalType: 'address',
326
+ },
327
+ {
328
+ name: 'sender',
329
+ type: 'address',
330
+ indexed: true,
331
+ internalType: 'address',
332
+ },
333
+ ],
334
+ anonymous: false,
335
+ },
336
+ {
337
+ type: 'event',
338
+ name: 'RoleRevoked',
339
+ inputs: [
340
+ {
341
+ name: 'role',
342
+ type: 'bytes32',
343
+ indexed: true,
344
+ internalType: 'bytes32',
345
+ },
346
+ {
347
+ name: 'account',
348
+ type: 'address',
349
+ indexed: true,
350
+ internalType: 'address',
351
+ },
352
+ {
353
+ name: 'sender',
354
+ type: 'address',
355
+ indexed: true,
356
+ internalType: 'address',
357
+ },
358
+ ],
359
+ anonymous: false,
360
+ },
361
+ {
362
+ type: 'event',
363
+ name: 'TokenSaleDetailsUpdated',
364
+ inputs: [
365
+ {
366
+ name: 'tokenId',
367
+ type: 'uint256',
368
+ indexed: false,
369
+ internalType: 'uint256',
370
+ },
371
+ {
372
+ name: 'cost',
373
+ type: 'uint256',
374
+ indexed: false,
375
+ internalType: 'uint256',
376
+ },
377
+ {
378
+ name: 'supplyCap',
379
+ type: 'uint256',
380
+ indexed: false,
381
+ internalType: 'uint256',
382
+ },
383
+ {
384
+ name: 'startTime',
385
+ type: 'uint64',
386
+ indexed: false,
387
+ internalType: 'uint64',
388
+ },
389
+ {
390
+ name: 'endTime',
391
+ type: 'uint64',
392
+ indexed: false,
393
+ internalType: 'uint64',
394
+ },
395
+ {
396
+ name: 'merkleRoot',
397
+ type: 'bytes32',
398
+ indexed: false,
399
+ internalType: 'bytes32',
400
+ },
401
+ ],
402
+ anonymous: false,
403
+ },
404
+ { type: 'error', name: 'GlobalSaleInactive', inputs: [] },
405
+ {
406
+ type: 'error',
407
+ name: 'InsufficientPayment',
408
+ inputs: [
409
+ { name: 'currency', type: 'address', internalType: 'address' },
410
+ { name: 'expected', type: 'uint256', internalType: 'uint256' },
411
+ { name: 'actual', type: 'uint256', internalType: 'uint256' },
412
+ ],
413
+ },
414
+ {
415
+ type: 'error',
416
+ name: 'InsufficientSupply',
417
+ inputs: [
418
+ {
419
+ name: 'currentSupply',
420
+ type: 'uint256',
421
+ internalType: 'uint256',
422
+ },
423
+ {
424
+ name: 'requestedAmount',
425
+ type: 'uint256',
426
+ internalType: 'uint256',
427
+ },
428
+ { name: 'maxSupply', type: 'uint256', internalType: 'uint256' },
429
+ ],
430
+ },
431
+ { type: 'error', name: 'InvalidInitialization', inputs: [] },
432
+ { type: 'error', name: 'InvalidSaleDetails', inputs: [] },
433
+ { type: 'error', name: 'InvalidTokenIds', inputs: [] },
434
+ {
435
+ type: 'error',
436
+ name: 'MerkleProofInvalid',
437
+ inputs: [
438
+ { name: 'root', type: 'bytes32', internalType: 'bytes32' },
439
+ { name: 'proof', type: 'bytes32[]', internalType: 'bytes32[]' },
440
+ { name: 'addr', type: 'address', internalType: 'address' },
441
+ { name: 'salt', type: 'bytes32', internalType: 'bytes32' },
442
+ ],
443
+ },
444
+ {
445
+ type: 'error',
446
+ name: 'SaleInactive',
447
+ inputs: [{ name: 'tokenId', type: 'uint256', internalType: 'uint256' }],
448
+ },
449
+ { type: 'error', name: 'WithdrawFailed', inputs: [] },
450
+ ] as const;