@zoralabs/protocol-deployments 0.3.8 → 0.3.9-COMMENTS.0

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.
@@ -1,3 +1,2107 @@
1
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2
+ // CallerAndCommenter
3
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4
+
5
+ /**
6
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
7
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
8
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
9
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
10
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
11
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
12
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
13
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
14
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
15
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
16
+ */
17
+ export const callerAndCommenterABI = [
18
+ {
19
+ stateMutability: 'nonpayable',
20
+ type: 'constructor',
21
+ inputs: [
22
+ { name: '_comments', internalType: 'address', type: 'address' },
23
+ { name: '_zoraTimedSale', internalType: 'address', type: 'address' },
24
+ { name: '_swapHelper', internalType: 'address', type: 'address' },
25
+ { name: '_sparksValue', internalType: 'uint256', type: 'uint256' },
26
+ ],
27
+ },
28
+ {
29
+ stateMutability: 'view',
30
+ type: 'function',
31
+ inputs: [],
32
+ name: 'UPGRADE_INTERFACE_VERSION',
33
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
34
+ },
35
+ {
36
+ stateMutability: 'nonpayable',
37
+ type: 'function',
38
+ inputs: [],
39
+ name: 'acceptOwnership',
40
+ outputs: [],
41
+ },
42
+ {
43
+ stateMutability: 'payable',
44
+ type: 'function',
45
+ inputs: [
46
+ { name: 'commenter', internalType: 'address', type: 'address' },
47
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
48
+ { name: 'collection', internalType: 'address', type: 'address' },
49
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
50
+ {
51
+ name: 'excessRefundRecipient',
52
+ internalType: 'address payable',
53
+ type: 'address',
54
+ },
55
+ { name: 'maxEthToSpend', internalType: 'uint256', type: 'uint256' },
56
+ { name: 'sqrtPriceLimitX96', internalType: 'uint160', type: 'uint160' },
57
+ { name: 'comment', internalType: 'string', type: 'string' },
58
+ ],
59
+ name: 'buyOnSecondaryAndComment',
60
+ outputs: [
61
+ {
62
+ name: '',
63
+ internalType: 'struct IComments.CommentIdentifier',
64
+ type: 'tuple',
65
+ components: [
66
+ { name: 'commenter', internalType: 'address', type: 'address' },
67
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
68
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
69
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
70
+ ],
71
+ },
72
+ ],
73
+ },
74
+ {
75
+ stateMutability: 'view',
76
+ type: 'function',
77
+ inputs: [],
78
+ name: 'comments',
79
+ outputs: [
80
+ { name: '', internalType: 'contract IComments', type: 'address' },
81
+ ],
82
+ },
83
+ {
84
+ stateMutability: 'pure',
85
+ type: 'function',
86
+ inputs: [],
87
+ name: 'contractName',
88
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
89
+ },
90
+ {
91
+ stateMutability: 'pure',
92
+ type: 'function',
93
+ inputs: [],
94
+ name: 'contractVersion',
95
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
96
+ },
97
+ {
98
+ stateMutability: 'view',
99
+ type: 'function',
100
+ inputs: [],
101
+ name: 'eip712Domain',
102
+ outputs: [
103
+ { name: 'fields', internalType: 'bytes1', type: 'bytes1' },
104
+ { name: 'name', internalType: 'string', type: 'string' },
105
+ { name: 'version', internalType: 'string', type: 'string' },
106
+ { name: 'chainId', internalType: 'uint256', type: 'uint256' },
107
+ { name: 'verifyingContract', internalType: 'address', type: 'address' },
108
+ { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
109
+ { name: 'extensions', internalType: 'uint256[]', type: 'uint256[]' },
110
+ ],
111
+ },
112
+ {
113
+ stateMutability: 'view',
114
+ type: 'function',
115
+ inputs: [
116
+ {
117
+ name: 'permit',
118
+ internalType:
119
+ 'struct ICallerAndCommenter.PermitBuyOnSecondaryAndComment',
120
+ type: 'tuple',
121
+ components: [
122
+ { name: 'commenter', internalType: 'address', type: 'address' },
123
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
124
+ { name: 'collection', internalType: 'address', type: 'address' },
125
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
126
+ { name: 'maxEthToSpend', internalType: 'uint256', type: 'uint256' },
127
+ {
128
+ name: 'sqrtPriceLimitX96',
129
+ internalType: 'uint160',
130
+ type: 'uint160',
131
+ },
132
+ { name: 'comment', internalType: 'string', type: 'string' },
133
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
134
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
135
+ { name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
136
+ {
137
+ name: 'destinationChainId',
138
+ internalType: 'uint32',
139
+ type: 'uint32',
140
+ },
141
+ ],
142
+ },
143
+ ],
144
+ name: 'hashPermitBuyOnSecondaryAndComment',
145
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
146
+ },
147
+ {
148
+ stateMutability: 'view',
149
+ type: 'function',
150
+ inputs: [
151
+ {
152
+ name: 'permit',
153
+ internalType:
154
+ 'struct ICallerAndCommenter.PermitTimedSaleMintAndComment',
155
+ type: 'tuple',
156
+ components: [
157
+ { name: 'commenter', internalType: 'address', type: 'address' },
158
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
159
+ { name: 'collection', internalType: 'address', type: 'address' },
160
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
161
+ { name: 'mintReferral', internalType: 'address', type: 'address' },
162
+ { name: 'comment', internalType: 'string', type: 'string' },
163
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
164
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
165
+ { name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
166
+ {
167
+ name: 'destinationChainId',
168
+ internalType: 'uint32',
169
+ type: 'uint32',
170
+ },
171
+ ],
172
+ },
173
+ ],
174
+ name: 'hashPermitTimedSaleMintAndComment',
175
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
176
+ },
177
+ {
178
+ stateMutability: 'nonpayable',
179
+ type: 'function',
180
+ inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
181
+ name: 'initialize',
182
+ outputs: [],
183
+ },
184
+ {
185
+ stateMutability: 'view',
186
+ type: 'function',
187
+ inputs: [
188
+ { name: 'owner', internalType: 'address', type: 'address' },
189
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
190
+ ],
191
+ name: 'nonceUsed',
192
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
193
+ },
194
+ {
195
+ stateMutability: 'view',
196
+ type: 'function',
197
+ inputs: [],
198
+ name: 'owner',
199
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
200
+ },
201
+ {
202
+ stateMutability: 'view',
203
+ type: 'function',
204
+ inputs: [],
205
+ name: 'pendingOwner',
206
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
207
+ },
208
+ {
209
+ stateMutability: 'payable',
210
+ type: 'function',
211
+ inputs: [
212
+ {
213
+ name: 'permit',
214
+ internalType:
215
+ 'struct ICallerAndCommenter.PermitBuyOnSecondaryAndComment',
216
+ type: 'tuple',
217
+ components: [
218
+ { name: 'commenter', internalType: 'address', type: 'address' },
219
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
220
+ { name: 'collection', internalType: 'address', type: 'address' },
221
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
222
+ { name: 'maxEthToSpend', internalType: 'uint256', type: 'uint256' },
223
+ {
224
+ name: 'sqrtPriceLimitX96',
225
+ internalType: 'uint160',
226
+ type: 'uint160',
227
+ },
228
+ { name: 'comment', internalType: 'string', type: 'string' },
229
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
230
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
231
+ { name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
232
+ {
233
+ name: 'destinationChainId',
234
+ internalType: 'uint32',
235
+ type: 'uint32',
236
+ },
237
+ ],
238
+ },
239
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
240
+ ],
241
+ name: 'permitBuyOnSecondaryAndComment',
242
+ outputs: [
243
+ {
244
+ name: '',
245
+ internalType: 'struct IComments.CommentIdentifier',
246
+ type: 'tuple',
247
+ components: [
248
+ { name: 'commenter', internalType: 'address', type: 'address' },
249
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
250
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
251
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
252
+ ],
253
+ },
254
+ ],
255
+ },
256
+ {
257
+ stateMutability: 'payable',
258
+ type: 'function',
259
+ inputs: [
260
+ {
261
+ name: 'permit',
262
+ internalType:
263
+ 'struct ICallerAndCommenter.PermitTimedSaleMintAndComment',
264
+ type: 'tuple',
265
+ components: [
266
+ { name: 'commenter', internalType: 'address', type: 'address' },
267
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
268
+ { name: 'collection', internalType: 'address', type: 'address' },
269
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
270
+ { name: 'mintReferral', internalType: 'address', type: 'address' },
271
+ { name: 'comment', internalType: 'string', type: 'string' },
272
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
273
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
274
+ { name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
275
+ {
276
+ name: 'destinationChainId',
277
+ internalType: 'uint32',
278
+ type: 'uint32',
279
+ },
280
+ ],
281
+ },
282
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
283
+ ],
284
+ name: 'permitTimedSaleMintAndComment',
285
+ outputs: [
286
+ {
287
+ name: '',
288
+ internalType: 'struct IComments.CommentIdentifier',
289
+ type: 'tuple',
290
+ components: [
291
+ { name: 'commenter', internalType: 'address', type: 'address' },
292
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
293
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
294
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
295
+ ],
296
+ },
297
+ ],
298
+ },
299
+ {
300
+ stateMutability: 'view',
301
+ type: 'function',
302
+ inputs: [],
303
+ name: 'proxiableUUID',
304
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
305
+ },
306
+ {
307
+ stateMutability: 'nonpayable',
308
+ type: 'function',
309
+ inputs: [],
310
+ name: 'renounceOwnership',
311
+ outputs: [],
312
+ },
313
+ {
314
+ stateMutability: 'view',
315
+ type: 'function',
316
+ inputs: [],
317
+ name: 'secondarySwap',
318
+ outputs: [
319
+ { name: '', internalType: 'contract ISecondarySwap', type: 'address' },
320
+ ],
321
+ },
322
+ {
323
+ stateMutability: 'payable',
324
+ type: 'function',
325
+ inputs: [
326
+ { name: 'commenter', internalType: 'address', type: 'address' },
327
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
328
+ { name: 'collection', internalType: 'address', type: 'address' },
329
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
330
+ { name: 'recipient', internalType: 'address payable', type: 'address' },
331
+ { name: 'minEthToAcquire', internalType: 'uint256', type: 'uint256' },
332
+ { name: 'sqrtPriceLimitX96', internalType: 'uint160', type: 'uint160' },
333
+ { name: 'comment', internalType: 'string', type: 'string' },
334
+ ],
335
+ name: 'sellOnSecondaryAndComment',
336
+ outputs: [
337
+ {
338
+ name: 'commentIdentifier',
339
+ internalType: 'struct IComments.CommentIdentifier',
340
+ type: 'tuple',
341
+ components: [
342
+ { name: 'commenter', internalType: 'address', type: 'address' },
343
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
344
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
345
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
346
+ ],
347
+ },
348
+ ],
349
+ },
350
+ {
351
+ stateMutability: 'view',
352
+ type: 'function',
353
+ inputs: [],
354
+ name: 'sparkValue',
355
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
356
+ },
357
+ {
358
+ stateMutability: 'payable',
359
+ type: 'function',
360
+ inputs: [
361
+ { name: 'commenter', internalType: 'address', type: 'address' },
362
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
363
+ { name: 'collection', internalType: 'address', type: 'address' },
364
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
365
+ { name: 'mintReferral', internalType: 'address', type: 'address' },
366
+ { name: 'comment', internalType: 'string', type: 'string' },
367
+ ],
368
+ name: 'timedSaleMintAndComment',
369
+ outputs: [
370
+ {
371
+ name: '',
372
+ internalType: 'struct IComments.CommentIdentifier',
373
+ type: 'tuple',
374
+ components: [
375
+ { name: 'commenter', internalType: 'address', type: 'address' },
376
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
377
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
378
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
379
+ ],
380
+ },
381
+ ],
382
+ },
383
+ {
384
+ stateMutability: 'nonpayable',
385
+ type: 'function',
386
+ inputs: [{ name: 'newOwner', internalType: 'address', type: 'address' }],
387
+ name: 'transferOwnership',
388
+ outputs: [],
389
+ },
390
+ {
391
+ stateMutability: 'payable',
392
+ type: 'function',
393
+ inputs: [
394
+ { name: 'newImplementation', internalType: 'address', type: 'address' },
395
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
396
+ ],
397
+ name: 'upgradeToAndCall',
398
+ outputs: [],
399
+ },
400
+ {
401
+ stateMutability: 'view',
402
+ type: 'function',
403
+ inputs: [],
404
+ name: 'zoraTimedSale',
405
+ outputs: [
406
+ {
407
+ name: '',
408
+ internalType: 'contract IZoraTimedSaleStrategy',
409
+ type: 'address',
410
+ },
411
+ ],
412
+ },
413
+ { type: 'event', anonymous: false, inputs: [], name: 'EIP712DomainChanged' },
414
+ {
415
+ type: 'event',
416
+ anonymous: false,
417
+ inputs: [
418
+ {
419
+ name: 'version',
420
+ internalType: 'uint64',
421
+ type: 'uint64',
422
+ indexed: false,
423
+ },
424
+ ],
425
+ name: 'Initialized',
426
+ },
427
+ {
428
+ type: 'event',
429
+ anonymous: false,
430
+ inputs: [
431
+ {
432
+ name: 'commentId',
433
+ internalType: 'bytes32',
434
+ type: 'bytes32',
435
+ indexed: true,
436
+ },
437
+ {
438
+ name: 'commentIdentifier',
439
+ internalType: 'struct IComments.CommentIdentifier',
440
+ type: 'tuple',
441
+ components: [
442
+ { name: 'commenter', internalType: 'address', type: 'address' },
443
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
444
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
445
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
446
+ ],
447
+ indexed: false,
448
+ },
449
+ {
450
+ name: 'quantity',
451
+ internalType: 'uint256',
452
+ type: 'uint256',
453
+ indexed: false,
454
+ },
455
+ { name: 'text', internalType: 'string', type: 'string', indexed: false },
456
+ ],
457
+ name: 'MintedAndCommented',
458
+ },
459
+ {
460
+ type: 'event',
461
+ anonymous: false,
462
+ inputs: [
463
+ {
464
+ name: 'previousOwner',
465
+ internalType: 'address',
466
+ type: 'address',
467
+ indexed: true,
468
+ },
469
+ {
470
+ name: 'newOwner',
471
+ internalType: 'address',
472
+ type: 'address',
473
+ indexed: true,
474
+ },
475
+ ],
476
+ name: 'OwnershipTransferStarted',
477
+ },
478
+ {
479
+ type: 'event',
480
+ anonymous: false,
481
+ inputs: [
482
+ {
483
+ name: 'previousOwner',
484
+ internalType: 'address',
485
+ type: 'address',
486
+ indexed: true,
487
+ },
488
+ {
489
+ name: 'newOwner',
490
+ internalType: 'address',
491
+ type: 'address',
492
+ indexed: true,
493
+ },
494
+ ],
495
+ name: 'OwnershipTransferred',
496
+ },
497
+ {
498
+ type: 'event',
499
+ anonymous: false,
500
+ inputs: [
501
+ {
502
+ name: 'commentId',
503
+ internalType: 'bytes32',
504
+ type: 'bytes32',
505
+ indexed: true,
506
+ },
507
+ {
508
+ name: 'commentIdentifier',
509
+ internalType: 'struct IComments.CommentIdentifier',
510
+ type: 'tuple',
511
+ components: [
512
+ { name: 'commenter', internalType: 'address', type: 'address' },
513
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
514
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
515
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
516
+ ],
517
+ indexed: false,
518
+ },
519
+ {
520
+ name: 'quantity',
521
+ internalType: 'uint256',
522
+ type: 'uint256',
523
+ indexed: true,
524
+ },
525
+ {
526
+ name: 'comment',
527
+ internalType: 'string',
528
+ type: 'string',
529
+ indexed: false,
530
+ },
531
+ {
532
+ name: 'swapDirection',
533
+ internalType: 'enum ICallerAndCommenter.SwapDirection',
534
+ type: 'uint8',
535
+ indexed: true,
536
+ },
537
+ ],
538
+ name: 'SwappedOnSecondaryAndCommented',
539
+ },
540
+ {
541
+ type: 'event',
542
+ anonymous: false,
543
+ inputs: [
544
+ {
545
+ name: 'implementation',
546
+ internalType: 'address',
547
+ type: 'address',
548
+ indexed: true,
549
+ },
550
+ ],
551
+ name: 'Upgraded',
552
+ },
553
+ {
554
+ type: 'error',
555
+ inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
556
+ name: 'AddressEmptyCode',
557
+ },
558
+ {
559
+ type: 'error',
560
+ inputs: [
561
+ { name: 'expected', internalType: 'address', type: 'address' },
562
+ { name: 'actual', internalType: 'address', type: 'address' },
563
+ ],
564
+ name: 'CommenterMismatch',
565
+ },
566
+ {
567
+ type: 'error',
568
+ inputs: [
569
+ { name: 'implementation', internalType: 'address', type: 'address' },
570
+ ],
571
+ name: 'ERC1967InvalidImplementation',
572
+ },
573
+ { type: 'error', inputs: [], name: 'ERC1967NonPayable' },
574
+ {
575
+ type: 'error',
576
+ inputs: [{ name: 'deadline', internalType: 'uint256', type: 'uint256' }],
577
+ name: 'ERC2612ExpiredSignature',
578
+ },
579
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
580
+ {
581
+ type: 'error',
582
+ inputs: [
583
+ {
584
+ name: 'wrongDestinationChainId',
585
+ internalType: 'uint256',
586
+ type: 'uint256',
587
+ },
588
+ ],
589
+ name: 'IncorrectDestinationChain',
590
+ },
591
+ {
592
+ type: 'error',
593
+ inputs: [
594
+ { name: 'account', internalType: 'address', type: 'address' },
595
+ { name: 'currentNonce', internalType: 'bytes32', type: 'bytes32' },
596
+ ],
597
+ name: 'InvalidAccountNonce',
598
+ },
599
+ { type: 'error', inputs: [], name: 'InvalidInitialization' },
600
+ { type: 'error', inputs: [], name: 'InvalidSignature' },
601
+ { type: 'error', inputs: [], name: 'NotInitializing' },
602
+ {
603
+ type: 'error',
604
+ inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
605
+ name: 'OwnableInvalidOwner',
606
+ },
607
+ {
608
+ type: 'error',
609
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
610
+ name: 'OwnableUnauthorizedAccount',
611
+ },
612
+ {
613
+ type: 'error',
614
+ inputs: [
615
+ { name: 'collection', internalType: 'address', type: 'address' },
616
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
617
+ ],
618
+ name: 'SaleNotSet',
619
+ },
620
+ { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
621
+ {
622
+ type: 'error',
623
+ inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
624
+ name: 'UUPSUnsupportedProxiableUUID',
625
+ },
626
+ {
627
+ type: 'error',
628
+ inputs: [
629
+ { name: 'currentName', internalType: 'string', type: 'string' },
630
+ { name: 'newName', internalType: 'string', type: 'string' },
631
+ ],
632
+ name: 'UpgradeToMismatchedContractName',
633
+ },
634
+ {
635
+ type: 'error',
636
+ inputs: [
637
+ { name: 'expected', internalType: 'uint256', type: 'uint256' },
638
+ { name: 'actual', internalType: 'uint256', type: 'uint256' },
639
+ ],
640
+ name: 'WrongValueSent',
641
+ },
642
+ {
643
+ type: 'error',
644
+ inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
645
+ name: 'AddressEmptyCode',
646
+ },
647
+ {
648
+ type: 'error',
649
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
650
+ name: 'AddressInsufficientBalance',
651
+ },
652
+ { type: 'error', inputs: [], name: 'AddressZero' },
653
+ { type: 'error', inputs: [], name: 'ERC1167FailedCreateClone' },
654
+ {
655
+ type: 'error',
656
+ inputs: [
657
+ { name: 'implementation', internalType: 'address', type: 'address' },
658
+ ],
659
+ name: 'ERC1967InvalidImplementation',
660
+ },
661
+ { type: 'error', inputs: [], name: 'ERC1967NonPayable' },
662
+ { type: 'error', inputs: [], name: 'EndTimeCannotBeInThePast' },
663
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
664
+ { type: 'error', inputs: [], name: 'InsufficientFunds' },
665
+ { type: 'error', inputs: [], name: 'InvalidInitialization' },
666
+ { type: 'error', inputs: [], name: 'MarketAlreadyLaunched' },
667
+ { type: 'error', inputs: [], name: 'MarketMinimumNotReached' },
668
+ { type: 'error', inputs: [], name: 'MinimumMarketEthNotMet' },
669
+ { type: 'error', inputs: [], name: 'NeedsToBeAtLeastOneSaleToStartMarket' },
670
+ { type: 'error', inputs: [], name: 'NotInitializing' },
671
+ { type: 'error', inputs: [], name: 'OnlyZoraRewardRecipient' },
672
+ {
673
+ type: 'error',
674
+ inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
675
+ name: 'OwnableInvalidOwner',
676
+ },
677
+ {
678
+ type: 'error',
679
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
680
+ name: 'OwnableUnauthorizedAccount',
681
+ },
682
+ { type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
683
+ { type: 'error', inputs: [], name: 'RequestMintInvalidUseMint' },
684
+ { type: 'error', inputs: [], name: 'ResetSaleNotAvailable' },
685
+ { type: 'error', inputs: [], name: 'SaleAlreadySet' },
686
+ { type: 'error', inputs: [], name: 'SaleEnded' },
687
+ { type: 'error', inputs: [], name: 'SaleHasNotStarted' },
688
+ { type: 'error', inputs: [], name: 'SaleInProgress' },
689
+ { type: 'error', inputs: [], name: 'SaleNotSet' },
690
+ { type: 'error', inputs: [], name: 'SaleV2AlreadyStarted' },
691
+ { type: 'error', inputs: [], name: 'SaleV2Ended' },
692
+ { type: 'error', inputs: [], name: 'SaleV2NotSet' },
693
+ { type: 'error', inputs: [], name: 'StartTimeCannotBeAfterEndTime' },
694
+ { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
695
+ {
696
+ type: 'error',
697
+ inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
698
+ name: 'UUPSUnsupportedProxiableUUID',
699
+ },
700
+ { type: 'error', inputs: [], name: 'WrongValueSent' },
701
+ {
702
+ type: 'error',
703
+ inputs: [],
704
+ name: 'ZoraCreator1155ContractNeedsToSupportReduceSupply',
705
+ },
706
+ { type: 'error', inputs: [], name: 'ADDRESS_DELEGATECALL_TO_NON_CONTRACT' },
707
+ { type: 'error', inputs: [], name: 'ADDRESS_LOW_LEVEL_CALL_FAILED' },
708
+ {
709
+ type: 'error',
710
+ inputs: [
711
+ { name: 'operator', internalType: 'address', type: 'address' },
712
+ { name: 'user', internalType: 'address', type: 'address' },
713
+ ],
714
+ name: 'Burn_NotOwnerOrApproved',
715
+ },
716
+ { type: 'error', inputs: [], name: 'CREATOR_FUNDS_RECIPIENT_NOT_SET' },
717
+ {
718
+ type: 'error',
719
+ inputs: [{ name: 'reason', internalType: 'bytes', type: 'bytes' }],
720
+ name: 'CallFailed',
721
+ },
722
+ { type: 'error', inputs: [], name: 'Call_TokenIdMismatch' },
723
+ { type: 'error', inputs: [], name: 'CallerNotZoraCreator1155' },
724
+ { type: 'error', inputs: [], name: 'CanOnlyReduceMaxSupply' },
725
+ {
726
+ type: 'error',
727
+ inputs: [
728
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
729
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
730
+ { name: 'totalMinted', internalType: 'uint256', type: 'uint256' },
731
+ { name: 'maxSupply', internalType: 'uint256', type: 'uint256' },
732
+ ],
733
+ name: 'CannotMintMoreTokens',
734
+ },
735
+ { type: 'error', inputs: [], name: 'CannotReduceMaxSupplyBelowMinted' },
736
+ {
737
+ type: 'error',
738
+ inputs: [
739
+ { name: 'proposedAddress', internalType: 'address', type: 'address' },
740
+ ],
741
+ name: 'Config_TransferHookNotSupported',
742
+ },
743
+ {
744
+ type: 'error',
745
+ inputs: [],
746
+ name: 'ERC1155_ACCOUNTS_AND_IDS_LENGTH_MISMATCH',
747
+ },
748
+ {
749
+ type: 'error',
750
+ inputs: [],
751
+ name: 'ERC1155_ADDRESS_ZERO_IS_NOT_A_VALID_OWNER',
752
+ },
753
+ { type: 'error', inputs: [], name: 'ERC1155_BURN_AMOUNT_EXCEEDS_BALANCE' },
754
+ { type: 'error', inputs: [], name: 'ERC1155_BURN_FROM_ZERO_ADDRESS' },
755
+ {
756
+ type: 'error',
757
+ inputs: [],
758
+ name: 'ERC1155_CALLER_IS_NOT_TOKEN_OWNER_OR_APPROVED',
759
+ },
760
+ {
761
+ type: 'error',
762
+ inputs: [],
763
+ name: 'ERC1155_ERC1155RECEIVER_REJECTED_TOKENS',
764
+ },
765
+ {
766
+ type: 'error',
767
+ inputs: [],
768
+ name: 'ERC1155_IDS_AND_AMOUNTS_LENGTH_MISMATCH',
769
+ },
770
+ {
771
+ type: 'error',
772
+ inputs: [],
773
+ name: 'ERC1155_INSUFFICIENT_BALANCE_FOR_TRANSFER',
774
+ },
775
+ { type: 'error', inputs: [], name: 'ERC1155_MINT_TO_ZERO_ADDRESS' },
776
+ { type: 'error', inputs: [], name: 'ERC1155_MINT_TO_ZERO_ADDRESS' },
777
+ { type: 'error', inputs: [], name: 'ERC1155_SETTING_APPROVAL_FOR_SELF' },
778
+ {
779
+ type: 'error',
780
+ inputs: [],
781
+ name: 'ERC1155_TRANSFER_TO_NON_ERC1155RECEIVER_IMPLEMENTER',
782
+ },
783
+ { type: 'error', inputs: [], name: 'ERC1155_TRANSFER_TO_ZERO_ADDRESS' },
784
+ { type: 'error', inputs: [], name: 'ERC1967_NEW_IMPL_NOT_CONTRACT' },
785
+ { type: 'error', inputs: [], name: 'ERC1967_NEW_IMPL_NOT_UUPS' },
786
+ { type: 'error', inputs: [], name: 'ERC1967_UNSUPPORTED_PROXIABLEUUID' },
787
+ {
788
+ type: 'error',
789
+ inputs: [
790
+ { name: 'recipient', internalType: 'address', type: 'address' },
791
+ { name: 'amount', internalType: 'uint256', type: 'uint256' },
792
+ ],
793
+ name: 'ETHWithdrawFailed',
794
+ },
795
+ {
796
+ type: 'error',
797
+ inputs: [],
798
+ name: 'FUNCTION_MUST_BE_CALLED_THROUGH_ACTIVE_PROXY',
799
+ },
800
+ {
801
+ type: 'error',
802
+ inputs: [],
803
+ name: 'FUNCTION_MUST_BE_CALLED_THROUGH_DELEGATECALL',
804
+ },
805
+ { type: 'error', inputs: [], name: 'FirstMinterAddressZero' },
806
+ {
807
+ type: 'error',
808
+ inputs: [
809
+ { name: 'amount', internalType: 'uint256', type: 'uint256' },
810
+ { name: 'contractValue', internalType: 'uint256', type: 'uint256' },
811
+ ],
812
+ name: 'FundsWithdrawInsolvent',
813
+ },
814
+ {
815
+ type: 'error',
816
+ inputs: [],
817
+ name: 'INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED',
818
+ },
819
+ {
820
+ type: 'error',
821
+ inputs: [],
822
+ name: 'INITIALIZABLE_CONTRACT_IS_NOT_INITIALIZING',
823
+ },
824
+ { type: 'error', inputs: [], name: 'INVALID_ADDRESS_ZERO' },
825
+ { type: 'error', inputs: [], name: 'INVALID_ETH_AMOUNT' },
826
+ {
827
+ type: 'error',
828
+ inputs: [
829
+ { name: 'mintTo', internalType: 'address', type: 'address' },
830
+ { name: 'merkleProof', internalType: 'bytes32[]', type: 'bytes32[]' },
831
+ { name: 'merkleRoot', internalType: 'bytes32', type: 'bytes32' },
832
+ ],
833
+ name: 'InvalidMerkleProof',
834
+ },
835
+ { type: 'error', inputs: [], name: 'InvalidMintSchedule' },
836
+ { type: 'error', inputs: [], name: 'InvalidMintSchedule' },
837
+ { type: 'error', inputs: [], name: 'InvalidPremintVersion' },
838
+ { type: 'error', inputs: [], name: 'InvalidSignature' },
839
+ { type: 'error', inputs: [], name: 'InvalidSignatureVersion' },
840
+ {
841
+ type: 'error',
842
+ inputs: [{ name: 'magicValue', internalType: 'bytes4', type: 'bytes4' }],
843
+ name: 'InvalidSigner',
844
+ },
845
+ { type: 'error', inputs: [], name: 'MintNotYetStarted' },
846
+ { type: 'error', inputs: [], name: 'Mint_InsolventSaleTransfer' },
847
+ { type: 'error', inputs: [], name: 'Mint_InvalidMintArrayLength' },
848
+ { type: 'error', inputs: [], name: 'Mint_TokenIDMintNotAllowed' },
849
+ { type: 'error', inputs: [], name: 'Mint_UnknownCommand' },
850
+ { type: 'error', inputs: [], name: 'Mint_ValueTransferFail' },
851
+ { type: 'error', inputs: [], name: 'MinterContractAlreadyExists' },
852
+ { type: 'error', inputs: [], name: 'MinterContractDoesNotExist' },
853
+ { type: 'error', inputs: [], name: 'NewOwnerNeedsToBeAdmin' },
854
+ {
855
+ type: 'error',
856
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
857
+ name: 'NoRendererForToken',
858
+ },
859
+ { type: 'error', inputs: [], name: 'NonEthRedemption' },
860
+ { type: 'error', inputs: [], name: 'ONLY_CREATE_REFERRAL' },
861
+ { type: 'error', inputs: [], name: 'OnlyAllowedForRegisteredMinter' },
862
+ { type: 'error', inputs: [], name: 'OnlyAllowedForTimedSaleStrategy' },
863
+ { type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
864
+ { type: 'error', inputs: [], name: 'PremintDeleted' },
865
+ {
866
+ type: 'error',
867
+ inputs: [
868
+ { name: 'caller', internalType: 'address', type: 'address' },
869
+ { name: 'recipient', internalType: 'address', type: 'address' },
870
+ { name: 'amount', internalType: 'uint256', type: 'uint256' },
871
+ ],
872
+ name: 'ProtocolRewardsWithdrawFailed',
873
+ },
874
+ {
875
+ type: 'error',
876
+ inputs: [{ name: 'renderer', internalType: 'address', type: 'address' }],
877
+ name: 'RendererNotValid',
878
+ },
879
+ { type: 'error', inputs: [], name: 'Renderer_NotValidRendererContract' },
880
+ { type: 'error', inputs: [], name: 'SaleEnded' },
881
+ { type: 'error', inputs: [], name: 'SaleHasNotStarted' },
882
+ {
883
+ type: 'error',
884
+ inputs: [
885
+ { name: 'targetContract', internalType: 'address', type: 'address' },
886
+ ],
887
+ name: 'Sale_CannotCallNonSalesContract',
888
+ },
889
+ {
890
+ type: 'error',
891
+ inputs: [
892
+ { name: 'expected', internalType: 'uint256', type: 'uint256' },
893
+ { name: 'actual', internalType: 'uint256', type: 'uint256' },
894
+ ],
895
+ name: 'TokenIdMismatch',
896
+ },
897
+ {
898
+ type: 'error',
899
+ inputs: [],
900
+ name: 'UUPS_UPGRADEABLE_MUST_NOT_BE_CALLED_THROUGH_DELEGATECALL',
901
+ },
902
+ {
903
+ type: 'error',
904
+ inputs: [
905
+ { name: 'user', internalType: 'address', type: 'address' },
906
+ { name: 'limit', internalType: 'uint256', type: 'uint256' },
907
+ { name: 'requestedAmount', internalType: 'uint256', type: 'uint256' },
908
+ ],
909
+ name: 'UserExceedsMintLimit',
910
+ },
911
+ {
912
+ type: 'error',
913
+ inputs: [
914
+ { name: 'user', internalType: 'address', type: 'address' },
915
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
916
+ { name: 'role', internalType: 'uint256', type: 'uint256' },
917
+ ],
918
+ name: 'UserMissingRoleForToken',
919
+ },
920
+ { type: 'error', inputs: [], name: 'WrongValueSent' },
921
+ {
922
+ type: 'error',
923
+ inputs: [],
924
+ name: 'premintSignerContractFailedToRecoverSigner',
925
+ },
926
+ { type: 'error', inputs: [], name: 'premintSignerContractNotAContract' },
927
+ { type: 'error', inputs: [], name: 'AccessControlBadConfirmation' },
928
+ {
929
+ type: 'error',
930
+ inputs: [
931
+ { name: 'account', internalType: 'address', type: 'address' },
932
+ { name: 'neededRole', internalType: 'bytes32', type: 'bytes32' },
933
+ ],
934
+ name: 'AccessControlUnauthorizedAccount',
935
+ },
936
+ {
937
+ type: 'error',
938
+ inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
939
+ name: 'AddressEmptyCode',
940
+ },
941
+ { type: 'error', inputs: [], name: 'AddressZero' },
942
+ { type: 'error', inputs: [], name: 'ArrayLengthMismatch' },
943
+ { type: 'error', inputs: [], name: 'CannotSparkOwnComment' },
944
+ {
945
+ type: 'error',
946
+ inputs: [
947
+ { name: 'commentAddress', internalType: 'address', type: 'address' },
948
+ { name: 'commentTokenId', internalType: 'uint256', type: 'uint256' },
949
+ { name: 'replyAddress', internalType: 'address', type: 'address' },
950
+ { name: 'replyTokenId', internalType: 'uint256', type: 'uint256' },
951
+ ],
952
+ name: 'CommentAddressOrTokenIdsDoNotMatch',
953
+ },
954
+ { type: 'error', inputs: [], name: 'CommentDoesntExist' },
955
+ {
956
+ type: 'error',
957
+ inputs: [
958
+ { name: 'expected', internalType: 'address', type: 'address' },
959
+ { name: 'actual', internalType: 'address', type: 'address' },
960
+ ],
961
+ name: 'CommenterMismatch',
962
+ },
963
+ {
964
+ type: 'error',
965
+ inputs: [{ name: 'commentId', internalType: 'bytes32', type: 'bytes32' }],
966
+ name: 'DuplicateComment',
967
+ },
968
+ {
969
+ type: 'error',
970
+ inputs: [
971
+ { name: 'implementation', internalType: 'address', type: 'address' },
972
+ ],
973
+ name: 'ERC1967InvalidImplementation',
974
+ },
975
+ { type: 'error', inputs: [], name: 'ERC1967NonPayable' },
976
+ {
977
+ type: 'error',
978
+ inputs: [{ name: 'deadline', internalType: 'uint256', type: 'uint256' }],
979
+ name: 'ERC2612ExpiredSignature',
980
+ },
981
+ { type: 'error', inputs: [], name: 'EmptyComment' },
982
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
983
+ {
984
+ type: 'error',
985
+ inputs: [
986
+ {
987
+ name: 'wrongDestinationChainId',
988
+ internalType: 'uint256',
989
+ type: 'uint256',
990
+ },
991
+ ],
992
+ name: 'IncorrectDestinationChain',
993
+ },
994
+ {
995
+ type: 'error',
996
+ inputs: [
997
+ { name: 'actual', internalType: 'uint256', type: 'uint256' },
998
+ { name: 'expected', internalType: 'uint256', type: 'uint256' },
999
+ ],
1000
+ name: 'IncorrectETHAmountForSparks',
1001
+ },
1002
+ {
1003
+ type: 'error',
1004
+ inputs: [
1005
+ { name: 'account', internalType: 'address', type: 'address' },
1006
+ { name: 'currentNonce', internalType: 'bytes32', type: 'bytes32' },
1007
+ ],
1008
+ name: 'InvalidAccountNonce',
1009
+ },
1010
+ { type: 'error', inputs: [], name: 'InvalidInitialization' },
1011
+ { type: 'error', inputs: [], name: 'InvalidSignature' },
1012
+ { type: 'error', inputs: [], name: 'MustSendAtLeastOneSpark' },
1013
+ { type: 'error', inputs: [], name: 'NoFundsRecipient' },
1014
+ { type: 'error', inputs: [], name: 'NotInitializing' },
1015
+ { type: 'error', inputs: [], name: 'NotSmartWallet' },
1016
+ { type: 'error', inputs: [], name: 'NotSmartWalletOwner' },
1017
+ { type: 'error', inputs: [], name: 'NotTokenHolderOrAdmin' },
1018
+ { type: 'error', inputs: [], name: 'OnlySparksContract' },
1019
+ { type: 'error', inputs: [], name: 'TransferFailed' },
1020
+ { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
1021
+ {
1022
+ type: 'error',
1023
+ inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
1024
+ name: 'UUPSUnsupportedProxiableUUID',
1025
+ },
1026
+ {
1027
+ type: 'error',
1028
+ inputs: [
1029
+ { name: 'currentName', internalType: 'string', type: 'string' },
1030
+ { name: 'newName', internalType: 'string', type: 'string' },
1031
+ ],
1032
+ name: 'UpgradeToMismatchedContractName',
1033
+ },
1034
+ ] as const
1035
+
1036
+ /**
1037
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1038
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1039
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1040
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1041
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1042
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1043
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1044
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1045
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1046
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1047
+ */
1048
+ export const callerAndCommenterAddress = {
1049
+ 1: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1050
+ 10: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1051
+ 8453: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1052
+ 42161: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1053
+ 81457: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1054
+ 84532: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1055
+ 7777777: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1056
+ 11155111: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1057
+ 11155420: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1058
+ 999999999: '0x77777775C5074b74540d9cC63Dd840A8c692B4B5',
1059
+ } as const
1060
+
1061
+ /**
1062
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1063
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1064
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1065
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1066
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1067
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1068
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1069
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1070
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1071
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777775C5074b74540d9cC63Dd840A8c692B4B5)
1072
+ */
1073
+ export const callerAndCommenterConfig = {
1074
+ address: callerAndCommenterAddress,
1075
+ abi: callerAndCommenterABI,
1076
+ } as const
1077
+
1078
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1079
+ // Comments
1080
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1081
+
1082
+ /**
1083
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
1084
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
1085
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777C2B3132e03a65721a41745C07170a5877)
1086
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
1087
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
1088
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777C2B3132e03a65721a41745C07170a5877)
1089
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
1090
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
1091
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x7777777C2B3132e03a65721a41745C07170a5877)
1092
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
1093
+ */
1094
+ export const commentsABI = [
1095
+ {
1096
+ stateMutability: 'nonpayable',
1097
+ type: 'constructor',
1098
+ inputs: [
1099
+ { name: '_sparkValue', internalType: 'uint256', type: 'uint256' },
1100
+ { name: '_protocolRewards', internalType: 'address', type: 'address' },
1101
+ { name: '_zoraRecipient', internalType: 'address', type: 'address' },
1102
+ ],
1103
+ },
1104
+ {
1105
+ stateMutability: 'view',
1106
+ type: 'function',
1107
+ inputs: [],
1108
+ name: 'BACKFILLER_ROLE',
1109
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1110
+ },
1111
+ {
1112
+ stateMutability: 'view',
1113
+ type: 'function',
1114
+ inputs: [],
1115
+ name: 'DEFAULT_ADMIN_ROLE',
1116
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1117
+ },
1118
+ {
1119
+ stateMutability: 'view',
1120
+ type: 'function',
1121
+ inputs: [],
1122
+ name: 'DELEGATE_COMMENTER',
1123
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1124
+ },
1125
+ {
1126
+ stateMutability: 'view',
1127
+ type: 'function',
1128
+ inputs: [],
1129
+ name: 'DOMAIN_NAME',
1130
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
1131
+ },
1132
+ {
1133
+ stateMutability: 'view',
1134
+ type: 'function',
1135
+ inputs: [],
1136
+ name: 'DOMAIN_VERSION',
1137
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
1138
+ },
1139
+ {
1140
+ stateMutability: 'view',
1141
+ type: 'function',
1142
+ inputs: [],
1143
+ name: 'PERMISSION_BIT_ADMIN',
1144
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1145
+ },
1146
+ {
1147
+ stateMutability: 'view',
1148
+ type: 'function',
1149
+ inputs: [],
1150
+ name: 'REFERRER_REWARD_PCT',
1151
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1152
+ },
1153
+ {
1154
+ stateMutability: 'view',
1155
+ type: 'function',
1156
+ inputs: [],
1157
+ name: 'UPGRADE_INTERFACE_VERSION',
1158
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
1159
+ },
1160
+ {
1161
+ stateMutability: 'view',
1162
+ type: 'function',
1163
+ inputs: [],
1164
+ name: 'ZORA_REWARD_NO_REFERRER_PCT',
1165
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1166
+ },
1167
+ {
1168
+ stateMutability: 'view',
1169
+ type: 'function',
1170
+ inputs: [],
1171
+ name: 'ZORA_REWARD_PCT',
1172
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1173
+ },
1174
+ {
1175
+ stateMutability: 'nonpayable',
1176
+ type: 'function',
1177
+ inputs: [
1178
+ {
1179
+ name: 'commentIdentifiers',
1180
+ internalType: 'struct IComments.CommentIdentifier[]',
1181
+ type: 'tuple[]',
1182
+ components: [
1183
+ { name: 'commenter', internalType: 'address', type: 'address' },
1184
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1185
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1186
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1187
+ ],
1188
+ },
1189
+ { name: 'texts', internalType: 'string[]', type: 'string[]' },
1190
+ { name: 'timestamps', internalType: 'uint256[]', type: 'uint256[]' },
1191
+ {
1192
+ name: 'originalTransactionHashes',
1193
+ internalType: 'bytes32[]',
1194
+ type: 'bytes32[]',
1195
+ },
1196
+ ],
1197
+ name: 'backfillBatchAddComment',
1198
+ outputs: [],
1199
+ },
1200
+ {
1201
+ stateMutability: 'payable',
1202
+ type: 'function',
1203
+ inputs: [
1204
+ { name: 'commenter', internalType: 'address', type: 'address' },
1205
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1206
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1207
+ { name: 'text', internalType: 'string', type: 'string' },
1208
+ {
1209
+ name: 'replyTo',
1210
+ internalType: 'struct IComments.CommentIdentifier',
1211
+ type: 'tuple',
1212
+ components: [
1213
+ { name: 'commenter', internalType: 'address', type: 'address' },
1214
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1215
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1216
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1217
+ ],
1218
+ },
1219
+ {
1220
+ name: 'commenterSmartWallet',
1221
+ internalType: 'address',
1222
+ type: 'address',
1223
+ },
1224
+ { name: 'referrer', internalType: 'address', type: 'address' },
1225
+ ],
1226
+ name: 'comment',
1227
+ outputs: [
1228
+ {
1229
+ name: 'commentIdentifier',
1230
+ internalType: 'struct IComments.CommentIdentifier',
1231
+ type: 'tuple',
1232
+ components: [
1233
+ { name: 'commenter', internalType: 'address', type: 'address' },
1234
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1235
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1236
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1237
+ ],
1238
+ },
1239
+ ],
1240
+ },
1241
+ {
1242
+ stateMutability: 'view',
1243
+ type: 'function',
1244
+ inputs: [
1245
+ {
1246
+ name: 'commentIdentifier',
1247
+ internalType: 'struct IComments.CommentIdentifier',
1248
+ type: 'tuple',
1249
+ components: [
1250
+ { name: 'commenter', internalType: 'address', type: 'address' },
1251
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1252
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1253
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1254
+ ],
1255
+ },
1256
+ ],
1257
+ name: 'commentSparksQuantity',
1258
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1259
+ },
1260
+ {
1261
+ stateMutability: 'pure',
1262
+ type: 'function',
1263
+ inputs: [],
1264
+ name: 'contractName',
1265
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
1266
+ },
1267
+ {
1268
+ stateMutability: 'pure',
1269
+ type: 'function',
1270
+ inputs: [],
1271
+ name: 'contractVersion',
1272
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
1273
+ },
1274
+ {
1275
+ stateMutability: 'payable',
1276
+ type: 'function',
1277
+ inputs: [
1278
+ { name: 'commenter', internalType: 'address', type: 'address' },
1279
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1280
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1281
+ { name: 'text', internalType: 'string', type: 'string' },
1282
+ {
1283
+ name: 'replyTo',
1284
+ internalType: 'struct IComments.CommentIdentifier',
1285
+ type: 'tuple',
1286
+ components: [
1287
+ { name: 'commenter', internalType: 'address', type: 'address' },
1288
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1289
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1290
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1291
+ ],
1292
+ },
1293
+ {
1294
+ name: 'commenterSmartWalletOwner',
1295
+ internalType: 'address',
1296
+ type: 'address',
1297
+ },
1298
+ { name: 'referrer', internalType: 'address', type: 'address' },
1299
+ ],
1300
+ name: 'delegateComment',
1301
+ outputs: [
1302
+ {
1303
+ name: 'commentIdentifier',
1304
+ internalType: 'struct IComments.CommentIdentifier',
1305
+ type: 'tuple',
1306
+ components: [
1307
+ { name: 'commenter', internalType: 'address', type: 'address' },
1308
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1309
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1310
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1311
+ ],
1312
+ },
1313
+ { name: 'commentId', internalType: 'bytes32', type: 'bytes32' },
1314
+ ],
1315
+ },
1316
+ {
1317
+ stateMutability: 'view',
1318
+ type: 'function',
1319
+ inputs: [],
1320
+ name: 'eip712Domain',
1321
+ outputs: [
1322
+ { name: 'fields', internalType: 'bytes1', type: 'bytes1' },
1323
+ { name: 'name', internalType: 'string', type: 'string' },
1324
+ { name: 'version', internalType: 'string', type: 'string' },
1325
+ { name: 'chainId', internalType: 'uint256', type: 'uint256' },
1326
+ { name: 'verifyingContract', internalType: 'address', type: 'address' },
1327
+ { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
1328
+ { name: 'extensions', internalType: 'uint256[]', type: 'uint256[]' },
1329
+ ],
1330
+ },
1331
+ {
1332
+ stateMutability: 'view',
1333
+ type: 'function',
1334
+ inputs: [{ name: 'role', internalType: 'bytes32', type: 'bytes32' }],
1335
+ name: 'getRoleAdmin',
1336
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1337
+ },
1338
+ {
1339
+ stateMutability: 'nonpayable',
1340
+ type: 'function',
1341
+ inputs: [
1342
+ { name: 'role', internalType: 'bytes32', type: 'bytes32' },
1343
+ { name: 'account', internalType: 'address', type: 'address' },
1344
+ ],
1345
+ name: 'grantRole',
1346
+ outputs: [],
1347
+ },
1348
+ {
1349
+ stateMutability: 'view',
1350
+ type: 'function',
1351
+ inputs: [
1352
+ { name: 'role', internalType: 'bytes32', type: 'bytes32' },
1353
+ { name: 'account', internalType: 'address', type: 'address' },
1354
+ ],
1355
+ name: 'hasRole',
1356
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
1357
+ },
1358
+ {
1359
+ stateMutability: 'view',
1360
+ type: 'function',
1361
+ inputs: [
1362
+ {
1363
+ name: 'commentIdentifier',
1364
+ internalType: 'struct IComments.CommentIdentifier',
1365
+ type: 'tuple',
1366
+ components: [
1367
+ { name: 'commenter', internalType: 'address', type: 'address' },
1368
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1369
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1370
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1371
+ ],
1372
+ },
1373
+ ],
1374
+ name: 'hashAndCheckCommentExists',
1375
+ outputs: [
1376
+ { name: 'commentId', internalType: 'bytes32', type: 'bytes32' },
1377
+ { name: 'exists', internalType: 'bool', type: 'bool' },
1378
+ ],
1379
+ },
1380
+ {
1381
+ stateMutability: 'view',
1382
+ type: 'function',
1383
+ inputs: [
1384
+ {
1385
+ name: 'commentIdentifier',
1386
+ internalType: 'struct IComments.CommentIdentifier',
1387
+ type: 'tuple',
1388
+ components: [
1389
+ { name: 'commenter', internalType: 'address', type: 'address' },
1390
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1391
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1392
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1393
+ ],
1394
+ },
1395
+ ],
1396
+ name: 'hashAndValidateCommentExists',
1397
+ outputs: [{ name: 'commentId', internalType: 'bytes32', type: 'bytes32' }],
1398
+ },
1399
+ {
1400
+ stateMutability: 'pure',
1401
+ type: 'function',
1402
+ inputs: [
1403
+ {
1404
+ name: 'commentIdentifier',
1405
+ internalType: 'struct IComments.CommentIdentifier',
1406
+ type: 'tuple',
1407
+ components: [
1408
+ { name: 'commenter', internalType: 'address', type: 'address' },
1409
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1410
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1411
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1412
+ ],
1413
+ },
1414
+ ],
1415
+ name: 'hashCommentIdentifier',
1416
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1417
+ },
1418
+ {
1419
+ stateMutability: 'view',
1420
+ type: 'function',
1421
+ inputs: [
1422
+ {
1423
+ name: 'permit',
1424
+ internalType: 'struct IComments.PermitComment',
1425
+ type: 'tuple',
1426
+ components: [
1427
+ { name: 'commenter', internalType: 'address', type: 'address' },
1428
+ {
1429
+ name: 'commenterSmartWallet',
1430
+ internalType: 'address',
1431
+ type: 'address',
1432
+ },
1433
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1434
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1435
+ {
1436
+ name: 'replyTo',
1437
+ internalType: 'struct IComments.CommentIdentifier',
1438
+ type: 'tuple',
1439
+ components: [
1440
+ { name: 'commenter', internalType: 'address', type: 'address' },
1441
+ {
1442
+ name: 'contractAddress',
1443
+ internalType: 'address',
1444
+ type: 'address',
1445
+ },
1446
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1447
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1448
+ ],
1449
+ },
1450
+ { name: 'text', internalType: 'string', type: 'string' },
1451
+ { name: 'referrer', internalType: 'address', type: 'address' },
1452
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
1453
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1454
+ { name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
1455
+ {
1456
+ name: 'destinationChainId',
1457
+ internalType: 'uint32',
1458
+ type: 'uint32',
1459
+ },
1460
+ ],
1461
+ },
1462
+ ],
1463
+ name: 'hashPermitComment',
1464
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1465
+ },
1466
+ {
1467
+ stateMutability: 'view',
1468
+ type: 'function',
1469
+ inputs: [
1470
+ {
1471
+ name: 'permit',
1472
+ internalType: 'struct IComments.PermitSparkComment',
1473
+ type: 'tuple',
1474
+ components: [
1475
+ {
1476
+ name: 'comment',
1477
+ internalType: 'struct IComments.CommentIdentifier',
1478
+ type: 'tuple',
1479
+ components: [
1480
+ { name: 'commenter', internalType: 'address', type: 'address' },
1481
+ {
1482
+ name: 'contractAddress',
1483
+ internalType: 'address',
1484
+ type: 'address',
1485
+ },
1486
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1487
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1488
+ ],
1489
+ },
1490
+ { name: 'sparker', internalType: 'address', type: 'address' },
1491
+ { name: 'sparksQuantity', internalType: 'uint256', type: 'uint256' },
1492
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
1493
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1494
+ { name: 'referrer', internalType: 'address', type: 'address' },
1495
+ { name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
1496
+ {
1497
+ name: 'destinationChainId',
1498
+ internalType: 'uint32',
1499
+ type: 'uint32',
1500
+ },
1501
+ ],
1502
+ },
1503
+ ],
1504
+ name: 'hashPermitSparkComment',
1505
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1506
+ },
1507
+ {
1508
+ stateMutability: 'view',
1509
+ type: 'function',
1510
+ inputs: [],
1511
+ name: 'implementation',
1512
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
1513
+ },
1514
+ {
1515
+ stateMutability: 'nonpayable',
1516
+ type: 'function',
1517
+ inputs: [
1518
+ { name: 'defaultAdmin', internalType: 'address', type: 'address' },
1519
+ { name: 'backfiller', internalType: 'address', type: 'address' },
1520
+ {
1521
+ name: 'delegateCommenters',
1522
+ internalType: 'address[]',
1523
+ type: 'address[]',
1524
+ },
1525
+ ],
1526
+ name: 'initialize',
1527
+ outputs: [],
1528
+ },
1529
+ {
1530
+ stateMutability: 'view',
1531
+ type: 'function',
1532
+ inputs: [],
1533
+ name: 'nextNonce',
1534
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1535
+ },
1536
+ {
1537
+ stateMutability: 'view',
1538
+ type: 'function',
1539
+ inputs: [
1540
+ { name: 'owner', internalType: 'address', type: 'address' },
1541
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1542
+ ],
1543
+ name: 'nonceUsed',
1544
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
1545
+ },
1546
+ {
1547
+ stateMutability: 'payable',
1548
+ type: 'function',
1549
+ inputs: [
1550
+ {
1551
+ name: 'permit',
1552
+ internalType: 'struct IComments.PermitComment',
1553
+ type: 'tuple',
1554
+ components: [
1555
+ { name: 'commenter', internalType: 'address', type: 'address' },
1556
+ {
1557
+ name: 'commenterSmartWallet',
1558
+ internalType: 'address',
1559
+ type: 'address',
1560
+ },
1561
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1562
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1563
+ {
1564
+ name: 'replyTo',
1565
+ internalType: 'struct IComments.CommentIdentifier',
1566
+ type: 'tuple',
1567
+ components: [
1568
+ { name: 'commenter', internalType: 'address', type: 'address' },
1569
+ {
1570
+ name: 'contractAddress',
1571
+ internalType: 'address',
1572
+ type: 'address',
1573
+ },
1574
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1575
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1576
+ ],
1577
+ },
1578
+ { name: 'text', internalType: 'string', type: 'string' },
1579
+ { name: 'referrer', internalType: 'address', type: 'address' },
1580
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
1581
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1582
+ { name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
1583
+ {
1584
+ name: 'destinationChainId',
1585
+ internalType: 'uint32',
1586
+ type: 'uint32',
1587
+ },
1588
+ ],
1589
+ },
1590
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
1591
+ ],
1592
+ name: 'permitComment',
1593
+ outputs: [],
1594
+ },
1595
+ {
1596
+ stateMutability: 'payable',
1597
+ type: 'function',
1598
+ inputs: [
1599
+ {
1600
+ name: 'permit',
1601
+ internalType: 'struct IComments.PermitSparkComment',
1602
+ type: 'tuple',
1603
+ components: [
1604
+ {
1605
+ name: 'comment',
1606
+ internalType: 'struct IComments.CommentIdentifier',
1607
+ type: 'tuple',
1608
+ components: [
1609
+ { name: 'commenter', internalType: 'address', type: 'address' },
1610
+ {
1611
+ name: 'contractAddress',
1612
+ internalType: 'address',
1613
+ type: 'address',
1614
+ },
1615
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1616
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1617
+ ],
1618
+ },
1619
+ { name: 'sparker', internalType: 'address', type: 'address' },
1620
+ { name: 'sparksQuantity', internalType: 'uint256', type: 'uint256' },
1621
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
1622
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1623
+ { name: 'referrer', internalType: 'address', type: 'address' },
1624
+ { name: 'sourceChainId', internalType: 'uint32', type: 'uint32' },
1625
+ {
1626
+ name: 'destinationChainId',
1627
+ internalType: 'uint32',
1628
+ type: 'uint32',
1629
+ },
1630
+ ],
1631
+ },
1632
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
1633
+ ],
1634
+ name: 'permitSparkComment',
1635
+ outputs: [],
1636
+ },
1637
+ {
1638
+ stateMutability: 'view',
1639
+ type: 'function',
1640
+ inputs: [],
1641
+ name: 'protocolRewards',
1642
+ outputs: [
1643
+ { name: '', internalType: 'contract IProtocolRewards', type: 'address' },
1644
+ ],
1645
+ },
1646
+ {
1647
+ stateMutability: 'view',
1648
+ type: 'function',
1649
+ inputs: [],
1650
+ name: 'proxiableUUID',
1651
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1652
+ },
1653
+ {
1654
+ stateMutability: 'nonpayable',
1655
+ type: 'function',
1656
+ inputs: [
1657
+ { name: 'role', internalType: 'bytes32', type: 'bytes32' },
1658
+ { name: 'callerConfirmation', internalType: 'address', type: 'address' },
1659
+ ],
1660
+ name: 'renounceRole',
1661
+ outputs: [],
1662
+ },
1663
+ {
1664
+ stateMutability: 'nonpayable',
1665
+ type: 'function',
1666
+ inputs: [
1667
+ { name: 'role', internalType: 'bytes32', type: 'bytes32' },
1668
+ { name: 'account', internalType: 'address', type: 'address' },
1669
+ ],
1670
+ name: 'revokeRole',
1671
+ outputs: [],
1672
+ },
1673
+ {
1674
+ stateMutability: 'payable',
1675
+ type: 'function',
1676
+ inputs: [
1677
+ {
1678
+ name: 'commentIdentifier',
1679
+ internalType: 'struct IComments.CommentIdentifier',
1680
+ type: 'tuple',
1681
+ components: [
1682
+ { name: 'commenter', internalType: 'address', type: 'address' },
1683
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1684
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1685
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1686
+ ],
1687
+ },
1688
+ { name: 'sparksQuantity', internalType: 'uint256', type: 'uint256' },
1689
+ { name: 'referrer', internalType: 'address', type: 'address' },
1690
+ ],
1691
+ name: 'sparkComment',
1692
+ outputs: [],
1693
+ },
1694
+ {
1695
+ stateMutability: 'view',
1696
+ type: 'function',
1697
+ inputs: [],
1698
+ name: 'sparkValue',
1699
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1700
+ },
1701
+ {
1702
+ stateMutability: 'view',
1703
+ type: 'function',
1704
+ inputs: [{ name: 'interfaceId', internalType: 'bytes4', type: 'bytes4' }],
1705
+ name: 'supportsInterface',
1706
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
1707
+ },
1708
+ {
1709
+ stateMutability: 'payable',
1710
+ type: 'function',
1711
+ inputs: [
1712
+ { name: 'newImplementation', internalType: 'address', type: 'address' },
1713
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
1714
+ ],
1715
+ name: 'upgradeToAndCall',
1716
+ outputs: [],
1717
+ },
1718
+ {
1719
+ type: 'event',
1720
+ anonymous: false,
1721
+ inputs: [
1722
+ {
1723
+ name: 'commentId',
1724
+ internalType: 'bytes32',
1725
+ type: 'bytes32',
1726
+ indexed: true,
1727
+ },
1728
+ {
1729
+ name: 'commentIdentifier',
1730
+ internalType: 'struct IComments.CommentIdentifier',
1731
+ type: 'tuple',
1732
+ components: [
1733
+ { name: 'commenter', internalType: 'address', type: 'address' },
1734
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1735
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1736
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1737
+ ],
1738
+ indexed: false,
1739
+ },
1740
+ { name: 'text', internalType: 'string', type: 'string', indexed: false },
1741
+ {
1742
+ name: 'timestamp',
1743
+ internalType: 'uint256',
1744
+ type: 'uint256',
1745
+ indexed: false,
1746
+ },
1747
+ {
1748
+ name: 'originalTransactionId',
1749
+ internalType: 'bytes32',
1750
+ type: 'bytes32',
1751
+ indexed: false,
1752
+ },
1753
+ ],
1754
+ name: 'BackfilledComment',
1755
+ },
1756
+ {
1757
+ type: 'event',
1758
+ anonymous: false,
1759
+ inputs: [
1760
+ {
1761
+ name: 'commentId',
1762
+ internalType: 'bytes32',
1763
+ type: 'bytes32',
1764
+ indexed: true,
1765
+ },
1766
+ {
1767
+ name: 'commentIdentifier',
1768
+ internalType: 'struct IComments.CommentIdentifier',
1769
+ type: 'tuple',
1770
+ components: [
1771
+ { name: 'commenter', internalType: 'address', type: 'address' },
1772
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1773
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1774
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1775
+ ],
1776
+ indexed: false,
1777
+ },
1778
+ {
1779
+ name: 'replyToId',
1780
+ internalType: 'bytes32',
1781
+ type: 'bytes32',
1782
+ indexed: false,
1783
+ },
1784
+ {
1785
+ name: 'replyTo',
1786
+ internalType: 'struct IComments.CommentIdentifier',
1787
+ type: 'tuple',
1788
+ components: [
1789
+ { name: 'commenter', internalType: 'address', type: 'address' },
1790
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1791
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1792
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1793
+ ],
1794
+ indexed: false,
1795
+ },
1796
+ {
1797
+ name: 'sparksQuantity',
1798
+ internalType: 'uint256',
1799
+ type: 'uint256',
1800
+ indexed: false,
1801
+ },
1802
+ { name: 'text', internalType: 'string', type: 'string', indexed: false },
1803
+ {
1804
+ name: 'timestamp',
1805
+ internalType: 'uint256',
1806
+ type: 'uint256',
1807
+ indexed: false,
1808
+ },
1809
+ {
1810
+ name: 'referrer',
1811
+ internalType: 'address',
1812
+ type: 'address',
1813
+ indexed: false,
1814
+ },
1815
+ ],
1816
+ name: 'Commented',
1817
+ },
1818
+ { type: 'event', anonymous: false, inputs: [], name: 'EIP712DomainChanged' },
1819
+ {
1820
+ type: 'event',
1821
+ anonymous: false,
1822
+ inputs: [
1823
+ {
1824
+ name: 'version',
1825
+ internalType: 'uint64',
1826
+ type: 'uint64',
1827
+ indexed: false,
1828
+ },
1829
+ ],
1830
+ name: 'Initialized',
1831
+ },
1832
+ {
1833
+ type: 'event',
1834
+ anonymous: false,
1835
+ inputs: [
1836
+ { name: 'role', internalType: 'bytes32', type: 'bytes32', indexed: true },
1837
+ {
1838
+ name: 'previousAdminRole',
1839
+ internalType: 'bytes32',
1840
+ type: 'bytes32',
1841
+ indexed: true,
1842
+ },
1843
+ {
1844
+ name: 'newAdminRole',
1845
+ internalType: 'bytes32',
1846
+ type: 'bytes32',
1847
+ indexed: true,
1848
+ },
1849
+ ],
1850
+ name: 'RoleAdminChanged',
1851
+ },
1852
+ {
1853
+ type: 'event',
1854
+ anonymous: false,
1855
+ inputs: [
1856
+ { name: 'role', internalType: 'bytes32', type: 'bytes32', indexed: true },
1857
+ {
1858
+ name: 'account',
1859
+ internalType: 'address',
1860
+ type: 'address',
1861
+ indexed: true,
1862
+ },
1863
+ {
1864
+ name: 'sender',
1865
+ internalType: 'address',
1866
+ type: 'address',
1867
+ indexed: true,
1868
+ },
1869
+ ],
1870
+ name: 'RoleGranted',
1871
+ },
1872
+ {
1873
+ type: 'event',
1874
+ anonymous: false,
1875
+ inputs: [
1876
+ { name: 'role', internalType: 'bytes32', type: 'bytes32', indexed: true },
1877
+ {
1878
+ name: 'account',
1879
+ internalType: 'address',
1880
+ type: 'address',
1881
+ indexed: true,
1882
+ },
1883
+ {
1884
+ name: 'sender',
1885
+ internalType: 'address',
1886
+ type: 'address',
1887
+ indexed: true,
1888
+ },
1889
+ ],
1890
+ name: 'RoleRevoked',
1891
+ },
1892
+ {
1893
+ type: 'event',
1894
+ anonymous: false,
1895
+ inputs: [
1896
+ {
1897
+ name: 'commentId',
1898
+ internalType: 'bytes32',
1899
+ type: 'bytes32',
1900
+ indexed: true,
1901
+ },
1902
+ {
1903
+ name: 'commentIdentifier',
1904
+ internalType: 'struct IComments.CommentIdentifier',
1905
+ type: 'tuple',
1906
+ components: [
1907
+ { name: 'commenter', internalType: 'address', type: 'address' },
1908
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
1909
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1910
+ { name: 'nonce', internalType: 'bytes32', type: 'bytes32' },
1911
+ ],
1912
+ indexed: false,
1913
+ },
1914
+ {
1915
+ name: 'sparksQuantity',
1916
+ internalType: 'uint256',
1917
+ type: 'uint256',
1918
+ indexed: false,
1919
+ },
1920
+ {
1921
+ name: 'sparker',
1922
+ internalType: 'address',
1923
+ type: 'address',
1924
+ indexed: false,
1925
+ },
1926
+ {
1927
+ name: 'timestamp',
1928
+ internalType: 'uint256',
1929
+ type: 'uint256',
1930
+ indexed: false,
1931
+ },
1932
+ {
1933
+ name: 'referrer',
1934
+ internalType: 'address',
1935
+ type: 'address',
1936
+ indexed: false,
1937
+ },
1938
+ ],
1939
+ name: 'SparkedComment',
1940
+ },
1941
+ {
1942
+ type: 'event',
1943
+ anonymous: false,
1944
+ inputs: [
1945
+ {
1946
+ name: 'implementation',
1947
+ internalType: 'address',
1948
+ type: 'address',
1949
+ indexed: true,
1950
+ },
1951
+ ],
1952
+ name: 'Upgraded',
1953
+ },
1954
+ { type: 'error', inputs: [], name: 'AccessControlBadConfirmation' },
1955
+ {
1956
+ type: 'error',
1957
+ inputs: [
1958
+ { name: 'account', internalType: 'address', type: 'address' },
1959
+ { name: 'neededRole', internalType: 'bytes32', type: 'bytes32' },
1960
+ ],
1961
+ name: 'AccessControlUnauthorizedAccount',
1962
+ },
1963
+ {
1964
+ type: 'error',
1965
+ inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
1966
+ name: 'AddressEmptyCode',
1967
+ },
1968
+ { type: 'error', inputs: [], name: 'AddressZero' },
1969
+ { type: 'error', inputs: [], name: 'ArrayLengthMismatch' },
1970
+ { type: 'error', inputs: [], name: 'CannotSparkOwnComment' },
1971
+ {
1972
+ type: 'error',
1973
+ inputs: [
1974
+ { name: 'commentAddress', internalType: 'address', type: 'address' },
1975
+ { name: 'commentTokenId', internalType: 'uint256', type: 'uint256' },
1976
+ { name: 'replyAddress', internalType: 'address', type: 'address' },
1977
+ { name: 'replyTokenId', internalType: 'uint256', type: 'uint256' },
1978
+ ],
1979
+ name: 'CommentAddressOrTokenIdsDoNotMatch',
1980
+ },
1981
+ { type: 'error', inputs: [], name: 'CommentDoesntExist' },
1982
+ {
1983
+ type: 'error',
1984
+ inputs: [
1985
+ { name: 'expected', internalType: 'address', type: 'address' },
1986
+ { name: 'actual', internalType: 'address', type: 'address' },
1987
+ ],
1988
+ name: 'CommenterMismatch',
1989
+ },
1990
+ {
1991
+ type: 'error',
1992
+ inputs: [{ name: 'commentId', internalType: 'bytes32', type: 'bytes32' }],
1993
+ name: 'DuplicateComment',
1994
+ },
1995
+ {
1996
+ type: 'error',
1997
+ inputs: [
1998
+ { name: 'implementation', internalType: 'address', type: 'address' },
1999
+ ],
2000
+ name: 'ERC1967InvalidImplementation',
2001
+ },
2002
+ { type: 'error', inputs: [], name: 'ERC1967NonPayable' },
2003
+ {
2004
+ type: 'error',
2005
+ inputs: [{ name: 'deadline', internalType: 'uint256', type: 'uint256' }],
2006
+ name: 'ERC2612ExpiredSignature',
2007
+ },
2008
+ { type: 'error', inputs: [], name: 'EmptyComment' },
2009
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
2010
+ {
2011
+ type: 'error',
2012
+ inputs: [
2013
+ {
2014
+ name: 'wrongDestinationChainId',
2015
+ internalType: 'uint256',
2016
+ type: 'uint256',
2017
+ },
2018
+ ],
2019
+ name: 'IncorrectDestinationChain',
2020
+ },
2021
+ {
2022
+ type: 'error',
2023
+ inputs: [
2024
+ { name: 'actual', internalType: 'uint256', type: 'uint256' },
2025
+ { name: 'expected', internalType: 'uint256', type: 'uint256' },
2026
+ ],
2027
+ name: 'IncorrectETHAmountForSparks',
2028
+ },
2029
+ {
2030
+ type: 'error',
2031
+ inputs: [
2032
+ { name: 'account', internalType: 'address', type: 'address' },
2033
+ { name: 'currentNonce', internalType: 'bytes32', type: 'bytes32' },
2034
+ ],
2035
+ name: 'InvalidAccountNonce',
2036
+ },
2037
+ { type: 'error', inputs: [], name: 'InvalidInitialization' },
2038
+ { type: 'error', inputs: [], name: 'InvalidSignature' },
2039
+ { type: 'error', inputs: [], name: 'MustSendAtLeastOneSpark' },
2040
+ { type: 'error', inputs: [], name: 'NoFundsRecipient' },
2041
+ { type: 'error', inputs: [], name: 'NotInitializing' },
2042
+ { type: 'error', inputs: [], name: 'NotSmartWallet' },
2043
+ { type: 'error', inputs: [], name: 'NotSmartWalletOwner' },
2044
+ { type: 'error', inputs: [], name: 'NotTokenHolderOrAdmin' },
2045
+ { type: 'error', inputs: [], name: 'OnlySparksContract' },
2046
+ { type: 'error', inputs: [], name: 'TransferFailed' },
2047
+ { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
2048
+ {
2049
+ type: 'error',
2050
+ inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
2051
+ name: 'UUPSUnsupportedProxiableUUID',
2052
+ },
2053
+ {
2054
+ type: 'error',
2055
+ inputs: [
2056
+ { name: 'currentName', internalType: 'string', type: 'string' },
2057
+ { name: 'newName', internalType: 'string', type: 'string' },
2058
+ ],
2059
+ name: 'UpgradeToMismatchedContractName',
2060
+ },
2061
+ ] as const
2062
+
2063
+ /**
2064
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2065
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2066
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2067
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2068
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2069
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2070
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2071
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2072
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2073
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
2074
+ */
2075
+ export const commentsAddress = {
2076
+ 1: '0x7777777C2B3132e03a65721a41745C07170a5877',
2077
+ 10: '0x7777777C2B3132e03a65721a41745C07170a5877',
2078
+ 8453: '0x7777777C2B3132e03a65721a41745C07170a5877',
2079
+ 42161: '0x7777777C2B3132e03a65721a41745C07170a5877',
2080
+ 81457: '0x7777777C2B3132e03a65721a41745C07170a5877',
2081
+ 84532: '0x7777777C2B3132e03a65721a41745C07170a5877',
2082
+ 7777777: '0x7777777C2B3132e03a65721a41745C07170a5877',
2083
+ 11155111: '0x7777777C2B3132e03a65721a41745C07170a5877',
2084
+ 11155420: '0x7777777C2B3132e03a65721a41745C07170a5877',
2085
+ 999999999: '0x7777777C2B3132e03a65721a41745C07170a5877',
2086
+ } as const
2087
+
2088
+ /**
2089
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2090
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2091
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2092
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2093
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2094
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2095
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2096
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2097
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x7777777C2B3132e03a65721a41745C07170a5877)
2098
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777C2B3132e03a65721a41745C07170a5877)
2099
+ */
2100
+ export const commentsConfig = {
2101
+ address: commentsAddress,
2102
+ abi: commentsABI,
2103
+ } as const
2104
+
1
2105
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2
2106
  // ERC20Minter
3
2107
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -3324,6 +5428,7 @@ export const upgradeGateConfig = {
3324
5428
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
3325
5429
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
3326
5430
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
5431
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x4200000000000000000000000000000000000006)
3327
5432
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x4200000000000000000000000000000000000006)
3328
5433
  */
3329
5434
  export const wethABI = [
@@ -3391,6 +5496,7 @@ export const wethABI = [
3391
5496
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
3392
5497
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
3393
5498
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
5499
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x4200000000000000000000000000000000000006)
3394
5500
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x4200000000000000000000000000000000000006)
3395
5501
  */
3396
5502
  export const wethAddress = {
@@ -3403,6 +5509,7 @@ export const wethAddress = {
3403
5509
  421614: '0xc556bAe1e86B2aE9c22eA5E036b07E55E7596074',
3404
5510
  7777777: '0x4200000000000000000000000000000000000006',
3405
5511
  11155111: '0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9',
5512
+ 11155420: '0x4200000000000000000000000000000000000006',
3406
5513
  999999999: '0x4200000000000000000000000000000000000006',
3407
5514
  } as const
3408
5515
 
@@ -3416,6 +5523,7 @@ export const wethAddress = {
3416
5523
  * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xc556bae1e86b2ae9c22ea5e036b07e55e7596074)
3417
5524
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x4200000000000000000000000000000000000006)
3418
5525
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9)
5526
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x4200000000000000000000000000000000000006)
3419
5527
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x4200000000000000000000000000000000000006)
3420
5528
  */
3421
5529
  export const wethConfig = { address: wethAddress, abi: wethABI } as const