@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/IP3RWAVault.js
CHANGED
|
@@ -13,6 +13,20 @@ export 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 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 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 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 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 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 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 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 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",
|
|
@@ -264,6 +264,22 @@ export declare const abi: [
|
|
|
264
264
|
"name": "P3ReputationRegistryEmptyClientFilter",
|
|
265
265
|
"inputs": []
|
|
266
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"type": "error",
|
|
269
|
+
"name": "P3ReputationRegistryFeedbackCapReached",
|
|
270
|
+
"inputs": [
|
|
271
|
+
{
|
|
272
|
+
"name": "agentId",
|
|
273
|
+
"type": "uint256",
|
|
274
|
+
"internalType": "uint256"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "cap",
|
|
278
|
+
"type": "uint256",
|
|
279
|
+
"internalType": "uint256"
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
},
|
|
267
283
|
{
|
|
268
284
|
"type": "error",
|
|
269
285
|
"name": "P3ReputationRegistryFeedbackNotFound",
|
|
@@ -280,6 +296,27 @@ export declare const abi: [
|
|
|
280
296
|
}
|
|
281
297
|
]
|
|
282
298
|
},
|
|
299
|
+
{
|
|
300
|
+
"type": "error",
|
|
301
|
+
"name": "P3ReputationRegistryInvalidMaxFeedback",
|
|
302
|
+
"inputs": []
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"type": "error",
|
|
306
|
+
"name": "P3ReputationRegistryTimelockNotElapsed",
|
|
307
|
+
"inputs": [
|
|
308
|
+
{
|
|
309
|
+
"name": "readyAt",
|
|
310
|
+
"type": "uint256",
|
|
311
|
+
"internalType": "uint256"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "currentTime",
|
|
315
|
+
"type": "uint256",
|
|
316
|
+
"internalType": "uint256"
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
},
|
|
283
320
|
{
|
|
284
321
|
"type": "error",
|
|
285
322
|
"name": "P3ReputationRegistryUnauthorizedRater",
|
|
@@ -291,6 +328,11 @@ export declare const abi: [
|
|
|
291
328
|
}
|
|
292
329
|
]
|
|
293
330
|
},
|
|
331
|
+
{
|
|
332
|
+
"type": "error",
|
|
333
|
+
"name": "P3ReputationRegistryUpgradeNotScheduled",
|
|
334
|
+
"inputs": []
|
|
335
|
+
},
|
|
294
336
|
{
|
|
295
337
|
"type": "error",
|
|
296
338
|
"name": "P3ReputationRegistryZeroRater",
|
|
@@ -264,6 +264,22 @@ export const abi = [
|
|
|
264
264
|
"name": "P3ReputationRegistryEmptyClientFilter",
|
|
265
265
|
"inputs": []
|
|
266
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"type": "error",
|
|
269
|
+
"name": "P3ReputationRegistryFeedbackCapReached",
|
|
270
|
+
"inputs": [
|
|
271
|
+
{
|
|
272
|
+
"name": "agentId",
|
|
273
|
+
"type": "uint256",
|
|
274
|
+
"internalType": "uint256"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "cap",
|
|
278
|
+
"type": "uint256",
|
|
279
|
+
"internalType": "uint256"
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
},
|
|
267
283
|
{
|
|
268
284
|
"type": "error",
|
|
269
285
|
"name": "P3ReputationRegistryFeedbackNotFound",
|
|
@@ -280,6 +296,27 @@ export const abi = [
|
|
|
280
296
|
}
|
|
281
297
|
]
|
|
282
298
|
},
|
|
299
|
+
{
|
|
300
|
+
"type": "error",
|
|
301
|
+
"name": "P3ReputationRegistryInvalidMaxFeedback",
|
|
302
|
+
"inputs": []
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"type": "error",
|
|
306
|
+
"name": "P3ReputationRegistryTimelockNotElapsed",
|
|
307
|
+
"inputs": [
|
|
308
|
+
{
|
|
309
|
+
"name": "readyAt",
|
|
310
|
+
"type": "uint256",
|
|
311
|
+
"internalType": "uint256"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "currentTime",
|
|
315
|
+
"type": "uint256",
|
|
316
|
+
"internalType": "uint256"
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
},
|
|
283
320
|
{
|
|
284
321
|
"type": "error",
|
|
285
322
|
"name": "P3ReputationRegistryUnauthorizedRater",
|
|
@@ -291,6 +328,11 @@ export const abi = [
|
|
|
291
328
|
}
|
|
292
329
|
]
|
|
293
330
|
},
|
|
331
|
+
{
|
|
332
|
+
"type": "error",
|
|
333
|
+
"name": "P3ReputationRegistryUpgradeNotScheduled",
|
|
334
|
+
"inputs": []
|
|
335
|
+
},
|
|
294
336
|
{
|
|
295
337
|
"type": "error",
|
|
296
338
|
"name": "P3ReputationRegistryZeroRater",
|
|
@@ -441,6 +441,16 @@ export declare const abi: [
|
|
|
441
441
|
"name": "amountIn_",
|
|
442
442
|
"type": "uint256",
|
|
443
443
|
"internalType": "uint256"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "minAmountOut_",
|
|
447
|
+
"type": "uint256",
|
|
448
|
+
"internalType": "uint256"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "deadline_",
|
|
452
|
+
"type": "uint256",
|
|
453
|
+
"internalType": "uint256"
|
|
444
454
|
}
|
|
445
455
|
],
|
|
446
456
|
"outputs": [
|
|
@@ -928,6 +938,22 @@ export declare const abi: [
|
|
|
928
938
|
"name": "AbstractFeeModuleInvalidFeeRecipient",
|
|
929
939
|
"inputs": []
|
|
930
940
|
},
|
|
941
|
+
{
|
|
942
|
+
"type": "error",
|
|
943
|
+
"name": "P3StablecoinSwapDeadlineExpired",
|
|
944
|
+
"inputs": [
|
|
945
|
+
{
|
|
946
|
+
"name": "deadline",
|
|
947
|
+
"type": "uint256",
|
|
948
|
+
"internalType": "uint256"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "currentTime",
|
|
952
|
+
"type": "uint256",
|
|
953
|
+
"internalType": "uint256"
|
|
954
|
+
}
|
|
955
|
+
]
|
|
956
|
+
},
|
|
931
957
|
{
|
|
932
958
|
"type": "error",
|
|
933
959
|
"name": "P3StablecoinSwapIdenticalTokens",
|
|
@@ -977,6 +1003,33 @@ export declare const abi: [
|
|
|
977
1003
|
}
|
|
978
1004
|
]
|
|
979
1005
|
},
|
|
1006
|
+
{
|
|
1007
|
+
"type": "error",
|
|
1008
|
+
"name": "P3StablecoinSwapRecoveryActive",
|
|
1009
|
+
"inputs": [
|
|
1010
|
+
{
|
|
1011
|
+
"name": "token",
|
|
1012
|
+
"type": "address",
|
|
1013
|
+
"internalType": "address"
|
|
1014
|
+
}
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"type": "error",
|
|
1019
|
+
"name": "P3StablecoinSwapSlippageLimitExceeded",
|
|
1020
|
+
"inputs": [
|
|
1021
|
+
{
|
|
1022
|
+
"name": "amountOut",
|
|
1023
|
+
"type": "uint256",
|
|
1024
|
+
"internalType": "uint256"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "minAmountOut",
|
|
1028
|
+
"type": "uint256",
|
|
1029
|
+
"internalType": "uint256"
|
|
1030
|
+
}
|
|
1031
|
+
]
|
|
1032
|
+
},
|
|
980
1033
|
{
|
|
981
1034
|
"type": "error",
|
|
982
1035
|
"name": "P3StablecoinSwapUnsupportedPair",
|
package/src/IP3StablecoinSwap.js
CHANGED
|
@@ -441,6 +441,16 @@ export const abi = [
|
|
|
441
441
|
"name": "amountIn_",
|
|
442
442
|
"type": "uint256",
|
|
443
443
|
"internalType": "uint256"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "minAmountOut_",
|
|
447
|
+
"type": "uint256",
|
|
448
|
+
"internalType": "uint256"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "deadline_",
|
|
452
|
+
"type": "uint256",
|
|
453
|
+
"internalType": "uint256"
|
|
444
454
|
}
|
|
445
455
|
],
|
|
446
456
|
"outputs": [
|
|
@@ -928,6 +938,22 @@ export const abi = [
|
|
|
928
938
|
"name": "AbstractFeeModuleInvalidFeeRecipient",
|
|
929
939
|
"inputs": []
|
|
930
940
|
},
|
|
941
|
+
{
|
|
942
|
+
"type": "error",
|
|
943
|
+
"name": "P3StablecoinSwapDeadlineExpired",
|
|
944
|
+
"inputs": [
|
|
945
|
+
{
|
|
946
|
+
"name": "deadline",
|
|
947
|
+
"type": "uint256",
|
|
948
|
+
"internalType": "uint256"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "currentTime",
|
|
952
|
+
"type": "uint256",
|
|
953
|
+
"internalType": "uint256"
|
|
954
|
+
}
|
|
955
|
+
]
|
|
956
|
+
},
|
|
931
957
|
{
|
|
932
958
|
"type": "error",
|
|
933
959
|
"name": "P3StablecoinSwapIdenticalTokens",
|
|
@@ -977,6 +1003,33 @@ export const abi = [
|
|
|
977
1003
|
}
|
|
978
1004
|
]
|
|
979
1005
|
},
|
|
1006
|
+
{
|
|
1007
|
+
"type": "error",
|
|
1008
|
+
"name": "P3StablecoinSwapRecoveryActive",
|
|
1009
|
+
"inputs": [
|
|
1010
|
+
{
|
|
1011
|
+
"name": "token",
|
|
1012
|
+
"type": "address",
|
|
1013
|
+
"internalType": "address"
|
|
1014
|
+
}
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"type": "error",
|
|
1019
|
+
"name": "P3StablecoinSwapSlippageLimitExceeded",
|
|
1020
|
+
"inputs": [
|
|
1021
|
+
{
|
|
1022
|
+
"name": "amountOut",
|
|
1023
|
+
"type": "uint256",
|
|
1024
|
+
"internalType": "uint256"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "minAmountOut",
|
|
1028
|
+
"type": "uint256",
|
|
1029
|
+
"internalType": "uint256"
|
|
1030
|
+
}
|
|
1031
|
+
]
|
|
1032
|
+
},
|
|
980
1033
|
{
|
|
981
1034
|
"type": "error",
|
|
982
1035
|
"name": "P3StablecoinSwapUnsupportedPair",
|
|
@@ -23,6 +23,13 @@ export declare const abi: [
|
|
|
23
23
|
"outputs": [],
|
|
24
24
|
"stateMutability": "nonpayable"
|
|
25
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"type": "function",
|
|
28
|
+
"name": "cancelAttestationManager",
|
|
29
|
+
"inputs": [],
|
|
30
|
+
"outputs": [],
|
|
31
|
+
"stateMutability": "nonpayable"
|
|
32
|
+
},
|
|
26
33
|
{
|
|
27
34
|
"type": "function",
|
|
28
35
|
"name": "cancelSolvencyToggle",
|
|
@@ -54,6 +61,26 @@ export declare const abi: [
|
|
|
54
61
|
],
|
|
55
62
|
"stateMutability": "view"
|
|
56
63
|
},
|
|
64
|
+
{
|
|
65
|
+
"type": "function",
|
|
66
|
+
"name": "clearSweptAccumulator",
|
|
67
|
+
"inputs": [
|
|
68
|
+
{
|
|
69
|
+
"name": "stablecoinToken_",
|
|
70
|
+
"type": "address",
|
|
71
|
+
"internalType": "address"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"outputs": [],
|
|
75
|
+
"stateMutability": "nonpayable"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "function",
|
|
79
|
+
"name": "executeAttestationManager",
|
|
80
|
+
"inputs": [],
|
|
81
|
+
"outputs": [],
|
|
82
|
+
"stateMutability": "nonpayable"
|
|
83
|
+
},
|
|
57
84
|
{
|
|
58
85
|
"type": "function",
|
|
59
86
|
"name": "executeSolvencyToggle",
|
|
@@ -560,12 +587,12 @@ export declare const abi: [
|
|
|
560
587
|
},
|
|
561
588
|
{
|
|
562
589
|
"type": "function",
|
|
563
|
-
"name": "
|
|
590
|
+
"name": "scheduleAttestationManager",
|
|
564
591
|
"inputs": [
|
|
565
592
|
{
|
|
566
|
-
"name": "
|
|
567
|
-
"type": "
|
|
568
|
-
"internalType": "
|
|
593
|
+
"name": "attestationManager_",
|
|
594
|
+
"type": "address",
|
|
595
|
+
"internalType": "address"
|
|
569
596
|
}
|
|
570
597
|
],
|
|
571
598
|
"outputs": [],
|
|
@@ -573,12 +600,12 @@ export declare const abi: [
|
|
|
573
600
|
},
|
|
574
601
|
{
|
|
575
602
|
"type": "function",
|
|
576
|
-
"name": "
|
|
603
|
+
"name": "scheduleSolvencyToggle",
|
|
577
604
|
"inputs": [
|
|
578
605
|
{
|
|
579
|
-
"name": "
|
|
580
|
-
"type": "
|
|
581
|
-
"internalType": "
|
|
606
|
+
"name": "enabled_",
|
|
607
|
+
"type": "bool",
|
|
608
|
+
"internalType": "bool"
|
|
582
609
|
}
|
|
583
610
|
],
|
|
584
611
|
"outputs": [],
|
|
@@ -877,6 +904,38 @@ export declare const abi: [
|
|
|
877
904
|
"outputs": [],
|
|
878
905
|
"stateMutability": "nonpayable"
|
|
879
906
|
},
|
|
907
|
+
{
|
|
908
|
+
"type": "event",
|
|
909
|
+
"name": "AttestationManagerScheduleCancelled",
|
|
910
|
+
"inputs": [
|
|
911
|
+
{
|
|
912
|
+
"name": "cancelledAddress",
|
|
913
|
+
"type": "address",
|
|
914
|
+
"indexed": true,
|
|
915
|
+
"internalType": "address"
|
|
916
|
+
}
|
|
917
|
+
],
|
|
918
|
+
"anonymous": false
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"type": "event",
|
|
922
|
+
"name": "AttestationManagerScheduled",
|
|
923
|
+
"inputs": [
|
|
924
|
+
{
|
|
925
|
+
"name": "newAttestationManager",
|
|
926
|
+
"type": "address",
|
|
927
|
+
"indexed": true,
|
|
928
|
+
"internalType": "address"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "readyAt",
|
|
932
|
+
"type": "uint256",
|
|
933
|
+
"indexed": false,
|
|
934
|
+
"internalType": "uint256"
|
|
935
|
+
}
|
|
936
|
+
],
|
|
937
|
+
"anonymous": false
|
|
938
|
+
},
|
|
880
939
|
{
|
|
881
940
|
"type": "event",
|
|
882
941
|
"name": "AttestationManagerUpdated",
|
|
@@ -1282,6 +1341,19 @@ export declare const abi: [
|
|
|
1282
1341
|
],
|
|
1283
1342
|
"anonymous": false
|
|
1284
1343
|
},
|
|
1344
|
+
{
|
|
1345
|
+
"type": "event",
|
|
1346
|
+
"name": "SweptAccumulatorCleared",
|
|
1347
|
+
"inputs": [
|
|
1348
|
+
{
|
|
1349
|
+
"name": "stablecoinToken",
|
|
1350
|
+
"type": "address",
|
|
1351
|
+
"indexed": true,
|
|
1352
|
+
"internalType": "address"
|
|
1353
|
+
}
|
|
1354
|
+
],
|
|
1355
|
+
"anonymous": false
|
|
1356
|
+
},
|
|
1285
1357
|
{
|
|
1286
1358
|
"type": "event",
|
|
1287
1359
|
"name": "YieldBatchSettled",
|
|
@@ -1435,6 +1507,22 @@ export declare const abi: [
|
|
|
1435
1507
|
"name": "P3TreasuryManagerAttestationManagerNotSet",
|
|
1436
1508
|
"inputs": []
|
|
1437
1509
|
},
|
|
1510
|
+
{
|
|
1511
|
+
"type": "error",
|
|
1512
|
+
"name": "P3TreasuryManagerAttestationManagerTimelockNotElapsed",
|
|
1513
|
+
"inputs": [
|
|
1514
|
+
{
|
|
1515
|
+
"name": "readyAt",
|
|
1516
|
+
"type": "uint256",
|
|
1517
|
+
"internalType": "uint256"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"name": "currentTime",
|
|
1521
|
+
"type": "uint256",
|
|
1522
|
+
"internalType": "uint256"
|
|
1523
|
+
}
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1438
1526
|
{
|
|
1439
1527
|
"type": "error",
|
|
1440
1528
|
"name": "P3TreasuryManagerCannotClearAttestationManagerWhileSolvencyEnabled",
|
|
@@ -1569,6 +1657,11 @@ export declare const abi: [
|
|
|
1569
1657
|
}
|
|
1570
1658
|
]
|
|
1571
1659
|
},
|
|
1660
|
+
{
|
|
1661
|
+
"type": "error",
|
|
1662
|
+
"name": "P3TreasuryManagerNoAttestationManagerScheduled",
|
|
1663
|
+
"inputs": []
|
|
1664
|
+
},
|
|
1572
1665
|
{
|
|
1573
1666
|
"type": "error",
|
|
1574
1667
|
"name": "P3TreasuryManagerNoExcessReserve",
|
|
@@ -1633,6 +1726,17 @@ export declare const abi: [
|
|
|
1633
1726
|
}
|
|
1634
1727
|
]
|
|
1635
1728
|
},
|
|
1729
|
+
{
|
|
1730
|
+
"type": "error",
|
|
1731
|
+
"name": "P3TreasuryManagerReserveRatioNotConfigured",
|
|
1732
|
+
"inputs": [
|
|
1733
|
+
{
|
|
1734
|
+
"name": "token",
|
|
1735
|
+
"type": "address",
|
|
1736
|
+
"internalType": "address"
|
|
1737
|
+
}
|
|
1738
|
+
]
|
|
1739
|
+
},
|
|
1636
1740
|
{
|
|
1637
1741
|
"type": "error",
|
|
1638
1742
|
"name": "P3TreasuryManagerReserveWalletAlreadyAssigned",
|
|
@@ -1728,6 +1832,32 @@ export declare const abi: [
|
|
|
1728
1832
|
}
|
|
1729
1833
|
]
|
|
1730
1834
|
},
|
|
1835
|
+
{
|
|
1836
|
+
"type": "error",
|
|
1837
|
+
"name": "P3TreasuryManagerSweepAccumulatorExceeds",
|
|
1838
|
+
"inputs": [
|
|
1839
|
+
{
|
|
1840
|
+
"name": "token",
|
|
1841
|
+
"type": "address",
|
|
1842
|
+
"internalType": "address"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "cumulativeSwept",
|
|
1846
|
+
"type": "uint256",
|
|
1847
|
+
"internalType": "uint256"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "maxExcessValue",
|
|
1851
|
+
"type": "uint256",
|
|
1852
|
+
"internalType": "uint256"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "available",
|
|
1856
|
+
"type": "uint256",
|
|
1857
|
+
"internalType": "uint256"
|
|
1858
|
+
}
|
|
1859
|
+
]
|
|
1860
|
+
},
|
|
1731
1861
|
{
|
|
1732
1862
|
"type": "error",
|
|
1733
1863
|
"name": "P3TreasuryManagerSweepExceedsExcess",
|