@pearldigital/p3-abis 3.2.0 → 3.2.3
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/package.json +1 -1
- package/src/IP3AgenticRegistryManager.d.ts +69 -0
- package/src/IP3AgenticRegistryManager.js +69 -0
- package/src/IP3AttestationManager.d.ts +62 -0
- package/src/IP3AttestationManager.js +62 -0
- package/src/IP3EquityVault.d.ts +95 -0
- package/src/IP3EquityVault.js +95 -0
- package/src/IP3ModularCompliance.d.ts +54 -0
- package/src/IP3ModularCompliance.js +54 -0
- package/src/IP3RWAVault.d.ts +152 -1
- package/src/IP3RWAVault.js +152 -1
- package/src/IP3ReputationRegistry.d.ts +42 -0
- package/src/IP3ReputationRegistry.js +42 -0
- package/src/IP3StablecoinSwap.d.ts +53 -0
- package/src/IP3StablecoinSwap.js +53 -0
- package/src/IP3TreasuryManager.d.ts +138 -8
- package/src/IP3TreasuryManager.js +138 -8
package/src/IP3EquityVault.js
CHANGED
|
@@ -411,6 +411,16 @@ export const abi = [
|
|
|
411
411
|
"name": "nacreAmount_",
|
|
412
412
|
"type": "uint256",
|
|
413
413
|
"internalType": "uint256"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "minPrlusdOut_",
|
|
417
|
+
"type": "uint256",
|
|
418
|
+
"internalType": "uint256"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "deadline_",
|
|
422
|
+
"type": "uint256",
|
|
423
|
+
"internalType": "uint256"
|
|
414
424
|
}
|
|
415
425
|
],
|
|
416
426
|
"outputs": [
|
|
@@ -611,6 +621,16 @@ export const abi = [
|
|
|
611
621
|
"name": "assetAmount_",
|
|
612
622
|
"type": "uint256",
|
|
613
623
|
"internalType": "uint256"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "minNacreOut_",
|
|
627
|
+
"type": "uint256",
|
|
628
|
+
"internalType": "uint256"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "deadline_",
|
|
632
|
+
"type": "uint256",
|
|
633
|
+
"internalType": "uint256"
|
|
614
634
|
}
|
|
615
635
|
],
|
|
616
636
|
"outputs": [
|
|
@@ -1155,6 +1175,22 @@ export const abi = [
|
|
|
1155
1175
|
}
|
|
1156
1176
|
]
|
|
1157
1177
|
},
|
|
1178
|
+
{
|
|
1179
|
+
"type": "error",
|
|
1180
|
+
"name": "P3EquityVaultDeadlineExpired",
|
|
1181
|
+
"inputs": [
|
|
1182
|
+
{
|
|
1183
|
+
"name": "deadline",
|
|
1184
|
+
"type": "uint256",
|
|
1185
|
+
"internalType": "uint256"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "currentTime",
|
|
1189
|
+
"type": "uint256",
|
|
1190
|
+
"internalType": "uint256"
|
|
1191
|
+
}
|
|
1192
|
+
]
|
|
1193
|
+
},
|
|
1158
1194
|
{
|
|
1159
1195
|
"type": "error",
|
|
1160
1196
|
"name": "P3EquityVaultDecimalMismatch",
|
|
@@ -1283,6 +1319,22 @@ export const abi = [
|
|
|
1283
1319
|
"name": "P3EquityVaultInflowsPaused",
|
|
1284
1320
|
"inputs": []
|
|
1285
1321
|
},
|
|
1322
|
+
{
|
|
1323
|
+
"type": "error",
|
|
1324
|
+
"name": "P3EquityVaultInsufficientDividendReserve",
|
|
1325
|
+
"inputs": [
|
|
1326
|
+
{
|
|
1327
|
+
"name": "totalEntitlement",
|
|
1328
|
+
"type": "uint256",
|
|
1329
|
+
"internalType": "uint256"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "reserveBalance",
|
|
1333
|
+
"type": "uint256",
|
|
1334
|
+
"internalType": "uint256"
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
1286
1338
|
{
|
|
1287
1339
|
"type": "error",
|
|
1288
1340
|
"name": "P3EquityVaultInsufficientInventory",
|
|
@@ -1363,6 +1415,33 @@ export const abi = [
|
|
|
1363
1415
|
}
|
|
1364
1416
|
]
|
|
1365
1417
|
},
|
|
1418
|
+
{
|
|
1419
|
+
"type": "error",
|
|
1420
|
+
"name": "P3EquityVaultNavRateMoveExceedsMax",
|
|
1421
|
+
"inputs": [
|
|
1422
|
+
{
|
|
1423
|
+
"name": "moveBps",
|
|
1424
|
+
"type": "uint256",
|
|
1425
|
+
"internalType": "uint256"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "maxBps",
|
|
1429
|
+
"type": "uint256",
|
|
1430
|
+
"internalType": "uint256"
|
|
1431
|
+
}
|
|
1432
|
+
]
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"type": "error",
|
|
1436
|
+
"name": "P3EquityVaultNavRateUpdateTooFrequent",
|
|
1437
|
+
"inputs": [
|
|
1438
|
+
{
|
|
1439
|
+
"name": "nextAllowedAt",
|
|
1440
|
+
"type": "uint256",
|
|
1441
|
+
"internalType": "uint256"
|
|
1442
|
+
}
|
|
1443
|
+
]
|
|
1444
|
+
},
|
|
1366
1445
|
{
|
|
1367
1446
|
"type": "error",
|
|
1368
1447
|
"name": "P3EquityVaultNoRegistryScheduled",
|
|
@@ -1405,6 +1484,22 @@ export const abi = [
|
|
|
1405
1484
|
}
|
|
1406
1485
|
]
|
|
1407
1486
|
},
|
|
1487
|
+
{
|
|
1488
|
+
"type": "error",
|
|
1489
|
+
"name": "P3EquityVaultSlippageLimitExceeded",
|
|
1490
|
+
"inputs": [
|
|
1491
|
+
{
|
|
1492
|
+
"name": "amountOut",
|
|
1493
|
+
"type": "uint256",
|
|
1494
|
+
"internalType": "uint256"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"name": "minAmountOut",
|
|
1498
|
+
"type": "uint256",
|
|
1499
|
+
"internalType": "uint256"
|
|
1500
|
+
}
|
|
1501
|
+
]
|
|
1502
|
+
},
|
|
1408
1503
|
{
|
|
1409
1504
|
"type": "error",
|
|
1410
1505
|
"name": "P3EquityVaultSwapPairNotSupported",
|
|
@@ -282,6 +282,19 @@ export declare const abi: [
|
|
|
282
282
|
"outputs": [],
|
|
283
283
|
"stateMutability": "nonpayable"
|
|
284
284
|
},
|
|
285
|
+
{
|
|
286
|
+
"type": "function",
|
|
287
|
+
"name": "setComplianceFactory",
|
|
288
|
+
"inputs": [
|
|
289
|
+
{
|
|
290
|
+
"name": "factory_",
|
|
291
|
+
"type": "address",
|
|
292
|
+
"internalType": "address"
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"outputs": [],
|
|
296
|
+
"stateMutability": "nonpayable"
|
|
297
|
+
},
|
|
285
298
|
{
|
|
286
299
|
"type": "function",
|
|
287
300
|
"name": "setModuleCallDelay",
|
|
@@ -344,6 +357,25 @@ export declare const abi: [
|
|
|
344
357
|
"outputs": [],
|
|
345
358
|
"stateMutability": "nonpayable"
|
|
346
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"type": "event",
|
|
362
|
+
"name": "ComplianceFactoryUpdated",
|
|
363
|
+
"inputs": [
|
|
364
|
+
{
|
|
365
|
+
"name": "oldFactory",
|
|
366
|
+
"type": "address",
|
|
367
|
+
"indexed": true,
|
|
368
|
+
"internalType": "address"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "newFactory",
|
|
372
|
+
"type": "address",
|
|
373
|
+
"indexed": true,
|
|
374
|
+
"internalType": "address"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"anonymous": false
|
|
378
|
+
},
|
|
347
379
|
{
|
|
348
380
|
"type": "event",
|
|
349
381
|
"name": "MaxModulesCountUpdated",
|
|
@@ -708,6 +740,17 @@ export declare const abi: [
|
|
|
708
740
|
}
|
|
709
741
|
]
|
|
710
742
|
},
|
|
743
|
+
{
|
|
744
|
+
"type": "error",
|
|
745
|
+
"name": "P3ModuleNotAllowedByFactory",
|
|
746
|
+
"inputs": [
|
|
747
|
+
{
|
|
748
|
+
"name": "module",
|
|
749
|
+
"type": "address",
|
|
750
|
+
"internalType": "address"
|
|
751
|
+
}
|
|
752
|
+
]
|
|
753
|
+
},
|
|
711
754
|
{
|
|
712
755
|
"type": "error",
|
|
713
756
|
"name": "P3ModuleRemovalNotScheduled",
|
|
@@ -751,6 +794,17 @@ export declare const abi: [
|
|
|
751
794
|
}
|
|
752
795
|
]
|
|
753
796
|
},
|
|
797
|
+
{
|
|
798
|
+
"type": "error",
|
|
799
|
+
"name": "P3RebindModuleIncoherent",
|
|
800
|
+
"inputs": [
|
|
801
|
+
{
|
|
802
|
+
"name": "module",
|
|
803
|
+
"type": "address",
|
|
804
|
+
"internalType": "address"
|
|
805
|
+
}
|
|
806
|
+
]
|
|
807
|
+
},
|
|
754
808
|
{
|
|
755
809
|
"type": "error",
|
|
756
810
|
"name": "P3RebindNoTokenBound",
|
|
@@ -282,6 +282,19 @@ export const abi = [
|
|
|
282
282
|
"outputs": [],
|
|
283
283
|
"stateMutability": "nonpayable"
|
|
284
284
|
},
|
|
285
|
+
{
|
|
286
|
+
"type": "function",
|
|
287
|
+
"name": "setComplianceFactory",
|
|
288
|
+
"inputs": [
|
|
289
|
+
{
|
|
290
|
+
"name": "factory_",
|
|
291
|
+
"type": "address",
|
|
292
|
+
"internalType": "address"
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"outputs": [],
|
|
296
|
+
"stateMutability": "nonpayable"
|
|
297
|
+
},
|
|
285
298
|
{
|
|
286
299
|
"type": "function",
|
|
287
300
|
"name": "setModuleCallDelay",
|
|
@@ -344,6 +357,25 @@ export const abi = [
|
|
|
344
357
|
"outputs": [],
|
|
345
358
|
"stateMutability": "nonpayable"
|
|
346
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"type": "event",
|
|
362
|
+
"name": "ComplianceFactoryUpdated",
|
|
363
|
+
"inputs": [
|
|
364
|
+
{
|
|
365
|
+
"name": "oldFactory",
|
|
366
|
+
"type": "address",
|
|
367
|
+
"indexed": true,
|
|
368
|
+
"internalType": "address"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "newFactory",
|
|
372
|
+
"type": "address",
|
|
373
|
+
"indexed": true,
|
|
374
|
+
"internalType": "address"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"anonymous": false
|
|
378
|
+
},
|
|
347
379
|
{
|
|
348
380
|
"type": "event",
|
|
349
381
|
"name": "MaxModulesCountUpdated",
|
|
@@ -708,6 +740,17 @@ export const abi = [
|
|
|
708
740
|
}
|
|
709
741
|
]
|
|
710
742
|
},
|
|
743
|
+
{
|
|
744
|
+
"type": "error",
|
|
745
|
+
"name": "P3ModuleNotAllowedByFactory",
|
|
746
|
+
"inputs": [
|
|
747
|
+
{
|
|
748
|
+
"name": "module",
|
|
749
|
+
"type": "address",
|
|
750
|
+
"internalType": "address"
|
|
751
|
+
}
|
|
752
|
+
]
|
|
753
|
+
},
|
|
711
754
|
{
|
|
712
755
|
"type": "error",
|
|
713
756
|
"name": "P3ModuleRemovalNotScheduled",
|
|
@@ -751,6 +794,17 @@ export const abi = [
|
|
|
751
794
|
}
|
|
752
795
|
]
|
|
753
796
|
},
|
|
797
|
+
{
|
|
798
|
+
"type": "error",
|
|
799
|
+
"name": "P3RebindModuleIncoherent",
|
|
800
|
+
"inputs": [
|
|
801
|
+
{
|
|
802
|
+
"name": "module",
|
|
803
|
+
"type": "address",
|
|
804
|
+
"internalType": "address"
|
|
805
|
+
}
|
|
806
|
+
]
|
|
807
|
+
},
|
|
754
808
|
{
|
|
755
809
|
"type": "error",
|
|
756
810
|
"name": "P3RebindNoTokenBound",
|
package/src/IP3RWAVault.d.ts
CHANGED
|
@@ -13,6 +13,20 @@ export declare const abi: [
|
|
|
13
13
|
],
|
|
14
14
|
"stateMutability": "view"
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
"type": "function",
|
|
18
|
+
"name": "cancelAgenticRegistry",
|
|
19
|
+
"inputs": [],
|
|
20
|
+
"outputs": [],
|
|
21
|
+
"stateMutability": "nonpayable"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"type": "function",
|
|
25
|
+
"name": "executeAgenticRegistry",
|
|
26
|
+
"inputs": [],
|
|
27
|
+
"outputs": [],
|
|
28
|
+
"stateMutability": "nonpayable"
|
|
29
|
+
},
|
|
16
30
|
{
|
|
17
31
|
"type": "function",
|
|
18
32
|
"name": "getVault",
|
|
@@ -73,6 +87,11 @@ export declare const abi: [
|
|
|
73
87
|
"name": "pegRate",
|
|
74
88
|
"type": "uint256",
|
|
75
89
|
"internalType": "uint256"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "lastPegUpdate",
|
|
93
|
+
"type": "uint256",
|
|
94
|
+
"internalType": "uint256"
|
|
76
95
|
}
|
|
77
96
|
]
|
|
78
97
|
}
|
|
@@ -245,6 +264,16 @@ export declare const abi: [
|
|
|
245
264
|
"name": "vaultTokenAmount_",
|
|
246
265
|
"type": "uint256",
|
|
247
266
|
"internalType": "uint256"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "minPrlusdOut_",
|
|
270
|
+
"type": "uint256",
|
|
271
|
+
"internalType": "uint256"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "deadline_",
|
|
275
|
+
"type": "uint256",
|
|
276
|
+
"internalType": "uint256"
|
|
248
277
|
}
|
|
249
278
|
],
|
|
250
279
|
"outputs": [
|
|
@@ -303,7 +332,7 @@ export declare const abi: [
|
|
|
303
332
|
},
|
|
304
333
|
{
|
|
305
334
|
"type": "function",
|
|
306
|
-
"name": "
|
|
335
|
+
"name": "scheduleAgenticRegistry",
|
|
307
336
|
"inputs": [
|
|
308
337
|
{
|
|
309
338
|
"name": "agenticRegistry_",
|
|
@@ -484,6 +513,16 @@ export declare const abi: [
|
|
|
484
513
|
"name": "assetAmount_",
|
|
485
514
|
"type": "uint256",
|
|
486
515
|
"internalType": "uint256"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "minVaultTokenOut_",
|
|
519
|
+
"type": "uint256",
|
|
520
|
+
"internalType": "uint256"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "deadline_",
|
|
524
|
+
"type": "uint256",
|
|
525
|
+
"internalType": "uint256"
|
|
487
526
|
}
|
|
488
527
|
],
|
|
489
528
|
"outputs": [
|
|
@@ -585,6 +624,38 @@ export declare const abi: [
|
|
|
585
624
|
],
|
|
586
625
|
"stateMutability": "view"
|
|
587
626
|
},
|
|
627
|
+
{
|
|
628
|
+
"type": "event",
|
|
629
|
+
"name": "AgenticRegistryScheduleCancelled",
|
|
630
|
+
"inputs": [
|
|
631
|
+
{
|
|
632
|
+
"name": "cancelledAddress",
|
|
633
|
+
"type": "address",
|
|
634
|
+
"indexed": false,
|
|
635
|
+
"internalType": "address"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"anonymous": false
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"type": "event",
|
|
642
|
+
"name": "AgenticRegistryScheduled",
|
|
643
|
+
"inputs": [
|
|
644
|
+
{
|
|
645
|
+
"name": "newAddress",
|
|
646
|
+
"type": "address",
|
|
647
|
+
"indexed": false,
|
|
648
|
+
"internalType": "address"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "readyAt",
|
|
652
|
+
"type": "uint256",
|
|
653
|
+
"indexed": false,
|
|
654
|
+
"internalType": "uint256"
|
|
655
|
+
}
|
|
656
|
+
],
|
|
657
|
+
"anonymous": false
|
|
658
|
+
},
|
|
588
659
|
{
|
|
589
660
|
"type": "event",
|
|
590
661
|
"name": "AgenticRegistryUpdated",
|
|
@@ -1013,6 +1084,22 @@ export declare const abi: [
|
|
|
1013
1084
|
}
|
|
1014
1085
|
]
|
|
1015
1086
|
},
|
|
1087
|
+
{
|
|
1088
|
+
"type": "error",
|
|
1089
|
+
"name": "P3RWAVaultDeadlineExpired",
|
|
1090
|
+
"inputs": [
|
|
1091
|
+
{
|
|
1092
|
+
"name": "deadline",
|
|
1093
|
+
"type": "uint256",
|
|
1094
|
+
"internalType": "uint256"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"name": "currentTime",
|
|
1098
|
+
"type": "uint256",
|
|
1099
|
+
"internalType": "uint256"
|
|
1100
|
+
}
|
|
1101
|
+
]
|
|
1102
|
+
},
|
|
1016
1103
|
{
|
|
1017
1104
|
"type": "error",
|
|
1018
1105
|
"name": "P3RWAVaultDecimalMismatch",
|
|
@@ -1092,6 +1179,11 @@ export declare const abi: [
|
|
|
1092
1179
|
}
|
|
1093
1180
|
]
|
|
1094
1181
|
},
|
|
1182
|
+
{
|
|
1183
|
+
"type": "error",
|
|
1184
|
+
"name": "P3RWAVaultNoRegistryScheduled",
|
|
1185
|
+
"inputs": []
|
|
1186
|
+
},
|
|
1095
1187
|
{
|
|
1096
1188
|
"type": "error",
|
|
1097
1189
|
"name": "P3RWAVaultNotRegistered",
|
|
@@ -1146,6 +1238,65 @@ export declare const abi: [
|
|
|
1146
1238
|
}
|
|
1147
1239
|
]
|
|
1148
1240
|
},
|
|
1241
|
+
{
|
|
1242
|
+
"type": "error",
|
|
1243
|
+
"name": "P3RWAVaultPegRateMoveExceedsMax",
|
|
1244
|
+
"inputs": [
|
|
1245
|
+
{
|
|
1246
|
+
"name": "moveBps",
|
|
1247
|
+
"type": "uint256",
|
|
1248
|
+
"internalType": "uint256"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "maxBps",
|
|
1252
|
+
"type": "uint256",
|
|
1253
|
+
"internalType": "uint256"
|
|
1254
|
+
}
|
|
1255
|
+
]
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"type": "error",
|
|
1259
|
+
"name": "P3RWAVaultPegRateUpdateTooFrequent",
|
|
1260
|
+
"inputs": [
|
|
1261
|
+
{
|
|
1262
|
+
"name": "nextAllowedAt",
|
|
1263
|
+
"type": "uint256",
|
|
1264
|
+
"internalType": "uint256"
|
|
1265
|
+
}
|
|
1266
|
+
]
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"type": "error",
|
|
1270
|
+
"name": "P3RWAVaultRegistryTimelockNotElapsed",
|
|
1271
|
+
"inputs": [
|
|
1272
|
+
{
|
|
1273
|
+
"name": "readyAt",
|
|
1274
|
+
"type": "uint256",
|
|
1275
|
+
"internalType": "uint256"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "currentTime",
|
|
1279
|
+
"type": "uint256",
|
|
1280
|
+
"internalType": "uint256"
|
|
1281
|
+
}
|
|
1282
|
+
]
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"type": "error",
|
|
1286
|
+
"name": "P3RWAVaultSlippageLimitExceeded",
|
|
1287
|
+
"inputs": [
|
|
1288
|
+
{
|
|
1289
|
+
"name": "amountOut",
|
|
1290
|
+
"type": "uint256",
|
|
1291
|
+
"internalType": "uint256"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"name": "minAmountOut",
|
|
1295
|
+
"type": "uint256",
|
|
1296
|
+
"internalType": "uint256"
|
|
1297
|
+
}
|
|
1298
|
+
]
|
|
1299
|
+
},
|
|
1149
1300
|
{
|
|
1150
1301
|
"type": "error",
|
|
1151
1302
|
"name": "P3RWAVaultSwapYieldedZero",
|