@pearldigital/p3-abis 3.0.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +10 -2
  3. package/src/IAbstractFeeModule.d.ts +1 -1
  4. package/src/IAbstractTimelockUpgrade.d.ts +1 -1
  5. package/src/IAbstractTreasuryManagerRestricted.d.ts +1 -1
  6. package/src/IAbstractTreasuryRestricted.d.ts +1 -1
  7. package/src/IEquityTransferModule.d.ts +721 -0
  8. package/src/IEquityTransferModule.js +721 -0
  9. package/src/IP3AgentLimitComplianceModule.d.ts +1 -1
  10. package/src/IP3AgenticRegistryManager.d.ts +1 -1
  11. package/src/IP3AttestationManager.d.ts +1 -1
  12. package/src/IP3BasicToken.d.ts +1 -1
  13. package/src/IP3ComplianceFactory.d.ts +1 -1
  14. package/src/IP3ComplianceModule.d.ts +1 -1
  15. package/src/IP3DepositToken.d.ts +1 -1
  16. package/src/IP3DigitalSecurityToken.d.ts +1 -1
  17. package/src/IP3EIP3009.d.ts +1 -1
  18. package/src/IP3ERC20ConverterManager.d.ts +1 -1
  19. package/src/IP3ERC8004Connector.d.ts +1 -1
  20. package/src/IP3EquityVault.d.ts +1473 -0
  21. package/src/IP3EquityVault.js +1473 -0
  22. package/src/IP3FXSwap.d.ts +1 -1
  23. package/src/IP3ModularCompliance.d.ts +1 -1
  24. package/src/IP3RWAVault.d.ts +1182 -0
  25. package/src/IP3RWAVault.js +1182 -0
  26. package/src/IP3ReputationComplianceModule.d.ts +40 -1
  27. package/src/IP3ReputationComplianceModule.js +39 -0
  28. package/src/IP3ReputationRegistry.d.ts +300 -0
  29. package/src/IP3ReputationRegistry.js +300 -0
  30. package/src/IP3StablecoinSwap.d.ts +1 -1
  31. package/src/IP3StablecoinToken.d.ts +1 -1
  32. package/src/IP3TokensFactory.d.ts +1 -1
  33. package/src/IP3TransferManager.d.ts +1 -1
  34. package/src/IP3TreasuryManager.d.ts +176 -1
  35. package/src/IP3TreasuryManager.js +175 -0
  36. package/src/IP3YieldBearingStablecoinToken.d.ts +1 -1
  37. package/src/IRecoveryVelocityComplianceModule.d.ts +1 -1
  38. package/src/ISolvencyComplianceModule.d.ts +1 -1
  39. package/src/index.d.ts +4 -0
  40. package/src/index.js +4 -0
