@lukso/lsp23-contracts 0.15.0 → 0.15.1

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/types/index.ts DELETED
@@ -1,2807 +0,0 @@
1
- import {
2
- createUseReadContract,
3
- createUseWriteContract,
4
- createUseSimulateContract,
5
- createUseWatchContractEvent,
6
- } from 'wagmi/codegen'
7
-
8
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
9
- // ILSP23LinkedContractsFactory
10
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
11
-
12
- export const ilsp23LinkedContractsFactoryAbi = [
13
- {
14
- type: 'event',
15
- anonymous: false,
16
- inputs: [
17
- {
18
- name: 'primaryContract',
19
- internalType: 'address',
20
- type: 'address',
21
- indexed: true,
22
- },
23
- {
24
- name: 'secondaryContract',
25
- internalType: 'address',
26
- type: 'address',
27
- indexed: true,
28
- },
29
- {
30
- name: 'primaryContractDeployment',
31
- internalType:
32
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeployment',
33
- type: 'tuple',
34
- components: [
35
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
36
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
37
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
38
- ],
39
- indexed: false,
40
- },
41
- {
42
- name: 'secondaryContractDeployment',
43
- internalType:
44
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeployment',
45
- type: 'tuple',
46
- components: [
47
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
48
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
49
- {
50
- name: 'addPrimaryContractAddress',
51
- internalType: 'bool',
52
- type: 'bool',
53
- },
54
- {
55
- name: 'extraConstructorParams',
56
- internalType: 'bytes',
57
- type: 'bytes',
58
- },
59
- ],
60
- indexed: false,
61
- },
62
- {
63
- name: 'postDeploymentModule',
64
- internalType: 'address',
65
- type: 'address',
66
- indexed: false,
67
- },
68
- {
69
- name: 'postDeploymentModuleCalldata',
70
- internalType: 'bytes',
71
- type: 'bytes',
72
- indexed: false,
73
- },
74
- ],
75
- name: 'DeployedContracts',
76
- },
77
- {
78
- type: 'event',
79
- anonymous: false,
80
- inputs: [
81
- {
82
- name: 'primaryContract',
83
- internalType: 'address',
84
- type: 'address',
85
- indexed: true,
86
- },
87
- {
88
- name: 'secondaryContract',
89
- internalType: 'address',
90
- type: 'address',
91
- indexed: true,
92
- },
93
- {
94
- name: 'primaryContractDeploymentInit',
95
- internalType:
96
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeploymentInit',
97
- type: 'tuple',
98
- components: [
99
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
100
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
101
- {
102
- name: 'implementationContract',
103
- internalType: 'address',
104
- type: 'address',
105
- },
106
- {
107
- name: 'initializationCalldata',
108
- internalType: 'bytes',
109
- type: 'bytes',
110
- },
111
- ],
112
- indexed: false,
113
- },
114
- {
115
- name: 'secondaryContractDeploymentInit',
116
- internalType:
117
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeploymentInit',
118
- type: 'tuple',
119
- components: [
120
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
121
- {
122
- name: 'implementationContract',
123
- internalType: 'address',
124
- type: 'address',
125
- },
126
- {
127
- name: 'initializationCalldata',
128
- internalType: 'bytes',
129
- type: 'bytes',
130
- },
131
- {
132
- name: 'addPrimaryContractAddress',
133
- internalType: 'bool',
134
- type: 'bool',
135
- },
136
- {
137
- name: 'extraInitializationParams',
138
- internalType: 'bytes',
139
- type: 'bytes',
140
- },
141
- ],
142
- indexed: false,
143
- },
144
- {
145
- name: 'postDeploymentModule',
146
- internalType: 'address',
147
- type: 'address',
148
- indexed: false,
149
- },
150
- {
151
- name: 'postDeploymentModuleCalldata',
152
- internalType: 'bytes',
153
- type: 'bytes',
154
- indexed: false,
155
- },
156
- ],
157
- name: 'DeployedERC1167Proxies',
158
- },
159
- {
160
- type: 'function',
161
- inputs: [
162
- {
163
- name: 'primaryContractDeployment',
164
- internalType:
165
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeployment',
166
- type: 'tuple',
167
- components: [
168
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
169
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
170
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
171
- ],
172
- },
173
- {
174
- name: 'secondaryContractDeployment',
175
- internalType:
176
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeployment',
177
- type: 'tuple',
178
- components: [
179
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
180
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
181
- {
182
- name: 'addPrimaryContractAddress',
183
- internalType: 'bool',
184
- type: 'bool',
185
- },
186
- {
187
- name: 'extraConstructorParams',
188
- internalType: 'bytes',
189
- type: 'bytes',
190
- },
191
- ],
192
- },
193
- {
194
- name: 'postDeploymentModule',
195
- internalType: 'address',
196
- type: 'address',
197
- },
198
- {
199
- name: 'postDeploymentModuleCalldata',
200
- internalType: 'bytes',
201
- type: 'bytes',
202
- },
203
- ],
204
- name: 'computeAddresses',
205
- outputs: [
206
- {
207
- name: 'primaryContractAddress',
208
- internalType: 'address',
209
- type: 'address',
210
- },
211
- {
212
- name: 'secondaryContractAddress',
213
- internalType: 'address',
214
- type: 'address',
215
- },
216
- ],
217
- stateMutability: 'view',
218
- },
219
- {
220
- type: 'function',
221
- inputs: [
222
- {
223
- name: 'primaryContractDeploymentInit',
224
- internalType:
225
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeploymentInit',
226
- type: 'tuple',
227
- components: [
228
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
229
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
230
- {
231
- name: 'implementationContract',
232
- internalType: 'address',
233
- type: 'address',
234
- },
235
- {
236
- name: 'initializationCalldata',
237
- internalType: 'bytes',
238
- type: 'bytes',
239
- },
240
- ],
241
- },
242
- {
243
- name: 'secondaryContractDeploymentInit',
244
- internalType:
245
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeploymentInit',
246
- type: 'tuple',
247
- components: [
248
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
249
- {
250
- name: 'implementationContract',
251
- internalType: 'address',
252
- type: 'address',
253
- },
254
- {
255
- name: 'initializationCalldata',
256
- internalType: 'bytes',
257
- type: 'bytes',
258
- },
259
- {
260
- name: 'addPrimaryContractAddress',
261
- internalType: 'bool',
262
- type: 'bool',
263
- },
264
- {
265
- name: 'extraInitializationParams',
266
- internalType: 'bytes',
267
- type: 'bytes',
268
- },
269
- ],
270
- },
271
- {
272
- name: 'postDeploymentModule',
273
- internalType: 'address',
274
- type: 'address',
275
- },
276
- {
277
- name: 'postDeploymentModuleCalldata',
278
- internalType: 'bytes',
279
- type: 'bytes',
280
- },
281
- ],
282
- name: 'computeERC1167Addresses',
283
- outputs: [
284
- {
285
- name: 'primaryContractAddress',
286
- internalType: 'address',
287
- type: 'address',
288
- },
289
- {
290
- name: 'secondaryContractAddress',
291
- internalType: 'address',
292
- type: 'address',
293
- },
294
- ],
295
- stateMutability: 'view',
296
- },
297
- {
298
- type: 'function',
299
- inputs: [
300
- {
301
- name: 'primaryContractDeployment',
302
- internalType:
303
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeployment',
304
- type: 'tuple',
305
- components: [
306
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
307
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
308
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
309
- ],
310
- },
311
- {
312
- name: 'secondaryContractDeployment',
313
- internalType:
314
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeployment',
315
- type: 'tuple',
316
- components: [
317
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
318
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
319
- {
320
- name: 'addPrimaryContractAddress',
321
- internalType: 'bool',
322
- type: 'bool',
323
- },
324
- {
325
- name: 'extraConstructorParams',
326
- internalType: 'bytes',
327
- type: 'bytes',
328
- },
329
- ],
330
- },
331
- {
332
- name: 'postDeploymentModule',
333
- internalType: 'address',
334
- type: 'address',
335
- },
336
- {
337
- name: 'postDeploymentModuleCalldata',
338
- internalType: 'bytes',
339
- type: 'bytes',
340
- },
341
- ],
342
- name: 'deployContracts',
343
- outputs: [
344
- {
345
- name: 'primaryContractAddress',
346
- internalType: 'address',
347
- type: 'address',
348
- },
349
- {
350
- name: 'secondaryContractAddress',
351
- internalType: 'address',
352
- type: 'address',
353
- },
354
- ],
355
- stateMutability: 'payable',
356
- },
357
- {
358
- type: 'function',
359
- inputs: [
360
- {
361
- name: 'primaryContractDeploymentInit',
362
- internalType:
363
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeploymentInit',
364
- type: 'tuple',
365
- components: [
366
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
367
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
368
- {
369
- name: 'implementationContract',
370
- internalType: 'address',
371
- type: 'address',
372
- },
373
- {
374
- name: 'initializationCalldata',
375
- internalType: 'bytes',
376
- type: 'bytes',
377
- },
378
- ],
379
- },
380
- {
381
- name: 'secondaryContractDeploymentInit',
382
- internalType:
383
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeploymentInit',
384
- type: 'tuple',
385
- components: [
386
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
387
- {
388
- name: 'implementationContract',
389
- internalType: 'address',
390
- type: 'address',
391
- },
392
- {
393
- name: 'initializationCalldata',
394
- internalType: 'bytes',
395
- type: 'bytes',
396
- },
397
- {
398
- name: 'addPrimaryContractAddress',
399
- internalType: 'bool',
400
- type: 'bool',
401
- },
402
- {
403
- name: 'extraInitializationParams',
404
- internalType: 'bytes',
405
- type: 'bytes',
406
- },
407
- ],
408
- },
409
- {
410
- name: 'postDeploymentModule',
411
- internalType: 'address',
412
- type: 'address',
413
- },
414
- {
415
- name: 'postDeploymentModuleCalldata',
416
- internalType: 'bytes',
417
- type: 'bytes',
418
- },
419
- ],
420
- name: 'deployERC1167Proxies',
421
- outputs: [
422
- {
423
- name: 'primaryContractAddress',
424
- internalType: 'address',
425
- type: 'address',
426
- },
427
- {
428
- name: 'secondaryContractAddress',
429
- internalType: 'address',
430
- type: 'address',
431
- },
432
- ],
433
- stateMutability: 'payable',
434
- },
435
- ] as const
436
-
437
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
438
- // IPostDeploymentModule
439
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
440
-
441
- export const iPostDeploymentModuleAbi = [
442
- {
443
- type: 'function',
444
- inputs: [
445
- { name: 'primaryContract', internalType: 'address', type: 'address' },
446
- { name: 'secondaryContract', internalType: 'address', type: 'address' },
447
- {
448
- name: 'calldataToPostDeploymentModule',
449
- internalType: 'bytes',
450
- type: 'bytes',
451
- },
452
- ],
453
- name: 'executePostDeployment',
454
- outputs: [],
455
- stateMutability: 'nonpayable',
456
- },
457
- ] as const
458
-
459
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
460
- // LSP23LinkedContractsFactory
461
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
462
-
463
- export const lsp23LinkedContractsFactoryAbi = [
464
- { type: 'error', inputs: [], name: 'InvalidValueSum' },
465
- {
466
- type: 'error',
467
- inputs: [{ name: 'errorData', internalType: 'bytes', type: 'bytes' }],
468
- name: 'PrimaryContractProxyInitFailureError',
469
- },
470
- {
471
- type: 'error',
472
- inputs: [{ name: 'errorData', internalType: 'bytes', type: 'bytes' }],
473
- name: 'SecondaryContractProxyInitFailureError',
474
- },
475
- {
476
- type: 'event',
477
- anonymous: false,
478
- inputs: [
479
- {
480
- name: 'primaryContract',
481
- internalType: 'address',
482
- type: 'address',
483
- indexed: true,
484
- },
485
- {
486
- name: 'secondaryContract',
487
- internalType: 'address',
488
- type: 'address',
489
- indexed: true,
490
- },
491
- {
492
- name: 'primaryContractDeployment',
493
- internalType:
494
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeployment',
495
- type: 'tuple',
496
- components: [
497
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
498
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
499
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
500
- ],
501
- indexed: false,
502
- },
503
- {
504
- name: 'secondaryContractDeployment',
505
- internalType:
506
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeployment',
507
- type: 'tuple',
508
- components: [
509
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
510
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
511
- {
512
- name: 'addPrimaryContractAddress',
513
- internalType: 'bool',
514
- type: 'bool',
515
- },
516
- {
517
- name: 'extraConstructorParams',
518
- internalType: 'bytes',
519
- type: 'bytes',
520
- },
521
- ],
522
- indexed: false,
523
- },
524
- {
525
- name: 'postDeploymentModule',
526
- internalType: 'address',
527
- type: 'address',
528
- indexed: false,
529
- },
530
- {
531
- name: 'postDeploymentModuleCalldata',
532
- internalType: 'bytes',
533
- type: 'bytes',
534
- indexed: false,
535
- },
536
- ],
537
- name: 'DeployedContracts',
538
- },
539
- {
540
- type: 'event',
541
- anonymous: false,
542
- inputs: [
543
- {
544
- name: 'primaryContract',
545
- internalType: 'address',
546
- type: 'address',
547
- indexed: true,
548
- },
549
- {
550
- name: 'secondaryContract',
551
- internalType: 'address',
552
- type: 'address',
553
- indexed: true,
554
- },
555
- {
556
- name: 'primaryContractDeploymentInit',
557
- internalType:
558
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeploymentInit',
559
- type: 'tuple',
560
- components: [
561
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
562
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
563
- {
564
- name: 'implementationContract',
565
- internalType: 'address',
566
- type: 'address',
567
- },
568
- {
569
- name: 'initializationCalldata',
570
- internalType: 'bytes',
571
- type: 'bytes',
572
- },
573
- ],
574
- indexed: false,
575
- },
576
- {
577
- name: 'secondaryContractDeploymentInit',
578
- internalType:
579
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeploymentInit',
580
- type: 'tuple',
581
- components: [
582
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
583
- {
584
- name: 'implementationContract',
585
- internalType: 'address',
586
- type: 'address',
587
- },
588
- {
589
- name: 'initializationCalldata',
590
- internalType: 'bytes',
591
- type: 'bytes',
592
- },
593
- {
594
- name: 'addPrimaryContractAddress',
595
- internalType: 'bool',
596
- type: 'bool',
597
- },
598
- {
599
- name: 'extraInitializationParams',
600
- internalType: 'bytes',
601
- type: 'bytes',
602
- },
603
- ],
604
- indexed: false,
605
- },
606
- {
607
- name: 'postDeploymentModule',
608
- internalType: 'address',
609
- type: 'address',
610
- indexed: false,
611
- },
612
- {
613
- name: 'postDeploymentModuleCalldata',
614
- internalType: 'bytes',
615
- type: 'bytes',
616
- indexed: false,
617
- },
618
- ],
619
- name: 'DeployedERC1167Proxies',
620
- },
621
- {
622
- type: 'function',
623
- inputs: [
624
- {
625
- name: 'primaryContractDeployment',
626
- internalType:
627
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeployment',
628
- type: 'tuple',
629
- components: [
630
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
631
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
632
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
633
- ],
634
- },
635
- {
636
- name: 'secondaryContractDeployment',
637
- internalType:
638
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeployment',
639
- type: 'tuple',
640
- components: [
641
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
642
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
643
- {
644
- name: 'addPrimaryContractAddress',
645
- internalType: 'bool',
646
- type: 'bool',
647
- },
648
- {
649
- name: 'extraConstructorParams',
650
- internalType: 'bytes',
651
- type: 'bytes',
652
- },
653
- ],
654
- },
655
- {
656
- name: 'postDeploymentModule',
657
- internalType: 'address',
658
- type: 'address',
659
- },
660
- {
661
- name: 'postDeploymentModuleCalldata',
662
- internalType: 'bytes',
663
- type: 'bytes',
664
- },
665
- ],
666
- name: 'computeAddresses',
667
- outputs: [
668
- {
669
- name: 'primaryContractAddress',
670
- internalType: 'address',
671
- type: 'address',
672
- },
673
- {
674
- name: 'secondaryContractAddress',
675
- internalType: 'address',
676
- type: 'address',
677
- },
678
- ],
679
- stateMutability: 'view',
680
- },
681
- {
682
- type: 'function',
683
- inputs: [
684
- {
685
- name: 'primaryContractDeploymentInit',
686
- internalType:
687
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeploymentInit',
688
- type: 'tuple',
689
- components: [
690
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
691
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
692
- {
693
- name: 'implementationContract',
694
- internalType: 'address',
695
- type: 'address',
696
- },
697
- {
698
- name: 'initializationCalldata',
699
- internalType: 'bytes',
700
- type: 'bytes',
701
- },
702
- ],
703
- },
704
- {
705
- name: 'secondaryContractDeploymentInit',
706
- internalType:
707
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeploymentInit',
708
- type: 'tuple',
709
- components: [
710
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
711
- {
712
- name: 'implementationContract',
713
- internalType: 'address',
714
- type: 'address',
715
- },
716
- {
717
- name: 'initializationCalldata',
718
- internalType: 'bytes',
719
- type: 'bytes',
720
- },
721
- {
722
- name: 'addPrimaryContractAddress',
723
- internalType: 'bool',
724
- type: 'bool',
725
- },
726
- {
727
- name: 'extraInitializationParams',
728
- internalType: 'bytes',
729
- type: 'bytes',
730
- },
731
- ],
732
- },
733
- {
734
- name: 'postDeploymentModule',
735
- internalType: 'address',
736
- type: 'address',
737
- },
738
- {
739
- name: 'postDeploymentModuleCalldata',
740
- internalType: 'bytes',
741
- type: 'bytes',
742
- },
743
- ],
744
- name: 'computeERC1167Addresses',
745
- outputs: [
746
- {
747
- name: 'primaryContractAddress',
748
- internalType: 'address',
749
- type: 'address',
750
- },
751
- {
752
- name: 'secondaryContractAddress',
753
- internalType: 'address',
754
- type: 'address',
755
- },
756
- ],
757
- stateMutability: 'view',
758
- },
759
- {
760
- type: 'function',
761
- inputs: [
762
- {
763
- name: 'primaryContractDeployment',
764
- internalType:
765
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeployment',
766
- type: 'tuple',
767
- components: [
768
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
769
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
770
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
771
- ],
772
- },
773
- {
774
- name: 'secondaryContractDeployment',
775
- internalType:
776
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeployment',
777
- type: 'tuple',
778
- components: [
779
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
780
- { name: 'creationBytecode', internalType: 'bytes', type: 'bytes' },
781
- {
782
- name: 'addPrimaryContractAddress',
783
- internalType: 'bool',
784
- type: 'bool',
785
- },
786
- {
787
- name: 'extraConstructorParams',
788
- internalType: 'bytes',
789
- type: 'bytes',
790
- },
791
- ],
792
- },
793
- {
794
- name: 'postDeploymentModule',
795
- internalType: 'address',
796
- type: 'address',
797
- },
798
- {
799
- name: 'postDeploymentModuleCalldata',
800
- internalType: 'bytes',
801
- type: 'bytes',
802
- },
803
- ],
804
- name: 'deployContracts',
805
- outputs: [
806
- {
807
- name: 'primaryContractAddress',
808
- internalType: 'address',
809
- type: 'address',
810
- },
811
- {
812
- name: 'secondaryContractAddress',
813
- internalType: 'address',
814
- type: 'address',
815
- },
816
- ],
817
- stateMutability: 'payable',
818
- },
819
- {
820
- type: 'function',
821
- inputs: [
822
- {
823
- name: 'primaryContractDeploymentInit',
824
- internalType:
825
- 'struct ILSP23LinkedContractsFactory.PrimaryContractDeploymentInit',
826
- type: 'tuple',
827
- components: [
828
- { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
829
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
830
- {
831
- name: 'implementationContract',
832
- internalType: 'address',
833
- type: 'address',
834
- },
835
- {
836
- name: 'initializationCalldata',
837
- internalType: 'bytes',
838
- type: 'bytes',
839
- },
840
- ],
841
- },
842
- {
843
- name: 'secondaryContractDeploymentInit',
844
- internalType:
845
- 'struct ILSP23LinkedContractsFactory.SecondaryContractDeploymentInit',
846
- type: 'tuple',
847
- components: [
848
- { name: 'fundingAmount', internalType: 'uint256', type: 'uint256' },
849
- {
850
- name: 'implementationContract',
851
- internalType: 'address',
852
- type: 'address',
853
- },
854
- {
855
- name: 'initializationCalldata',
856
- internalType: 'bytes',
857
- type: 'bytes',
858
- },
859
- {
860
- name: 'addPrimaryContractAddress',
861
- internalType: 'bool',
862
- type: 'bool',
863
- },
864
- {
865
- name: 'extraInitializationParams',
866
- internalType: 'bytes',
867
- type: 'bytes',
868
- },
869
- ],
870
- },
871
- {
872
- name: 'postDeploymentModule',
873
- internalType: 'address',
874
- type: 'address',
875
- },
876
- {
877
- name: 'postDeploymentModuleCalldata',
878
- internalType: 'bytes',
879
- type: 'bytes',
880
- },
881
- ],
882
- name: 'deployERC1167Proxies',
883
- outputs: [
884
- {
885
- name: 'primaryContractAddress',
886
- internalType: 'address',
887
- type: 'address',
888
- },
889
- {
890
- name: 'secondaryContractAddress',
891
- internalType: 'address',
892
- type: 'address',
893
- },
894
- ],
895
- stateMutability: 'payable',
896
- },
897
- ] as const
898
-
899
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
900
- // UniversalProfileInitPostDeploymentModule
901
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
902
-
903
- export const universalProfileInitPostDeploymentModuleAbi = [
904
- { type: 'constructor', inputs: [], stateMutability: 'nonpayable' },
905
- { type: 'error', inputs: [], name: 'ERC725X_ContractDeploymentFailed' },
906
- {
907
- type: 'error',
908
- inputs: [],
909
- name: 'ERC725X_CreateOperationsRequireEmptyRecipientAddress',
910
- },
911
- { type: 'error', inputs: [], name: 'ERC725X_ExecuteParametersEmptyArray' },
912
- {
913
- type: 'error',
914
- inputs: [],
915
- name: 'ERC725X_ExecuteParametersLengthMismatch',
916
- },
917
- {
918
- type: 'error',
919
- inputs: [
920
- { name: 'balance', internalType: 'uint256', type: 'uint256' },
921
- { name: 'value', internalType: 'uint256', type: 'uint256' },
922
- ],
923
- name: 'ERC725X_InsufficientBalance',
924
- },
925
- {
926
- type: 'error',
927
- inputs: [],
928
- name: 'ERC725X_MsgValueDisallowedInDelegateCall',
929
- },
930
- { type: 'error', inputs: [], name: 'ERC725X_MsgValueDisallowedInStaticCall' },
931
- { type: 'error', inputs: [], name: 'ERC725X_NoContractBytecodeProvided' },
932
- {
933
- type: 'error',
934
- inputs: [
935
- {
936
- name: 'operationTypeProvided',
937
- internalType: 'uint256',
938
- type: 'uint256',
939
- },
940
- ],
941
- name: 'ERC725X_UnknownOperationType',
942
- },
943
- { type: 'error', inputs: [], name: 'ERC725Y_DataKeysValuesEmptyArray' },
944
- { type: 'error', inputs: [], name: 'ERC725Y_DataKeysValuesLengthMismatch' },
945
- {
946
- type: 'error',
947
- inputs: [{ name: 'caller', internalType: 'address', type: 'address' }],
948
- name: 'LSP14CallerNotPendingOwner',
949
- },
950
- { type: 'error', inputs: [], name: 'LSP14CannotTransferOwnershipToSelf' },
951
- {
952
- type: 'error',
953
- inputs: [],
954
- name: 'LSP14MustAcceptOwnershipInSeparateTransaction',
955
- },
956
- {
957
- type: 'error',
958
- inputs: [
959
- {
960
- name: 'renounceOwnershipStart',
961
- internalType: 'uint256',
962
- type: 'uint256',
963
- },
964
- {
965
- name: 'renounceOwnershipEnd',
966
- internalType: 'uint256',
967
- type: 'uint256',
968
- },
969
- ],
970
- name: 'LSP14NotInRenounceOwnershipInterval',
971
- },
972
- {
973
- type: 'error',
974
- inputs: [
975
- { name: 'postCall', internalType: 'bool', type: 'bool' },
976
- { name: 'returnedStatus', internalType: 'bytes4', type: 'bytes4' },
977
- ],
978
- name: 'LSP20CallVerificationFailed',
979
- },
980
- {
981
- type: 'error',
982
- inputs: [{ name: 'postCall', internalType: 'bool', type: 'bool' }],
983
- name: 'LSP20CallingVerifierFailed',
984
- },
985
- {
986
- type: 'error',
987
- inputs: [
988
- { name: 'logicVerifier', internalType: 'address', type: 'address' },
989
- ],
990
- name: 'LSP20EOACannotVerifyCall',
991
- },
992
- {
993
- type: 'error',
994
- inputs: [
995
- { name: 'functionSelector', internalType: 'bytes4', type: 'bytes4' },
996
- ],
997
- name: 'NoExtensionFoundForFunctionSelector',
998
- },
999
- {
1000
- type: 'event',
1001
- anonymous: false,
1002
- inputs: [
1003
- {
1004
- name: 'operationType',
1005
- internalType: 'uint256',
1006
- type: 'uint256',
1007
- indexed: true,
1008
- },
1009
- {
1010
- name: 'contractAddress',
1011
- internalType: 'address',
1012
- type: 'address',
1013
- indexed: true,
1014
- },
1015
- {
1016
- name: 'value',
1017
- internalType: 'uint256',
1018
- type: 'uint256',
1019
- indexed: false,
1020
- },
1021
- { name: 'salt', internalType: 'bytes32', type: 'bytes32', indexed: true },
1022
- ],
1023
- name: 'ContractCreated',
1024
- },
1025
- {
1026
- type: 'event',
1027
- anonymous: false,
1028
- inputs: [
1029
- {
1030
- name: 'dataKey',
1031
- internalType: 'bytes32',
1032
- type: 'bytes32',
1033
- indexed: true,
1034
- },
1035
- {
1036
- name: 'dataValue',
1037
- internalType: 'bytes',
1038
- type: 'bytes',
1039
- indexed: false,
1040
- },
1041
- ],
1042
- name: 'DataChanged',
1043
- },
1044
- {
1045
- type: 'event',
1046
- anonymous: false,
1047
- inputs: [
1048
- {
1049
- name: 'operationType',
1050
- internalType: 'uint256',
1051
- type: 'uint256',
1052
- indexed: true,
1053
- },
1054
- {
1055
- name: 'target',
1056
- internalType: 'address',
1057
- type: 'address',
1058
- indexed: true,
1059
- },
1060
- {
1061
- name: 'value',
1062
- internalType: 'uint256',
1063
- type: 'uint256',
1064
- indexed: false,
1065
- },
1066
- {
1067
- name: 'selector',
1068
- internalType: 'bytes4',
1069
- type: 'bytes4',
1070
- indexed: true,
1071
- },
1072
- ],
1073
- name: 'Executed',
1074
- },
1075
- {
1076
- type: 'event',
1077
- anonymous: false,
1078
- inputs: [
1079
- { name: 'version', internalType: 'uint8', type: 'uint8', indexed: false },
1080
- ],
1081
- name: 'Initialized',
1082
- },
1083
- { type: 'event', anonymous: false, inputs: [], name: 'OwnershipRenounced' },
1084
- {
1085
- type: 'event',
1086
- anonymous: false,
1087
- inputs: [
1088
- {
1089
- name: 'previousOwner',
1090
- internalType: 'address',
1091
- type: 'address',
1092
- indexed: true,
1093
- },
1094
- {
1095
- name: 'newOwner',
1096
- internalType: 'address',
1097
- type: 'address',
1098
- indexed: true,
1099
- },
1100
- ],
1101
- name: 'OwnershipTransferStarted',
1102
- },
1103
- {
1104
- type: 'event',
1105
- anonymous: false,
1106
- inputs: [
1107
- {
1108
- name: 'previousOwner',
1109
- internalType: 'address',
1110
- type: 'address',
1111
- indexed: true,
1112
- },
1113
- {
1114
- name: 'newOwner',
1115
- internalType: 'address',
1116
- type: 'address',
1117
- indexed: true,
1118
- },
1119
- ],
1120
- name: 'OwnershipTransferred',
1121
- },
1122
- {
1123
- type: 'event',
1124
- anonymous: false,
1125
- inputs: [],
1126
- name: 'RenounceOwnershipStarted',
1127
- },
1128
- {
1129
- type: 'event',
1130
- anonymous: false,
1131
- inputs: [
1132
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
1133
- {
1134
- name: 'value',
1135
- internalType: 'uint256',
1136
- type: 'uint256',
1137
- indexed: true,
1138
- },
1139
- {
1140
- name: 'typeId',
1141
- internalType: 'bytes32',
1142
- type: 'bytes32',
1143
- indexed: true,
1144
- },
1145
- {
1146
- name: 'receivedData',
1147
- internalType: 'bytes',
1148
- type: 'bytes',
1149
- indexed: false,
1150
- },
1151
- {
1152
- name: 'returnedValue',
1153
- internalType: 'bytes',
1154
- type: 'bytes',
1155
- indexed: false,
1156
- },
1157
- ],
1158
- name: 'UniversalReceiver',
1159
- },
1160
- { type: 'fallback', stateMutability: 'payable' },
1161
- {
1162
- type: 'function',
1163
- inputs: [],
1164
- name: 'RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY',
1165
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1166
- stateMutability: 'view',
1167
- },
1168
- {
1169
- type: 'function',
1170
- inputs: [],
1171
- name: 'RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD',
1172
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1173
- stateMutability: 'view',
1174
- },
1175
- {
1176
- type: 'function',
1177
- inputs: [],
1178
- name: 'VERSION',
1179
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
1180
- stateMutability: 'view',
1181
- },
1182
- {
1183
- type: 'function',
1184
- inputs: [],
1185
- name: 'acceptOwnership',
1186
- outputs: [],
1187
- stateMutability: 'nonpayable',
1188
- },
1189
- {
1190
- type: 'function',
1191
- inputs: [{ name: 'data', internalType: 'bytes[]', type: 'bytes[]' }],
1192
- name: 'batchCalls',
1193
- outputs: [{ name: 'results', internalType: 'bytes[]', type: 'bytes[]' }],
1194
- stateMutability: 'nonpayable',
1195
- },
1196
- {
1197
- type: 'function',
1198
- inputs: [
1199
- { name: 'operationType', internalType: 'uint256', type: 'uint256' },
1200
- { name: 'target', internalType: 'address', type: 'address' },
1201
- { name: 'value', internalType: 'uint256', type: 'uint256' },
1202
- { name: 'data', internalType: 'bytes', type: 'bytes' },
1203
- ],
1204
- name: 'execute',
1205
- outputs: [{ name: '', internalType: 'bytes', type: 'bytes' }],
1206
- stateMutability: 'payable',
1207
- },
1208
- {
1209
- type: 'function',
1210
- inputs: [
1211
- { name: 'operationsType', internalType: 'uint256[]', type: 'uint256[]' },
1212
- { name: 'targets', internalType: 'address[]', type: 'address[]' },
1213
- { name: 'values', internalType: 'uint256[]', type: 'uint256[]' },
1214
- { name: 'datas', internalType: 'bytes[]', type: 'bytes[]' },
1215
- ],
1216
- name: 'executeBatch',
1217
- outputs: [{ name: '', internalType: 'bytes[]', type: 'bytes[]' }],
1218
- stateMutability: 'payable',
1219
- },
1220
- {
1221
- type: 'function',
1222
- inputs: [
1223
- { name: 'universalProfile', internalType: 'address', type: 'address' },
1224
- { name: 'keyManager', internalType: 'address', type: 'address' },
1225
- { name: 'setDataBatchBytes', internalType: 'bytes', type: 'bytes' },
1226
- ],
1227
- name: 'executePostDeployment',
1228
- outputs: [],
1229
- stateMutability: 'nonpayable',
1230
- },
1231
- {
1232
- type: 'function',
1233
- inputs: [{ name: 'dataKey', internalType: 'bytes32', type: 'bytes32' }],
1234
- name: 'getData',
1235
- outputs: [{ name: 'dataValue', internalType: 'bytes', type: 'bytes' }],
1236
- stateMutability: 'view',
1237
- },
1238
- {
1239
- type: 'function',
1240
- inputs: [
1241
- { name: 'dataKeys', internalType: 'bytes32[]', type: 'bytes32[]' },
1242
- ],
1243
- name: 'getDataBatch',
1244
- outputs: [{ name: 'dataValues', internalType: 'bytes[]', type: 'bytes[]' }],
1245
- stateMutability: 'view',
1246
- },
1247
- {
1248
- type: 'function',
1249
- inputs: [
1250
- { name: 'initialOwner', internalType: 'address', type: 'address' },
1251
- ],
1252
- name: 'initialize',
1253
- outputs: [],
1254
- stateMutability: 'payable',
1255
- },
1256
- {
1257
- type: 'function',
1258
- inputs: [
1259
- { name: 'dataHash', internalType: 'bytes32', type: 'bytes32' },
1260
- { name: 'signature', internalType: 'bytes', type: 'bytes' },
1261
- ],
1262
- name: 'isValidSignature',
1263
- outputs: [
1264
- { name: 'returnedStatus', internalType: 'bytes4', type: 'bytes4' },
1265
- ],
1266
- stateMutability: 'view',
1267
- },
1268
- {
1269
- type: 'function',
1270
- inputs: [],
1271
- name: 'owner',
1272
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1273
- stateMutability: 'view',
1274
- },
1275
- {
1276
- type: 'function',
1277
- inputs: [],
1278
- name: 'pendingOwner',
1279
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1280
- stateMutability: 'view',
1281
- },
1282
- {
1283
- type: 'function',
1284
- inputs: [],
1285
- name: 'renounceOwnership',
1286
- outputs: [],
1287
- stateMutability: 'nonpayable',
1288
- },
1289
- {
1290
- type: 'function',
1291
- inputs: [
1292
- { name: 'dataKey', internalType: 'bytes32', type: 'bytes32' },
1293
- { name: 'dataValue', internalType: 'bytes', type: 'bytes' },
1294
- ],
1295
- name: 'setData',
1296
- outputs: [],
1297
- stateMutability: 'payable',
1298
- },
1299
- {
1300
- type: 'function',
1301
- inputs: [
1302
- { name: 'dataKeys', internalType: 'bytes32[]', type: 'bytes32[]' },
1303
- { name: 'dataValues', internalType: 'bytes[]', type: 'bytes[]' },
1304
- { name: 'newOwner', internalType: 'address', type: 'address' },
1305
- ],
1306
- name: 'setDataAndTransferOwnership',
1307
- outputs: [],
1308
- stateMutability: 'payable',
1309
- },
1310
- {
1311
- type: 'function',
1312
- inputs: [
1313
- { name: 'dataKeys', internalType: 'bytes32[]', type: 'bytes32[]' },
1314
- { name: 'dataValues', internalType: 'bytes[]', type: 'bytes[]' },
1315
- ],
1316
- name: 'setDataBatch',
1317
- outputs: [],
1318
- stateMutability: 'payable',
1319
- },
1320
- {
1321
- type: 'function',
1322
- inputs: [{ name: 'interfaceId', internalType: 'bytes4', type: 'bytes4' }],
1323
- name: 'supportsInterface',
1324
- outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
1325
- stateMutability: 'view',
1326
- },
1327
- {
1328
- type: 'function',
1329
- inputs: [
1330
- { name: 'pendingNewOwner', internalType: 'address', type: 'address' },
1331
- ],
1332
- name: 'transferOwnership',
1333
- outputs: [],
1334
- stateMutability: 'nonpayable',
1335
- },
1336
- {
1337
- type: 'function',
1338
- inputs: [
1339
- { name: 'typeId', internalType: 'bytes32', type: 'bytes32' },
1340
- { name: 'receivedData', internalType: 'bytes', type: 'bytes' },
1341
- ],
1342
- name: 'universalReceiver',
1343
- outputs: [{ name: 'returnedValues', internalType: 'bytes', type: 'bytes' }],
1344
- stateMutability: 'payable',
1345
- },
1346
- { type: 'receive', stateMutability: 'payable' },
1347
- ] as const
1348
-
1349
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1350
- // UniversalProfilePostDeploymentModule
1351
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1352
-
1353
- export const universalProfilePostDeploymentModuleAbi = [
1354
- { type: 'constructor', inputs: [], stateMutability: 'nonpayable' },
1355
- { type: 'error', inputs: [], name: 'ERC725X_ContractDeploymentFailed' },
1356
- {
1357
- type: 'error',
1358
- inputs: [],
1359
- name: 'ERC725X_CreateOperationsRequireEmptyRecipientAddress',
1360
- },
1361
- { type: 'error', inputs: [], name: 'ERC725X_ExecuteParametersEmptyArray' },
1362
- {
1363
- type: 'error',
1364
- inputs: [],
1365
- name: 'ERC725X_ExecuteParametersLengthMismatch',
1366
- },
1367
- {
1368
- type: 'error',
1369
- inputs: [
1370
- { name: 'balance', internalType: 'uint256', type: 'uint256' },
1371
- { name: 'value', internalType: 'uint256', type: 'uint256' },
1372
- ],
1373
- name: 'ERC725X_InsufficientBalance',
1374
- },
1375
- {
1376
- type: 'error',
1377
- inputs: [],
1378
- name: 'ERC725X_MsgValueDisallowedInDelegateCall',
1379
- },
1380
- { type: 'error', inputs: [], name: 'ERC725X_MsgValueDisallowedInStaticCall' },
1381
- { type: 'error', inputs: [], name: 'ERC725X_NoContractBytecodeProvided' },
1382
- {
1383
- type: 'error',
1384
- inputs: [
1385
- {
1386
- name: 'operationTypeProvided',
1387
- internalType: 'uint256',
1388
- type: 'uint256',
1389
- },
1390
- ],
1391
- name: 'ERC725X_UnknownOperationType',
1392
- },
1393
- { type: 'error', inputs: [], name: 'ERC725Y_DataKeysValuesEmptyArray' },
1394
- { type: 'error', inputs: [], name: 'ERC725Y_DataKeysValuesLengthMismatch' },
1395
- {
1396
- type: 'error',
1397
- inputs: [{ name: 'caller', internalType: 'address', type: 'address' }],
1398
- name: 'LSP14CallerNotPendingOwner',
1399
- },
1400
- { type: 'error', inputs: [], name: 'LSP14CannotTransferOwnershipToSelf' },
1401
- {
1402
- type: 'error',
1403
- inputs: [],
1404
- name: 'LSP14MustAcceptOwnershipInSeparateTransaction',
1405
- },
1406
- {
1407
- type: 'error',
1408
- inputs: [
1409
- {
1410
- name: 'renounceOwnershipStart',
1411
- internalType: 'uint256',
1412
- type: 'uint256',
1413
- },
1414
- {
1415
- name: 'renounceOwnershipEnd',
1416
- internalType: 'uint256',
1417
- type: 'uint256',
1418
- },
1419
- ],
1420
- name: 'LSP14NotInRenounceOwnershipInterval',
1421
- },
1422
- {
1423
- type: 'error',
1424
- inputs: [
1425
- { name: 'postCall', internalType: 'bool', type: 'bool' },
1426
- { name: 'returnedStatus', internalType: 'bytes4', type: 'bytes4' },
1427
- ],
1428
- name: 'LSP20CallVerificationFailed',
1429
- },
1430
- {
1431
- type: 'error',
1432
- inputs: [{ name: 'postCall', internalType: 'bool', type: 'bool' }],
1433
- name: 'LSP20CallingVerifierFailed',
1434
- },
1435
- {
1436
- type: 'error',
1437
- inputs: [
1438
- { name: 'logicVerifier', internalType: 'address', type: 'address' },
1439
- ],
1440
- name: 'LSP20EOACannotVerifyCall',
1441
- },
1442
- {
1443
- type: 'error',
1444
- inputs: [
1445
- { name: 'functionSelector', internalType: 'bytes4', type: 'bytes4' },
1446
- ],
1447
- name: 'NoExtensionFoundForFunctionSelector',
1448
- },
1449
- {
1450
- type: 'event',
1451
- anonymous: false,
1452
- inputs: [
1453
- {
1454
- name: 'operationType',
1455
- internalType: 'uint256',
1456
- type: 'uint256',
1457
- indexed: true,
1458
- },
1459
- {
1460
- name: 'contractAddress',
1461
- internalType: 'address',
1462
- type: 'address',
1463
- indexed: true,
1464
- },
1465
- {
1466
- name: 'value',
1467
- internalType: 'uint256',
1468
- type: 'uint256',
1469
- indexed: false,
1470
- },
1471
- { name: 'salt', internalType: 'bytes32', type: 'bytes32', indexed: true },
1472
- ],
1473
- name: 'ContractCreated',
1474
- },
1475
- {
1476
- type: 'event',
1477
- anonymous: false,
1478
- inputs: [
1479
- {
1480
- name: 'dataKey',
1481
- internalType: 'bytes32',
1482
- type: 'bytes32',
1483
- indexed: true,
1484
- },
1485
- {
1486
- name: 'dataValue',
1487
- internalType: 'bytes',
1488
- type: 'bytes',
1489
- indexed: false,
1490
- },
1491
- ],
1492
- name: 'DataChanged',
1493
- },
1494
- {
1495
- type: 'event',
1496
- anonymous: false,
1497
- inputs: [
1498
- {
1499
- name: 'operationType',
1500
- internalType: 'uint256',
1501
- type: 'uint256',
1502
- indexed: true,
1503
- },
1504
- {
1505
- name: 'target',
1506
- internalType: 'address',
1507
- type: 'address',
1508
- indexed: true,
1509
- },
1510
- {
1511
- name: 'value',
1512
- internalType: 'uint256',
1513
- type: 'uint256',
1514
- indexed: false,
1515
- },
1516
- {
1517
- name: 'selector',
1518
- internalType: 'bytes4',
1519
- type: 'bytes4',
1520
- indexed: true,
1521
- },
1522
- ],
1523
- name: 'Executed',
1524
- },
1525
- { type: 'event', anonymous: false, inputs: [], name: 'OwnershipRenounced' },
1526
- {
1527
- type: 'event',
1528
- anonymous: false,
1529
- inputs: [
1530
- {
1531
- name: 'previousOwner',
1532
- internalType: 'address',
1533
- type: 'address',
1534
- indexed: true,
1535
- },
1536
- {
1537
- name: 'newOwner',
1538
- internalType: 'address',
1539
- type: 'address',
1540
- indexed: true,
1541
- },
1542
- ],
1543
- name: 'OwnershipTransferStarted',
1544
- },
1545
- {
1546
- type: 'event',
1547
- anonymous: false,
1548
- inputs: [
1549
- {
1550
- name: 'previousOwner',
1551
- internalType: 'address',
1552
- type: 'address',
1553
- indexed: true,
1554
- },
1555
- {
1556
- name: 'newOwner',
1557
- internalType: 'address',
1558
- type: 'address',
1559
- indexed: true,
1560
- },
1561
- ],
1562
- name: 'OwnershipTransferred',
1563
- },
1564
- {
1565
- type: 'event',
1566
- anonymous: false,
1567
- inputs: [],
1568
- name: 'RenounceOwnershipStarted',
1569
- },
1570
- {
1571
- type: 'event',
1572
- anonymous: false,
1573
- inputs: [
1574
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
1575
- {
1576
- name: 'value',
1577
- internalType: 'uint256',
1578
- type: 'uint256',
1579
- indexed: true,
1580
- },
1581
- {
1582
- name: 'typeId',
1583
- internalType: 'bytes32',
1584
- type: 'bytes32',
1585
- indexed: true,
1586
- },
1587
- {
1588
- name: 'receivedData',
1589
- internalType: 'bytes',
1590
- type: 'bytes',
1591
- indexed: false,
1592
- },
1593
- {
1594
- name: 'returnedValue',
1595
- internalType: 'bytes',
1596
- type: 'bytes',
1597
- indexed: false,
1598
- },
1599
- ],
1600
- name: 'UniversalReceiver',
1601
- },
1602
- { type: 'fallback', stateMutability: 'payable' },
1603
- {
1604
- type: 'function',
1605
- inputs: [],
1606
- name: 'RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY',
1607
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1608
- stateMutability: 'view',
1609
- },
1610
- {
1611
- type: 'function',
1612
- inputs: [],
1613
- name: 'RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD',
1614
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1615
- stateMutability: 'view',
1616
- },
1617
- {
1618
- type: 'function',
1619
- inputs: [],
1620
- name: 'VERSION',
1621
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
1622
- stateMutability: 'view',
1623
- },
1624
- {
1625
- type: 'function',
1626
- inputs: [],
1627
- name: 'acceptOwnership',
1628
- outputs: [],
1629
- stateMutability: 'nonpayable',
1630
- },
1631
- {
1632
- type: 'function',
1633
- inputs: [{ name: 'data', internalType: 'bytes[]', type: 'bytes[]' }],
1634
- name: 'batchCalls',
1635
- outputs: [{ name: 'results', internalType: 'bytes[]', type: 'bytes[]' }],
1636
- stateMutability: 'nonpayable',
1637
- },
1638
- {
1639
- type: 'function',
1640
- inputs: [
1641
- { name: 'operationType', internalType: 'uint256', type: 'uint256' },
1642
- { name: 'target', internalType: 'address', type: 'address' },
1643
- { name: 'value', internalType: 'uint256', type: 'uint256' },
1644
- { name: 'data', internalType: 'bytes', type: 'bytes' },
1645
- ],
1646
- name: 'execute',
1647
- outputs: [{ name: '', internalType: 'bytes', type: 'bytes' }],
1648
- stateMutability: 'payable',
1649
- },
1650
- {
1651
- type: 'function',
1652
- inputs: [
1653
- { name: 'operationsType', internalType: 'uint256[]', type: 'uint256[]' },
1654
- { name: 'targets', internalType: 'address[]', type: 'address[]' },
1655
- { name: 'values', internalType: 'uint256[]', type: 'uint256[]' },
1656
- { name: 'datas', internalType: 'bytes[]', type: 'bytes[]' },
1657
- ],
1658
- name: 'executeBatch',
1659
- outputs: [{ name: '', internalType: 'bytes[]', type: 'bytes[]' }],
1660
- stateMutability: 'payable',
1661
- },
1662
- {
1663
- type: 'function',
1664
- inputs: [
1665
- { name: 'universalProfile', internalType: 'address', type: 'address' },
1666
- { name: 'keyManager', internalType: 'address', type: 'address' },
1667
- { name: 'setDataBatchBytes', internalType: 'bytes', type: 'bytes' },
1668
- ],
1669
- name: 'executePostDeployment',
1670
- outputs: [],
1671
- stateMutability: 'nonpayable',
1672
- },
1673
- {
1674
- type: 'function',
1675
- inputs: [{ name: 'dataKey', internalType: 'bytes32', type: 'bytes32' }],
1676
- name: 'getData',
1677
- outputs: [{ name: 'dataValue', internalType: 'bytes', type: 'bytes' }],
1678
- stateMutability: 'view',
1679
- },
1680
- {
1681
- type: 'function',
1682
- inputs: [
1683
- { name: 'dataKeys', internalType: 'bytes32[]', type: 'bytes32[]' },
1684
- ],
1685
- name: 'getDataBatch',
1686
- outputs: [{ name: 'dataValues', internalType: 'bytes[]', type: 'bytes[]' }],
1687
- stateMutability: 'view',
1688
- },
1689
- {
1690
- type: 'function',
1691
- inputs: [
1692
- { name: 'dataHash', internalType: 'bytes32', type: 'bytes32' },
1693
- { name: 'signature', internalType: 'bytes', type: 'bytes' },
1694
- ],
1695
- name: 'isValidSignature',
1696
- outputs: [
1697
- { name: 'returnedStatus', internalType: 'bytes4', type: 'bytes4' },
1698
- ],
1699
- stateMutability: 'view',
1700
- },
1701
- {
1702
- type: 'function',
1703
- inputs: [],
1704
- name: 'owner',
1705
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1706
- stateMutability: 'view',
1707
- },
1708
- {
1709
- type: 'function',
1710
- inputs: [],
1711
- name: 'pendingOwner',
1712
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1713
- stateMutability: 'view',
1714
- },
1715
- {
1716
- type: 'function',
1717
- inputs: [],
1718
- name: 'renounceOwnership',
1719
- outputs: [],
1720
- stateMutability: 'nonpayable',
1721
- },
1722
- {
1723
- type: 'function',
1724
- inputs: [
1725
- { name: 'dataKey', internalType: 'bytes32', type: 'bytes32' },
1726
- { name: 'dataValue', internalType: 'bytes', type: 'bytes' },
1727
- ],
1728
- name: 'setData',
1729
- outputs: [],
1730
- stateMutability: 'payable',
1731
- },
1732
- {
1733
- type: 'function',
1734
- inputs: [
1735
- { name: 'dataKeys', internalType: 'bytes32[]', type: 'bytes32[]' },
1736
- { name: 'dataValues', internalType: 'bytes[]', type: 'bytes[]' },
1737
- { name: 'newOwner', internalType: 'address', type: 'address' },
1738
- ],
1739
- name: 'setDataAndTransferOwnership',
1740
- outputs: [],
1741
- stateMutability: 'payable',
1742
- },
1743
- {
1744
- type: 'function',
1745
- inputs: [
1746
- { name: 'dataKeys', internalType: 'bytes32[]', type: 'bytes32[]' },
1747
- { name: 'dataValues', internalType: 'bytes[]', type: 'bytes[]' },
1748
- ],
1749
- name: 'setDataBatch',
1750
- outputs: [],
1751
- stateMutability: 'payable',
1752
- },
1753
- {
1754
- type: 'function',
1755
- inputs: [{ name: 'interfaceId', internalType: 'bytes4', type: 'bytes4' }],
1756
- name: 'supportsInterface',
1757
- outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
1758
- stateMutability: 'view',
1759
- },
1760
- {
1761
- type: 'function',
1762
- inputs: [
1763
- { name: 'pendingNewOwner', internalType: 'address', type: 'address' },
1764
- ],
1765
- name: 'transferOwnership',
1766
- outputs: [],
1767
- stateMutability: 'nonpayable',
1768
- },
1769
- {
1770
- type: 'function',
1771
- inputs: [
1772
- { name: 'typeId', internalType: 'bytes32', type: 'bytes32' },
1773
- { name: 'receivedData', internalType: 'bytes', type: 'bytes' },
1774
- ],
1775
- name: 'universalReceiver',
1776
- outputs: [{ name: 'returnedValues', internalType: 'bytes', type: 'bytes' }],
1777
- stateMutability: 'payable',
1778
- },
1779
- { type: 'receive', stateMutability: 'payable' },
1780
- ] as const
1781
-
1782
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1783
- // React
1784
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1785
-
1786
- /**
1787
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__
1788
- */
1789
- export const useReadIlsp23LinkedContractsFactory =
1790
- /*#__PURE__*/ createUseReadContract({ abi: ilsp23LinkedContractsFactoryAbi })
1791
-
1792
- /**
1793
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"computeAddresses"`
1794
- */
1795
- export const useReadIlsp23LinkedContractsFactoryComputeAddresses =
1796
- /*#__PURE__*/ createUseReadContract({
1797
- abi: ilsp23LinkedContractsFactoryAbi,
1798
- functionName: 'computeAddresses',
1799
- })
1800
-
1801
- /**
1802
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"computeERC1167Addresses"`
1803
- */
1804
- export const useReadIlsp23LinkedContractsFactoryComputeErc1167Addresses =
1805
- /*#__PURE__*/ createUseReadContract({
1806
- abi: ilsp23LinkedContractsFactoryAbi,
1807
- functionName: 'computeERC1167Addresses',
1808
- })
1809
-
1810
- /**
1811
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__
1812
- */
1813
- export const useWriteIlsp23LinkedContractsFactory =
1814
- /*#__PURE__*/ createUseWriteContract({ abi: ilsp23LinkedContractsFactoryAbi })
1815
-
1816
- /**
1817
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"deployContracts"`
1818
- */
1819
- export const useWriteIlsp23LinkedContractsFactoryDeployContracts =
1820
- /*#__PURE__*/ createUseWriteContract({
1821
- abi: ilsp23LinkedContractsFactoryAbi,
1822
- functionName: 'deployContracts',
1823
- })
1824
-
1825
- /**
1826
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"deployERC1167Proxies"`
1827
- */
1828
- export const useWriteIlsp23LinkedContractsFactoryDeployErc1167Proxies =
1829
- /*#__PURE__*/ createUseWriteContract({
1830
- abi: ilsp23LinkedContractsFactoryAbi,
1831
- functionName: 'deployERC1167Proxies',
1832
- })
1833
-
1834
- /**
1835
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__
1836
- */
1837
- export const useSimulateIlsp23LinkedContractsFactory =
1838
- /*#__PURE__*/ createUseSimulateContract({
1839
- abi: ilsp23LinkedContractsFactoryAbi,
1840
- })
1841
-
1842
- /**
1843
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"deployContracts"`
1844
- */
1845
- export const useSimulateIlsp23LinkedContractsFactoryDeployContracts =
1846
- /*#__PURE__*/ createUseSimulateContract({
1847
- abi: ilsp23LinkedContractsFactoryAbi,
1848
- functionName: 'deployContracts',
1849
- })
1850
-
1851
- /**
1852
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"deployERC1167Proxies"`
1853
- */
1854
- export const useSimulateIlsp23LinkedContractsFactoryDeployErc1167Proxies =
1855
- /*#__PURE__*/ createUseSimulateContract({
1856
- abi: ilsp23LinkedContractsFactoryAbi,
1857
- functionName: 'deployERC1167Proxies',
1858
- })
1859
-
1860
- /**
1861
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__
1862
- */
1863
- export const useWatchIlsp23LinkedContractsFactoryEvent =
1864
- /*#__PURE__*/ createUseWatchContractEvent({
1865
- abi: ilsp23LinkedContractsFactoryAbi,
1866
- })
1867
-
1868
- /**
1869
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__ and `eventName` set to `"DeployedContracts"`
1870
- */
1871
- export const useWatchIlsp23LinkedContractsFactoryDeployedContractsEvent =
1872
- /*#__PURE__*/ createUseWatchContractEvent({
1873
- abi: ilsp23LinkedContractsFactoryAbi,
1874
- eventName: 'DeployedContracts',
1875
- })
1876
-
1877
- /**
1878
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ilsp23LinkedContractsFactoryAbi}__ and `eventName` set to `"DeployedERC1167Proxies"`
1879
- */
1880
- export const useWatchIlsp23LinkedContractsFactoryDeployedErc1167ProxiesEvent =
1881
- /*#__PURE__*/ createUseWatchContractEvent({
1882
- abi: ilsp23LinkedContractsFactoryAbi,
1883
- eventName: 'DeployedERC1167Proxies',
1884
- })
1885
-
1886
- /**
1887
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link iPostDeploymentModuleAbi}__
1888
- */
1889
- export const useWriteIPostDeploymentModule =
1890
- /*#__PURE__*/ createUseWriteContract({ abi: iPostDeploymentModuleAbi })
1891
-
1892
- /**
1893
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link iPostDeploymentModuleAbi}__ and `functionName` set to `"executePostDeployment"`
1894
- */
1895
- export const useWriteIPostDeploymentModuleExecutePostDeployment =
1896
- /*#__PURE__*/ createUseWriteContract({
1897
- abi: iPostDeploymentModuleAbi,
1898
- functionName: 'executePostDeployment',
1899
- })
1900
-
1901
- /**
1902
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link iPostDeploymentModuleAbi}__
1903
- */
1904
- export const useSimulateIPostDeploymentModule =
1905
- /*#__PURE__*/ createUseSimulateContract({ abi: iPostDeploymentModuleAbi })
1906
-
1907
- /**
1908
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link iPostDeploymentModuleAbi}__ and `functionName` set to `"executePostDeployment"`
1909
- */
1910
- export const useSimulateIPostDeploymentModuleExecutePostDeployment =
1911
- /*#__PURE__*/ createUseSimulateContract({
1912
- abi: iPostDeploymentModuleAbi,
1913
- functionName: 'executePostDeployment',
1914
- })
1915
-
1916
- /**
1917
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__
1918
- */
1919
- export const useReadLsp23LinkedContractsFactory =
1920
- /*#__PURE__*/ createUseReadContract({ abi: lsp23LinkedContractsFactoryAbi })
1921
-
1922
- /**
1923
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"computeAddresses"`
1924
- */
1925
- export const useReadLsp23LinkedContractsFactoryComputeAddresses =
1926
- /*#__PURE__*/ createUseReadContract({
1927
- abi: lsp23LinkedContractsFactoryAbi,
1928
- functionName: 'computeAddresses',
1929
- })
1930
-
1931
- /**
1932
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"computeERC1167Addresses"`
1933
- */
1934
- export const useReadLsp23LinkedContractsFactoryComputeErc1167Addresses =
1935
- /*#__PURE__*/ createUseReadContract({
1936
- abi: lsp23LinkedContractsFactoryAbi,
1937
- functionName: 'computeERC1167Addresses',
1938
- })
1939
-
1940
- /**
1941
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__
1942
- */
1943
- export const useWriteLsp23LinkedContractsFactory =
1944
- /*#__PURE__*/ createUseWriteContract({ abi: lsp23LinkedContractsFactoryAbi })
1945
-
1946
- /**
1947
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"deployContracts"`
1948
- */
1949
- export const useWriteLsp23LinkedContractsFactoryDeployContracts =
1950
- /*#__PURE__*/ createUseWriteContract({
1951
- abi: lsp23LinkedContractsFactoryAbi,
1952
- functionName: 'deployContracts',
1953
- })
1954
-
1955
- /**
1956
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"deployERC1167Proxies"`
1957
- */
1958
- export const useWriteLsp23LinkedContractsFactoryDeployErc1167Proxies =
1959
- /*#__PURE__*/ createUseWriteContract({
1960
- abi: lsp23LinkedContractsFactoryAbi,
1961
- functionName: 'deployERC1167Proxies',
1962
- })
1963
-
1964
- /**
1965
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__
1966
- */
1967
- export const useSimulateLsp23LinkedContractsFactory =
1968
- /*#__PURE__*/ createUseSimulateContract({
1969
- abi: lsp23LinkedContractsFactoryAbi,
1970
- })
1971
-
1972
- /**
1973
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"deployContracts"`
1974
- */
1975
- export const useSimulateLsp23LinkedContractsFactoryDeployContracts =
1976
- /*#__PURE__*/ createUseSimulateContract({
1977
- abi: lsp23LinkedContractsFactoryAbi,
1978
- functionName: 'deployContracts',
1979
- })
1980
-
1981
- /**
1982
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__ and `functionName` set to `"deployERC1167Proxies"`
1983
- */
1984
- export const useSimulateLsp23LinkedContractsFactoryDeployErc1167Proxies =
1985
- /*#__PURE__*/ createUseSimulateContract({
1986
- abi: lsp23LinkedContractsFactoryAbi,
1987
- functionName: 'deployERC1167Proxies',
1988
- })
1989
-
1990
- /**
1991
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__
1992
- */
1993
- export const useWatchLsp23LinkedContractsFactoryEvent =
1994
- /*#__PURE__*/ createUseWatchContractEvent({
1995
- abi: lsp23LinkedContractsFactoryAbi,
1996
- })
1997
-
1998
- /**
1999
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__ and `eventName` set to `"DeployedContracts"`
2000
- */
2001
- export const useWatchLsp23LinkedContractsFactoryDeployedContractsEvent =
2002
- /*#__PURE__*/ createUseWatchContractEvent({
2003
- abi: lsp23LinkedContractsFactoryAbi,
2004
- eventName: 'DeployedContracts',
2005
- })
2006
-
2007
- /**
2008
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link lsp23LinkedContractsFactoryAbi}__ and `eventName` set to `"DeployedERC1167Proxies"`
2009
- */
2010
- export const useWatchLsp23LinkedContractsFactoryDeployedErc1167ProxiesEvent =
2011
- /*#__PURE__*/ createUseWatchContractEvent({
2012
- abi: lsp23LinkedContractsFactoryAbi,
2013
- eventName: 'DeployedERC1167Proxies',
2014
- })
2015
-
2016
- /**
2017
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__
2018
- */
2019
- export const useReadUniversalProfileInitPostDeploymentModule =
2020
- /*#__PURE__*/ createUseReadContract({
2021
- abi: universalProfileInitPostDeploymentModuleAbi,
2022
- })
2023
-
2024
- /**
2025
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY"`
2026
- */
2027
- export const useReadUniversalProfileInitPostDeploymentModuleRenounceOwnershipConfirmationDelay =
2028
- /*#__PURE__*/ createUseReadContract({
2029
- abi: universalProfileInitPostDeploymentModuleAbi,
2030
- functionName: 'RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY',
2031
- })
2032
-
2033
- /**
2034
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD"`
2035
- */
2036
- export const useReadUniversalProfileInitPostDeploymentModuleRenounceOwnershipConfirmationPeriod =
2037
- /*#__PURE__*/ createUseReadContract({
2038
- abi: universalProfileInitPostDeploymentModuleAbi,
2039
- functionName: 'RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD',
2040
- })
2041
-
2042
- /**
2043
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"VERSION"`
2044
- */
2045
- export const useReadUniversalProfileInitPostDeploymentModuleVersion =
2046
- /*#__PURE__*/ createUseReadContract({
2047
- abi: universalProfileInitPostDeploymentModuleAbi,
2048
- functionName: 'VERSION',
2049
- })
2050
-
2051
- /**
2052
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"getData"`
2053
- */
2054
- export const useReadUniversalProfileInitPostDeploymentModuleGetData =
2055
- /*#__PURE__*/ createUseReadContract({
2056
- abi: universalProfileInitPostDeploymentModuleAbi,
2057
- functionName: 'getData',
2058
- })
2059
-
2060
- /**
2061
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"getDataBatch"`
2062
- */
2063
- export const useReadUniversalProfileInitPostDeploymentModuleGetDataBatch =
2064
- /*#__PURE__*/ createUseReadContract({
2065
- abi: universalProfileInitPostDeploymentModuleAbi,
2066
- functionName: 'getDataBatch',
2067
- })
2068
-
2069
- /**
2070
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"isValidSignature"`
2071
- */
2072
- export const useReadUniversalProfileInitPostDeploymentModuleIsValidSignature =
2073
- /*#__PURE__*/ createUseReadContract({
2074
- abi: universalProfileInitPostDeploymentModuleAbi,
2075
- functionName: 'isValidSignature',
2076
- })
2077
-
2078
- /**
2079
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"owner"`
2080
- */
2081
- export const useReadUniversalProfileInitPostDeploymentModuleOwner =
2082
- /*#__PURE__*/ createUseReadContract({
2083
- abi: universalProfileInitPostDeploymentModuleAbi,
2084
- functionName: 'owner',
2085
- })
2086
-
2087
- /**
2088
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"pendingOwner"`
2089
- */
2090
- export const useReadUniversalProfileInitPostDeploymentModulePendingOwner =
2091
- /*#__PURE__*/ createUseReadContract({
2092
- abi: universalProfileInitPostDeploymentModuleAbi,
2093
- functionName: 'pendingOwner',
2094
- })
2095
-
2096
- /**
2097
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"supportsInterface"`
2098
- */
2099
- export const useReadUniversalProfileInitPostDeploymentModuleSupportsInterface =
2100
- /*#__PURE__*/ createUseReadContract({
2101
- abi: universalProfileInitPostDeploymentModuleAbi,
2102
- functionName: 'supportsInterface',
2103
- })
2104
-
2105
- /**
2106
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__
2107
- */
2108
- export const useWriteUniversalProfileInitPostDeploymentModule =
2109
- /*#__PURE__*/ createUseWriteContract({
2110
- abi: universalProfileInitPostDeploymentModuleAbi,
2111
- })
2112
-
2113
- /**
2114
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"acceptOwnership"`
2115
- */
2116
- export const useWriteUniversalProfileInitPostDeploymentModuleAcceptOwnership =
2117
- /*#__PURE__*/ createUseWriteContract({
2118
- abi: universalProfileInitPostDeploymentModuleAbi,
2119
- functionName: 'acceptOwnership',
2120
- })
2121
-
2122
- /**
2123
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"batchCalls"`
2124
- */
2125
- export const useWriteUniversalProfileInitPostDeploymentModuleBatchCalls =
2126
- /*#__PURE__*/ createUseWriteContract({
2127
- abi: universalProfileInitPostDeploymentModuleAbi,
2128
- functionName: 'batchCalls',
2129
- })
2130
-
2131
- /**
2132
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"execute"`
2133
- */
2134
- export const useWriteUniversalProfileInitPostDeploymentModuleExecute =
2135
- /*#__PURE__*/ createUseWriteContract({
2136
- abi: universalProfileInitPostDeploymentModuleAbi,
2137
- functionName: 'execute',
2138
- })
2139
-
2140
- /**
2141
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"executeBatch"`
2142
- */
2143
- export const useWriteUniversalProfileInitPostDeploymentModuleExecuteBatch =
2144
- /*#__PURE__*/ createUseWriteContract({
2145
- abi: universalProfileInitPostDeploymentModuleAbi,
2146
- functionName: 'executeBatch',
2147
- })
2148
-
2149
- /**
2150
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"executePostDeployment"`
2151
- */
2152
- export const useWriteUniversalProfileInitPostDeploymentModuleExecutePostDeployment =
2153
- /*#__PURE__*/ createUseWriteContract({
2154
- abi: universalProfileInitPostDeploymentModuleAbi,
2155
- functionName: 'executePostDeployment',
2156
- })
2157
-
2158
- /**
2159
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"initialize"`
2160
- */
2161
- export const useWriteUniversalProfileInitPostDeploymentModuleInitialize =
2162
- /*#__PURE__*/ createUseWriteContract({
2163
- abi: universalProfileInitPostDeploymentModuleAbi,
2164
- functionName: 'initialize',
2165
- })
2166
-
2167
- /**
2168
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"renounceOwnership"`
2169
- */
2170
- export const useWriteUniversalProfileInitPostDeploymentModuleRenounceOwnership =
2171
- /*#__PURE__*/ createUseWriteContract({
2172
- abi: universalProfileInitPostDeploymentModuleAbi,
2173
- functionName: 'renounceOwnership',
2174
- })
2175
-
2176
- /**
2177
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"setData"`
2178
- */
2179
- export const useWriteUniversalProfileInitPostDeploymentModuleSetData =
2180
- /*#__PURE__*/ createUseWriteContract({
2181
- abi: universalProfileInitPostDeploymentModuleAbi,
2182
- functionName: 'setData',
2183
- })
2184
-
2185
- /**
2186
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"setDataAndTransferOwnership"`
2187
- */
2188
- export const useWriteUniversalProfileInitPostDeploymentModuleSetDataAndTransferOwnership =
2189
- /*#__PURE__*/ createUseWriteContract({
2190
- abi: universalProfileInitPostDeploymentModuleAbi,
2191
- functionName: 'setDataAndTransferOwnership',
2192
- })
2193
-
2194
- /**
2195
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"setDataBatch"`
2196
- */
2197
- export const useWriteUniversalProfileInitPostDeploymentModuleSetDataBatch =
2198
- /*#__PURE__*/ createUseWriteContract({
2199
- abi: universalProfileInitPostDeploymentModuleAbi,
2200
- functionName: 'setDataBatch',
2201
- })
2202
-
2203
- /**
2204
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"transferOwnership"`
2205
- */
2206
- export const useWriteUniversalProfileInitPostDeploymentModuleTransferOwnership =
2207
- /*#__PURE__*/ createUseWriteContract({
2208
- abi: universalProfileInitPostDeploymentModuleAbi,
2209
- functionName: 'transferOwnership',
2210
- })
2211
-
2212
- /**
2213
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"universalReceiver"`
2214
- */
2215
- export const useWriteUniversalProfileInitPostDeploymentModuleUniversalReceiver =
2216
- /*#__PURE__*/ createUseWriteContract({
2217
- abi: universalProfileInitPostDeploymentModuleAbi,
2218
- functionName: 'universalReceiver',
2219
- })
2220
-
2221
- /**
2222
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__
2223
- */
2224
- export const useSimulateUniversalProfileInitPostDeploymentModule =
2225
- /*#__PURE__*/ createUseSimulateContract({
2226
- abi: universalProfileInitPostDeploymentModuleAbi,
2227
- })
2228
-
2229
- /**
2230
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"acceptOwnership"`
2231
- */
2232
- export const useSimulateUniversalProfileInitPostDeploymentModuleAcceptOwnership =
2233
- /*#__PURE__*/ createUseSimulateContract({
2234
- abi: universalProfileInitPostDeploymentModuleAbi,
2235
- functionName: 'acceptOwnership',
2236
- })
2237
-
2238
- /**
2239
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"batchCalls"`
2240
- */
2241
- export const useSimulateUniversalProfileInitPostDeploymentModuleBatchCalls =
2242
- /*#__PURE__*/ createUseSimulateContract({
2243
- abi: universalProfileInitPostDeploymentModuleAbi,
2244
- functionName: 'batchCalls',
2245
- })
2246
-
2247
- /**
2248
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"execute"`
2249
- */
2250
- export const useSimulateUniversalProfileInitPostDeploymentModuleExecute =
2251
- /*#__PURE__*/ createUseSimulateContract({
2252
- abi: universalProfileInitPostDeploymentModuleAbi,
2253
- functionName: 'execute',
2254
- })
2255
-
2256
- /**
2257
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"executeBatch"`
2258
- */
2259
- export const useSimulateUniversalProfileInitPostDeploymentModuleExecuteBatch =
2260
- /*#__PURE__*/ createUseSimulateContract({
2261
- abi: universalProfileInitPostDeploymentModuleAbi,
2262
- functionName: 'executeBatch',
2263
- })
2264
-
2265
- /**
2266
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"executePostDeployment"`
2267
- */
2268
- export const useSimulateUniversalProfileInitPostDeploymentModuleExecutePostDeployment =
2269
- /*#__PURE__*/ createUseSimulateContract({
2270
- abi: universalProfileInitPostDeploymentModuleAbi,
2271
- functionName: 'executePostDeployment',
2272
- })
2273
-
2274
- /**
2275
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"initialize"`
2276
- */
2277
- export const useSimulateUniversalProfileInitPostDeploymentModuleInitialize =
2278
- /*#__PURE__*/ createUseSimulateContract({
2279
- abi: universalProfileInitPostDeploymentModuleAbi,
2280
- functionName: 'initialize',
2281
- })
2282
-
2283
- /**
2284
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"renounceOwnership"`
2285
- */
2286
- export const useSimulateUniversalProfileInitPostDeploymentModuleRenounceOwnership =
2287
- /*#__PURE__*/ createUseSimulateContract({
2288
- abi: universalProfileInitPostDeploymentModuleAbi,
2289
- functionName: 'renounceOwnership',
2290
- })
2291
-
2292
- /**
2293
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"setData"`
2294
- */
2295
- export const useSimulateUniversalProfileInitPostDeploymentModuleSetData =
2296
- /*#__PURE__*/ createUseSimulateContract({
2297
- abi: universalProfileInitPostDeploymentModuleAbi,
2298
- functionName: 'setData',
2299
- })
2300
-
2301
- /**
2302
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"setDataAndTransferOwnership"`
2303
- */
2304
- export const useSimulateUniversalProfileInitPostDeploymentModuleSetDataAndTransferOwnership =
2305
- /*#__PURE__*/ createUseSimulateContract({
2306
- abi: universalProfileInitPostDeploymentModuleAbi,
2307
- functionName: 'setDataAndTransferOwnership',
2308
- })
2309
-
2310
- /**
2311
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"setDataBatch"`
2312
- */
2313
- export const useSimulateUniversalProfileInitPostDeploymentModuleSetDataBatch =
2314
- /*#__PURE__*/ createUseSimulateContract({
2315
- abi: universalProfileInitPostDeploymentModuleAbi,
2316
- functionName: 'setDataBatch',
2317
- })
2318
-
2319
- /**
2320
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"transferOwnership"`
2321
- */
2322
- export const useSimulateUniversalProfileInitPostDeploymentModuleTransferOwnership =
2323
- /*#__PURE__*/ createUseSimulateContract({
2324
- abi: universalProfileInitPostDeploymentModuleAbi,
2325
- functionName: 'transferOwnership',
2326
- })
2327
-
2328
- /**
2329
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `functionName` set to `"universalReceiver"`
2330
- */
2331
- export const useSimulateUniversalProfileInitPostDeploymentModuleUniversalReceiver =
2332
- /*#__PURE__*/ createUseSimulateContract({
2333
- abi: universalProfileInitPostDeploymentModuleAbi,
2334
- functionName: 'universalReceiver',
2335
- })
2336
-
2337
- /**
2338
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__
2339
- */
2340
- export const useWatchUniversalProfileInitPostDeploymentModuleEvent =
2341
- /*#__PURE__*/ createUseWatchContractEvent({
2342
- abi: universalProfileInitPostDeploymentModuleAbi,
2343
- })
2344
-
2345
- /**
2346
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `eventName` set to `"ContractCreated"`
2347
- */
2348
- export const useWatchUniversalProfileInitPostDeploymentModuleContractCreatedEvent =
2349
- /*#__PURE__*/ createUseWatchContractEvent({
2350
- abi: universalProfileInitPostDeploymentModuleAbi,
2351
- eventName: 'ContractCreated',
2352
- })
2353
-
2354
- /**
2355
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `eventName` set to `"DataChanged"`
2356
- */
2357
- export const useWatchUniversalProfileInitPostDeploymentModuleDataChangedEvent =
2358
- /*#__PURE__*/ createUseWatchContractEvent({
2359
- abi: universalProfileInitPostDeploymentModuleAbi,
2360
- eventName: 'DataChanged',
2361
- })
2362
-
2363
- /**
2364
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `eventName` set to `"Executed"`
2365
- */
2366
- export const useWatchUniversalProfileInitPostDeploymentModuleExecutedEvent =
2367
- /*#__PURE__*/ createUseWatchContractEvent({
2368
- abi: universalProfileInitPostDeploymentModuleAbi,
2369
- eventName: 'Executed',
2370
- })
2371
-
2372
- /**
2373
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `eventName` set to `"Initialized"`
2374
- */
2375
- export const useWatchUniversalProfileInitPostDeploymentModuleInitializedEvent =
2376
- /*#__PURE__*/ createUseWatchContractEvent({
2377
- abi: universalProfileInitPostDeploymentModuleAbi,
2378
- eventName: 'Initialized',
2379
- })
2380
-
2381
- /**
2382
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `eventName` set to `"OwnershipRenounced"`
2383
- */
2384
- export const useWatchUniversalProfileInitPostDeploymentModuleOwnershipRenouncedEvent =
2385
- /*#__PURE__*/ createUseWatchContractEvent({
2386
- abi: universalProfileInitPostDeploymentModuleAbi,
2387
- eventName: 'OwnershipRenounced',
2388
- })
2389
-
2390
- /**
2391
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `eventName` set to `"OwnershipTransferStarted"`
2392
- */
2393
- export const useWatchUniversalProfileInitPostDeploymentModuleOwnershipTransferStartedEvent =
2394
- /*#__PURE__*/ createUseWatchContractEvent({
2395
- abi: universalProfileInitPostDeploymentModuleAbi,
2396
- eventName: 'OwnershipTransferStarted',
2397
- })
2398
-
2399
- /**
2400
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `eventName` set to `"OwnershipTransferred"`
2401
- */
2402
- export const useWatchUniversalProfileInitPostDeploymentModuleOwnershipTransferredEvent =
2403
- /*#__PURE__*/ createUseWatchContractEvent({
2404
- abi: universalProfileInitPostDeploymentModuleAbi,
2405
- eventName: 'OwnershipTransferred',
2406
- })
2407
-
2408
- /**
2409
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `eventName` set to `"RenounceOwnershipStarted"`
2410
- */
2411
- export const useWatchUniversalProfileInitPostDeploymentModuleRenounceOwnershipStartedEvent =
2412
- /*#__PURE__*/ createUseWatchContractEvent({
2413
- abi: universalProfileInitPostDeploymentModuleAbi,
2414
- eventName: 'RenounceOwnershipStarted',
2415
- })
2416
-
2417
- /**
2418
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfileInitPostDeploymentModuleAbi}__ and `eventName` set to `"UniversalReceiver"`
2419
- */
2420
- export const useWatchUniversalProfileInitPostDeploymentModuleUniversalReceiverEvent =
2421
- /*#__PURE__*/ createUseWatchContractEvent({
2422
- abi: universalProfileInitPostDeploymentModuleAbi,
2423
- eventName: 'UniversalReceiver',
2424
- })
2425
-
2426
- /**
2427
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__
2428
- */
2429
- export const useReadUniversalProfilePostDeploymentModule =
2430
- /*#__PURE__*/ createUseReadContract({
2431
- abi: universalProfilePostDeploymentModuleAbi,
2432
- })
2433
-
2434
- /**
2435
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY"`
2436
- */
2437
- export const useReadUniversalProfilePostDeploymentModuleRenounceOwnershipConfirmationDelay =
2438
- /*#__PURE__*/ createUseReadContract({
2439
- abi: universalProfilePostDeploymentModuleAbi,
2440
- functionName: 'RENOUNCE_OWNERSHIP_CONFIRMATION_DELAY',
2441
- })
2442
-
2443
- /**
2444
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD"`
2445
- */
2446
- export const useReadUniversalProfilePostDeploymentModuleRenounceOwnershipConfirmationPeriod =
2447
- /*#__PURE__*/ createUseReadContract({
2448
- abi: universalProfilePostDeploymentModuleAbi,
2449
- functionName: 'RENOUNCE_OWNERSHIP_CONFIRMATION_PERIOD',
2450
- })
2451
-
2452
- /**
2453
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"VERSION"`
2454
- */
2455
- export const useReadUniversalProfilePostDeploymentModuleVersion =
2456
- /*#__PURE__*/ createUseReadContract({
2457
- abi: universalProfilePostDeploymentModuleAbi,
2458
- functionName: 'VERSION',
2459
- })
2460
-
2461
- /**
2462
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"getData"`
2463
- */
2464
- export const useReadUniversalProfilePostDeploymentModuleGetData =
2465
- /*#__PURE__*/ createUseReadContract({
2466
- abi: universalProfilePostDeploymentModuleAbi,
2467
- functionName: 'getData',
2468
- })
2469
-
2470
- /**
2471
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"getDataBatch"`
2472
- */
2473
- export const useReadUniversalProfilePostDeploymentModuleGetDataBatch =
2474
- /*#__PURE__*/ createUseReadContract({
2475
- abi: universalProfilePostDeploymentModuleAbi,
2476
- functionName: 'getDataBatch',
2477
- })
2478
-
2479
- /**
2480
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"isValidSignature"`
2481
- */
2482
- export const useReadUniversalProfilePostDeploymentModuleIsValidSignature =
2483
- /*#__PURE__*/ createUseReadContract({
2484
- abi: universalProfilePostDeploymentModuleAbi,
2485
- functionName: 'isValidSignature',
2486
- })
2487
-
2488
- /**
2489
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"owner"`
2490
- */
2491
- export const useReadUniversalProfilePostDeploymentModuleOwner =
2492
- /*#__PURE__*/ createUseReadContract({
2493
- abi: universalProfilePostDeploymentModuleAbi,
2494
- functionName: 'owner',
2495
- })
2496
-
2497
- /**
2498
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"pendingOwner"`
2499
- */
2500
- export const useReadUniversalProfilePostDeploymentModulePendingOwner =
2501
- /*#__PURE__*/ createUseReadContract({
2502
- abi: universalProfilePostDeploymentModuleAbi,
2503
- functionName: 'pendingOwner',
2504
- })
2505
-
2506
- /**
2507
- * Wraps __{@link useReadContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"supportsInterface"`
2508
- */
2509
- export const useReadUniversalProfilePostDeploymentModuleSupportsInterface =
2510
- /*#__PURE__*/ createUseReadContract({
2511
- abi: universalProfilePostDeploymentModuleAbi,
2512
- functionName: 'supportsInterface',
2513
- })
2514
-
2515
- /**
2516
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__
2517
- */
2518
- export const useWriteUniversalProfilePostDeploymentModule =
2519
- /*#__PURE__*/ createUseWriteContract({
2520
- abi: universalProfilePostDeploymentModuleAbi,
2521
- })
2522
-
2523
- /**
2524
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"acceptOwnership"`
2525
- */
2526
- export const useWriteUniversalProfilePostDeploymentModuleAcceptOwnership =
2527
- /*#__PURE__*/ createUseWriteContract({
2528
- abi: universalProfilePostDeploymentModuleAbi,
2529
- functionName: 'acceptOwnership',
2530
- })
2531
-
2532
- /**
2533
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"batchCalls"`
2534
- */
2535
- export const useWriteUniversalProfilePostDeploymentModuleBatchCalls =
2536
- /*#__PURE__*/ createUseWriteContract({
2537
- abi: universalProfilePostDeploymentModuleAbi,
2538
- functionName: 'batchCalls',
2539
- })
2540
-
2541
- /**
2542
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"execute"`
2543
- */
2544
- export const useWriteUniversalProfilePostDeploymentModuleExecute =
2545
- /*#__PURE__*/ createUseWriteContract({
2546
- abi: universalProfilePostDeploymentModuleAbi,
2547
- functionName: 'execute',
2548
- })
2549
-
2550
- /**
2551
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"executeBatch"`
2552
- */
2553
- export const useWriteUniversalProfilePostDeploymentModuleExecuteBatch =
2554
- /*#__PURE__*/ createUseWriteContract({
2555
- abi: universalProfilePostDeploymentModuleAbi,
2556
- functionName: 'executeBatch',
2557
- })
2558
-
2559
- /**
2560
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"executePostDeployment"`
2561
- */
2562
- export const useWriteUniversalProfilePostDeploymentModuleExecutePostDeployment =
2563
- /*#__PURE__*/ createUseWriteContract({
2564
- abi: universalProfilePostDeploymentModuleAbi,
2565
- functionName: 'executePostDeployment',
2566
- })
2567
-
2568
- /**
2569
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"renounceOwnership"`
2570
- */
2571
- export const useWriteUniversalProfilePostDeploymentModuleRenounceOwnership =
2572
- /*#__PURE__*/ createUseWriteContract({
2573
- abi: universalProfilePostDeploymentModuleAbi,
2574
- functionName: 'renounceOwnership',
2575
- })
2576
-
2577
- /**
2578
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"setData"`
2579
- */
2580
- export const useWriteUniversalProfilePostDeploymentModuleSetData =
2581
- /*#__PURE__*/ createUseWriteContract({
2582
- abi: universalProfilePostDeploymentModuleAbi,
2583
- functionName: 'setData',
2584
- })
2585
-
2586
- /**
2587
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"setDataAndTransferOwnership"`
2588
- */
2589
- export const useWriteUniversalProfilePostDeploymentModuleSetDataAndTransferOwnership =
2590
- /*#__PURE__*/ createUseWriteContract({
2591
- abi: universalProfilePostDeploymentModuleAbi,
2592
- functionName: 'setDataAndTransferOwnership',
2593
- })
2594
-
2595
- /**
2596
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"setDataBatch"`
2597
- */
2598
- export const useWriteUniversalProfilePostDeploymentModuleSetDataBatch =
2599
- /*#__PURE__*/ createUseWriteContract({
2600
- abi: universalProfilePostDeploymentModuleAbi,
2601
- functionName: 'setDataBatch',
2602
- })
2603
-
2604
- /**
2605
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"transferOwnership"`
2606
- */
2607
- export const useWriteUniversalProfilePostDeploymentModuleTransferOwnership =
2608
- /*#__PURE__*/ createUseWriteContract({
2609
- abi: universalProfilePostDeploymentModuleAbi,
2610
- functionName: 'transferOwnership',
2611
- })
2612
-
2613
- /**
2614
- * Wraps __{@link useWriteContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"universalReceiver"`
2615
- */
2616
- export const useWriteUniversalProfilePostDeploymentModuleUniversalReceiver =
2617
- /*#__PURE__*/ createUseWriteContract({
2618
- abi: universalProfilePostDeploymentModuleAbi,
2619
- functionName: 'universalReceiver',
2620
- })
2621
-
2622
- /**
2623
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__
2624
- */
2625
- export const useSimulateUniversalProfilePostDeploymentModule =
2626
- /*#__PURE__*/ createUseSimulateContract({
2627
- abi: universalProfilePostDeploymentModuleAbi,
2628
- })
2629
-
2630
- /**
2631
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"acceptOwnership"`
2632
- */
2633
- export const useSimulateUniversalProfilePostDeploymentModuleAcceptOwnership =
2634
- /*#__PURE__*/ createUseSimulateContract({
2635
- abi: universalProfilePostDeploymentModuleAbi,
2636
- functionName: 'acceptOwnership',
2637
- })
2638
-
2639
- /**
2640
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"batchCalls"`
2641
- */
2642
- export const useSimulateUniversalProfilePostDeploymentModuleBatchCalls =
2643
- /*#__PURE__*/ createUseSimulateContract({
2644
- abi: universalProfilePostDeploymentModuleAbi,
2645
- functionName: 'batchCalls',
2646
- })
2647
-
2648
- /**
2649
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"execute"`
2650
- */
2651
- export const useSimulateUniversalProfilePostDeploymentModuleExecute =
2652
- /*#__PURE__*/ createUseSimulateContract({
2653
- abi: universalProfilePostDeploymentModuleAbi,
2654
- functionName: 'execute',
2655
- })
2656
-
2657
- /**
2658
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"executeBatch"`
2659
- */
2660
- export const useSimulateUniversalProfilePostDeploymentModuleExecuteBatch =
2661
- /*#__PURE__*/ createUseSimulateContract({
2662
- abi: universalProfilePostDeploymentModuleAbi,
2663
- functionName: 'executeBatch',
2664
- })
2665
-
2666
- /**
2667
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"executePostDeployment"`
2668
- */
2669
- export const useSimulateUniversalProfilePostDeploymentModuleExecutePostDeployment =
2670
- /*#__PURE__*/ createUseSimulateContract({
2671
- abi: universalProfilePostDeploymentModuleAbi,
2672
- functionName: 'executePostDeployment',
2673
- })
2674
-
2675
- /**
2676
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"renounceOwnership"`
2677
- */
2678
- export const useSimulateUniversalProfilePostDeploymentModuleRenounceOwnership =
2679
- /*#__PURE__*/ createUseSimulateContract({
2680
- abi: universalProfilePostDeploymentModuleAbi,
2681
- functionName: 'renounceOwnership',
2682
- })
2683
-
2684
- /**
2685
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"setData"`
2686
- */
2687
- export const useSimulateUniversalProfilePostDeploymentModuleSetData =
2688
- /*#__PURE__*/ createUseSimulateContract({
2689
- abi: universalProfilePostDeploymentModuleAbi,
2690
- functionName: 'setData',
2691
- })
2692
-
2693
- /**
2694
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"setDataAndTransferOwnership"`
2695
- */
2696
- export const useSimulateUniversalProfilePostDeploymentModuleSetDataAndTransferOwnership =
2697
- /*#__PURE__*/ createUseSimulateContract({
2698
- abi: universalProfilePostDeploymentModuleAbi,
2699
- functionName: 'setDataAndTransferOwnership',
2700
- })
2701
-
2702
- /**
2703
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"setDataBatch"`
2704
- */
2705
- export const useSimulateUniversalProfilePostDeploymentModuleSetDataBatch =
2706
- /*#__PURE__*/ createUseSimulateContract({
2707
- abi: universalProfilePostDeploymentModuleAbi,
2708
- functionName: 'setDataBatch',
2709
- })
2710
-
2711
- /**
2712
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"transferOwnership"`
2713
- */
2714
- export const useSimulateUniversalProfilePostDeploymentModuleTransferOwnership =
2715
- /*#__PURE__*/ createUseSimulateContract({
2716
- abi: universalProfilePostDeploymentModuleAbi,
2717
- functionName: 'transferOwnership',
2718
- })
2719
-
2720
- /**
2721
- * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `functionName` set to `"universalReceiver"`
2722
- */
2723
- export const useSimulateUniversalProfilePostDeploymentModuleUniversalReceiver =
2724
- /*#__PURE__*/ createUseSimulateContract({
2725
- abi: universalProfilePostDeploymentModuleAbi,
2726
- functionName: 'universalReceiver',
2727
- })
2728
-
2729
- /**
2730
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__
2731
- */
2732
- export const useWatchUniversalProfilePostDeploymentModuleEvent =
2733
- /*#__PURE__*/ createUseWatchContractEvent({
2734
- abi: universalProfilePostDeploymentModuleAbi,
2735
- })
2736
-
2737
- /**
2738
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `eventName` set to `"ContractCreated"`
2739
- */
2740
- export const useWatchUniversalProfilePostDeploymentModuleContractCreatedEvent =
2741
- /*#__PURE__*/ createUseWatchContractEvent({
2742
- abi: universalProfilePostDeploymentModuleAbi,
2743
- eventName: 'ContractCreated',
2744
- })
2745
-
2746
- /**
2747
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `eventName` set to `"DataChanged"`
2748
- */
2749
- export const useWatchUniversalProfilePostDeploymentModuleDataChangedEvent =
2750
- /*#__PURE__*/ createUseWatchContractEvent({
2751
- abi: universalProfilePostDeploymentModuleAbi,
2752
- eventName: 'DataChanged',
2753
- })
2754
-
2755
- /**
2756
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `eventName` set to `"Executed"`
2757
- */
2758
- export const useWatchUniversalProfilePostDeploymentModuleExecutedEvent =
2759
- /*#__PURE__*/ createUseWatchContractEvent({
2760
- abi: universalProfilePostDeploymentModuleAbi,
2761
- eventName: 'Executed',
2762
- })
2763
-
2764
- /**
2765
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `eventName` set to `"OwnershipRenounced"`
2766
- */
2767
- export const useWatchUniversalProfilePostDeploymentModuleOwnershipRenouncedEvent =
2768
- /*#__PURE__*/ createUseWatchContractEvent({
2769
- abi: universalProfilePostDeploymentModuleAbi,
2770
- eventName: 'OwnershipRenounced',
2771
- })
2772
-
2773
- /**
2774
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `eventName` set to `"OwnershipTransferStarted"`
2775
- */
2776
- export const useWatchUniversalProfilePostDeploymentModuleOwnershipTransferStartedEvent =
2777
- /*#__PURE__*/ createUseWatchContractEvent({
2778
- abi: universalProfilePostDeploymentModuleAbi,
2779
- eventName: 'OwnershipTransferStarted',
2780
- })
2781
-
2782
- /**
2783
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `eventName` set to `"OwnershipTransferred"`
2784
- */
2785
- export const useWatchUniversalProfilePostDeploymentModuleOwnershipTransferredEvent =
2786
- /*#__PURE__*/ createUseWatchContractEvent({
2787
- abi: universalProfilePostDeploymentModuleAbi,
2788
- eventName: 'OwnershipTransferred',
2789
- })
2790
-
2791
- /**
2792
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `eventName` set to `"RenounceOwnershipStarted"`
2793
- */
2794
- export const useWatchUniversalProfilePostDeploymentModuleRenounceOwnershipStartedEvent =
2795
- /*#__PURE__*/ createUseWatchContractEvent({
2796
- abi: universalProfilePostDeploymentModuleAbi,
2797
- eventName: 'RenounceOwnershipStarted',
2798
- })
2799
-
2800
- /**
2801
- * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link universalProfilePostDeploymentModuleAbi}__ and `eventName` set to `"UniversalReceiver"`
2802
- */
2803
- export const useWatchUniversalProfilePostDeploymentModuleUniversalReceiverEvent =
2804
- /*#__PURE__*/ createUseWatchContractEvent({
2805
- abi: universalProfilePostDeploymentModuleAbi,
2806
- eventName: 'UniversalReceiver',
2807
- })