@show-karma/karma-gap-sdk 0.3.24 → 0.3.26

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.
@@ -0,0 +1,864 @@
1
+ [
2
+ { "inputs": [], "name": "ALLOCATION_ACTIVE", "type": "error" },
3
+ { "inputs": [], "name": "ALLOCATION_NOT_ACTIVE", "type": "error" },
4
+ { "inputs": [], "name": "ALLOCATION_NOT_ENDED", "type": "error" },
5
+ { "inputs": [], "name": "ALREADY_INITIALIZED", "type": "error" },
6
+ { "inputs": [], "name": "AMOUNT_MISMATCH", "type": "error" },
7
+ { "inputs": [], "name": "ANCHOR_ERROR", "type": "error" },
8
+ { "inputs": [], "name": "ARRAY_MISMATCH", "type": "error" },
9
+ { "inputs": [], "name": "INVALID", "type": "error" },
10
+ { "inputs": [], "name": "INVALID_ADDRESS", "type": "error" },
11
+ { "inputs": [], "name": "INVALID_FEE", "type": "error" },
12
+ { "inputs": [], "name": "INVALID_METADATA", "type": "error" },
13
+ { "inputs": [], "name": "INVALID_REGISTRATION", "type": "error" },
14
+ { "inputs": [], "name": "IS_APPROVED_STRATEGY", "type": "error" },
15
+ { "inputs": [], "name": "MISMATCH", "type": "error" },
16
+ { "inputs": [], "name": "NONCE_NOT_AVAILABLE", "type": "error" },
17
+ { "inputs": [], "name": "NOT_APPROVED_STRATEGY", "type": "error" },
18
+ { "inputs": [], "name": "NOT_ENOUGH_FUNDS", "type": "error" },
19
+ { "inputs": [], "name": "NOT_INITIALIZED", "type": "error" },
20
+ { "inputs": [], "name": "NOT_PENDING_OWNER", "type": "error" },
21
+ { "inputs": [], "name": "NewOwnerIsZeroAddress", "type": "error" },
22
+ { "inputs": [], "name": "NoHandoverRequest", "type": "error" },
23
+ { "inputs": [], "name": "POOL_ACTIVE", "type": "error" },
24
+ { "inputs": [], "name": "POOL_INACTIVE", "type": "error" },
25
+ { "inputs": [], "name": "RECIPIENT_ALREADY_ACCEPTED", "type": "error" },
26
+ {
27
+ "inputs": [
28
+ { "internalType": "address", "name": "recipientId", "type": "address" }
29
+ ],
30
+ "name": "RECIPIENT_ERROR",
31
+ "type": "error"
32
+ },
33
+ { "inputs": [], "name": "RECIPIENT_NOT_ACCEPTED", "type": "error" },
34
+ { "inputs": [], "name": "REGISTRATION_NOT_ACTIVE", "type": "error" },
35
+ { "inputs": [], "name": "UNAUTHORIZED", "type": "error" },
36
+ { "inputs": [], "name": "Unauthorized", "type": "error" },
37
+ { "inputs": [], "name": "ZERO_ADDRESS", "type": "error" },
38
+ {
39
+ "anonymous": false,
40
+ "inputs": [
41
+ {
42
+ "indexed": true,
43
+ "internalType": "uint256",
44
+ "name": "poolId",
45
+ "type": "uint256"
46
+ },
47
+ {
48
+ "indexed": false,
49
+ "internalType": "uint256",
50
+ "name": "amount",
51
+ "type": "uint256"
52
+ }
53
+ ],
54
+ "name": "BaseFeePaid",
55
+ "type": "event"
56
+ },
57
+ {
58
+ "anonymous": false,
59
+ "inputs": [
60
+ {
61
+ "indexed": false,
62
+ "internalType": "uint256",
63
+ "name": "baseFee",
64
+ "type": "uint256"
65
+ }
66
+ ],
67
+ "name": "BaseFeeUpdated",
68
+ "type": "event"
69
+ },
70
+ {
71
+ "anonymous": false,
72
+ "inputs": [
73
+ {
74
+ "indexed": false,
75
+ "internalType": "uint8",
76
+ "name": "version",
77
+ "type": "uint8"
78
+ }
79
+ ],
80
+ "name": "Initialized",
81
+ "type": "event"
82
+ },
83
+ {
84
+ "anonymous": false,
85
+ "inputs": [
86
+ {
87
+ "indexed": true,
88
+ "internalType": "address",
89
+ "name": "pendingOwner",
90
+ "type": "address"
91
+ }
92
+ ],
93
+ "name": "OwnershipHandoverCanceled",
94
+ "type": "event"
95
+ },
96
+ {
97
+ "anonymous": false,
98
+ "inputs": [
99
+ {
100
+ "indexed": true,
101
+ "internalType": "address",
102
+ "name": "pendingOwner",
103
+ "type": "address"
104
+ }
105
+ ],
106
+ "name": "OwnershipHandoverRequested",
107
+ "type": "event"
108
+ },
109
+ {
110
+ "anonymous": false,
111
+ "inputs": [
112
+ {
113
+ "indexed": true,
114
+ "internalType": "address",
115
+ "name": "oldOwner",
116
+ "type": "address"
117
+ },
118
+ {
119
+ "indexed": true,
120
+ "internalType": "address",
121
+ "name": "newOwner",
122
+ "type": "address"
123
+ }
124
+ ],
125
+ "name": "OwnershipTransferred",
126
+ "type": "event"
127
+ },
128
+ {
129
+ "anonymous": false,
130
+ "inputs": [
131
+ {
132
+ "indexed": false,
133
+ "internalType": "uint256",
134
+ "name": "percentFee",
135
+ "type": "uint256"
136
+ }
137
+ ],
138
+ "name": "PercentFeeUpdated",
139
+ "type": "event"
140
+ },
141
+ {
142
+ "anonymous": false,
143
+ "inputs": [
144
+ {
145
+ "indexed": true,
146
+ "internalType": "uint256",
147
+ "name": "poolId",
148
+ "type": "uint256"
149
+ },
150
+ {
151
+ "indexed": true,
152
+ "internalType": "bytes32",
153
+ "name": "profileId",
154
+ "type": "bytes32"
155
+ },
156
+ {
157
+ "indexed": false,
158
+ "internalType": "contract IStrategy",
159
+ "name": "strategy",
160
+ "type": "address"
161
+ },
162
+ {
163
+ "indexed": false,
164
+ "internalType": "address",
165
+ "name": "token",
166
+ "type": "address"
167
+ },
168
+ {
169
+ "indexed": false,
170
+ "internalType": "uint256",
171
+ "name": "amount",
172
+ "type": "uint256"
173
+ },
174
+ {
175
+ "components": [
176
+ { "internalType": "uint256", "name": "protocol", "type": "uint256" },
177
+ { "internalType": "string", "name": "pointer", "type": "string" }
178
+ ],
179
+ "indexed": false,
180
+ "internalType": "struct Metadata",
181
+ "name": "metadata",
182
+ "type": "tuple"
183
+ }
184
+ ],
185
+ "name": "PoolCreated",
186
+ "type": "event"
187
+ },
188
+ {
189
+ "anonymous": false,
190
+ "inputs": [
191
+ {
192
+ "indexed": true,
193
+ "internalType": "uint256",
194
+ "name": "poolId",
195
+ "type": "uint256"
196
+ },
197
+ {
198
+ "indexed": false,
199
+ "internalType": "uint256",
200
+ "name": "amount",
201
+ "type": "uint256"
202
+ },
203
+ {
204
+ "indexed": false,
205
+ "internalType": "uint256",
206
+ "name": "fee",
207
+ "type": "uint256"
208
+ }
209
+ ],
210
+ "name": "PoolFunded",
211
+ "type": "event"
212
+ },
213
+ {
214
+ "anonymous": false,
215
+ "inputs": [
216
+ {
217
+ "indexed": true,
218
+ "internalType": "uint256",
219
+ "name": "poolId",
220
+ "type": "uint256"
221
+ },
222
+ {
223
+ "components": [
224
+ { "internalType": "uint256", "name": "protocol", "type": "uint256" },
225
+ { "internalType": "string", "name": "pointer", "type": "string" }
226
+ ],
227
+ "indexed": false,
228
+ "internalType": "struct Metadata",
229
+ "name": "metadata",
230
+ "type": "tuple"
231
+ }
232
+ ],
233
+ "name": "PoolMetadataUpdated",
234
+ "type": "event"
235
+ },
236
+ {
237
+ "anonymous": false,
238
+ "inputs": [
239
+ {
240
+ "indexed": false,
241
+ "internalType": "address",
242
+ "name": "registry",
243
+ "type": "address"
244
+ }
245
+ ],
246
+ "name": "RegistryUpdated",
247
+ "type": "event"
248
+ },
249
+ {
250
+ "anonymous": false,
251
+ "inputs": [
252
+ {
253
+ "indexed": true,
254
+ "internalType": "bytes32",
255
+ "name": "role",
256
+ "type": "bytes32"
257
+ },
258
+ {
259
+ "indexed": true,
260
+ "internalType": "bytes32",
261
+ "name": "previousAdminRole",
262
+ "type": "bytes32"
263
+ },
264
+ {
265
+ "indexed": true,
266
+ "internalType": "bytes32",
267
+ "name": "newAdminRole",
268
+ "type": "bytes32"
269
+ }
270
+ ],
271
+ "name": "RoleAdminChanged",
272
+ "type": "event"
273
+ },
274
+ {
275
+ "anonymous": false,
276
+ "inputs": [
277
+ {
278
+ "indexed": true,
279
+ "internalType": "bytes32",
280
+ "name": "role",
281
+ "type": "bytes32"
282
+ },
283
+ {
284
+ "indexed": true,
285
+ "internalType": "address",
286
+ "name": "account",
287
+ "type": "address"
288
+ },
289
+ {
290
+ "indexed": true,
291
+ "internalType": "address",
292
+ "name": "sender",
293
+ "type": "address"
294
+ }
295
+ ],
296
+ "name": "RoleGranted",
297
+ "type": "event"
298
+ },
299
+ {
300
+ "anonymous": false,
301
+ "inputs": [
302
+ {
303
+ "indexed": true,
304
+ "internalType": "bytes32",
305
+ "name": "role",
306
+ "type": "bytes32"
307
+ },
308
+ {
309
+ "indexed": true,
310
+ "internalType": "address",
311
+ "name": "account",
312
+ "type": "address"
313
+ },
314
+ {
315
+ "indexed": true,
316
+ "internalType": "address",
317
+ "name": "sender",
318
+ "type": "address"
319
+ }
320
+ ],
321
+ "name": "RoleRevoked",
322
+ "type": "event"
323
+ },
324
+ {
325
+ "anonymous": false,
326
+ "inputs": [
327
+ {
328
+ "indexed": false,
329
+ "internalType": "address",
330
+ "name": "strategy",
331
+ "type": "address"
332
+ }
333
+ ],
334
+ "name": "StrategyApproved",
335
+ "type": "event"
336
+ },
337
+ {
338
+ "anonymous": false,
339
+ "inputs": [
340
+ {
341
+ "indexed": false,
342
+ "internalType": "address",
343
+ "name": "strategy",
344
+ "type": "address"
345
+ }
346
+ ],
347
+ "name": "StrategyRemoved",
348
+ "type": "event"
349
+ },
350
+ {
351
+ "anonymous": false,
352
+ "inputs": [
353
+ {
354
+ "indexed": false,
355
+ "internalType": "address",
356
+ "name": "treasury",
357
+ "type": "address"
358
+ }
359
+ ],
360
+ "name": "TreasuryUpdated",
361
+ "type": "event"
362
+ },
363
+ {
364
+ "inputs": [],
365
+ "name": "DEFAULT_ADMIN_ROLE",
366
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
367
+ "stateMutability": "view",
368
+ "type": "function"
369
+ },
370
+ {
371
+ "inputs": [],
372
+ "name": "NATIVE",
373
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
374
+ "stateMutability": "view",
375
+ "type": "function"
376
+ },
377
+ {
378
+ "inputs": [
379
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" },
380
+ { "internalType": "address", "name": "_manager", "type": "address" }
381
+ ],
382
+ "name": "addPoolManager",
383
+ "outputs": [],
384
+ "stateMutability": "nonpayable",
385
+ "type": "function"
386
+ },
387
+ {
388
+ "inputs": [
389
+ { "internalType": "address", "name": "_strategy", "type": "address" }
390
+ ],
391
+ "name": "addToCloneableStrategies",
392
+ "outputs": [],
393
+ "stateMutability": "nonpayable",
394
+ "type": "function"
395
+ },
396
+ {
397
+ "inputs": [
398
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" },
399
+ { "internalType": "bytes", "name": "_data", "type": "bytes" }
400
+ ],
401
+ "name": "allocate",
402
+ "outputs": [],
403
+ "stateMutability": "payable",
404
+ "type": "function"
405
+ },
406
+ {
407
+ "inputs": [
408
+ { "internalType": "uint256[]", "name": "_poolIds", "type": "uint256[]" },
409
+ { "internalType": "bytes[]", "name": "_datas", "type": "bytes[]" }
410
+ ],
411
+ "name": "batchAllocate",
412
+ "outputs": [],
413
+ "stateMutability": "nonpayable",
414
+ "type": "function"
415
+ },
416
+ {
417
+ "inputs": [
418
+ { "internalType": "uint256[]", "name": "_poolIds", "type": "uint256[]" },
419
+ { "internalType": "bytes[]", "name": "_data", "type": "bytes[]" }
420
+ ],
421
+ "name": "batchRegisterRecipient",
422
+ "outputs": [
423
+ {
424
+ "internalType": "address[]",
425
+ "name": "recipientIds",
426
+ "type": "address[]"
427
+ }
428
+ ],
429
+ "stateMutability": "nonpayable",
430
+ "type": "function"
431
+ },
432
+ {
433
+ "inputs": [],
434
+ "name": "cancelOwnershipHandover",
435
+ "outputs": [],
436
+ "stateMutability": "payable",
437
+ "type": "function"
438
+ },
439
+ {
440
+ "inputs": [
441
+ { "internalType": "address", "name": "pendingOwner", "type": "address" }
442
+ ],
443
+ "name": "completeOwnershipHandover",
444
+ "outputs": [],
445
+ "stateMutability": "payable",
446
+ "type": "function"
447
+ },
448
+ {
449
+ "inputs": [
450
+ { "internalType": "bytes32", "name": "_profileId", "type": "bytes32" },
451
+ { "internalType": "address", "name": "_strategy", "type": "address" },
452
+ { "internalType": "bytes", "name": "_initStrategyData", "type": "bytes" },
453
+ { "internalType": "address", "name": "_token", "type": "address" },
454
+ { "internalType": "uint256", "name": "_amount", "type": "uint256" },
455
+ {
456
+ "components": [
457
+ { "internalType": "uint256", "name": "protocol", "type": "uint256" },
458
+ { "internalType": "string", "name": "pointer", "type": "string" }
459
+ ],
460
+ "internalType": "struct Metadata",
461
+ "name": "_metadata",
462
+ "type": "tuple"
463
+ },
464
+ { "internalType": "address[]", "name": "_managers", "type": "address[]" }
465
+ ],
466
+ "name": "createPool",
467
+ "outputs": [
468
+ { "internalType": "uint256", "name": "poolId", "type": "uint256" }
469
+ ],
470
+ "stateMutability": "payable",
471
+ "type": "function"
472
+ },
473
+ {
474
+ "inputs": [
475
+ { "internalType": "bytes32", "name": "_profileId", "type": "bytes32" },
476
+ { "internalType": "address", "name": "_strategy", "type": "address" },
477
+ { "internalType": "bytes", "name": "_initStrategyData", "type": "bytes" },
478
+ { "internalType": "address", "name": "_token", "type": "address" },
479
+ { "internalType": "uint256", "name": "_amount", "type": "uint256" },
480
+ {
481
+ "components": [
482
+ { "internalType": "uint256", "name": "protocol", "type": "uint256" },
483
+ { "internalType": "string", "name": "pointer", "type": "string" }
484
+ ],
485
+ "internalType": "struct Metadata",
486
+ "name": "_metadata",
487
+ "type": "tuple"
488
+ },
489
+ { "internalType": "address[]", "name": "_managers", "type": "address[]" }
490
+ ],
491
+ "name": "createPoolWithCustomStrategy",
492
+ "outputs": [
493
+ { "internalType": "uint256", "name": "poolId", "type": "uint256" }
494
+ ],
495
+ "stateMutability": "payable",
496
+ "type": "function"
497
+ },
498
+ {
499
+ "inputs": [
500
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" },
501
+ {
502
+ "internalType": "address[]",
503
+ "name": "_recipientIds",
504
+ "type": "address[]"
505
+ },
506
+ { "internalType": "bytes", "name": "_data", "type": "bytes" }
507
+ ],
508
+ "name": "distribute",
509
+ "outputs": [],
510
+ "stateMutability": "nonpayable",
511
+ "type": "function"
512
+ },
513
+ {
514
+ "inputs": [
515
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" },
516
+ { "internalType": "uint256", "name": "_amount", "type": "uint256" }
517
+ ],
518
+ "name": "fundPool",
519
+ "outputs": [],
520
+ "stateMutability": "payable",
521
+ "type": "function"
522
+ },
523
+ {
524
+ "inputs": [],
525
+ "name": "getBaseFee",
526
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
527
+ "stateMutability": "view",
528
+ "type": "function"
529
+ },
530
+ {
531
+ "inputs": [],
532
+ "name": "getFeeDenominator",
533
+ "outputs": [
534
+ {
535
+ "internalType": "uint256",
536
+ "name": "FEE_DENOMINATOR",
537
+ "type": "uint256"
538
+ }
539
+ ],
540
+ "stateMutability": "pure",
541
+ "type": "function"
542
+ },
543
+ {
544
+ "inputs": [],
545
+ "name": "getPercentFee",
546
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
547
+ "stateMutability": "view",
548
+ "type": "function"
549
+ },
550
+ {
551
+ "inputs": [
552
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" }
553
+ ],
554
+ "name": "getPool",
555
+ "outputs": [
556
+ {
557
+ "components": [
558
+ { "internalType": "bytes32", "name": "profileId", "type": "bytes32" },
559
+ {
560
+ "internalType": "contract IStrategy",
561
+ "name": "strategy",
562
+ "type": "address"
563
+ },
564
+ { "internalType": "address", "name": "token", "type": "address" },
565
+ {
566
+ "components": [
567
+ {
568
+ "internalType": "uint256",
569
+ "name": "protocol",
570
+ "type": "uint256"
571
+ },
572
+ { "internalType": "string", "name": "pointer", "type": "string" }
573
+ ],
574
+ "internalType": "struct Metadata",
575
+ "name": "metadata",
576
+ "type": "tuple"
577
+ },
578
+ {
579
+ "internalType": "bytes32",
580
+ "name": "managerRole",
581
+ "type": "bytes32"
582
+ },
583
+ { "internalType": "bytes32", "name": "adminRole", "type": "bytes32" }
584
+ ],
585
+ "internalType": "struct IAllo.Pool",
586
+ "name": "",
587
+ "type": "tuple"
588
+ }
589
+ ],
590
+ "stateMutability": "view",
591
+ "type": "function"
592
+ },
593
+ {
594
+ "inputs": [],
595
+ "name": "getRegistry",
596
+ "outputs": [
597
+ { "internalType": "contract IRegistry", "name": "", "type": "address" }
598
+ ],
599
+ "stateMutability": "view",
600
+ "type": "function"
601
+ },
602
+ {
603
+ "inputs": [
604
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" }
605
+ ],
606
+ "name": "getRoleAdmin",
607
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
608
+ "stateMutability": "view",
609
+ "type": "function"
610
+ },
611
+ {
612
+ "inputs": [
613
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" }
614
+ ],
615
+ "name": "getStrategy",
616
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
617
+ "stateMutability": "view",
618
+ "type": "function"
619
+ },
620
+ {
621
+ "inputs": [],
622
+ "name": "getTreasury",
623
+ "outputs": [
624
+ { "internalType": "address payable", "name": "", "type": "address" }
625
+ ],
626
+ "stateMutability": "view",
627
+ "type": "function"
628
+ },
629
+ {
630
+ "inputs": [
631
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" },
632
+ { "internalType": "address", "name": "account", "type": "address" }
633
+ ],
634
+ "name": "grantRole",
635
+ "outputs": [],
636
+ "stateMutability": "nonpayable",
637
+ "type": "function"
638
+ },
639
+ {
640
+ "inputs": [
641
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" },
642
+ { "internalType": "address", "name": "account", "type": "address" }
643
+ ],
644
+ "name": "hasRole",
645
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
646
+ "stateMutability": "view",
647
+ "type": "function"
648
+ },
649
+ {
650
+ "inputs": [
651
+ { "internalType": "address", "name": "_owner", "type": "address" },
652
+ { "internalType": "address", "name": "_registry", "type": "address" },
653
+ {
654
+ "internalType": "address payable",
655
+ "name": "_treasury",
656
+ "type": "address"
657
+ },
658
+ { "internalType": "uint256", "name": "_percentFee", "type": "uint256" },
659
+ { "internalType": "uint256", "name": "_baseFee", "type": "uint256" }
660
+ ],
661
+ "name": "initialize",
662
+ "outputs": [],
663
+ "stateMutability": "nonpayable",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "inputs": [
668
+ { "internalType": "address", "name": "_strategy", "type": "address" }
669
+ ],
670
+ "name": "isCloneableStrategy",
671
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
672
+ "stateMutability": "view",
673
+ "type": "function"
674
+ },
675
+ {
676
+ "inputs": [
677
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" },
678
+ { "internalType": "address", "name": "_address", "type": "address" }
679
+ ],
680
+ "name": "isPoolAdmin",
681
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
682
+ "stateMutability": "view",
683
+ "type": "function"
684
+ },
685
+ {
686
+ "inputs": [
687
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" },
688
+ { "internalType": "address", "name": "_address", "type": "address" }
689
+ ],
690
+ "name": "isPoolManager",
691
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
692
+ "stateMutability": "view",
693
+ "type": "function"
694
+ },
695
+ {
696
+ "inputs": [],
697
+ "name": "owner",
698
+ "outputs": [
699
+ { "internalType": "address", "name": "result", "type": "address" }
700
+ ],
701
+ "stateMutability": "view",
702
+ "type": "function"
703
+ },
704
+ {
705
+ "inputs": [
706
+ { "internalType": "address", "name": "pendingOwner", "type": "address" }
707
+ ],
708
+ "name": "ownershipHandoverExpiresAt",
709
+ "outputs": [
710
+ { "internalType": "uint256", "name": "result", "type": "uint256" }
711
+ ],
712
+ "stateMutability": "view",
713
+ "type": "function"
714
+ },
715
+ {
716
+ "inputs": [
717
+ { "internalType": "address", "name": "_token", "type": "address" },
718
+ { "internalType": "address", "name": "_recipient", "type": "address" }
719
+ ],
720
+ "name": "recoverFunds",
721
+ "outputs": [],
722
+ "stateMutability": "nonpayable",
723
+ "type": "function"
724
+ },
725
+ {
726
+ "inputs": [
727
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" },
728
+ { "internalType": "bytes", "name": "_data", "type": "bytes" }
729
+ ],
730
+ "name": "registerRecipient",
731
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
732
+ "stateMutability": "payable",
733
+ "type": "function"
734
+ },
735
+ {
736
+ "inputs": [
737
+ { "internalType": "address", "name": "_strategy", "type": "address" }
738
+ ],
739
+ "name": "removeFromCloneableStrategies",
740
+ "outputs": [],
741
+ "stateMutability": "nonpayable",
742
+ "type": "function"
743
+ },
744
+ {
745
+ "inputs": [
746
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" },
747
+ { "internalType": "address", "name": "_manager", "type": "address" }
748
+ ],
749
+ "name": "removePoolManager",
750
+ "outputs": [],
751
+ "stateMutability": "nonpayable",
752
+ "type": "function"
753
+ },
754
+ {
755
+ "inputs": [],
756
+ "name": "renounceOwnership",
757
+ "outputs": [],
758
+ "stateMutability": "payable",
759
+ "type": "function"
760
+ },
761
+ {
762
+ "inputs": [
763
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" },
764
+ { "internalType": "address", "name": "account", "type": "address" }
765
+ ],
766
+ "name": "renounceRole",
767
+ "outputs": [],
768
+ "stateMutability": "nonpayable",
769
+ "type": "function"
770
+ },
771
+ {
772
+ "inputs": [],
773
+ "name": "requestOwnershipHandover",
774
+ "outputs": [],
775
+ "stateMutability": "payable",
776
+ "type": "function"
777
+ },
778
+ {
779
+ "inputs": [
780
+ { "internalType": "bytes32", "name": "role", "type": "bytes32" },
781
+ { "internalType": "address", "name": "account", "type": "address" }
782
+ ],
783
+ "name": "revokeRole",
784
+ "outputs": [],
785
+ "stateMutability": "nonpayable",
786
+ "type": "function"
787
+ },
788
+ {
789
+ "inputs": [
790
+ { "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" }
791
+ ],
792
+ "name": "supportsInterface",
793
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
794
+ "stateMutability": "view",
795
+ "type": "function"
796
+ },
797
+ {
798
+ "inputs": [
799
+ { "internalType": "address", "name": "newOwner", "type": "address" }
800
+ ],
801
+ "name": "transferOwnership",
802
+ "outputs": [],
803
+ "stateMutability": "payable",
804
+ "type": "function"
805
+ },
806
+ {
807
+ "inputs": [
808
+ { "internalType": "uint256", "name": "_baseFee", "type": "uint256" }
809
+ ],
810
+ "name": "updateBaseFee",
811
+ "outputs": [],
812
+ "stateMutability": "nonpayable",
813
+ "type": "function"
814
+ },
815
+ {
816
+ "inputs": [
817
+ { "internalType": "uint256", "name": "_percentFee", "type": "uint256" }
818
+ ],
819
+ "name": "updatePercentFee",
820
+ "outputs": [],
821
+ "stateMutability": "nonpayable",
822
+ "type": "function"
823
+ },
824
+ {
825
+ "inputs": [
826
+ { "internalType": "uint256", "name": "_poolId", "type": "uint256" },
827
+ {
828
+ "components": [
829
+ { "internalType": "uint256", "name": "protocol", "type": "uint256" },
830
+ { "internalType": "string", "name": "pointer", "type": "string" }
831
+ ],
832
+ "internalType": "struct Metadata",
833
+ "name": "_metadata",
834
+ "type": "tuple"
835
+ }
836
+ ],
837
+ "name": "updatePoolMetadata",
838
+ "outputs": [],
839
+ "stateMutability": "nonpayable",
840
+ "type": "function"
841
+ },
842
+ {
843
+ "inputs": [
844
+ { "internalType": "address", "name": "_registry", "type": "address" }
845
+ ],
846
+ "name": "updateRegistry",
847
+ "outputs": [],
848
+ "stateMutability": "nonpayable",
849
+ "type": "function"
850
+ },
851
+ {
852
+ "inputs": [
853
+ {
854
+ "internalType": "address payable",
855
+ "name": "_treasury",
856
+ "type": "address"
857
+ }
858
+ ],
859
+ "name": "updateTreasury",
860
+ "outputs": [],
861
+ "stateMutability": "nonpayable",
862
+ "type": "function"
863
+ }
864
+ ]