@@ -0,0 +1,721 @@
1
+ // Auto-generated by scripts/build-abis.mjs. Do not edit by hand.
2
+ export declare const abi: [
3
+ {
4
+ "type": "function",
5
+ "name": "agenticRegistry",
6
+ "inputs": [],
7
+ "outputs": [
8
+ {
9
+ "name": "",
10
+ "type": "address",
11
+ "internalType": "contract IP3AgenticRegistryManager"
12
+ }
13
+ ],
14
+ "stateMutability": "view"
15
+ },
16
+ {
17
+ "type": "function",
18
+ "name": "bindCompliance",
19
+ "inputs": [
20
+ {
21
+ "name": "_compliance",
22
+ "type": "address",
23
+ "internalType": "address"
24
+ }
25
+ ],
26
+ "outputs": [],
27
+ "stateMutability": "nonpayable"
28
+ },
29
+ {
30
+ "type": "function",
31
+ "name": "canComplianceBind",
32
+ "inputs": [
33
+ {
34
+ "name": "_compliance",
35
+ "type": "address",
36
+ "internalType": "address"
37
+ }
38
+ ],
39
+ "outputs": [
40
+ {
41
+ "name": "",
42
+ "type": "bool",
43
+ "internalType": "bool"
44
+ }
45
+ ],
46
+ "stateMutability": "view"
47
+ },
48
+ {
49
+ "type": "function",
50
+ "name": "complianceFactory",
51
+ "inputs": [],
52
+ "outputs": [
53
+ {
54
+ "name": "",
55
+ "type": "address",
56
+ "internalType": "contract IP3ComplianceFactory"
57
+ }
58
+ ],
59
+ "stateMutability": "view"
60
+ },
61
+ {
62
+ "type": "function",
63
+ "name": "hasClaim",
64
+ "inputs": [
65
+ {
66
+ "name": "userAddress_",
67
+ "type": "address",
68
+ "internalType": "address"
69
+ },
70
+ {
71
+ "name": "userType_",
72
+ "type": "uint8",
73
+ "internalType": "enum IP3AgenticRegistryManager.P3PermissionedUser"
74
+ }
75
+ ],
76
+ "outputs": [
77
+ {
78
+ "name": "",
79
+ "type": "bool",
80
+ "internalType": "bool"
81
+ }
82
+ ],
83
+ "stateMutability": "view"
84
+ },
85
+ {
86
+ "type": "function",
87
+ "name": "isActiveAgent",
88
+ "inputs": [
89
+ {
90
+ "name": "walletAddress_",
91
+ "type": "address",
92
+ "internalType": "address"
93
+ }
94
+ ],
95
+ "outputs": [
96
+ {
97
+ "name": "",
98
+ "type": "bool",
99
+ "internalType": "bool"
100
+ }
101
+ ],
102
+ "stateMutability": "view"
103
+ },
104
+ {
105
+ "type": "function",
106
+ "name": "isCalculatingAgent",
107
+ "inputs": [
108
+ {
109
+ "name": "walletAddress_",
110
+ "type": "address",
111
+ "internalType": "address"
112
+ }
113
+ ],
114
+ "outputs": [
115
+ {
116
+ "name": "",
117
+ "type": "bool",
118
+ "internalType": "bool"
119
+ }
120
+ ],
121
+ "stateMutability": "view"
122
+ },
123
+ {
124
+ "type": "function",
125
+ "name": "isComplianceBound",
126
+ "inputs": [
127
+ {
128
+ "name": "_compliance",
129
+ "type": "address",
130
+ "internalType": "address"
131
+ }
132
+ ],
133
+ "outputs": [
134
+ {
135
+ "name": "",
136
+ "type": "bool",
137
+ "internalType": "bool"
138
+ }
139
+ ],
140
+ "stateMutability": "view"
141
+ },
142
+ {
143
+ "type": "function",
144
+ "name": "isCustodian",
145
+ "inputs": [
146
+ {
147
+ "name": "walletAddress_",
148
+ "type": "address",
149
+ "internalType": "address"
150
+ }
151
+ ],
152
+ "outputs": [
153
+ {
154
+ "name": "",
155
+ "type": "bool",
156
+ "internalType": "bool"
157
+ }
158
+ ],
159
+ "stateMutability": "view"
160
+ },
161
+ {
162
+ "type": "function",
163
+ "name": "isDistributor",
164
+ "inputs": [
165
+ {
166
+ "name": "walletAddress_",
167
+ "type": "address",
168
+ "internalType": "address"
169
+ }
170
+ ],
171
+ "outputs": [
172
+ {
173
+ "name": "",
174
+ "type": "bool",
175
+ "internalType": "bool"
176
+ }
177
+ ],
178
+ "stateMutability": "view"
179
+ },
180
+ {
181
+ "type": "function",
182
+ "name": "isEuCountry",
183
+ "inputs": [
184
+ {
185
+ "name": "isoCountry_",
186
+ "type": "uint16",
187
+ "internalType": "uint16"
188
+ }
189
+ ],
190
+ "outputs": [
191
+ {
192
+ "name": "",
193
+ "type": "bool",
194
+ "internalType": "bool"
195
+ }
196
+ ],
197
+ "stateMutability": "view"
198
+ },
199
+ {
200
+ "type": "function",
201
+ "name": "isFundAccountant",
202
+ "inputs": [
203
+ {
204
+ "name": "walletAddress_",
205
+ "type": "address",
206
+ "internalType": "address"
207
+ }
208
+ ],
209
+ "outputs": [
210
+ {
211
+ "name": "",
212
+ "type": "bool",
213
+ "internalType": "bool"
214
+ }
215
+ ],
216
+ "stateMutability": "view"
217
+ },
218
+ {
219
+ "type": "function",
220
+ "name": "isInvestor",
221
+ "inputs": [
222
+ {
223
+ "name": "walletAddress_",
224
+ "type": "address",
225
+ "internalType": "address"
226
+ }
227
+ ],
228
+ "outputs": [
229
+ {
230
+ "name": "",
231
+ "type": "bool",
232
+ "internalType": "bool"
233
+ }
234
+ ],
235
+ "stateMutability": "view"
236
+ },
237
+ {
238
+ "type": "function",
239
+ "name": "isManager",
240
+ "inputs": [
241
+ {
242
+ "name": "walletAddress_",
243
+ "type": "address",
244
+ "internalType": "address"
245
+ }
246
+ ],
247
+ "outputs": [
248
+ {
249
+ "name": "",
250
+ "type": "bool",
251
+ "internalType": "bool"
252
+ }
253
+ ],
254
+ "stateMutability": "view"
255
+ },
256
+ {
257
+ "type": "function",
258
+ "name": "isPlugAndPlay",
259
+ "inputs": [],
260
+ "outputs": [
261
+ {
262
+ "name": "",
263
+ "type": "bool",
264
+ "internalType": "bool"
265
+ }
266
+ ],
267
+ "stateMutability": "pure"
268
+ },
269
+ {
270
+ "type": "function",
271
+ "name": "isProfessionalInvestor",
272
+ "inputs": [
273
+ {
274
+ "name": "investor_",
275
+ "type": "address",
276
+ "internalType": "address"
277
+ }
278
+ ],
279
+ "outputs": [
280
+ {
281
+ "name": "",
282
+ "type": "bool",
283
+ "internalType": "bool"
284
+ }
285
+ ],
286
+ "stateMutability": "view"
287
+ },
288
+ {
289
+ "type": "function",
290
+ "name": "isTransferAgent",
291
+ "inputs": [
292
+ {
293
+ "name": "walletAddress_",
294
+ "type": "address",
295
+ "internalType": "address"
296
+ }
297
+ ],
298
+ "outputs": [
299
+ {
300
+ "name": "",
301
+ "type": "bool",
302
+ "internalType": "bool"
303
+ }
304
+ ],
305
+ "stateMutability": "view"
306
+ },
307
+ {
308
+ "type": "function",
309
+ "name": "isTreasury",
310
+ "inputs": [
311
+ {
312
+ "name": "walletAddress_",
313
+ "type": "address",
314
+ "internalType": "address"
315
+ }
316
+ ],
317
+ "outputs": [
318
+ {
319
+ "name": "",
320
+ "type": "bool",
321
+ "internalType": "bool"
322
+ }
323
+ ],
324
+ "stateMutability": "view"
325
+ },
326
+ {
327
+ "type": "function",
328
+ "name": "isUser",
329
+ "inputs": [
330
+ {
331
+ "name": "walletAddress_",
332
+ "type": "address",
333
+ "internalType": "address"
334
+ }
335
+ ],
336
+ "outputs": [
337
+ {
338
+ "name": "",
339
+ "type": "bool",
340
+ "internalType": "bool"
341
+ }
342
+ ],
343
+ "stateMutability": "view"
344
+ },
345
+ {
346
+ "type": "function",
347
+ "name": "moduleBurnAction",
348
+ "inputs": [
349
+ {
350
+ "name": "_from",
351
+ "type": "address",
352
+ "internalType": "address"
353
+ },
354
+ {
355
+ "name": "_value",
356
+ "type": "uint256",
357
+ "internalType": "uint256"
358
+ }
359
+ ],
360
+ "outputs": [],
361
+ "stateMutability": "nonpayable"
362
+ },
363
+ {
364
+ "type": "function",
365
+ "name": "moduleCheck",
366
+ "inputs": [
367
+ {
368
+ "name": "_from",
369
+ "type": "address",
370
+ "internalType": "address"
371
+ },
372
+ {
373
+ "name": "_to",
374
+ "type": "address",
375
+ "internalType": "address"
376
+ },
377
+ {
378
+ "name": "_value",
379
+ "type": "uint256",
380
+ "internalType": "uint256"
381
+ },
382
+ {
383
+ "name": "_compliance",
384
+ "type": "address",
385
+ "internalType": "address"
386
+ }
387
+ ],
388
+ "outputs": [
389
+ {
390
+ "name": "",
391
+ "type": "bool",
392
+ "internalType": "bool"
393
+ }
394
+ ],
395
+ "stateMutability": "view"
396
+ },
397
+ {
398
+ "type": "function",
399
+ "name": "moduleMintAction",
400
+ "inputs": [
401
+ {
402
+ "name": "_to",
403
+ "type": "address",
404
+ "internalType": "address"
405
+ },
406
+ {
407
+ "name": "_value",
408
+ "type": "uint256",
409
+ "internalType": "uint256"
410
+ }
411
+ ],
412
+ "outputs": [],
413
+ "stateMutability": "nonpayable"
414
+ },
415
+ {
416
+ "type": "function",
417
+ "name": "moduleTransferAction",
418
+ "inputs": [
419
+ {
420
+ "name": "_from",
421
+ "type": "address",
422
+ "internalType": "address"
423
+ },
424
+ {
425
+ "name": "_to",
426
+ "type": "address",
427
+ "internalType": "address"
428
+ },
429
+ {
430
+ "name": "_value",
431
+ "type": "uint256",
432
+ "internalType": "uint256"
433
+ }
434
+ ],
435
+ "outputs": [],
436
+ "stateMutability": "nonpayable"
437
+ },
438
+ {
439
+ "type": "function",
440
+ "name": "name",
441
+ "inputs": [],
442
+ "outputs": [
443
+ {
444
+ "name": "_name",
445
+ "type": "string",
446
+ "internalType": "string"
447
+ }
448
+ ],
449
+ "stateMutability": "pure"
450
+ },
451
+ {
452
+ "type": "function",
453
+ "name": "setAgenticRegistry",
454
+ "inputs": [
455
+ {
456
+ "name": "p3AgenticRegistry_",
457
+ "type": "address",
458
+ "internalType": "address"
459
+ }
460
+ ],
461
+ "outputs": [],
462
+ "stateMutability": "nonpayable"
463
+ },
464
+ {
465
+ "type": "function",
466
+ "name": "setComplianceFactory",
467
+ "inputs": [
468
+ {
469
+ "name": "newComplianceFactory_",
470
+ "type": "address",
471
+ "internalType": "address"
472
+ }
473
+ ],
474
+ "outputs": [],
475
+ "stateMutability": "nonpayable"
476
+ },
477
+ {
478
+ "type": "function",
479
+ "name": "setEuCountry",
480
+ "inputs": [
481
+ {
482
+ "name": "isoCountry_",
483
+ "type": "uint16",
484
+ "internalType": "uint16"
485
+ },
486
+ {
487
+ "name": "restricted_",
488
+ "type": "bool",
489
+ "internalType": "bool"
490
+ }
491
+ ],
492
+ "outputs": [],
493
+ "stateMutability": "nonpayable"
494
+ },
495
+ {
496
+ "type": "function",
497
+ "name": "setProfessionalInvestor",
498
+ "inputs": [
499
+ {
500
+ "name": "investor_",
501
+ "type": "address",
502
+ "internalType": "address"
503
+ },
504
+ {
505
+ "name": "exempt_",
506
+ "type": "bool",
507
+ "internalType": "bool"
508
+ }
509
+ ],
510
+ "outputs": [],
511
+ "stateMutability": "nonpayable"
512
+ },
513
+ {
514
+ "type": "function",
515
+ "name": "unbindCompliance",
516
+ "inputs": [
517
+ {
518
+ "name": "_compliance",
519
+ "type": "address",
520
+ "internalType": "address"
521
+ }
522
+ ],
523
+ "outputs": [],
524
+ "stateMutability": "nonpayable"
525
+ },
526
+ {
527
+ "type": "event",
528
+ "name": "AgenticRegistryUpdated",
529
+ "inputs": [
530
+ {
531
+ "name": "oldRegistry",
532
+ "type": "address",
533
+ "indexed": false,
534
+ "internalType": "address"
535
+ },
536
+ {
537
+ "name": "newRegistry",
538
+ "type": "address",
539
+ "indexed": false,
540
+ "internalType": "address"
541
+ }
542
+ ],
543
+ "anonymous": false
544
+ },
545
+ {
546
+ "type": "event",
547
+ "name": "ComplianceBound",
548
+ "inputs": [
549
+ {
550
+ "name": "_compliance",
551
+ "type": "address",
552
+ "indexed": true,
553
+ "internalType": "address"
554
+ }
555
+ ],
556
+ "anonymous": false
557
+ },
558
+ {
559
+ "type": "event",
560
+ "name": "ComplianceFactoryUpdated",
561
+ "inputs": [
562
+ {
563
+ "name": "oldFactory",
564
+ "type": "address",
565
+ "indexed": false,
566
+ "internalType": "address"
567
+ },
568
+ {
569
+ "name": "newFactory",
570
+ "type": "address",
571
+ "indexed": false,
572
+ "internalType": "address"
573
+ }
574
+ ],
575
+ "anonymous": false
576
+ },
577
+ {
578
+ "type": "event",
579
+ "name": "ComplianceUnbound",
580
+ "inputs": [
581
+ {
582
+ "name": "_compliance",
583
+ "type": "address",
584
+ "indexed": true,
585
+ "internalType": "address"
586
+ }
587
+ ],
588
+ "anonymous": false
589
+ },
590
+ {
591
+ "type": "event",
592
+ "name": "EuCountrySet",
593
+ "inputs": [
594
+ {
595
+ "name": "isoCountry",
596
+ "type": "uint16",
597
+ "indexed": true,
598
+ "internalType": "uint16"
599
+ },
600
+ {
601
+ "name": "restricted",
602
+ "type": "bool",
603
+ "indexed": false,
604
+ "internalType": "bool"
605
+ }
606
+ ],
607
+ "anonymous": false
608
+ },
609
+ {
610
+ "type": "event",
611
+ "name": "P3TokenTransferred",
612
+ "inputs": [
613
+ {
614
+ "name": "tokenType",
615
+ "type": "uint8",
616
+ "indexed": false,
617
+ "internalType": "enum IP3BasicToken.P3TokenTypes"
618
+ },
619
+ {
620
+ "name": "tokenAddr",
621
+ "type": "address",
622
+ "indexed": true,
623
+ "internalType": "address"
624
+ },
625
+ {
626
+ "name": "from",
627
+ "type": "address",
628
+ "indexed": false,
629
+ "internalType": "address"
630
+ },
631
+ {
632
+ "name": "to",
633
+ "type": "address",
634
+ "indexed": false,
635
+ "internalType": "address"
636
+ },
637
+ {
638
+ "name": "amount",
639
+ "type": "uint256",
640
+ "indexed": false,
641
+ "internalType": "uint256"
642
+ }
643
+ ],
644
+ "anonymous": false
645
+ },
646
+ {
647
+ "type": "event",
648
+ "name": "ProfessionalInvestorSet",
649
+ "inputs": [
650
+ {
651
+ "name": "investor",
652
+ "type": "address",
653
+ "indexed": true,
654
+ "internalType": "address"
655
+ },
656
+ {
657
+ "name": "exempt",
658
+ "type": "bool",
659
+ "indexed": false,
660
+ "internalType": "bool"
661
+ }
662
+ ],
663
+ "anonymous": false
664
+ },
665
+ {
666
+ "type": "error",
667
+ "name": "P3ComplianceModuleComplianceIsAlreadyBound",
668
+ "inputs": [
669
+ {
670
+ "name": "compliance",
671
+ "type": "address",
672
+ "internalType": "address"
673
+ }
674
+ ]
675
+ },
676
+ {
677
+ "type": "error",
678
+ "name": "P3ComplianceModuleInvalidCompliance",
679
+ "inputs": [
680
+ {
681
+ "name": "compliance",
682
+ "type": "address",
683
+ "internalType": "address"
684
+ }
685
+ ]
686
+ },
687
+ {
688
+ "type": "error",
689
+ "name": "P3ComplianceModuleNotABoundCompliance",
690
+ "inputs": [
691
+ {
692
+ "name": "compliance",
693
+ "type": "address",
694
+ "internalType": "address"
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "type": "error",
700
+ "name": "P3ComplianceModuleNotAnApprovedCompliance",
701
+ "inputs": [
702
+ {
703
+ "name": "compliance",
704
+ "type": "address",
705
+ "internalType": "address"
706
+ }
707
+ ]
708
+ },
709
+ {
710
+ "type": "error",
711
+ "name": "P3IsZeroAddress",
712
+ "inputs": [
713
+ {
714
+ "name": "",
715
+ "type": "string",
716
+ "internalType": "string"
717
+ }
718
+ ]
719
+ }
720
+ ];
721
+ export default abi;