@zoralabs/protocol-deployments 0.3.5-COMMENTS.2 → 0.3.5-COMMENTS.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +24 -24
- package/CHANGELOG.md +12 -0
- package/dist/{_esm-KB2T7G46.js → _esm-JXHAY2EM.js} +192 -85
- package/dist/_esm-JXHAY2EM.js.map +1 -0
- package/dist/{ccip-TLVKUNHE.js → ccip-MZCNL5YG.js} +3 -3
- package/dist/{chunk-5JV63AHR.js → chunk-FJ2PMLO3.js} +8 -5
- package/dist/chunk-FJ2PMLO3.js.map +1 -0
- package/dist/{chunk-IB365BT5.js → chunk-MCOK75CU.js} +333 -453
- package/dist/chunk-MCOK75CU.js.map +1 -0
- package/dist/generated/wagmi.d.ts +2980 -311
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +1131 -382
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +902 -103
- package/dist/index.js.map +1 -1
- package/dist/{secp256k1-5CEPNAX3.js → secp256k1-NJATWSDZ.js} +402 -251
- package/dist/secp256k1-NJATWSDZ.js.map +1 -0
- package/dist/typedData.d.ts +54 -2
- package/dist/typedData.d.ts.map +1 -1
- package/dist/types.d.ts +2 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +4 -5
- package/src/generated/wagmi.ts +998 -170
- package/src/typedData.ts +68 -1
- package/src/types.ts +8 -1
- package/dist/_esm-KB2T7G46.js.map +0 -1
- package/dist/chunk-5JV63AHR.js.map +0 -1
- package/dist/chunk-IB365BT5.js.map +0 -1
- package/dist/secp256k1-5CEPNAX3.js.map +0 -1
- /package/dist/{ccip-TLVKUNHE.js.map → ccip-MZCNL5YG.js.map} +0 -0
package/src/generated/wagmi.ts
CHANGED
|
@@ -1,9 +1,832 @@
|
|
|
1
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
2
|
+
// CallerAndCommenter
|
|
3
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
7
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
8
|
+
*/
|
|
9
|
+
export const callerAndCommenterABI = [
|
|
10
|
+
{
|
|
11
|
+
stateMutability: 'nonpayable',
|
|
12
|
+
type: 'constructor',
|
|
13
|
+
inputs: [
|
|
14
|
+
{ name: '_comments', internalType: 'address', type: 'address' },
|
|
15
|
+
{ name: '_zoraTimedSale', internalType: 'address', type: 'address' },
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
stateMutability: 'view',
|
|
20
|
+
type: 'function',
|
|
21
|
+
inputs: [],
|
|
22
|
+
name: 'UPGRADE_INTERFACE_VERSION',
|
|
23
|
+
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
stateMutability: 'nonpayable',
|
|
27
|
+
type: 'function',
|
|
28
|
+
inputs: [],
|
|
29
|
+
name: 'acceptOwnership',
|
|
30
|
+
outputs: [],
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
stateMutability: 'view',
|
|
34
|
+
type: 'function',
|
|
35
|
+
inputs: [],
|
|
36
|
+
name: 'comments',
|
|
37
|
+
outputs: [
|
|
38
|
+
{ name: '', internalType: 'contract IComments', type: 'address' },
|
|
39
|
+
],
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
stateMutability: 'pure',
|
|
43
|
+
type: 'function',
|
|
44
|
+
inputs: [],
|
|
45
|
+
name: 'contractName',
|
|
46
|
+
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
stateMutability: 'pure',
|
|
50
|
+
type: 'function',
|
|
51
|
+
inputs: [],
|
|
52
|
+
name: 'contractVersion',
|
|
53
|
+
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
stateMutability: 'view',
|
|
57
|
+
type: 'function',
|
|
58
|
+
inputs: [],
|
|
59
|
+
name: 'eip712Domain',
|
|
60
|
+
outputs: [
|
|
61
|
+
{ name: 'fields', internalType: 'bytes1', type: 'bytes1' },
|
|
62
|
+
{ name: 'name', internalType: 'string', type: 'string' },
|
|
63
|
+
{ name: 'version', internalType: 'string', type: 'string' },
|
|
64
|
+
{ name: 'chainId', internalType: 'uint256', type: 'uint256' },
|
|
65
|
+
{ name: 'verifyingContract', internalType: 'address', type: 'address' },
|
|
66
|
+
{ name: 'salt', internalType: 'bytes32', type: 'bytes32' },
|
|
67
|
+
{ name: 'extensions', internalType: 'uint256[]', type: 'uint256[]' },
|
|
68
|
+
],
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
stateMutability: 'view',
|
|
72
|
+
type: 'function',
|
|
73
|
+
inputs: [
|
|
74
|
+
{
|
|
75
|
+
name: 'permit',
|
|
76
|
+
internalType:
|
|
77
|
+
'struct ICallerAndCommenter.PermitTimedSaleMintAndComment',
|
|
78
|
+
type: 'tuple',
|
|
79
|
+
components: [
|
|
80
|
+
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
81
|
+
{ name: 'quantity', internalType: 'uint256', type: 'uint256' },
|
|
82
|
+
{ name: 'collection', internalType: 'address', type: 'address' },
|
|
83
|
+
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
84
|
+
{ name: 'mintReferral', internalType: 'address', type: 'address' },
|
|
85
|
+
{ name: 'comment', internalType: 'string', type: 'string' },
|
|
86
|
+
{ name: 'deadline', internalType: 'uint256', type: 'uint256' },
|
|
87
|
+
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
88
|
+
{ name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
|
|
89
|
+
{
|
|
90
|
+
name: 'destinationChainId',
|
|
91
|
+
internalType: 'uint32',
|
|
92
|
+
type: 'uint32',
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
],
|
|
97
|
+
name: 'hashPermitTimedSaleMintAndComment',
|
|
98
|
+
outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
stateMutability: 'nonpayable',
|
|
102
|
+
type: 'function',
|
|
103
|
+
inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
|
|
104
|
+
name: 'initialize',
|
|
105
|
+
outputs: [],
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
stateMutability: 'view',
|
|
109
|
+
type: 'function',
|
|
110
|
+
inputs: [
|
|
111
|
+
{ name: 'owner', internalType: 'address', type: 'address' },
|
|
112
|
+
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
113
|
+
],
|
|
114
|
+
name: 'nonceUsed',
|
|
115
|
+
outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
stateMutability: 'view',
|
|
119
|
+
type: 'function',
|
|
120
|
+
inputs: [],
|
|
121
|
+
name: 'owner',
|
|
122
|
+
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
stateMutability: 'view',
|
|
126
|
+
type: 'function',
|
|
127
|
+
inputs: [],
|
|
128
|
+
name: 'pendingOwner',
|
|
129
|
+
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
stateMutability: 'payable',
|
|
133
|
+
type: 'function',
|
|
134
|
+
inputs: [
|
|
135
|
+
{
|
|
136
|
+
name: 'permit',
|
|
137
|
+
internalType:
|
|
138
|
+
'struct ICallerAndCommenter.PermitTimedSaleMintAndComment',
|
|
139
|
+
type: 'tuple',
|
|
140
|
+
components: [
|
|
141
|
+
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
142
|
+
{ name: 'quantity', internalType: 'uint256', type: 'uint256' },
|
|
143
|
+
{ name: 'collection', internalType: 'address', type: 'address' },
|
|
144
|
+
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
145
|
+
{ name: 'mintReferral', internalType: 'address', type: 'address' },
|
|
146
|
+
{ name: 'comment', internalType: 'string', type: 'string' },
|
|
147
|
+
{ name: 'deadline', internalType: 'uint256', type: 'uint256' },
|
|
148
|
+
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
149
|
+
{ name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
|
|
150
|
+
{
|
|
151
|
+
name: 'destinationChainId',
|
|
152
|
+
internalType: 'uint32',
|
|
153
|
+
type: 'uint32',
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
{ name: 'signature', internalType: 'bytes', type: 'bytes' },
|
|
158
|
+
],
|
|
159
|
+
name: 'permitTimedSaleMintAndComment',
|
|
160
|
+
outputs: [
|
|
161
|
+
{
|
|
162
|
+
name: '',
|
|
163
|
+
internalType: 'struct IComments.CommentIdentifier',
|
|
164
|
+
type: 'tuple',
|
|
165
|
+
components: [
|
|
166
|
+
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
167
|
+
{ name: 'contractAddress', internalType: 'address', type: 'address' },
|
|
168
|
+
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
169
|
+
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
170
|
+
],
|
|
171
|
+
},
|
|
172
|
+
],
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
stateMutability: 'view',
|
|
176
|
+
type: 'function',
|
|
177
|
+
inputs: [],
|
|
178
|
+
name: 'proxiableUUID',
|
|
179
|
+
outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
stateMutability: 'nonpayable',
|
|
183
|
+
type: 'function',
|
|
184
|
+
inputs: [],
|
|
185
|
+
name: 'renounceOwnership',
|
|
186
|
+
outputs: [],
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
stateMutability: 'payable',
|
|
190
|
+
type: 'function',
|
|
191
|
+
inputs: [
|
|
192
|
+
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
193
|
+
{ name: 'quantity', internalType: 'uint256', type: 'uint256' },
|
|
194
|
+
{ name: 'collection', internalType: 'address', type: 'address' },
|
|
195
|
+
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
196
|
+
{ name: 'mintReferral', internalType: 'address', type: 'address' },
|
|
197
|
+
{ name: 'comment', internalType: 'string', type: 'string' },
|
|
198
|
+
],
|
|
199
|
+
name: 'timedSaleMintAndComment',
|
|
200
|
+
outputs: [
|
|
201
|
+
{
|
|
202
|
+
name: '',
|
|
203
|
+
internalType: 'struct IComments.CommentIdentifier',
|
|
204
|
+
type: 'tuple',
|
|
205
|
+
components: [
|
|
206
|
+
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
207
|
+
{ name: 'contractAddress', internalType: 'address', type: 'address' },
|
|
208
|
+
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
209
|
+
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
210
|
+
],
|
|
211
|
+
},
|
|
212
|
+
],
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
stateMutability: 'nonpayable',
|
|
216
|
+
type: 'function',
|
|
217
|
+
inputs: [{ name: 'newOwner', internalType: 'address', type: 'address' }],
|
|
218
|
+
name: 'transferOwnership',
|
|
219
|
+
outputs: [],
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
stateMutability: 'payable',
|
|
223
|
+
type: 'function',
|
|
224
|
+
inputs: [
|
|
225
|
+
{ name: 'newImplementation', internalType: 'address', type: 'address' },
|
|
226
|
+
{ name: 'data', internalType: 'bytes', type: 'bytes' },
|
|
227
|
+
],
|
|
228
|
+
name: 'upgradeToAndCall',
|
|
229
|
+
outputs: [],
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
stateMutability: 'view',
|
|
233
|
+
type: 'function',
|
|
234
|
+
inputs: [],
|
|
235
|
+
name: 'zoraTimedSale',
|
|
236
|
+
outputs: [
|
|
237
|
+
{
|
|
238
|
+
name: '',
|
|
239
|
+
internalType: 'contract IZoraTimedSaleStrategy',
|
|
240
|
+
type: 'address',
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
},
|
|
244
|
+
{ type: 'event', anonymous: false, inputs: [], name: 'EIP712DomainChanged' },
|
|
245
|
+
{
|
|
246
|
+
type: 'event',
|
|
247
|
+
anonymous: false,
|
|
248
|
+
inputs: [
|
|
249
|
+
{
|
|
250
|
+
name: 'version',
|
|
251
|
+
internalType: 'uint64',
|
|
252
|
+
type: 'uint64',
|
|
253
|
+
indexed: false,
|
|
254
|
+
},
|
|
255
|
+
],
|
|
256
|
+
name: 'Initialized',
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
type: 'event',
|
|
260
|
+
anonymous: false,
|
|
261
|
+
inputs: [
|
|
262
|
+
{
|
|
263
|
+
name: 'commentId',
|
|
264
|
+
internalType: 'bytes32',
|
|
265
|
+
type: 'bytes32',
|
|
266
|
+
indexed: true,
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
name: 'commentIdentifier',
|
|
270
|
+
internalType: 'struct IComments.CommentIdentifier',
|
|
271
|
+
type: 'tuple',
|
|
272
|
+
components: [
|
|
273
|
+
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
274
|
+
{ name: 'contractAddress', internalType: 'address', type: 'address' },
|
|
275
|
+
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
276
|
+
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
277
|
+
],
|
|
278
|
+
indexed: false,
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
name: 'quantity',
|
|
282
|
+
internalType: 'uint256',
|
|
283
|
+
type: 'uint256',
|
|
284
|
+
indexed: false,
|
|
285
|
+
},
|
|
286
|
+
{ name: 'text', internalType: 'string', type: 'string', indexed: false },
|
|
287
|
+
],
|
|
288
|
+
name: 'MintedAndCommented',
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
type: 'event',
|
|
292
|
+
anonymous: false,
|
|
293
|
+
inputs: [
|
|
294
|
+
{
|
|
295
|
+
name: 'previousOwner',
|
|
296
|
+
internalType: 'address',
|
|
297
|
+
type: 'address',
|
|
298
|
+
indexed: true,
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
name: 'newOwner',
|
|
302
|
+
internalType: 'address',
|
|
303
|
+
type: 'address',
|
|
304
|
+
indexed: true,
|
|
305
|
+
},
|
|
306
|
+
],
|
|
307
|
+
name: 'OwnershipTransferStarted',
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
type: 'event',
|
|
311
|
+
anonymous: false,
|
|
312
|
+
inputs: [
|
|
313
|
+
{
|
|
314
|
+
name: 'previousOwner',
|
|
315
|
+
internalType: 'address',
|
|
316
|
+
type: 'address',
|
|
317
|
+
indexed: true,
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
name: 'newOwner',
|
|
321
|
+
internalType: 'address',
|
|
322
|
+
type: 'address',
|
|
323
|
+
indexed: true,
|
|
324
|
+
},
|
|
325
|
+
],
|
|
326
|
+
name: 'OwnershipTransferred',
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
type: 'event',
|
|
330
|
+
anonymous: false,
|
|
331
|
+
inputs: [
|
|
332
|
+
{
|
|
333
|
+
name: 'implementation',
|
|
334
|
+
internalType: 'address',
|
|
335
|
+
type: 'address',
|
|
336
|
+
indexed: true,
|
|
337
|
+
},
|
|
338
|
+
],
|
|
339
|
+
name: 'Upgraded',
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
type: 'error',
|
|
343
|
+
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
344
|
+
name: 'AddressEmptyCode',
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
type: 'error',
|
|
348
|
+
inputs: [
|
|
349
|
+
{ name: 'expected', internalType: 'address', type: 'address' },
|
|
350
|
+
{ name: 'actual', internalType: 'address', type: 'address' },
|
|
351
|
+
],
|
|
352
|
+
name: 'CommenterMismatch',
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
type: 'error',
|
|
356
|
+
inputs: [
|
|
357
|
+
{ name: 'implementation', internalType: 'address', type: 'address' },
|
|
358
|
+
],
|
|
359
|
+
name: 'ERC1967InvalidImplementation',
|
|
360
|
+
},
|
|
361
|
+
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
362
|
+
{
|
|
363
|
+
type: 'error',
|
|
364
|
+
inputs: [{ name: 'deadline', internalType: 'uint256', type: 'uint256' }],
|
|
365
|
+
name: 'ERC2612ExpiredSignature',
|
|
366
|
+
},
|
|
367
|
+
{ type: 'error', inputs: [], name: 'FailedInnerCall' },
|
|
368
|
+
{
|
|
369
|
+
type: 'error',
|
|
370
|
+
inputs: [
|
|
371
|
+
{
|
|
372
|
+
name: 'wrongDestinationChainId',
|
|
373
|
+
internalType: 'uint256',
|
|
374
|
+
type: 'uint256',
|
|
375
|
+
},
|
|
376
|
+
],
|
|
377
|
+
name: 'IncorrectDestinationChain',
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
type: 'error',
|
|
381
|
+
inputs: [
|
|
382
|
+
{ name: 'account', internalType: 'address', type: 'address' },
|
|
383
|
+
{ name: 'currentNonce', internalType: 'bytes32', type: 'bytes32' },
|
|
384
|
+
],
|
|
385
|
+
name: 'InvalidAccountNonce',
|
|
386
|
+
},
|
|
387
|
+
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
388
|
+
{ type: 'error', inputs: [], name: 'InvalidSignature' },
|
|
389
|
+
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
390
|
+
{
|
|
391
|
+
type: 'error',
|
|
392
|
+
inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
|
|
393
|
+
name: 'OwnableInvalidOwner',
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
type: 'error',
|
|
397
|
+
inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
|
|
398
|
+
name: 'OwnableUnauthorizedAccount',
|
|
399
|
+
},
|
|
400
|
+
{ type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
|
|
401
|
+
{
|
|
402
|
+
type: 'error',
|
|
403
|
+
inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
|
|
404
|
+
name: 'UUPSUnsupportedProxiableUUID',
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
type: 'error',
|
|
408
|
+
inputs: [
|
|
409
|
+
{ name: 'currentName', internalType: 'string', type: 'string' },
|
|
410
|
+
{ name: 'newName', internalType: 'string', type: 'string' },
|
|
411
|
+
],
|
|
412
|
+
name: 'UpgradeToMismatchedContractName',
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
type: 'error',
|
|
416
|
+
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
417
|
+
name: 'AddressEmptyCode',
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
type: 'error',
|
|
421
|
+
inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
|
|
422
|
+
name: 'AddressInsufficientBalance',
|
|
423
|
+
},
|
|
424
|
+
{ type: 'error', inputs: [], name: 'AddressZero' },
|
|
425
|
+
{ type: 'error', inputs: [], name: 'ERC1167FailedCreateClone' },
|
|
426
|
+
{
|
|
427
|
+
type: 'error',
|
|
428
|
+
inputs: [
|
|
429
|
+
{ name: 'implementation', internalType: 'address', type: 'address' },
|
|
430
|
+
],
|
|
431
|
+
name: 'ERC1967InvalidImplementation',
|
|
432
|
+
},
|
|
433
|
+
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
434
|
+
{ type: 'error', inputs: [], name: 'EndTimeCannotBeInThePast' },
|
|
435
|
+
{ type: 'error', inputs: [], name: 'FailedInnerCall' },
|
|
436
|
+
{ type: 'error', inputs: [], name: 'InsufficientFunds' },
|
|
437
|
+
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
438
|
+
{ type: 'error', inputs: [], name: 'MarketAlreadyLaunched' },
|
|
439
|
+
{ type: 'error', inputs: [], name: 'MarketMinimumNotReached' },
|
|
440
|
+
{ type: 'error', inputs: [], name: 'MinimumMarketEthNotMet' },
|
|
441
|
+
{ type: 'error', inputs: [], name: 'NeedsToBeAtLeastOneSaleToStartMarket' },
|
|
442
|
+
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
443
|
+
{ type: 'error', inputs: [], name: 'OnlyZoraRewardRecipient' },
|
|
444
|
+
{
|
|
445
|
+
type: 'error',
|
|
446
|
+
inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
|
|
447
|
+
name: 'OwnableInvalidOwner',
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
type: 'error',
|
|
451
|
+
inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
|
|
452
|
+
name: 'OwnableUnauthorizedAccount',
|
|
453
|
+
},
|
|
454
|
+
{ type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
|
|
455
|
+
{ type: 'error', inputs: [], name: 'RequestMintInvalidUseMint' },
|
|
456
|
+
{ type: 'error', inputs: [], name: 'ResetSaleNotAvailable' },
|
|
457
|
+
{ type: 'error', inputs: [], name: 'SaleAlreadySet' },
|
|
458
|
+
{ type: 'error', inputs: [], name: 'SaleEnded' },
|
|
459
|
+
{ type: 'error', inputs: [], name: 'SaleHasNotStarted' },
|
|
460
|
+
{ type: 'error', inputs: [], name: 'SaleInProgress' },
|
|
461
|
+
{ type: 'error', inputs: [], name: 'SaleNotSet' },
|
|
462
|
+
{ type: 'error', inputs: [], name: 'SaleV2AlreadyStarted' },
|
|
463
|
+
{ type: 'error', inputs: [], name: 'SaleV2Ended' },
|
|
464
|
+
{ type: 'error', inputs: [], name: 'SaleV2NotSet' },
|
|
465
|
+
{ type: 'error', inputs: [], name: 'StartTimeCannotBeAfterEndTime' },
|
|
466
|
+
{ type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
|
|
467
|
+
{
|
|
468
|
+
type: 'error',
|
|
469
|
+
inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
|
|
470
|
+
name: 'UUPSUnsupportedProxiableUUID',
|
|
471
|
+
},
|
|
472
|
+
{ type: 'error', inputs: [], name: 'WrongValueSent' },
|
|
473
|
+
{
|
|
474
|
+
type: 'error',
|
|
475
|
+
inputs: [],
|
|
476
|
+
name: 'ZoraCreator1155ContractNeedsToSupportReduceSupply',
|
|
477
|
+
},
|
|
478
|
+
{ type: 'error', inputs: [], name: 'ADDRESS_DELEGATECALL_TO_NON_CONTRACT' },
|
|
479
|
+
{ type: 'error', inputs: [], name: 'ADDRESS_LOW_LEVEL_CALL_FAILED' },
|
|
480
|
+
{
|
|
481
|
+
type: 'error',
|
|
482
|
+
inputs: [
|
|
483
|
+
{ name: 'operator', internalType: 'address', type: 'address' },
|
|
484
|
+
{ name: 'user', internalType: 'address', type: 'address' },
|
|
485
|
+
],
|
|
486
|
+
name: 'Burn_NotOwnerOrApproved',
|
|
487
|
+
},
|
|
488
|
+
{ type: 'error', inputs: [], name: 'CREATOR_FUNDS_RECIPIENT_NOT_SET' },
|
|
489
|
+
{
|
|
490
|
+
type: 'error',
|
|
491
|
+
inputs: [{ name: 'reason', internalType: 'bytes', type: 'bytes' }],
|
|
492
|
+
name: 'CallFailed',
|
|
493
|
+
},
|
|
494
|
+
{ type: 'error', inputs: [], name: 'Call_TokenIdMismatch' },
|
|
495
|
+
{ type: 'error', inputs: [], name: 'CallerNotZoraCreator1155' },
|
|
496
|
+
{ type: 'error', inputs: [], name: 'CanOnlyReduceMaxSupply' },
|
|
497
|
+
{
|
|
498
|
+
type: 'error',
|
|
499
|
+
inputs: [
|
|
500
|
+
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
501
|
+
{ name: 'quantity', internalType: 'uint256', type: 'uint256' },
|
|
502
|
+
{ name: 'totalMinted', internalType: 'uint256', type: 'uint256' },
|
|
503
|
+
{ name: 'maxSupply', internalType: 'uint256', type: 'uint256' },
|
|
504
|
+
],
|
|
505
|
+
name: 'CannotMintMoreTokens',
|
|
506
|
+
},
|
|
507
|
+
{ type: 'error', inputs: [], name: 'CannotReduceMaxSupplyBelowMinted' },
|
|
508
|
+
{
|
|
509
|
+
type: 'error',
|
|
510
|
+
inputs: [
|
|
511
|
+
{ name: 'proposedAddress', internalType: 'address', type: 'address' },
|
|
512
|
+
],
|
|
513
|
+
name: 'Config_TransferHookNotSupported',
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
type: 'error',
|
|
517
|
+
inputs: [],
|
|
518
|
+
name: 'ERC1155_ACCOUNTS_AND_IDS_LENGTH_MISMATCH',
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
type: 'error',
|
|
522
|
+
inputs: [],
|
|
523
|
+
name: 'ERC1155_ADDRESS_ZERO_IS_NOT_A_VALID_OWNER',
|
|
524
|
+
},
|
|
525
|
+
{ type: 'error', inputs: [], name: 'ERC1155_BURN_AMOUNT_EXCEEDS_BALANCE' },
|
|
526
|
+
{ type: 'error', inputs: [], name: 'ERC1155_BURN_FROM_ZERO_ADDRESS' },
|
|
527
|
+
{
|
|
528
|
+
type: 'error',
|
|
529
|
+
inputs: [],
|
|
530
|
+
name: 'ERC1155_CALLER_IS_NOT_TOKEN_OWNER_OR_APPROVED',
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
type: 'error',
|
|
534
|
+
inputs: [],
|
|
535
|
+
name: 'ERC1155_ERC1155RECEIVER_REJECTED_TOKENS',
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
type: 'error',
|
|
539
|
+
inputs: [],
|
|
540
|
+
name: 'ERC1155_IDS_AND_AMOUNTS_LENGTH_MISMATCH',
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
type: 'error',
|
|
544
|
+
inputs: [],
|
|
545
|
+
name: 'ERC1155_INSUFFICIENT_BALANCE_FOR_TRANSFER',
|
|
546
|
+
},
|
|
547
|
+
{ type: 'error', inputs: [], name: 'ERC1155_MINT_TO_ZERO_ADDRESS' },
|
|
548
|
+
{ type: 'error', inputs: [], name: 'ERC1155_MINT_TO_ZERO_ADDRESS' },
|
|
549
|
+
{ type: 'error', inputs: [], name: 'ERC1155_SETTING_APPROVAL_FOR_SELF' },
|
|
550
|
+
{
|
|
551
|
+
type: 'error',
|
|
552
|
+
inputs: [],
|
|
553
|
+
name: 'ERC1155_TRANSFER_TO_NON_ERC1155RECEIVER_IMPLEMENTER',
|
|
554
|
+
},
|
|
555
|
+
{ type: 'error', inputs: [], name: 'ERC1155_TRANSFER_TO_ZERO_ADDRESS' },
|
|
556
|
+
{ type: 'error', inputs: [], name: 'ERC1967_NEW_IMPL_NOT_CONTRACT' },
|
|
557
|
+
{ type: 'error', inputs: [], name: 'ERC1967_NEW_IMPL_NOT_UUPS' },
|
|
558
|
+
{ type: 'error', inputs: [], name: 'ERC1967_UNSUPPORTED_PROXIABLEUUID' },
|
|
559
|
+
{
|
|
560
|
+
type: 'error',
|
|
561
|
+
inputs: [
|
|
562
|
+
{ name: 'recipient', internalType: 'address', type: 'address' },
|
|
563
|
+
{ name: 'amount', internalType: 'uint256', type: 'uint256' },
|
|
564
|
+
],
|
|
565
|
+
name: 'ETHWithdrawFailed',
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
type: 'error',
|
|
569
|
+
inputs: [],
|
|
570
|
+
name: 'FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY',
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
type: 'error',
|
|
574
|
+
inputs: [],
|
|
575
|
+
name: 'FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL',
|
|
576
|
+
},
|
|
577
|
+
{ type: 'error', inputs: [], name: 'FirstMinterAddressZero' },
|
|
578
|
+
{
|
|
579
|
+
type: 'error',
|
|
580
|
+
inputs: [
|
|
581
|
+
{ name: 'amount', internalType: 'uint256', type: 'uint256' },
|
|
582
|
+
{ name: 'contractValue', internalType: 'uint256', type: 'uint256' },
|
|
583
|
+
],
|
|
584
|
+
name: 'FundsWithdrawInsolvent',
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
type: 'error',
|
|
588
|
+
inputs: [],
|
|
589
|
+
name: 'INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED',
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
type: 'error',
|
|
593
|
+
inputs: [],
|
|
594
|
+
name: 'INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING',
|
|
595
|
+
},
|
|
596
|
+
{ type: 'error', inputs: [], name: 'INVALID_ADDRESS_ZERO' },
|
|
597
|
+
{ type: 'error', inputs: [], name: 'INVALID_ETH_AMOUNT' },
|
|
598
|
+
{
|
|
599
|
+
type: 'error',
|
|
600
|
+
inputs: [
|
|
601
|
+
{ name: 'mintTo', internalType: 'address', type: 'address' },
|
|
602
|
+
{ name: 'merkleProof', internalType: 'bytes32[]', type: 'bytes32[]' },
|
|
603
|
+
{ name: 'merkleRoot', internalType: 'bytes32', type: 'bytes32' },
|
|
604
|
+
],
|
|
605
|
+
name: 'InvalidMerkleProof',
|
|
606
|
+
},
|
|
607
|
+
{ type: 'error', inputs: [], name: 'InvalidMintSchedule' },
|
|
608
|
+
{ type: 'error', inputs: [], name: 'InvalidMintSchedule' },
|
|
609
|
+
{ type: 'error', inputs: [], name: 'InvalidPremintVersion' },
|
|
610
|
+
{ type: 'error', inputs: [], name: 'InvalidSignature' },
|
|
611
|
+
{ type: 'error', inputs: [], name: 'InvalidSignatureVersion' },
|
|
612
|
+
{
|
|
613
|
+
type: 'error',
|
|
614
|
+
inputs: [{ name: 'magicValue', internalType: 'bytes4', type: 'bytes4' }],
|
|
615
|
+
name: 'InvalidSigner',
|
|
616
|
+
},
|
|
617
|
+
{ type: 'error', inputs: [], name: 'MintNotYetStarted' },
|
|
618
|
+
{ type: 'error', inputs: [], name: 'Mint_InsolventSaleTransfer' },
|
|
619
|
+
{ type: 'error', inputs: [], name: 'Mint_InvalidMintArrayLength' },
|
|
620
|
+
{ type: 'error', inputs: [], name: 'Mint_TokenIDMintNotAllowed' },
|
|
621
|
+
{ type: 'error', inputs: [], name: 'Mint_UnknownCommand' },
|
|
622
|
+
{ type: 'error', inputs: [], name: 'Mint_ValueTransferFail' },
|
|
623
|
+
{ type: 'error', inputs: [], name: 'MinterContractAlreadyExists' },
|
|
624
|
+
{ type: 'error', inputs: [], name: 'MinterContractDoesNotExist' },
|
|
625
|
+
{ type: 'error', inputs: [], name: 'NewOwnerNeedsToBeAdmin' },
|
|
626
|
+
{
|
|
627
|
+
type: 'error',
|
|
628
|
+
inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
|
|
629
|
+
name: 'NoRendererForToken',
|
|
630
|
+
},
|
|
631
|
+
{ type: 'error', inputs: [], name: 'NonEthRedemption' },
|
|
632
|
+
{ type: 'error', inputs: [], name: 'ONLY_CREATE_REFERRAL' },
|
|
633
|
+
{ type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
|
|
634
|
+
{ type: 'error', inputs: [], name: 'PremintDeleted' },
|
|
635
|
+
{
|
|
636
|
+
type: 'error',
|
|
637
|
+
inputs: [
|
|
638
|
+
{ name: 'caller', internalType: 'address', type: 'address' },
|
|
639
|
+
{ name: 'recipient', internalType: 'address', type: 'address' },
|
|
640
|
+
{ name: 'amount', internalType: 'uint256', type: 'uint256' },
|
|
641
|
+
],
|
|
642
|
+
name: 'ProtocolRewardsWithdrawFailed',
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
type: 'error',
|
|
646
|
+
inputs: [{ name: 'renderer', internalType: 'address', type: 'address' }],
|
|
647
|
+
name: 'RendererNotValid',
|
|
648
|
+
},
|
|
649
|
+
{ type: 'error', inputs: [], name: 'Renderer_NotValidRendererContract' },
|
|
650
|
+
{ type: 'error', inputs: [], name: 'SaleEnded' },
|
|
651
|
+
{ type: 'error', inputs: [], name: 'SaleHasNotStarted' },
|
|
652
|
+
{
|
|
653
|
+
type: 'error',
|
|
654
|
+
inputs: [
|
|
655
|
+
{ name: 'targetContract', internalType: 'address', type: 'address' },
|
|
656
|
+
],
|
|
657
|
+
name: 'Sale_CannotCallNonSalesContract',
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
type: 'error',
|
|
661
|
+
inputs: [
|
|
662
|
+
{ name: 'expected', internalType: 'uint256', type: 'uint256' },
|
|
663
|
+
{ name: 'actual', internalType: 'uint256', type: 'uint256' },
|
|
664
|
+
],
|
|
665
|
+
name: 'TokenIdMismatch',
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
type: 'error',
|
|
669
|
+
inputs: [],
|
|
670
|
+
name: 'UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL',
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
type: 'error',
|
|
674
|
+
inputs: [
|
|
675
|
+
{ name: 'user', internalType: 'address', type: 'address' },
|
|
676
|
+
{ name: 'limit', internalType: 'uint256', type: 'uint256' },
|
|
677
|
+
{ name: 'requestedAmount', internalType: 'uint256', type: 'uint256' },
|
|
678
|
+
],
|
|
679
|
+
name: 'UserExceedsMintLimit',
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
type: 'error',
|
|
683
|
+
inputs: [
|
|
684
|
+
{ name: 'user', internalType: 'address', type: 'address' },
|
|
685
|
+
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
686
|
+
{ name: 'role', internalType: 'uint256', type: 'uint256' },
|
|
687
|
+
],
|
|
688
|
+
name: 'UserMissingRoleForToken',
|
|
689
|
+
},
|
|
690
|
+
{ type: 'error', inputs: [], name: 'WrongValueSent' },
|
|
691
|
+
{
|
|
692
|
+
type: 'error',
|
|
693
|
+
inputs: [],
|
|
694
|
+
name: 'premintSignerContractFailedToRecoverSigner',
|
|
695
|
+
},
|
|
696
|
+
{ type: 'error', inputs: [], name: 'premintSignerContractNotAContract' },
|
|
697
|
+
{ type: 'error', inputs: [], name: 'AccessControlBadConfirmation' },
|
|
698
|
+
{
|
|
699
|
+
type: 'error',
|
|
700
|
+
inputs: [
|
|
701
|
+
{ name: 'account', internalType: 'address', type: 'address' },
|
|
702
|
+
{ name: 'neededRole', internalType: 'bytes32', type: 'bytes32' },
|
|
703
|
+
],
|
|
704
|
+
name: 'AccessControlUnauthorizedAccount',
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
type: 'error',
|
|
708
|
+
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
709
|
+
name: 'AddressEmptyCode',
|
|
710
|
+
},
|
|
711
|
+
{ type: 'error', inputs: [], name: 'AddressZero' },
|
|
712
|
+
{ type: 'error', inputs: [], name: 'ArrayLengthMismatch' },
|
|
713
|
+
{ type: 'error', inputs: [], name: 'CannotSparkOwnComment' },
|
|
714
|
+
{
|
|
715
|
+
type: 'error',
|
|
716
|
+
inputs: [
|
|
717
|
+
{ name: 'commentAddress', internalType: 'address', type: 'address' },
|
|
718
|
+
{ name: 'commentTokenId', internalType: 'uint256', type: 'uint256' },
|
|
719
|
+
{ name: 'replyAddress', internalType: 'address', type: 'address' },
|
|
720
|
+
{ name: 'replyTokenId', internalType: 'uint256', type: 'uint256' },
|
|
721
|
+
],
|
|
722
|
+
name: 'CommentAddressOrTokenIdsDoNotMatch',
|
|
723
|
+
},
|
|
724
|
+
{ type: 'error', inputs: [], name: 'CommentDoesntExist' },
|
|
725
|
+
{
|
|
726
|
+
type: 'error',
|
|
727
|
+
inputs: [
|
|
728
|
+
{ name: 'expected', internalType: 'address', type: 'address' },
|
|
729
|
+
{ name: 'actual', internalType: 'address', type: 'address' },
|
|
730
|
+
],
|
|
731
|
+
name: 'CommenterMismatch',
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
type: 'error',
|
|
735
|
+
inputs: [{ name: 'commentId', internalType: 'bytes32', type: 'bytes32' }],
|
|
736
|
+
name: 'DuplicateComment',
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
type: 'error',
|
|
740
|
+
inputs: [
|
|
741
|
+
{ name: 'implementation', internalType: 'address', type: 'address' },
|
|
742
|
+
],
|
|
743
|
+
name: 'ERC1967InvalidImplementation',
|
|
744
|
+
},
|
|
745
|
+
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
746
|
+
{
|
|
747
|
+
type: 'error',
|
|
748
|
+
inputs: [{ name: 'deadline', internalType: 'uint256', type: 'uint256' }],
|
|
749
|
+
name: 'ERC2612ExpiredSignature',
|
|
750
|
+
},
|
|
751
|
+
{ type: 'error', inputs: [], name: 'EmptyComment' },
|
|
752
|
+
{ type: 'error', inputs: [], name: 'FailedInnerCall' },
|
|
753
|
+
{
|
|
754
|
+
type: 'error',
|
|
755
|
+
inputs: [
|
|
756
|
+
{
|
|
757
|
+
name: 'wrongDestinationChainId',
|
|
758
|
+
internalType: 'uint256',
|
|
759
|
+
type: 'uint256',
|
|
760
|
+
},
|
|
761
|
+
],
|
|
762
|
+
name: 'IncorrectDestinationChain',
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
type: 'error',
|
|
766
|
+
inputs: [
|
|
767
|
+
{ name: 'actual', internalType: 'uint256', type: 'uint256' },
|
|
768
|
+
{ name: 'expected', internalType: 'uint256', type: 'uint256' },
|
|
769
|
+
],
|
|
770
|
+
name: 'IncorrectETHAmountForSparks',
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
type: 'error',
|
|
774
|
+
inputs: [
|
|
775
|
+
{ name: 'account', internalType: 'address', type: 'address' },
|
|
776
|
+
{ name: 'currentNonce', internalType: 'bytes32', type: 'bytes32' },
|
|
777
|
+
],
|
|
778
|
+
name: 'InvalidAccountNonce',
|
|
779
|
+
},
|
|
780
|
+
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
781
|
+
{ type: 'error', inputs: [], name: 'InvalidSignature' },
|
|
782
|
+
{ type: 'error', inputs: [], name: 'MustSendAtLeastOneSpark' },
|
|
783
|
+
{ type: 'error', inputs: [], name: 'NoFundsRecipient' },
|
|
784
|
+
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
785
|
+
{ type: 'error', inputs: [], name: 'NotSmartWallet' },
|
|
786
|
+
{ type: 'error', inputs: [], name: 'NotSmartWalletOwner' },
|
|
787
|
+
{ type: 'error', inputs: [], name: 'NotTokenHolderOrAdmin' },
|
|
788
|
+
{ type: 'error', inputs: [], name: 'OnlySparksContract' },
|
|
789
|
+
{ type: 'error', inputs: [], name: 'TransferFailed' },
|
|
790
|
+
{ type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
|
|
791
|
+
{
|
|
792
|
+
type: 'error',
|
|
793
|
+
inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
|
|
794
|
+
name: 'UUPSUnsupportedProxiableUUID',
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
type: 'error',
|
|
798
|
+
inputs: [
|
|
799
|
+
{ name: 'currentName', internalType: 'string', type: 'string' },
|
|
800
|
+
{ name: 'newName', internalType: 'string', type: 'string' },
|
|
801
|
+
],
|
|
802
|
+
name: 'UpgradeToMismatchedContractName',
|
|
803
|
+
},
|
|
804
|
+
] as const
|
|
805
|
+
|
|
806
|
+
/**
|
|
807
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
808
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
809
|
+
*/
|
|
810
|
+
export const callerAndCommenterAddress = {
|
|
811
|
+
7777777: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
|
|
812
|
+
999999999: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
|
|
813
|
+
} as const
|
|
814
|
+
|
|
815
|
+
/**
|
|
816
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
817
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
|
|
818
|
+
*/
|
|
819
|
+
export const callerAndCommenterConfig = {
|
|
820
|
+
address: callerAndCommenterAddress,
|
|
821
|
+
abi: callerAndCommenterABI,
|
|
822
|
+
} as const
|
|
823
|
+
|
|
1
824
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
2
825
|
// Comments
|
|
3
826
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4
827
|
|
|
5
828
|
/**
|
|
6
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
829
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
7
830
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
8
831
|
*/
|
|
9
832
|
export const commentsABI = [
|
|
@@ -13,6 +836,7 @@ export const commentsABI = [
|
|
|
13
836
|
inputs: [
|
|
14
837
|
{ name: '_sparkValue', internalType: 'uint256', type: 'uint256' },
|
|
15
838
|
{ name: '_protocolRewards', internalType: 'address', type: 'address' },
|
|
839
|
+
{ name: '_zoraRecipient', internalType: 'address', type: 'address' },
|
|
16
840
|
],
|
|
17
841
|
},
|
|
18
842
|
{
|
|
@@ -33,7 +857,7 @@ export const commentsABI = [
|
|
|
33
857
|
stateMutability: 'view',
|
|
34
858
|
type: 'function',
|
|
35
859
|
inputs: [],
|
|
36
|
-
name: '
|
|
860
|
+
name: 'DELEGATE_COMMENTER',
|
|
37
861
|
outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
|
|
38
862
|
},
|
|
39
863
|
{
|
|
@@ -169,7 +993,7 @@ export const commentsABI = [
|
|
|
169
993
|
},
|
|
170
994
|
],
|
|
171
995
|
name: 'commentSparksQuantity',
|
|
172
|
-
outputs: [{ name: '', internalType: '
|
|
996
|
+
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
|
|
173
997
|
},
|
|
174
998
|
{
|
|
175
999
|
stateMutability: 'pure',
|
|
@@ -186,7 +1010,7 @@ export const commentsABI = [
|
|
|
186
1010
|
outputs: [{ name: '', internalType: 'string', type: 'string' }],
|
|
187
1011
|
},
|
|
188
1012
|
{
|
|
189
|
-
stateMutability: '
|
|
1013
|
+
stateMutability: 'payable',
|
|
190
1014
|
type: 'function',
|
|
191
1015
|
inputs: [
|
|
192
1016
|
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
@@ -204,6 +1028,12 @@ export const commentsABI = [
|
|
|
204
1028
|
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
205
1029
|
],
|
|
206
1030
|
},
|
|
1031
|
+
{
|
|
1032
|
+
name: 'commenterSmartWalletOwner',
|
|
1033
|
+
internalType: 'address',
|
|
1034
|
+
type: 'address',
|
|
1035
|
+
},
|
|
1036
|
+
{ name: 'referrer', internalType: 'address', type: 'address' },
|
|
207
1037
|
],
|
|
208
1038
|
name: 'delegateComment',
|
|
209
1039
|
outputs: [
|
|
@@ -218,6 +1048,7 @@ export const commentsABI = [
|
|
|
218
1048
|
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
219
1049
|
],
|
|
220
1050
|
},
|
|
1051
|
+
{ name: 'commentId', internalType: 'bytes32', type: 'bytes32' },
|
|
221
1052
|
],
|
|
222
1053
|
},
|
|
223
1054
|
{
|
|
@@ -332,6 +1163,11 @@ export const commentsABI = [
|
|
|
332
1163
|
type: 'tuple',
|
|
333
1164
|
components: [
|
|
334
1165
|
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
1166
|
+
{
|
|
1167
|
+
name: 'commenterSmartWallet',
|
|
1168
|
+
internalType: 'address',
|
|
1169
|
+
type: 'address',
|
|
1170
|
+
},
|
|
335
1171
|
{ name: 'contractAddress', internalType: 'address', type: 'address' },
|
|
336
1172
|
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
337
1173
|
{
|
|
@@ -350,20 +1186,15 @@ export const commentsABI = [
|
|
|
350
1186
|
],
|
|
351
1187
|
},
|
|
352
1188
|
{ name: 'text', internalType: 'string', type: 'string' },
|
|
1189
|
+
{ name: 'referrer', internalType: 'address', type: 'address' },
|
|
353
1190
|
{ name: 'deadline', internalType: 'uint256', type: 'uint256' },
|
|
354
1191
|
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
355
|
-
{ name: 'referrer', internalType: 'address', type: 'address' },
|
|
356
1192
|
{ name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
|
|
357
1193
|
{
|
|
358
1194
|
name: 'destinationChainId',
|
|
359
1195
|
internalType: 'uint32',
|
|
360
1196
|
type: 'uint32',
|
|
361
1197
|
},
|
|
362
|
-
{
|
|
363
|
-
name: 'commenterSmartWallet',
|
|
364
|
-
internalType: 'address',
|
|
365
|
-
type: 'address',
|
|
366
|
-
},
|
|
367
1198
|
],
|
|
368
1199
|
},
|
|
369
1200
|
],
|
|
@@ -395,7 +1226,7 @@ export const commentsABI = [
|
|
|
395
1226
|
],
|
|
396
1227
|
},
|
|
397
1228
|
{ name: 'sparker', internalType: 'address', type: 'address' },
|
|
398
|
-
{ name: 'sparksQuantity', internalType: '
|
|
1229
|
+
{ name: 'sparksQuantity', internalType: 'uint256', type: 'uint256' },
|
|
399
1230
|
{ name: 'deadline', internalType: 'uint256', type: 'uint256' },
|
|
400
1231
|
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
401
1232
|
{ name: 'referrer', internalType: 'address', type: 'address' },
|
|
@@ -422,7 +1253,6 @@ export const commentsABI = [
|
|
|
422
1253
|
stateMutability: 'nonpayable',
|
|
423
1254
|
type: 'function',
|
|
424
1255
|
inputs: [
|
|
425
|
-
{ name: '_zoraRecipient', internalType: 'address', type: 'address' },
|
|
426
1256
|
{ name: 'defaultAdmin', internalType: 'address', type: 'address' },
|
|
427
1257
|
{ name: 'backfiller', internalType: 'address', type: 'address' },
|
|
428
1258
|
{
|
|
@@ -446,7 +1276,7 @@ export const commentsABI = [
|
|
|
446
1276
|
type: 'function',
|
|
447
1277
|
inputs: [
|
|
448
1278
|
{ name: 'owner', internalType: 'address', type: 'address' },
|
|
449
|
-
{ name: 'nonce', internalType: '
|
|
1279
|
+
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
450
1280
|
],
|
|
451
1281
|
name: 'nonceUsed',
|
|
452
1282
|
outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
|
|
@@ -461,6 +1291,11 @@ export const commentsABI = [
|
|
|
461
1291
|
type: 'tuple',
|
|
462
1292
|
components: [
|
|
463
1293
|
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
1294
|
+
{
|
|
1295
|
+
name: 'commenterSmartWallet',
|
|
1296
|
+
internalType: 'address',
|
|
1297
|
+
type: 'address',
|
|
1298
|
+
},
|
|
464
1299
|
{ name: 'contractAddress', internalType: 'address', type: 'address' },
|
|
465
1300
|
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
466
1301
|
{
|
|
@@ -479,20 +1314,15 @@ export const commentsABI = [
|
|
|
479
1314
|
],
|
|
480
1315
|
},
|
|
481
1316
|
{ name: 'text', internalType: 'string', type: 'string' },
|
|
1317
|
+
{ name: 'referrer', internalType: 'address', type: 'address' },
|
|
482
1318
|
{ name: 'deadline', internalType: 'uint256', type: 'uint256' },
|
|
483
1319
|
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
484
|
-
{ name: 'referrer', internalType: 'address', type: 'address' },
|
|
485
1320
|
{ name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
|
|
486
1321
|
{
|
|
487
1322
|
name: 'destinationChainId',
|
|
488
1323
|
internalType: 'uint32',
|
|
489
1324
|
type: 'uint32',
|
|
490
1325
|
},
|
|
491
|
-
{
|
|
492
|
-
name: 'commenterSmartWallet',
|
|
493
|
-
internalType: 'address',
|
|
494
|
-
type: 'address',
|
|
495
|
-
},
|
|
496
1326
|
],
|
|
497
1327
|
},
|
|
498
1328
|
{ name: 'signature', internalType: 'bytes', type: 'bytes' },
|
|
@@ -525,7 +1355,7 @@ export const commentsABI = [
|
|
|
525
1355
|
],
|
|
526
1356
|
},
|
|
527
1357
|
{ name: 'sparker', internalType: 'address', type: 'address' },
|
|
528
|
-
{ name: 'sparksQuantity', internalType: '
|
|
1358
|
+
{ name: 'sparksQuantity', internalType: 'uint256', type: 'uint256' },
|
|
529
1359
|
{ name: 'deadline', internalType: 'uint256', type: 'uint256' },
|
|
530
1360
|
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
531
1361
|
{ name: 'referrer', internalType: 'address', type: 'address' },
|
|
@@ -593,7 +1423,7 @@ export const commentsABI = [
|
|
|
593
1423
|
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
594
1424
|
],
|
|
595
1425
|
},
|
|
596
|
-
{ name: 'sparksQuantity', internalType: '
|
|
1426
|
+
{ name: 'sparksQuantity', internalType: 'uint256', type: 'uint256' },
|
|
597
1427
|
{ name: 'referrer', internalType: 'address', type: 'address' },
|
|
598
1428
|
],
|
|
599
1429
|
name: 'sparkComment',
|
|
@@ -634,7 +1464,7 @@ export const commentsABI = [
|
|
|
634
1464
|
indexed: true,
|
|
635
1465
|
},
|
|
636
1466
|
{
|
|
637
|
-
name: '
|
|
1467
|
+
name: 'commentIdentifier',
|
|
638
1468
|
internalType: 'struct IComments.CommentIdentifier',
|
|
639
1469
|
type: 'tuple',
|
|
640
1470
|
components: [
|
|
@@ -672,7 +1502,7 @@ export const commentsABI = [
|
|
|
672
1502
|
indexed: true,
|
|
673
1503
|
},
|
|
674
1504
|
{
|
|
675
|
-
name: '
|
|
1505
|
+
name: 'commentIdentifier',
|
|
676
1506
|
internalType: 'struct IComments.CommentIdentifier',
|
|
677
1507
|
type: 'tuple',
|
|
678
1508
|
components: [
|
|
@@ -703,8 +1533,8 @@ export const commentsABI = [
|
|
|
703
1533
|
},
|
|
704
1534
|
{
|
|
705
1535
|
name: 'sparksQuantity',
|
|
706
|
-
internalType: '
|
|
707
|
-
type: '
|
|
1536
|
+
internalType: 'uint256',
|
|
1537
|
+
type: 'uint256',
|
|
708
1538
|
indexed: false,
|
|
709
1539
|
},
|
|
710
1540
|
{ name: 'text', internalType: 'string', type: 'string', indexed: false },
|
|
@@ -821,8 +1651,8 @@ export const commentsABI = [
|
|
|
821
1651
|
},
|
|
822
1652
|
{
|
|
823
1653
|
name: 'sparksQuantity',
|
|
824
|
-
internalType: '
|
|
825
|
-
type: '
|
|
1654
|
+
internalType: 'uint256',
|
|
1655
|
+
type: 'uint256',
|
|
826
1656
|
indexed: false,
|
|
827
1657
|
},
|
|
828
1658
|
{
|
|
@@ -837,6 +1667,12 @@ export const commentsABI = [
|
|
|
837
1667
|
type: 'uint256',
|
|
838
1668
|
indexed: false,
|
|
839
1669
|
},
|
|
1670
|
+
{
|
|
1671
|
+
name: 'referrer',
|
|
1672
|
+
internalType: 'address',
|
|
1673
|
+
type: 'address',
|
|
1674
|
+
indexed: false,
|
|
1675
|
+
},
|
|
840
1676
|
],
|
|
841
1677
|
name: 'SparkedComment',
|
|
842
1678
|
},
|
|
@@ -867,6 +1703,7 @@ export const commentsABI = [
|
|
|
867
1703
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
868
1704
|
name: 'AddressEmptyCode',
|
|
869
1705
|
},
|
|
1706
|
+
{ type: 'error', inputs: [], name: 'AddressZero' },
|
|
870
1707
|
{ type: 'error', inputs: [], name: 'ArrayLengthMismatch' },
|
|
871
1708
|
{ type: 'error', inputs: [], name: 'CannotSparkOwnComment' },
|
|
872
1709
|
{
|
|
@@ -931,7 +1768,7 @@ export const commentsABI = [
|
|
|
931
1768
|
type: 'error',
|
|
932
1769
|
inputs: [
|
|
933
1770
|
{ name: 'account', internalType: 'address', type: 'address' },
|
|
934
|
-
{ name: 'currentNonce', internalType: '
|
|
1771
|
+
{ name: 'currentNonce', internalType: 'bytes32', type: 'bytes32' },
|
|
935
1772
|
],
|
|
936
1773
|
name: 'InvalidAccountNonce',
|
|
937
1774
|
},
|
|
@@ -962,16 +1799,16 @@ export const commentsABI = [
|
|
|
962
1799
|
] as const
|
|
963
1800
|
|
|
964
1801
|
/**
|
|
965
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
1802
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
966
1803
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
967
1804
|
*/
|
|
968
1805
|
export const commentsAddress = {
|
|
969
|
-
7777777: '
|
|
1806
|
+
7777777: '0x7777777C2B3132e03a65721a41745C07170a5877',
|
|
970
1807
|
999999999: '0x7777777C2B3132e03a65721a41745C07170a5877',
|
|
971
1808
|
} as const
|
|
972
1809
|
|
|
973
1810
|
/**
|
|
974
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
1811
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
975
1812
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
|
|
976
1813
|
*/
|
|
977
1814
|
export const commentsConfig = {
|
|
@@ -985,10 +1822,11 @@ export const commentsConfig = {
|
|
|
985
1822
|
|
|
986
1823
|
/**
|
|
987
1824
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
988
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
1825
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
989
1826
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
990
1827
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
991
|
-
* - [__View Contract on
|
|
1828
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1829
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
992
1830
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
993
1831
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
994
1832
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
@@ -1706,10 +2544,11 @@ export const erc20MinterABI = [
|
|
|
1706
2544
|
|
|
1707
2545
|
/**
|
|
1708
2546
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1709
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
2547
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1710
2548
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1711
2549
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1712
|
-
* - [__View Contract on
|
|
2550
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
2551
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1713
2552
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1714
2553
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1715
2554
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
@@ -1730,10 +2569,11 @@ export const erc20MinterAddress = {
|
|
|
1730
2569
|
|
|
1731
2570
|
/**
|
|
1732
2571
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1733
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
2572
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1734
2573
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1735
2574
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1736
|
-
* - [__View Contract on
|
|
2575
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
2576
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1737
2577
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1738
2578
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
1739
2579
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
|
|
@@ -2297,10 +3137,11 @@ export const erc20ZABI = [
|
|
|
2297
3137
|
|
|
2298
3138
|
/**
|
|
2299
3139
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2300
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
3140
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2301
3141
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2302
3142
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2303
|
-
* - [__View Contract on
|
|
3143
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
3144
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2304
3145
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2305
3146
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x53a85FbD2955EF713AA489Ae0C48523E727a0c07)
|
|
2306
3147
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
@@ -2568,10 +3409,11 @@ export const erc20ZRoyaltiesABI = [
|
|
|
2568
3409
|
|
|
2569
3410
|
/**
|
|
2570
3411
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2571
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
3412
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2572
3413
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2573
3414
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2574
|
-
* - [__View Contract on
|
|
3415
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
3416
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2575
3417
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2576
3418
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x53a85FbD2955EF713AA489Ae0C48523E727a0c07)
|
|
2577
3419
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
@@ -2590,10 +3432,11 @@ export const erc20ZRoyaltiesAddress = {
|
|
|
2590
3432
|
|
|
2591
3433
|
/**
|
|
2592
3434
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2593
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
3435
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2594
3436
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2595
3437
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2596
|
-
* - [__View Contract on
|
|
3438
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
3439
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2597
3440
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
2598
3441
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x53a85FbD2955EF713AA489Ae0C48523E727a0c07)
|
|
2599
3442
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777771DF91C56c5468746E80DFA8b880f9719F)
|
|
@@ -2886,14 +3729,16 @@ export const mintsEthUnwrapperAndCallerConfig = {
|
|
|
2886
3729
|
|
|
2887
3730
|
/**
|
|
2888
3731
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2889
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
3732
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2890
3733
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2891
3734
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2892
3735
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2893
|
-
* - [__View Contract on
|
|
3736
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3737
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2894
3738
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2895
3739
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2896
3740
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3741
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2897
3742
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
2898
3743
|
*/
|
|
2899
3744
|
export const protocolRewardsABI = [
|
|
@@ -3149,14 +3994,16 @@ export const protocolRewardsABI = [
|
|
|
3149
3994
|
|
|
3150
3995
|
/**
|
|
3151
3996
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3152
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
3997
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3153
3998
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3154
3999
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3155
4000
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3156
|
-
* - [__View Contract on
|
|
4001
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
4002
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3157
4003
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3158
4004
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3159
4005
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
4006
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3160
4007
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3161
4008
|
*/
|
|
3162
4009
|
export const protocolRewardsAddress = {
|
|
@@ -3176,14 +4023,16 @@ export const protocolRewardsAddress = {
|
|
|
3176
4023
|
|
|
3177
4024
|
/**
|
|
3178
4025
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3179
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
4026
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3180
4027
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3181
4028
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3182
4029
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3183
|
-
* - [__View Contract on
|
|
4030
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
4031
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3184
4032
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3185
4033
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3186
4034
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
4035
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3187
4036
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B)
|
|
3188
4037
|
*/
|
|
3189
4038
|
export const protocolRewardsConfig = {
|
|
@@ -3197,10 +4046,11 @@ export const protocolRewardsConfig = {
|
|
|
3197
4046
|
|
|
3198
4047
|
/**
|
|
3199
4048
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3200
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
4049
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3201
4050
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3202
4051
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3203
|
-
* - [__View Contract on
|
|
4052
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
4053
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3204
4054
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3205
4055
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3206
4056
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
@@ -3464,10 +4314,11 @@ export const secondarySwapABI = [
|
|
|
3464
4314
|
|
|
3465
4315
|
/**
|
|
3466
4316
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3467
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
4317
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3468
4318
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3469
4319
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3470
|
-
* - [__View Contract on
|
|
4320
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
4321
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3471
4322
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3472
4323
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3473
4324
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
@@ -3486,10 +4337,11 @@ export const secondarySwapAddress = {
|
|
|
3486
4337
|
|
|
3487
4338
|
/**
|
|
3488
4339
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3489
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
4340
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3490
4341
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3491
4342
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3492
|
-
* - [__View Contract on
|
|
4343
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
4344
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3493
4345
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3494
4346
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
3495
4347
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
@@ -3895,13 +4747,15 @@ export const sponsoredSparksSpenderConfig = {
|
|
|
3895
4747
|
|
|
3896
4748
|
/**
|
|
3897
4749
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
3898
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
4750
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
3899
4751
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
3900
4752
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
3901
|
-
* - [__View Contract on
|
|
4753
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4754
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
3902
4755
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
3903
4756
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
3904
4757
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4758
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
3905
4759
|
*/
|
|
3906
4760
|
export const upgradeGateABI = [
|
|
3907
4761
|
{ stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
|
|
@@ -4138,13 +4992,15 @@ export const upgradeGateABI = [
|
|
|
4138
4992
|
|
|
4139
4993
|
/**
|
|
4140
4994
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4141
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
4995
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4142
4996
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4143
4997
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4144
|
-
* - [__View Contract on
|
|
4998
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4999
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4145
5000
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4146
5001
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4147
5002
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
5003
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4148
5004
|
*/
|
|
4149
5005
|
export const upgradeGateAddress = {
|
|
4150
5006
|
1: '0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900',
|
|
@@ -4161,13 +5017,15 @@ export const upgradeGateAddress = {
|
|
|
4161
5017
|
|
|
4162
5018
|
/**
|
|
4163
5019
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4164
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
5020
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4165
5021
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4166
5022
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4167
|
-
* - [__View Contract on
|
|
5023
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
5024
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4168
5025
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4169
5026
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4170
5027
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
5028
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
|
|
4171
5029
|
*/
|
|
4172
5030
|
export const upgradeGateConfig = {
|
|
4173
5031
|
address: upgradeGateAddress,
|
|
@@ -4180,10 +5038,11 @@ export const upgradeGateConfig = {
|
|
|
4180
5038
|
|
|
4181
5039
|
/**
|
|
4182
5040
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
|
|
4183
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
5041
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006)
|
|
4184
5042
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
4185
5043
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
|
|
4186
|
-
* - [__View Contract on
|
|
5044
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x4300000000000000000000000000000000000004)
|
|
5045
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
4187
5046
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
|
|
4188
5047
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
|
|
4189
5048
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
|
|
@@ -4246,10 +5105,11 @@ export const wethABI = [
|
|
|
4246
5105
|
|
|
4247
5106
|
/**
|
|
4248
5107
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
|
|
4249
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
5108
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006)
|
|
4250
5109
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
4251
5110
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
|
|
4252
|
-
* - [__View Contract on
|
|
5111
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x4300000000000000000000000000000000000004)
|
|
5112
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
4253
5113
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
|
|
4254
5114
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
|
|
4255
5115
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
|
|
@@ -4270,10 +5130,11 @@ export const wethAddress = {
|
|
|
4270
5130
|
|
|
4271
5131
|
/**
|
|
4272
5132
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2)
|
|
4273
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
5133
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006)
|
|
4274
5134
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
4275
5135
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1)
|
|
4276
|
-
* - [__View Contract on
|
|
5136
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x4300000000000000000000000000000000000004)
|
|
5137
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x4200000000000000000000000000000000000006)
|
|
4277
5138
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
|
|
4278
5139
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
|
|
4279
5140
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
|
|
@@ -4287,14 +5148,16 @@ export const wethConfig = { address: wethAddress, abi: wethABI } as const
|
|
|
4287
5148
|
|
|
4288
5149
|
/**
|
|
4289
5150
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4290
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
5151
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4291
5152
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4292
5153
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4293
5154
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4294
|
-
* - [__View Contract on
|
|
5155
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5156
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4295
5157
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4296
5158
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4297
5159
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5160
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4298
5161
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4299
5162
|
*/
|
|
4300
5163
|
export const zoraCreator1155FactoryImplABI = [
|
|
@@ -5103,7 +5966,6 @@ export const zoraCreator1155FactoryImplABI = [
|
|
|
5103
5966
|
{ type: 'error', inputs: [], name: 'MarketMinimumNotReached' },
|
|
5104
5967
|
{ type: 'error', inputs: [], name: 'MinimumMarketEthNotMet' },
|
|
5105
5968
|
{ type: 'error', inputs: [], name: 'NeedsToBeAtLeastOneSaleToStartMarket' },
|
|
5106
|
-
{ type: 'error', inputs: [], name: 'NoCodeAtAddress' },
|
|
5107
5969
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
5108
5970
|
{ type: 'error', inputs: [], name: 'OnlyZoraRewardRecipient' },
|
|
5109
5971
|
{
|
|
@@ -5144,14 +6006,16 @@ export const zoraCreator1155FactoryImplABI = [
|
|
|
5144
6006
|
|
|
5145
6007
|
/**
|
|
5146
6008
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5147
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
6009
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5148
6010
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5149
6011
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5150
6012
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5151
|
-
* - [__View Contract on
|
|
6013
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
6014
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5152
6015
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5153
6016
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5154
6017
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
6018
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5155
6019
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5156
6020
|
*/
|
|
5157
6021
|
export const zoraCreator1155FactoryImplAddress = {
|
|
@@ -5171,14 +6035,16 @@ export const zoraCreator1155FactoryImplAddress = {
|
|
|
5171
6035
|
|
|
5172
6036
|
/**
|
|
5173
6037
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5174
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
6038
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5175
6039
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5176
6040
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5177
6041
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5178
|
-
* - [__View Contract on
|
|
6042
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
6043
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5179
6044
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5180
6045
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5181
6046
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
6047
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5182
6048
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5183
6049
|
*/
|
|
5184
6050
|
export const zoraCreator1155FactoryImplConfig = {
|
|
@@ -6556,7 +7422,6 @@ export const zoraCreator1155ImplABI = [
|
|
|
6556
7422
|
{ type: 'error', inputs: [], name: 'MarketMinimumNotReached' },
|
|
6557
7423
|
{ type: 'error', inputs: [], name: 'MinimumMarketEthNotMet' },
|
|
6558
7424
|
{ type: 'error', inputs: [], name: 'NeedsToBeAtLeastOneSaleToStartMarket' },
|
|
6559
|
-
{ type: 'error', inputs: [], name: 'NoCodeAtAddress' },
|
|
6560
7425
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
6561
7426
|
{ type: 'error', inputs: [], name: 'OnlyZoraRewardRecipient' },
|
|
6562
7427
|
{
|
|
@@ -6601,14 +7466,16 @@ export const zoraCreator1155ImplABI = [
|
|
|
6601
7466
|
|
|
6602
7467
|
/**
|
|
6603
7468
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6604
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
7469
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6605
7470
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6606
7471
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6607
7472
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6608
|
-
* - [__View Contract on
|
|
7473
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7474
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6609
7475
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6610
7476
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6611
7477
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7478
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6612
7479
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
6613
7480
|
*/
|
|
6614
7481
|
export const zoraCreator1155PremintExecutorImplABI = [
|
|
@@ -7575,14 +8442,16 @@ export const zoraCreator1155PremintExecutorImplABI = [
|
|
|
7575
8442
|
|
|
7576
8443
|
/**
|
|
7577
8444
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7578
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
8445
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7579
8446
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7580
8447
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7581
8448
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7582
|
-
* - [__View Contract on
|
|
8449
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
8450
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7583
8451
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7584
8452
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7585
8453
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
8454
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7586
8455
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7587
8456
|
*/
|
|
7588
8457
|
export const zoraCreator1155PremintExecutorImplAddress = {
|
|
@@ -7602,14 +8471,16 @@ export const zoraCreator1155PremintExecutorImplAddress = {
|
|
|
7602
8471
|
|
|
7603
8472
|
/**
|
|
7604
8473
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7605
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
8474
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7606
8475
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7607
8476
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7608
8477
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7609
|
-
* - [__View Contract on
|
|
8478
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
8479
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7610
8480
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7611
8481
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7612
8482
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
8483
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7613
8484
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
7614
8485
|
*/
|
|
7615
8486
|
export const zoraCreator1155PremintExecutorImplConfig = {
|
|
@@ -7623,14 +8494,16 @@ export const zoraCreator1155PremintExecutorImplConfig = {
|
|
|
7623
8494
|
|
|
7624
8495
|
/**
|
|
7625
8496
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7626
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
8497
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
|
|
7627
8498
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7628
8499
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7629
8500
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
7630
|
-
* - [__View Contract on
|
|
8501
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
8502
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
7631
8503
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
7632
8504
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7633
8505
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
8506
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
7634
8507
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
|
|
7635
8508
|
*/
|
|
7636
8509
|
export const zoraCreatorFixedPriceSaleStrategyABI = [
|
|
@@ -7868,14 +8741,16 @@ export const zoraCreatorFixedPriceSaleStrategyABI = [
|
|
|
7868
8741
|
|
|
7869
8742
|
/**
|
|
7870
8743
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7871
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
8744
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
|
|
7872
8745
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7873
8746
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7874
8747
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
7875
|
-
* - [__View Contract on
|
|
8748
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
8749
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
7876
8750
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
7877
8751
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7878
8752
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
8753
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
7879
8754
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
|
|
7880
8755
|
*/
|
|
7881
8756
|
export const zoraCreatorFixedPriceSaleStrategyAddress = {
|
|
@@ -7895,14 +8770,16 @@ export const zoraCreatorFixedPriceSaleStrategyAddress = {
|
|
|
7895
8770
|
|
|
7896
8771
|
/**
|
|
7897
8772
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7898
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
8773
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
|
|
7899
8774
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7900
8775
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7901
8776
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
7902
|
-
* - [__View Contract on
|
|
8777
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
8778
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
7903
8779
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
7904
8780
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
7905
8781
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
8782
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0)
|
|
7906
8783
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
|
|
7907
8784
|
*/
|
|
7908
8785
|
export const zoraCreatorFixedPriceSaleStrategyConfig = {
|
|
@@ -7916,14 +8793,16 @@ export const zoraCreatorFixedPriceSaleStrategyConfig = {
|
|
|
7916
8793
|
|
|
7917
8794
|
/**
|
|
7918
8795
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7919
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
8796
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
|
|
7920
8797
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7921
8798
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7922
8799
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
7923
|
-
* - [__View Contract on
|
|
8800
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
8801
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
7924
8802
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
7925
8803
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7926
8804
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
8805
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
7927
8806
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
|
|
7928
8807
|
*/
|
|
7929
8808
|
export const zoraCreatorMerkleMinterStrategyABI = [
|
|
@@ -8128,14 +9007,16 @@ export const zoraCreatorMerkleMinterStrategyABI = [
|
|
|
8128
9007
|
|
|
8129
9008
|
/**
|
|
8130
9009
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
8131
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
9010
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
|
|
8132
9011
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
8133
9012
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
8134
9013
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
8135
|
-
* - [__View Contract on
|
|
9014
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
9015
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
8136
9016
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
8137
9017
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
8138
9018
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
9019
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
8139
9020
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
|
|
8140
9021
|
*/
|
|
8141
9022
|
export const zoraCreatorMerkleMinterStrategyAddress = {
|
|
@@ -8155,14 +9036,16 @@ export const zoraCreatorMerkleMinterStrategyAddress = {
|
|
|
8155
9036
|
|
|
8156
9037
|
/**
|
|
8157
9038
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
8158
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
9039
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
|
|
8159
9040
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
8160
9041
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
8161
9042
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
8162
|
-
* - [__View Contract on
|
|
9043
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
9044
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
8163
9045
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
8164
9046
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
8165
9047
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
9048
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0xB9C997FcC46a27331CC986cc2416ee99C1d506c3)
|
|
8166
9049
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
|
|
8167
9050
|
*/
|
|
8168
9051
|
export const zoraCreatorMerkleMinterStrategyConfig = {
|
|
@@ -8176,14 +9059,16 @@ export const zoraCreatorMerkleMinterStrategyConfig = {
|
|
|
8176
9059
|
|
|
8177
9060
|
/**
|
|
8178
9061
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8179
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
9062
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
|
|
8180
9063
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8181
9064
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8182
9065
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
8183
|
-
* - [__View Contract on
|
|
9066
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
9067
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
8184
9068
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
8185
9069
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8186
9070
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
9071
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
8187
9072
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
|
|
8188
9073
|
*/
|
|
8189
9074
|
export const zoraCreatorRedeemMinterFactoryABI = [
|
|
@@ -8337,14 +9222,16 @@ export const zoraCreatorRedeemMinterFactoryABI = [
|
|
|
8337
9222
|
|
|
8338
9223
|
/**
|
|
8339
9224
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8340
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
9225
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
|
|
8341
9226
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8342
9227
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8343
9228
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
8344
|
-
* - [__View Contract on
|
|
9229
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
9230
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
8345
9231
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
8346
9232
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8347
9233
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
9234
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
8348
9235
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
|
|
8349
9236
|
*/
|
|
8350
9237
|
export const zoraCreatorRedeemMinterFactoryAddress = {
|
|
@@ -8364,14 +9251,16 @@ export const zoraCreatorRedeemMinterFactoryAddress = {
|
|
|
8364
9251
|
|
|
8365
9252
|
/**
|
|
8366
9253
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8367
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
9254
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
|
|
8368
9255
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8369
9256
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8370
9257
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
8371
|
-
* - [__View Contract on
|
|
9258
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
9259
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
8372
9260
|
* - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
8373
9261
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
8374
9262
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
9263
|
+
* - [__View Contract on Blast Sepolia Blastscan__](https://sepolia.blastscan.io/address/0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614)
|
|
8375
9264
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
|
|
8376
9265
|
*/
|
|
8377
9266
|
export const zoraCreatorRedeemMinterFactoryConfig = {
|
|
@@ -11321,26 +12210,17 @@ export const zoraSparksManagerImplConfig = {
|
|
|
11321
12210
|
|
|
11322
12211
|
/**
|
|
11323
12212
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
11324
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
12213
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
11325
12214
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
11326
12215
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
11327
|
-
* - [__View Contract on
|
|
12216
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12217
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
11328
12218
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
11329
12219
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x8237F421357F87a23ed0CFf3a5586172F210A21B)
|
|
11330
12220
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
11331
12221
|
*/
|
|
11332
12222
|
export const zoraTimedSaleStrategyABI = [
|
|
11333
|
-
{
|
|
11334
|
-
stateMutability: 'nonpayable',
|
|
11335
|
-
type: 'constructor',
|
|
11336
|
-
inputs: [
|
|
11337
|
-
{
|
|
11338
|
-
name: '_comments',
|
|
11339
|
-
internalType: 'contract IComments',
|
|
11340
|
-
type: 'address',
|
|
11341
|
-
},
|
|
11342
|
-
],
|
|
11343
|
-
},
|
|
12223
|
+
{ stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
|
|
11344
12224
|
{
|
|
11345
12225
|
stateMutability: 'view',
|
|
11346
12226
|
type: 'function',
|
|
@@ -11389,15 +12269,6 @@ export const zoraTimedSaleStrategyABI = [
|
|
|
11389
12269
|
},
|
|
11390
12270
|
],
|
|
11391
12271
|
},
|
|
11392
|
-
{
|
|
11393
|
-
stateMutability: 'view',
|
|
11394
|
-
type: 'function',
|
|
11395
|
-
inputs: [],
|
|
11396
|
-
name: 'comments',
|
|
11397
|
-
outputs: [
|
|
11398
|
-
{ name: '', internalType: 'contract IComments', type: 'address' },
|
|
11399
|
-
],
|
|
11400
|
-
},
|
|
11401
12272
|
{
|
|
11402
12273
|
stateMutability: 'pure',
|
|
11403
12274
|
type: 'function',
|
|
@@ -11467,13 +12338,6 @@ export const zoraTimedSaleStrategyABI = [
|
|
|
11467
12338
|
{ name: 'createReferral', internalType: 'address', type: 'address' },
|
|
11468
12339
|
],
|
|
11469
12340
|
},
|
|
11470
|
-
{
|
|
11471
|
-
stateMutability: 'view',
|
|
11472
|
-
type: 'function',
|
|
11473
|
-
inputs: [],
|
|
11474
|
-
name: 'implementation',
|
|
11475
|
-
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
11476
|
-
},
|
|
11477
12341
|
{
|
|
11478
12342
|
stateMutability: 'nonpayable',
|
|
11479
12343
|
type: 'function',
|
|
@@ -11831,43 +12695,6 @@ export const zoraTimedSaleStrategyABI = [
|
|
|
11831
12695
|
],
|
|
11832
12696
|
name: 'MintComment',
|
|
11833
12697
|
},
|
|
11834
|
-
{
|
|
11835
|
-
type: 'event',
|
|
11836
|
-
anonymous: false,
|
|
11837
|
-
inputs: [
|
|
11838
|
-
{
|
|
11839
|
-
name: 'commentId',
|
|
11840
|
-
internalType: 'bytes32',
|
|
11841
|
-
type: 'bytes32',
|
|
11842
|
-
indexed: true,
|
|
11843
|
-
},
|
|
11844
|
-
{
|
|
11845
|
-
name: 'commentIdentifier',
|
|
11846
|
-
internalType: 'struct IComments.CommentIdentifier',
|
|
11847
|
-
type: 'tuple',
|
|
11848
|
-
components: [
|
|
11849
|
-
{ name: 'commenter', internalType: 'address', type: 'address' },
|
|
11850
|
-
{ name: 'contractAddress', internalType: 'address', type: 'address' },
|
|
11851
|
-
{ name: 'tokenId', internalType: 'uint256', type: 'uint256' },
|
|
11852
|
-
{ name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
|
|
11853
|
-
],
|
|
11854
|
-
indexed: false,
|
|
11855
|
-
},
|
|
11856
|
-
{
|
|
11857
|
-
name: 'mintQuantity',
|
|
11858
|
-
internalType: 'uint256',
|
|
11859
|
-
type: 'uint256',
|
|
11860
|
-
indexed: false,
|
|
11861
|
-
},
|
|
11862
|
-
{
|
|
11863
|
-
name: 'comment',
|
|
11864
|
-
internalType: 'string',
|
|
11865
|
-
type: 'string',
|
|
11866
|
-
indexed: false,
|
|
11867
|
-
},
|
|
11868
|
-
],
|
|
11869
|
-
name: 'MintedAndCommented',
|
|
11870
|
-
},
|
|
11871
12698
|
{
|
|
11872
12699
|
type: 'event',
|
|
11873
12700
|
anonymous: false,
|
|
@@ -12144,7 +12971,6 @@ export const zoraTimedSaleStrategyABI = [
|
|
|
12144
12971
|
{ type: 'error', inputs: [], name: 'MarketMinimumNotReached' },
|
|
12145
12972
|
{ type: 'error', inputs: [], name: 'MinimumMarketEthNotMet' },
|
|
12146
12973
|
{ type: 'error', inputs: [], name: 'NeedsToBeAtLeastOneSaleToStartMarket' },
|
|
12147
|
-
{ type: 'error', inputs: [], name: 'NoCodeAtAddress' },
|
|
12148
12974
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
12149
12975
|
{ type: 'error', inputs: [], name: 'OnlyZoraRewardRecipient' },
|
|
12150
12976
|
{
|
|
@@ -12185,10 +13011,11 @@ export const zoraTimedSaleStrategyABI = [
|
|
|
12185
13011
|
|
|
12186
13012
|
/**
|
|
12187
13013
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12188
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
13014
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12189
13015
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12190
13016
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12191
|
-
* - [__View Contract on
|
|
13017
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
13018
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12192
13019
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12193
13020
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x8237F421357F87a23ed0CFf3a5586172F210A21B)
|
|
12194
13021
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
@@ -12207,10 +13034,11 @@ export const zoraTimedSaleStrategyAddress = {
|
|
|
12207
13034
|
|
|
12208
13035
|
/**
|
|
12209
13036
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12210
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://
|
|
13037
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12211
13038
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12212
13039
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12213
|
-
* - [__View Contract on
|
|
13040
|
+
* - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
13041
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12214
13042
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|
|
12215
13043
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x8237F421357F87a23ed0CFf3a5586172F210A21B)
|
|
12216
13044
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777722D078c97c6ad07d9f36801e653E356Ae)
|