@flarenetwork/flare-periphery-contract-artifacts 0.1.34 → 0.1.36
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/LICENSE +1 -1
- package/{README.root.md → README.md} +19 -16
- package/coston/README.md +7 -0
- package/coston/artifacts/contracts/IAgentOwnerRegistry.sol/IAgentOwnerRegistry.json +233 -0
- package/coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json +62 -1023
- package/coston/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +19 -233
- package/{coston2/artifacts/contracts/ICoreVault.sol/ICoreVault.json → coston/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json} +5 -24
- package/{coston2/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json → coston/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json} +0 -26
- package/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +107 -107
- package/coston/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +1 -1
- package/coston2/README.md +7 -0
- package/coston2/artifacts/contracts/IAgentOwnerRegistry.sol/IAgentOwnerRegistry.json +233 -0
- package/coston2/artifacts/contracts/IAssetManager.sol/IAssetManager.json +62 -1023
- package/coston2/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +19 -233
- package/{coston/artifacts/contracts/ICoreVault.sol/ICoreVault.json → coston2/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json} +5 -24
- package/{coston/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json → coston2/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json} +0 -26
- package/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +107 -107
- package/coston2/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +1 -1
- package/flare/README.md +7 -0
- package/flare/artifacts/contracts/IAgentOwnerRegistry.sol/IAgentOwnerRegistry.json +223 -0
- package/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +107 -107
- package/flare/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +1 -1
- package/flare/artifacts/contracts/IWhitelist.sol/IWhitelist.json +47 -0
- package/package.json +22 -6
- package/songbird/README.md +7 -0
- package/songbird/artifacts/contracts/IAgentOwnerRegistry.sol/IAgentOwnerRegistry.json +223 -0
- package/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +107 -107
- package/songbird/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +1 -1
- package/songbird/artifacts/contracts/IWhitelist.sol/IWhitelist.json +47 -0
- package/coston/artifacts/contracts/ITransferFees.sol/ITransferFees.json +0 -394
- package/coston2/artifacts/contracts/ITransferFees.sol/ITransferFees.json +0 -394
|
@@ -93,25 +93,6 @@
|
|
|
93
93
|
"name": "AgentDestroyed",
|
|
94
94
|
"type": "event"
|
|
95
95
|
},
|
|
96
|
-
{
|
|
97
|
-
"anonymous": false,
|
|
98
|
-
"inputs": [
|
|
99
|
-
{
|
|
100
|
-
"indexed": true,
|
|
101
|
-
"internalType": "address",
|
|
102
|
-
"name": "agentVault",
|
|
103
|
-
"type": "address"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"indexed": false,
|
|
107
|
-
"internalType": "uint256",
|
|
108
|
-
"name": "timestamp",
|
|
109
|
-
"type": "uint256"
|
|
110
|
-
}
|
|
111
|
-
],
|
|
112
|
-
"name": "AgentInCCB",
|
|
113
|
-
"type": "event"
|
|
114
|
-
},
|
|
115
96
|
{
|
|
116
97
|
"anonymous": false,
|
|
117
98
|
"inputs": [
|
|
@@ -298,17 +279,7 @@
|
|
|
298
279
|
},
|
|
299
280
|
{
|
|
300
281
|
"internalType": "uint256",
|
|
301
|
-
"name": "
|
|
302
|
-
"type": "uint256"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"internalType": "uint256",
|
|
306
|
-
"name": "poolTopupTokenPriceFactorBIPS",
|
|
307
|
-
"type": "uint256"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"internalType": "uint256",
|
|
311
|
-
"name": "handshakeType",
|
|
282
|
+
"name": "redemptionPoolFeeShareBIPS",
|
|
312
283
|
"type": "uint256"
|
|
313
284
|
}
|
|
314
285
|
],
|
|
@@ -374,12 +345,6 @@
|
|
|
374
345
|
"name": "minCollateralRatioBIPS",
|
|
375
346
|
"type": "uint256"
|
|
376
347
|
},
|
|
377
|
-
{
|
|
378
|
-
"indexed": false,
|
|
379
|
-
"internalType": "uint256",
|
|
380
|
-
"name": "ccbMinCollateralRatioBIPS",
|
|
381
|
-
"type": "uint256"
|
|
382
|
-
},
|
|
383
348
|
{
|
|
384
349
|
"indexed": false,
|
|
385
350
|
"internalType": "uint256",
|
|
@@ -390,31 +355,6 @@
|
|
|
390
355
|
"name": "CollateralRatiosChanged",
|
|
391
356
|
"type": "event"
|
|
392
357
|
},
|
|
393
|
-
{
|
|
394
|
-
"anonymous": false,
|
|
395
|
-
"inputs": [
|
|
396
|
-
{
|
|
397
|
-
"indexed": true,
|
|
398
|
-
"internalType": "address",
|
|
399
|
-
"name": "agentVault",
|
|
400
|
-
"type": "address"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"indexed": true,
|
|
404
|
-
"internalType": "address",
|
|
405
|
-
"name": "minter",
|
|
406
|
-
"type": "address"
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"indexed": true,
|
|
410
|
-
"internalType": "uint256",
|
|
411
|
-
"name": "collateralReservationId",
|
|
412
|
-
"type": "uint256"
|
|
413
|
-
}
|
|
414
|
-
],
|
|
415
|
-
"name": "CollateralReservationCancelled",
|
|
416
|
-
"type": "event"
|
|
417
|
-
},
|
|
418
358
|
{
|
|
419
359
|
"anonymous": false,
|
|
420
360
|
"inputs": [
|
|
@@ -446,31 +386,6 @@
|
|
|
446
386
|
"name": "CollateralReservationDeleted",
|
|
447
387
|
"type": "event"
|
|
448
388
|
},
|
|
449
|
-
{
|
|
450
|
-
"anonymous": false,
|
|
451
|
-
"inputs": [
|
|
452
|
-
{
|
|
453
|
-
"indexed": true,
|
|
454
|
-
"internalType": "address",
|
|
455
|
-
"name": "agentVault",
|
|
456
|
-
"type": "address"
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"indexed": true,
|
|
460
|
-
"internalType": "address",
|
|
461
|
-
"name": "minter",
|
|
462
|
-
"type": "address"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"indexed": true,
|
|
466
|
-
"internalType": "uint256",
|
|
467
|
-
"name": "collateralReservationId",
|
|
468
|
-
"type": "uint256"
|
|
469
|
-
}
|
|
470
|
-
],
|
|
471
|
-
"name": "CollateralReservationRejected",
|
|
472
|
-
"type": "event"
|
|
473
|
-
},
|
|
474
389
|
{
|
|
475
390
|
"anonymous": false,
|
|
476
391
|
"inputs": [
|
|
@@ -595,12 +510,6 @@
|
|
|
595
510
|
"name": "minCollateralRatioBIPS",
|
|
596
511
|
"type": "uint256"
|
|
597
512
|
},
|
|
598
|
-
{
|
|
599
|
-
"indexed": false,
|
|
600
|
-
"internalType": "uint256",
|
|
601
|
-
"name": "ccbMinCollateralRatioBIPS",
|
|
602
|
-
"type": "uint256"
|
|
603
|
-
},
|
|
604
513
|
{
|
|
605
514
|
"indexed": false,
|
|
606
515
|
"internalType": "uint256",
|
|
@@ -818,49 +727,6 @@
|
|
|
818
727
|
"name": "FullLiquidationStarted",
|
|
819
728
|
"type": "event"
|
|
820
729
|
},
|
|
821
|
-
{
|
|
822
|
-
"anonymous": false,
|
|
823
|
-
"inputs": [
|
|
824
|
-
{
|
|
825
|
-
"indexed": true,
|
|
826
|
-
"internalType": "address",
|
|
827
|
-
"name": "agentVault",
|
|
828
|
-
"type": "address"
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"indexed": true,
|
|
832
|
-
"internalType": "address",
|
|
833
|
-
"name": "minter",
|
|
834
|
-
"type": "address"
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"indexed": true,
|
|
838
|
-
"internalType": "uint256",
|
|
839
|
-
"name": "collateralReservationId",
|
|
840
|
-
"type": "uint256"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"indexed": false,
|
|
844
|
-
"internalType": "string[]",
|
|
845
|
-
"name": "minterUnderlyingAddresses",
|
|
846
|
-
"type": "string[]"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"indexed": false,
|
|
850
|
-
"internalType": "uint256",
|
|
851
|
-
"name": "valueUBA",
|
|
852
|
-
"type": "uint256"
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"indexed": false,
|
|
856
|
-
"internalType": "uint256",
|
|
857
|
-
"name": "feeUBA",
|
|
858
|
-
"type": "uint256"
|
|
859
|
-
}
|
|
860
|
-
],
|
|
861
|
-
"name": "HandshakeRequired",
|
|
862
|
-
"type": "event"
|
|
863
|
-
},
|
|
864
730
|
{
|
|
865
731
|
"anonymous": false,
|
|
866
732
|
"inputs": [
|
|
@@ -1090,9 +956,9 @@
|
|
|
1090
956
|
},
|
|
1091
957
|
{
|
|
1092
958
|
"indexed": true,
|
|
1093
|
-
"internalType": "
|
|
959
|
+
"internalType": "uint256",
|
|
1094
960
|
"name": "requestId",
|
|
1095
|
-
"type": "
|
|
961
|
+
"type": "uint256"
|
|
1096
962
|
},
|
|
1097
963
|
{
|
|
1098
964
|
"indexed": false,
|
|
@@ -1133,9 +999,9 @@
|
|
|
1133
999
|
},
|
|
1134
1000
|
{
|
|
1135
1001
|
"indexed": true,
|
|
1136
|
-
"internalType": "
|
|
1002
|
+
"internalType": "uint256",
|
|
1137
1003
|
"name": "requestId",
|
|
1138
|
-
"type": "
|
|
1004
|
+
"type": "uint256"
|
|
1139
1005
|
},
|
|
1140
1006
|
{
|
|
1141
1007
|
"indexed": false,
|
|
@@ -1176,9 +1042,9 @@
|
|
|
1176
1042
|
},
|
|
1177
1043
|
{
|
|
1178
1044
|
"indexed": true,
|
|
1179
|
-
"internalType": "
|
|
1045
|
+
"internalType": "uint256",
|
|
1180
1046
|
"name": "requestId",
|
|
1181
|
-
"type": "
|
|
1047
|
+
"type": "uint256"
|
|
1182
1048
|
},
|
|
1183
1049
|
{
|
|
1184
1050
|
"indexed": false,
|
|
@@ -1219,9 +1085,9 @@
|
|
|
1219
1085
|
},
|
|
1220
1086
|
{
|
|
1221
1087
|
"indexed": true,
|
|
1222
|
-
"internalType": "
|
|
1088
|
+
"internalType": "uint256",
|
|
1223
1089
|
"name": "requestId",
|
|
1224
|
-
"type": "
|
|
1090
|
+
"type": "uint256"
|
|
1225
1091
|
},
|
|
1226
1092
|
{
|
|
1227
1093
|
"indexed": false,
|
|
@@ -1256,9 +1122,9 @@
|
|
|
1256
1122
|
},
|
|
1257
1123
|
{
|
|
1258
1124
|
"indexed": true,
|
|
1259
|
-
"internalType": "
|
|
1125
|
+
"internalType": "uint256",
|
|
1260
1126
|
"name": "requestId",
|
|
1261
|
-
"type": "
|
|
1127
|
+
"type": "uint256"
|
|
1262
1128
|
},
|
|
1263
1129
|
{
|
|
1264
1130
|
"indexed": false,
|
|
@@ -1287,9 +1153,9 @@
|
|
|
1287
1153
|
},
|
|
1288
1154
|
{
|
|
1289
1155
|
"indexed": true,
|
|
1290
|
-
"internalType": "
|
|
1156
|
+
"internalType": "uint256",
|
|
1291
1157
|
"name": "requestId",
|
|
1292
|
-
"type": "
|
|
1158
|
+
"type": "uint256"
|
|
1293
1159
|
},
|
|
1294
1160
|
{
|
|
1295
1161
|
"indexed": false,
|
|
@@ -1320,86 +1186,6 @@
|
|
|
1320
1186
|
"name": "RedemptionRequestIncomplete",
|
|
1321
1187
|
"type": "event"
|
|
1322
1188
|
},
|
|
1323
|
-
{
|
|
1324
|
-
"anonymous": false,
|
|
1325
|
-
"inputs": [
|
|
1326
|
-
{
|
|
1327
|
-
"indexed": true,
|
|
1328
|
-
"internalType": "address",
|
|
1329
|
-
"name": "agentVault",
|
|
1330
|
-
"type": "address"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"indexed": true,
|
|
1334
|
-
"internalType": "address",
|
|
1335
|
-
"name": "redeemer",
|
|
1336
|
-
"type": "address"
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"indexed": true,
|
|
1340
|
-
"internalType": "uint64",
|
|
1341
|
-
"name": "requestId",
|
|
1342
|
-
"type": "uint64"
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"indexed": false,
|
|
1346
|
-
"internalType": "string",
|
|
1347
|
-
"name": "paymentAddress",
|
|
1348
|
-
"type": "string"
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"indexed": false,
|
|
1352
|
-
"internalType": "uint256",
|
|
1353
|
-
"name": "valueUBA",
|
|
1354
|
-
"type": "uint256"
|
|
1355
|
-
}
|
|
1356
|
-
],
|
|
1357
|
-
"name": "RedemptionRequestRejected",
|
|
1358
|
-
"type": "event"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"anonymous": false,
|
|
1362
|
-
"inputs": [
|
|
1363
|
-
{
|
|
1364
|
-
"indexed": true,
|
|
1365
|
-
"internalType": "address",
|
|
1366
|
-
"name": "agentVault",
|
|
1367
|
-
"type": "address"
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"indexed": true,
|
|
1371
|
-
"internalType": "address",
|
|
1372
|
-
"name": "redeemer",
|
|
1373
|
-
"type": "address"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"indexed": true,
|
|
1377
|
-
"internalType": "uint64",
|
|
1378
|
-
"name": "requestId",
|
|
1379
|
-
"type": "uint64"
|
|
1380
|
-
},
|
|
1381
|
-
{
|
|
1382
|
-
"indexed": false,
|
|
1383
|
-
"internalType": "uint256",
|
|
1384
|
-
"name": "valueTakenOverUBA",
|
|
1385
|
-
"type": "uint256"
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"indexed": false,
|
|
1389
|
-
"internalType": "address",
|
|
1390
|
-
"name": "newAgentVault",
|
|
1391
|
-
"type": "address"
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"indexed": false,
|
|
1395
|
-
"internalType": "uint64",
|
|
1396
|
-
"name": "newRequestId",
|
|
1397
|
-
"type": "uint64"
|
|
1398
|
-
}
|
|
1399
|
-
],
|
|
1400
|
-
"name": "RedemptionRequestTakenOver",
|
|
1401
|
-
"type": "event"
|
|
1402
|
-
},
|
|
1403
1189
|
{
|
|
1404
1190
|
"anonymous": false,
|
|
1405
1191
|
"inputs": [
|
|
@@ -1727,19 +1513,25 @@
|
|
|
1727
1513
|
"anonymous": false,
|
|
1728
1514
|
"inputs": [
|
|
1729
1515
|
{
|
|
1730
|
-
"indexed":
|
|
1516
|
+
"indexed": true,
|
|
1517
|
+
"internalType": "address",
|
|
1518
|
+
"name": "agentVault",
|
|
1519
|
+
"type": "address"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"indexed": true,
|
|
1731
1523
|
"internalType": "uint256",
|
|
1732
|
-
"name": "
|
|
1524
|
+
"name": "transferRedemptionRequestId",
|
|
1733
1525
|
"type": "uint256"
|
|
1734
1526
|
},
|
|
1735
1527
|
{
|
|
1736
1528
|
"indexed": false,
|
|
1737
1529
|
"internalType": "uint256",
|
|
1738
|
-
"name": "
|
|
1530
|
+
"name": "remintedUBA",
|
|
1739
1531
|
"type": "uint256"
|
|
1740
1532
|
}
|
|
1741
1533
|
],
|
|
1742
|
-
"name": "
|
|
1534
|
+
"name": "TransferToCoreVaultDefaulted",
|
|
1743
1535
|
"type": "event"
|
|
1744
1536
|
},
|
|
1745
1537
|
{
|
|
@@ -1752,31 +1544,19 @@
|
|
|
1752
1544
|
"type": "address"
|
|
1753
1545
|
},
|
|
1754
1546
|
{
|
|
1755
|
-
"indexed":
|
|
1756
|
-
"internalType": "address",
|
|
1757
|
-
"name": "recipient",
|
|
1758
|
-
"type": "address"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"indexed": false,
|
|
1762
|
-
"internalType": "uint256",
|
|
1763
|
-
"name": "agentClaimedUBA",
|
|
1764
|
-
"type": "uint256"
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
"indexed": false,
|
|
1547
|
+
"indexed": true,
|
|
1768
1548
|
"internalType": "uint256",
|
|
1769
|
-
"name": "
|
|
1549
|
+
"name": "transferRedemptionRequestId",
|
|
1770
1550
|
"type": "uint256"
|
|
1771
1551
|
},
|
|
1772
1552
|
{
|
|
1773
1553
|
"indexed": false,
|
|
1774
1554
|
"internalType": "uint256",
|
|
1775
|
-
"name": "
|
|
1555
|
+
"name": "valueUBA",
|
|
1776
1556
|
"type": "uint256"
|
|
1777
1557
|
}
|
|
1778
1558
|
],
|
|
1779
|
-
"name": "
|
|
1559
|
+
"name": "TransferToCoreVaultStarted",
|
|
1780
1560
|
"type": "event"
|
|
1781
1561
|
},
|
|
1782
1562
|
{
|
|
@@ -1797,61 +1577,11 @@
|
|
|
1797
1577
|
{
|
|
1798
1578
|
"indexed": false,
|
|
1799
1579
|
"internalType": "uint256",
|
|
1800
|
-
"name": "
|
|
1580
|
+
"name": "valueUBA",
|
|
1801
1581
|
"type": "uint256"
|
|
1802
1582
|
}
|
|
1803
1583
|
],
|
|
1804
|
-
"name": "
|
|
1805
|
-
"type": "event"
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"anonymous": false,
|
|
1809
|
-
"inputs": [
|
|
1810
|
-
{
|
|
1811
|
-
"indexed": true,
|
|
1812
|
-
"internalType": "address",
|
|
1813
|
-
"name": "agentVault",
|
|
1814
|
-
"type": "address"
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"indexed": true,
|
|
1818
|
-
"internalType": "uint256",
|
|
1819
|
-
"name": "transferRedemptionRequestId",
|
|
1820
|
-
"type": "uint256"
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"indexed": false,
|
|
1824
|
-
"internalType": "uint256",
|
|
1825
|
-
"name": "valueUBA",
|
|
1826
|
-
"type": "uint256"
|
|
1827
|
-
}
|
|
1828
|
-
],
|
|
1829
|
-
"name": "TransferToCoreVaultStarted",
|
|
1830
|
-
"type": "event"
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"anonymous": false,
|
|
1834
|
-
"inputs": [
|
|
1835
|
-
{
|
|
1836
|
-
"indexed": true,
|
|
1837
|
-
"internalType": "address",
|
|
1838
|
-
"name": "agentVault",
|
|
1839
|
-
"type": "address"
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
"indexed": true,
|
|
1843
|
-
"internalType": "uint256",
|
|
1844
|
-
"name": "transferRedemptionRequestId",
|
|
1845
|
-
"type": "uint256"
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"indexed": false,
|
|
1849
|
-
"internalType": "uint256",
|
|
1850
|
-
"name": "valueUBA",
|
|
1851
|
-
"type": "uint256"
|
|
1852
|
-
}
|
|
1853
|
-
],
|
|
1854
|
-
"name": "TransferToCoreVaultSuccessful",
|
|
1584
|
+
"name": "TransferToCoreVaultSuccessful",
|
|
1855
1585
|
"type": "event"
|
|
1856
1586
|
},
|
|
1857
1587
|
{
|
|
@@ -1934,9 +1664,9 @@
|
|
|
1934
1664
|
},
|
|
1935
1665
|
{
|
|
1936
1666
|
"indexed": true,
|
|
1937
|
-
"internalType": "
|
|
1667
|
+
"internalType": "uint256",
|
|
1938
1668
|
"name": "announcementId",
|
|
1939
|
-
"type": "
|
|
1669
|
+
"type": "uint256"
|
|
1940
1670
|
},
|
|
1941
1671
|
{
|
|
1942
1672
|
"indexed": false,
|
|
@@ -1959,9 +1689,9 @@
|
|
|
1959
1689
|
},
|
|
1960
1690
|
{
|
|
1961
1691
|
"indexed": true,
|
|
1962
|
-
"internalType": "
|
|
1692
|
+
"internalType": "uint256",
|
|
1963
1693
|
"name": "announcementId",
|
|
1964
|
-
"type": "
|
|
1694
|
+
"type": "uint256"
|
|
1965
1695
|
}
|
|
1966
1696
|
],
|
|
1967
1697
|
"name": "UnderlyingWithdrawalCancelled",
|
|
@@ -1978,9 +1708,9 @@
|
|
|
1978
1708
|
},
|
|
1979
1709
|
{
|
|
1980
1710
|
"indexed": true,
|
|
1981
|
-
"internalType": "
|
|
1711
|
+
"internalType": "uint256",
|
|
1982
1712
|
"name": "announcementId",
|
|
1983
|
-
"type": "
|
|
1713
|
+
"type": "uint256"
|
|
1984
1714
|
},
|
|
1985
1715
|
{
|
|
1986
1716
|
"indexed": false,
|
|
@@ -2133,78 +1863,6 @@
|
|
|
2133
1863
|
"stateMutability": "view",
|
|
2134
1864
|
"type": "function"
|
|
2135
1865
|
},
|
|
2136
|
-
{
|
|
2137
|
-
"inputs": [
|
|
2138
|
-
{
|
|
2139
|
-
"internalType": "address",
|
|
2140
|
-
"name": "_agentVault",
|
|
2141
|
-
"type": "address"
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"internalType": "uint256",
|
|
2145
|
-
"name": "_maxEpochsToClaim",
|
|
2146
|
-
"type": "uint256"
|
|
2147
|
-
}
|
|
2148
|
-
],
|
|
2149
|
-
"name": "agentTransferFeeShare",
|
|
2150
|
-
"outputs": [
|
|
2151
|
-
{
|
|
2152
|
-
"internalType": "uint256",
|
|
2153
|
-
"name": "_feeShareUBA",
|
|
2154
|
-
"type": "uint256"
|
|
2155
|
-
}
|
|
2156
|
-
],
|
|
2157
|
-
"stateMutability": "view",
|
|
2158
|
-
"type": "function"
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"inputs": [
|
|
2162
|
-
{
|
|
2163
|
-
"internalType": "address",
|
|
2164
|
-
"name": "_agentVault",
|
|
2165
|
-
"type": "address"
|
|
2166
|
-
},
|
|
2167
|
-
{
|
|
2168
|
-
"internalType": "uint256",
|
|
2169
|
-
"name": "_epoch",
|
|
2170
|
-
"type": "uint256"
|
|
2171
|
-
}
|
|
2172
|
-
],
|
|
2173
|
-
"name": "agentTransferFeeShareForEpoch",
|
|
2174
|
-
"outputs": [
|
|
2175
|
-
{
|
|
2176
|
-
"internalType": "uint256",
|
|
2177
|
-
"name": "",
|
|
2178
|
-
"type": "uint256"
|
|
2179
|
-
}
|
|
2180
|
-
],
|
|
2181
|
-
"stateMutability": "view",
|
|
2182
|
-
"type": "function"
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"inputs": [
|
|
2186
|
-
{
|
|
2187
|
-
"internalType": "address",
|
|
2188
|
-
"name": "_agentVault",
|
|
2189
|
-
"type": "address"
|
|
2190
|
-
}
|
|
2191
|
-
],
|
|
2192
|
-
"name": "agentUnclaimedTransferFeeEpochs",
|
|
2193
|
-
"outputs": [
|
|
2194
|
-
{
|
|
2195
|
-
"internalType": "uint256",
|
|
2196
|
-
"name": "_first",
|
|
2197
|
-
"type": "uint256"
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"internalType": "uint256",
|
|
2201
|
-
"name": "_count",
|
|
2202
|
-
"type": "uint256"
|
|
2203
|
-
}
|
|
2204
|
-
],
|
|
2205
|
-
"stateMutability": "view",
|
|
2206
|
-
"type": "function"
|
|
2207
|
-
},
|
|
2208
1866
|
{
|
|
2209
1867
|
"inputs": [
|
|
2210
1868
|
{
|
|
@@ -2352,19 +2010,6 @@
|
|
|
2352
2010
|
"stateMutability": "nonpayable",
|
|
2353
2011
|
"type": "function"
|
|
2354
2012
|
},
|
|
2355
|
-
{
|
|
2356
|
-
"inputs": [
|
|
2357
|
-
{
|
|
2358
|
-
"internalType": "uint256",
|
|
2359
|
-
"name": "_collateralReservationId",
|
|
2360
|
-
"type": "uint256"
|
|
2361
|
-
}
|
|
2362
|
-
],
|
|
2363
|
-
"name": "approveCollateralReservation",
|
|
2364
|
-
"outputs": [],
|
|
2365
|
-
"stateMutability": "nonpayable",
|
|
2366
|
-
"type": "function"
|
|
2367
|
-
},
|
|
2368
2013
|
{
|
|
2369
2014
|
"inputs": [],
|
|
2370
2015
|
"name": "assetManagerController",
|
|
@@ -2404,32 +2049,6 @@
|
|
|
2404
2049
|
"stateMutability": "view",
|
|
2405
2050
|
"type": "function"
|
|
2406
2051
|
},
|
|
2407
|
-
{
|
|
2408
|
-
"inputs": [
|
|
2409
|
-
{
|
|
2410
|
-
"internalType": "address",
|
|
2411
|
-
"name": "_agentVault",
|
|
2412
|
-
"type": "address"
|
|
2413
|
-
}
|
|
2414
|
-
],
|
|
2415
|
-
"name": "buybackAgentCollateral",
|
|
2416
|
-
"outputs": [],
|
|
2417
|
-
"stateMutability": "payable",
|
|
2418
|
-
"type": "function"
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"inputs": [
|
|
2422
|
-
{
|
|
2423
|
-
"internalType": "uint256",
|
|
2424
|
-
"name": "_collateralReservationId",
|
|
2425
|
-
"type": "uint256"
|
|
2426
|
-
}
|
|
2427
|
-
],
|
|
2428
|
-
"name": "cancelCollateralReservation",
|
|
2429
|
-
"outputs": [],
|
|
2430
|
-
"stateMutability": "nonpayable",
|
|
2431
|
-
"type": "function"
|
|
2432
|
-
},
|
|
2433
2052
|
{
|
|
2434
2053
|
"inputs": [
|
|
2435
2054
|
{
|
|
@@ -2456,45 +2075,6 @@
|
|
|
2456
2075
|
"stateMutability": "nonpayable",
|
|
2457
2076
|
"type": "function"
|
|
2458
2077
|
},
|
|
2459
|
-
{
|
|
2460
|
-
"inputs": [
|
|
2461
|
-
{
|
|
2462
|
-
"internalType": "address",
|
|
2463
|
-
"name": "_agentVault",
|
|
2464
|
-
"type": "address"
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"internalType": "address",
|
|
2468
|
-
"name": "_recipient",
|
|
2469
|
-
"type": "address"
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"internalType": "uint256",
|
|
2473
|
-
"name": "_maxEpochsToClaim",
|
|
2474
|
-
"type": "uint256"
|
|
2475
|
-
}
|
|
2476
|
-
],
|
|
2477
|
-
"name": "claimTransferFees",
|
|
2478
|
-
"outputs": [
|
|
2479
|
-
{
|
|
2480
|
-
"internalType": "uint256",
|
|
2481
|
-
"name": "_agentClaimedUBA",
|
|
2482
|
-
"type": "uint256"
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"internalType": "uint256",
|
|
2486
|
-
"name": "_poolClaimedUBA",
|
|
2487
|
-
"type": "uint256"
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"internalType": "uint256",
|
|
2491
|
-
"name": "_remainingUnclaimedEpochs",
|
|
2492
|
-
"type": "uint256"
|
|
2493
|
-
}
|
|
2494
|
-
],
|
|
2495
|
-
"stateMutability": "nonpayable",
|
|
2496
|
-
"type": "function"
|
|
2497
|
-
},
|
|
2498
2078
|
{
|
|
2499
2079
|
"inputs": [
|
|
2500
2080
|
{
|
|
@@ -2597,14 +2177,9 @@
|
|
|
2597
2177
|
"type": "uint256"
|
|
2598
2178
|
},
|
|
2599
2179
|
{
|
|
2600
|
-
"internalType": "
|
|
2601
|
-
"name": "
|
|
2602
|
-
"type": "
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"internalType": "bytes32",
|
|
2606
|
-
"name": "sourceAddressesRoot",
|
|
2607
|
-
"type": "bytes32"
|
|
2180
|
+
"internalType": "enum CollateralReservationInfo.Status",
|
|
2181
|
+
"name": "status",
|
|
2182
|
+
"type": "uint8"
|
|
2608
2183
|
}
|
|
2609
2184
|
],
|
|
2610
2185
|
"internalType": "struct CollateralReservationInfo.Data",
|
|
@@ -3362,17 +2937,7 @@
|
|
|
3362
2937
|
},
|
|
3363
2938
|
{
|
|
3364
2939
|
"internalType": "uint256",
|
|
3365
|
-
"name": "
|
|
3366
|
-
"type": "uint256"
|
|
3367
|
-
},
|
|
3368
|
-
{
|
|
3369
|
-
"internalType": "uint256",
|
|
3370
|
-
"name": "poolTopupTokenPriceFactorBIPS",
|
|
3371
|
-
"type": "uint256"
|
|
3372
|
-
},
|
|
3373
|
-
{
|
|
3374
|
-
"internalType": "uint256",
|
|
3375
|
-
"name": "handshakeType",
|
|
2940
|
+
"name": "redemptionPoolFeeShareBIPS",
|
|
3376
2941
|
"type": "uint256"
|
|
3377
2942
|
}
|
|
3378
2943
|
],
|
|
@@ -3392,19 +2957,6 @@
|
|
|
3392
2957
|
"stateMutability": "nonpayable",
|
|
3393
2958
|
"type": "function"
|
|
3394
2959
|
},
|
|
3395
|
-
{
|
|
3396
|
-
"inputs": [],
|
|
3397
|
-
"name": "currentTransferFeeEpoch",
|
|
3398
|
-
"outputs": [
|
|
3399
|
-
{
|
|
3400
|
-
"internalType": "uint256",
|
|
3401
|
-
"name": "",
|
|
3402
|
-
"type": "uint256"
|
|
3403
|
-
}
|
|
3404
|
-
],
|
|
3405
|
-
"stateMutability": "view",
|
|
3406
|
-
"type": "function"
|
|
3407
|
-
},
|
|
3408
2960
|
{
|
|
3409
2961
|
"inputs": [],
|
|
3410
2962
|
"name": "currentUnderlyingBlock",
|
|
@@ -3940,19 +3492,6 @@
|
|
|
3940
3492
|
"stateMutability": "view",
|
|
3941
3493
|
"type": "function"
|
|
3942
3494
|
},
|
|
3943
|
-
{
|
|
3944
|
-
"inputs": [
|
|
3945
|
-
{
|
|
3946
|
-
"internalType": "uint256",
|
|
3947
|
-
"name": "_fee",
|
|
3948
|
-
"type": "uint256"
|
|
3949
|
-
}
|
|
3950
|
-
],
|
|
3951
|
-
"name": "fassetTransferFeePaid",
|
|
3952
|
-
"outputs": [],
|
|
3953
|
-
"stateMutability": "nonpayable",
|
|
3954
|
-
"type": "function"
|
|
3955
|
-
},
|
|
3956
3495
|
{
|
|
3957
3496
|
"inputs": [
|
|
3958
3497
|
{
|
|
@@ -4049,19 +3588,6 @@
|
|
|
4049
3588
|
"stateMutability": "nonpayable",
|
|
4050
3589
|
"type": "function"
|
|
4051
3590
|
},
|
|
4052
|
-
{
|
|
4053
|
-
"inputs": [],
|
|
4054
|
-
"name": "firstClaimableTransferFeeEpoch",
|
|
4055
|
-
"outputs": [
|
|
4056
|
-
{
|
|
4057
|
-
"internalType": "uint256",
|
|
4058
|
-
"name": "",
|
|
4059
|
-
"type": "uint256"
|
|
4060
|
-
}
|
|
4061
|
-
],
|
|
4062
|
-
"stateMutability": "view",
|
|
4063
|
-
"type": "function"
|
|
4064
|
-
},
|
|
4065
3591
|
{
|
|
4066
3592
|
"inputs": [
|
|
4067
3593
|
{
|
|
@@ -4358,11 +3884,6 @@
|
|
|
4358
3884
|
"name": "dustUBA",
|
|
4359
3885
|
"type": "uint256"
|
|
4360
3886
|
},
|
|
4361
|
-
{
|
|
4362
|
-
"internalType": "uint256",
|
|
4363
|
-
"name": "ccbStartTimestamp",
|
|
4364
|
-
"type": "uint256"
|
|
4365
|
-
},
|
|
4366
3887
|
{
|
|
4367
3888
|
"internalType": "uint256",
|
|
4368
3889
|
"name": "liquidationStartTimestamp",
|
|
@@ -4415,17 +3936,7 @@
|
|
|
4415
3936
|
},
|
|
4416
3937
|
{
|
|
4417
3938
|
"internalType": "uint256",
|
|
4418
|
-
"name": "
|
|
4419
|
-
"type": "uint256"
|
|
4420
|
-
},
|
|
4421
|
-
{
|
|
4422
|
-
"internalType": "uint256",
|
|
4423
|
-
"name": "poolTopupTokenPriceFactorBIPS",
|
|
4424
|
-
"type": "uint256"
|
|
4425
|
-
},
|
|
4426
|
-
{
|
|
4427
|
-
"internalType": "uint256",
|
|
4428
|
-
"name": "handshakeType",
|
|
3939
|
+
"name": "redemptionPoolFeeShareBIPS",
|
|
4429
3940
|
"type": "uint256"
|
|
4430
3941
|
}
|
|
4431
3942
|
],
|
|
@@ -4583,7 +4094,7 @@
|
|
|
4583
4094
|
"outputs": [
|
|
4584
4095
|
{
|
|
4585
4096
|
"internalType": "address[]",
|
|
4586
|
-
"name": "
|
|
4097
|
+
"name": "_agents",
|
|
4587
4098
|
"type": "address[]"
|
|
4588
4099
|
},
|
|
4589
4100
|
{
|
|
@@ -4678,7 +4189,7 @@
|
|
|
4678
4189
|
"outputs": [
|
|
4679
4190
|
{
|
|
4680
4191
|
"internalType": "address[]",
|
|
4681
|
-
"name": "
|
|
4192
|
+
"name": "_agents",
|
|
4682
4193
|
"type": "address[]"
|
|
4683
4194
|
},
|
|
4684
4195
|
{
|
|
@@ -4766,11 +4277,6 @@
|
|
|
4766
4277
|
"name": "minCollateralRatioBIPS",
|
|
4767
4278
|
"type": "uint256"
|
|
4768
4279
|
},
|
|
4769
|
-
{
|
|
4770
|
-
"internalType": "uint256",
|
|
4771
|
-
"name": "ccbMinCollateralRatioBIPS",
|
|
4772
|
-
"type": "uint256"
|
|
4773
|
-
},
|
|
4774
4280
|
{
|
|
4775
4281
|
"internalType": "uint256",
|
|
4776
4282
|
"name": "safetyMinCollateralRatioBIPS",
|
|
@@ -4831,11 +4337,6 @@
|
|
|
4831
4337
|
"name": "minCollateralRatioBIPS",
|
|
4832
4338
|
"type": "uint256"
|
|
4833
4339
|
},
|
|
4834
|
-
{
|
|
4835
|
-
"internalType": "uint256",
|
|
4836
|
-
"name": "ccbMinCollateralRatioBIPS",
|
|
4837
|
-
"type": "uint256"
|
|
4838
|
-
},
|
|
4839
4340
|
{
|
|
4840
4341
|
"internalType": "uint256",
|
|
4841
4342
|
"name": "safetyMinCollateralRatioBIPS",
|
|
@@ -4915,19 +4416,6 @@
|
|
|
4915
4416
|
"stateMutability": "view",
|
|
4916
4417
|
"type": "function"
|
|
4917
4418
|
},
|
|
4918
|
-
{
|
|
4919
|
-
"inputs": [],
|
|
4920
|
-
"name": "getCoreVaultTransferFeeBIPS",
|
|
4921
|
-
"outputs": [
|
|
4922
|
-
{
|
|
4923
|
-
"internalType": "uint256",
|
|
4924
|
-
"name": "",
|
|
4925
|
-
"type": "uint256"
|
|
4926
|
-
}
|
|
4927
|
-
],
|
|
4928
|
-
"stateMutability": "view",
|
|
4929
|
-
"type": "function"
|
|
4930
|
-
},
|
|
4931
4419
|
{
|
|
4932
4420
|
"inputs": [],
|
|
4933
4421
|
"name": "getCoreVaultTransferTimeExtensionSeconds",
|
|
@@ -4979,7 +4467,7 @@
|
|
|
4979
4467
|
},
|
|
4980
4468
|
{
|
|
4981
4469
|
"internalType": "address",
|
|
4982
|
-
"name": "
|
|
4470
|
+
"name": "__whitelist",
|
|
4983
4471
|
"type": "address"
|
|
4984
4472
|
},
|
|
4985
4473
|
{
|
|
@@ -5049,12 +4537,12 @@
|
|
|
5049
4537
|
},
|
|
5050
4538
|
{
|
|
5051
4539
|
"internalType": "uint16",
|
|
5052
|
-
"name": "
|
|
4540
|
+
"name": "__minUnderlyingBackingBIPS",
|
|
5053
4541
|
"type": "uint16"
|
|
5054
4542
|
},
|
|
5055
4543
|
{
|
|
5056
4544
|
"internalType": "bool",
|
|
5057
|
-
"name": "
|
|
4545
|
+
"name": "__requireEOAAddressProof",
|
|
5058
4546
|
"type": "bool"
|
|
5059
4547
|
},
|
|
5060
4548
|
{
|
|
@@ -5084,7 +4572,7 @@
|
|
|
5084
4572
|
},
|
|
5085
4573
|
{
|
|
5086
4574
|
"internalType": "uint32",
|
|
5087
|
-
"name": "
|
|
4575
|
+
"name": "__redemptionDefaultFactorPoolBIPS",
|
|
5088
4576
|
"type": "uint32"
|
|
5089
4577
|
},
|
|
5090
4578
|
{
|
|
@@ -5124,7 +4612,7 @@
|
|
|
5124
4612
|
},
|
|
5125
4613
|
{
|
|
5126
4614
|
"internalType": "uint64",
|
|
5127
|
-
"name": "
|
|
4615
|
+
"name": "__ccbTimeSeconds",
|
|
5128
4616
|
"type": "uint64"
|
|
5129
4617
|
},
|
|
5130
4618
|
{
|
|
@@ -5139,12 +4627,12 @@
|
|
|
5139
4627
|
},
|
|
5140
4628
|
{
|
|
5141
4629
|
"internalType": "uint64",
|
|
5142
|
-
"name": "
|
|
4630
|
+
"name": "__buybackCollateralFactorBIPS",
|
|
5143
4631
|
"type": "uint64"
|
|
5144
4632
|
},
|
|
5145
4633
|
{
|
|
5146
4634
|
"internalType": "uint64",
|
|
5147
|
-
"name": "
|
|
4635
|
+
"name": "__announcedUnderlyingConfirmationMinSeconds",
|
|
5148
4636
|
"type": "uint64"
|
|
5149
4637
|
},
|
|
5150
4638
|
{
|
|
@@ -5174,7 +4662,7 @@
|
|
|
5174
4662
|
},
|
|
5175
4663
|
{
|
|
5176
4664
|
"internalType": "uint64",
|
|
5177
|
-
"name": "
|
|
4665
|
+
"name": "poolExitCRChangeTimelockSeconds",
|
|
5178
4666
|
"type": "uint64"
|
|
5179
4667
|
},
|
|
5180
4668
|
{
|
|
@@ -5219,32 +4707,32 @@
|
|
|
5219
4707
|
},
|
|
5220
4708
|
{
|
|
5221
4709
|
"internalType": "uint64",
|
|
5222
|
-
"name": "
|
|
4710
|
+
"name": "__cancelCollateralReservationAfterSeconds",
|
|
5223
4711
|
"type": "uint64"
|
|
5224
4712
|
},
|
|
5225
4713
|
{
|
|
5226
4714
|
"internalType": "uint16",
|
|
5227
|
-
"name": "
|
|
4715
|
+
"name": "__rejectOrCancelCollateralReservationReturnFactorBIPS",
|
|
5228
4716
|
"type": "uint16"
|
|
5229
4717
|
},
|
|
5230
4718
|
{
|
|
5231
4719
|
"internalType": "uint64",
|
|
5232
|
-
"name": "
|
|
4720
|
+
"name": "__rejectRedemptionRequestWindowSeconds",
|
|
5233
4721
|
"type": "uint64"
|
|
5234
4722
|
},
|
|
5235
4723
|
{
|
|
5236
4724
|
"internalType": "uint64",
|
|
5237
|
-
"name": "
|
|
4725
|
+
"name": "__takeOverRedemptionRequestWindowSeconds",
|
|
5238
4726
|
"type": "uint64"
|
|
5239
4727
|
},
|
|
5240
4728
|
{
|
|
5241
4729
|
"internalType": "uint32",
|
|
5242
|
-
"name": "
|
|
4730
|
+
"name": "__rejectedRedemptionDefaultFactorVaultCollateralBIPS",
|
|
5243
4731
|
"type": "uint32"
|
|
5244
4732
|
},
|
|
5245
4733
|
{
|
|
5246
4734
|
"internalType": "uint32",
|
|
5247
|
-
"name": "
|
|
4735
|
+
"name": "__rejectedRedemptionDefaultFactorPoolBIPS",
|
|
5248
4736
|
"type": "uint32"
|
|
5249
4737
|
}
|
|
5250
4738
|
],
|
|
@@ -5343,7 +4831,7 @@
|
|
|
5343
4831
|
}
|
|
5344
4832
|
],
|
|
5345
4833
|
"internalType": "struct IBalanceDecreasingTransaction.Proof",
|
|
5346
|
-
"name": "
|
|
4834
|
+
"name": "_payment",
|
|
5347
4835
|
"type": "tuple"
|
|
5348
4836
|
},
|
|
5349
4837
|
{
|
|
@@ -5357,19 +4845,6 @@
|
|
|
5357
4845
|
"stateMutability": "nonpayable",
|
|
5358
4846
|
"type": "function"
|
|
5359
4847
|
},
|
|
5360
|
-
{
|
|
5361
|
-
"inputs": [
|
|
5362
|
-
{
|
|
5363
|
-
"internalType": "address[]",
|
|
5364
|
-
"name": "_agentVaults",
|
|
5365
|
-
"type": "address[]"
|
|
5366
|
-
}
|
|
5367
|
-
],
|
|
5368
|
-
"name": "initAgentsMintingHistory",
|
|
5369
|
-
"outputs": [],
|
|
5370
|
-
"stateMutability": "nonpayable",
|
|
5371
|
-
"type": "function"
|
|
5372
|
-
},
|
|
5373
4848
|
{
|
|
5374
4849
|
"inputs": [
|
|
5375
4850
|
{
|
|
@@ -5638,147 +5113,6 @@
|
|
|
5638
5113
|
"stateMutability": "view",
|
|
5639
5114
|
"type": "function"
|
|
5640
5115
|
},
|
|
5641
|
-
{
|
|
5642
|
-
"inputs": [
|
|
5643
|
-
{
|
|
5644
|
-
"components": [
|
|
5645
|
-
{
|
|
5646
|
-
"internalType": "bytes32[]",
|
|
5647
|
-
"name": "merkleProof",
|
|
5648
|
-
"type": "bytes32[]"
|
|
5649
|
-
},
|
|
5650
|
-
{
|
|
5651
|
-
"components": [
|
|
5652
|
-
{
|
|
5653
|
-
"internalType": "bytes32",
|
|
5654
|
-
"name": "attestationType",
|
|
5655
|
-
"type": "bytes32"
|
|
5656
|
-
},
|
|
5657
|
-
{
|
|
5658
|
-
"internalType": "bytes32",
|
|
5659
|
-
"name": "sourceId",
|
|
5660
|
-
"type": "bytes32"
|
|
5661
|
-
},
|
|
5662
|
-
{
|
|
5663
|
-
"internalType": "uint64",
|
|
5664
|
-
"name": "votingRound",
|
|
5665
|
-
"type": "uint64"
|
|
5666
|
-
},
|
|
5667
|
-
{
|
|
5668
|
-
"internalType": "uint64",
|
|
5669
|
-
"name": "lowestUsedTimestamp",
|
|
5670
|
-
"type": "uint64"
|
|
5671
|
-
},
|
|
5672
|
-
{
|
|
5673
|
-
"components": [
|
|
5674
|
-
{
|
|
5675
|
-
"internalType": "bytes32",
|
|
5676
|
-
"name": "transactionId",
|
|
5677
|
-
"type": "bytes32"
|
|
5678
|
-
},
|
|
5679
|
-
{
|
|
5680
|
-
"internalType": "uint256",
|
|
5681
|
-
"name": "inUtxo",
|
|
5682
|
-
"type": "uint256"
|
|
5683
|
-
},
|
|
5684
|
-
{
|
|
5685
|
-
"internalType": "uint256",
|
|
5686
|
-
"name": "utxo",
|
|
5687
|
-
"type": "uint256"
|
|
5688
|
-
}
|
|
5689
|
-
],
|
|
5690
|
-
"internalType": "struct IPayment.RequestBody",
|
|
5691
|
-
"name": "requestBody",
|
|
5692
|
-
"type": "tuple"
|
|
5693
|
-
},
|
|
5694
|
-
{
|
|
5695
|
-
"components": [
|
|
5696
|
-
{
|
|
5697
|
-
"internalType": "uint64",
|
|
5698
|
-
"name": "blockNumber",
|
|
5699
|
-
"type": "uint64"
|
|
5700
|
-
},
|
|
5701
|
-
{
|
|
5702
|
-
"internalType": "uint64",
|
|
5703
|
-
"name": "blockTimestamp",
|
|
5704
|
-
"type": "uint64"
|
|
5705
|
-
},
|
|
5706
|
-
{
|
|
5707
|
-
"internalType": "bytes32",
|
|
5708
|
-
"name": "sourceAddressHash",
|
|
5709
|
-
"type": "bytes32"
|
|
5710
|
-
},
|
|
5711
|
-
{
|
|
5712
|
-
"internalType": "bytes32",
|
|
5713
|
-
"name": "sourceAddressesRoot",
|
|
5714
|
-
"type": "bytes32"
|
|
5715
|
-
},
|
|
5716
|
-
{
|
|
5717
|
-
"internalType": "bytes32",
|
|
5718
|
-
"name": "receivingAddressHash",
|
|
5719
|
-
"type": "bytes32"
|
|
5720
|
-
},
|
|
5721
|
-
{
|
|
5722
|
-
"internalType": "bytes32",
|
|
5723
|
-
"name": "intendedReceivingAddressHash",
|
|
5724
|
-
"type": "bytes32"
|
|
5725
|
-
},
|
|
5726
|
-
{
|
|
5727
|
-
"internalType": "int256",
|
|
5728
|
-
"name": "spentAmount",
|
|
5729
|
-
"type": "int256"
|
|
5730
|
-
},
|
|
5731
|
-
{
|
|
5732
|
-
"internalType": "int256",
|
|
5733
|
-
"name": "intendedSpentAmount",
|
|
5734
|
-
"type": "int256"
|
|
5735
|
-
},
|
|
5736
|
-
{
|
|
5737
|
-
"internalType": "int256",
|
|
5738
|
-
"name": "receivedAmount",
|
|
5739
|
-
"type": "int256"
|
|
5740
|
-
},
|
|
5741
|
-
{
|
|
5742
|
-
"internalType": "int256",
|
|
5743
|
-
"name": "intendedReceivedAmount",
|
|
5744
|
-
"type": "int256"
|
|
5745
|
-
},
|
|
5746
|
-
{
|
|
5747
|
-
"internalType": "bytes32",
|
|
5748
|
-
"name": "standardPaymentReference",
|
|
5749
|
-
"type": "bytes32"
|
|
5750
|
-
},
|
|
5751
|
-
{
|
|
5752
|
-
"internalType": "bool",
|
|
5753
|
-
"name": "oneToOne",
|
|
5754
|
-
"type": "bool"
|
|
5755
|
-
},
|
|
5756
|
-
{
|
|
5757
|
-
"internalType": "uint8",
|
|
5758
|
-
"name": "status",
|
|
5759
|
-
"type": "uint8"
|
|
5760
|
-
}
|
|
5761
|
-
],
|
|
5762
|
-
"internalType": "struct IPayment.ResponseBody",
|
|
5763
|
-
"name": "responseBody",
|
|
5764
|
-
"type": "tuple"
|
|
5765
|
-
}
|
|
5766
|
-
],
|
|
5767
|
-
"internalType": "struct IPayment.Response",
|
|
5768
|
-
"name": "data",
|
|
5769
|
-
"type": "tuple"
|
|
5770
|
-
}
|
|
5771
|
-
],
|
|
5772
|
-
"internalType": "struct IPayment.Proof",
|
|
5773
|
-
"name": "_payment",
|
|
5774
|
-
"type": "tuple"
|
|
5775
|
-
}
|
|
5776
|
-
],
|
|
5777
|
-
"name": "proveUnderlyingAddressEOA",
|
|
5778
|
-
"outputs": [],
|
|
5779
|
-
"stateMutability": "nonpayable",
|
|
5780
|
-
"type": "function"
|
|
5781
|
-
},
|
|
5782
5116
|
{
|
|
5783
5117
|
"inputs": [
|
|
5784
5118
|
{
|
|
@@ -5811,9 +5145,9 @@
|
|
|
5811
5145
|
{
|
|
5812
5146
|
"inputs": [
|
|
5813
5147
|
{
|
|
5814
|
-
"internalType": "
|
|
5148
|
+
"internalType": "uint256",
|
|
5815
5149
|
"name": "_lots",
|
|
5816
|
-
"type": "
|
|
5150
|
+
"type": "uint256"
|
|
5817
5151
|
},
|
|
5818
5152
|
{
|
|
5819
5153
|
"internalType": "string",
|
|
@@ -6102,16 +5436,6 @@
|
|
|
6102
5436
|
"internalType": "uint256",
|
|
6103
5437
|
"name": "executorFeeNatWei",
|
|
6104
5438
|
"type": "uint256"
|
|
6105
|
-
},
|
|
6106
|
-
{
|
|
6107
|
-
"internalType": "uint64",
|
|
6108
|
-
"name": "rejectionTimestamp",
|
|
6109
|
-
"type": "uint64"
|
|
6110
|
-
},
|
|
6111
|
-
{
|
|
6112
|
-
"internalType": "uint64",
|
|
6113
|
-
"name": "takeOverTimestamp",
|
|
6114
|
-
"type": "uint64"
|
|
6115
5439
|
}
|
|
6116
5440
|
],
|
|
6117
5441
|
"internalType": "struct RedemptionRequestInfo.Data",
|
|
@@ -6122,19 +5446,6 @@
|
|
|
6122
5446
|
"stateMutability": "view",
|
|
6123
5447
|
"type": "function"
|
|
6124
5448
|
},
|
|
6125
|
-
{
|
|
6126
|
-
"inputs": [
|
|
6127
|
-
{
|
|
6128
|
-
"internalType": "uint256",
|
|
6129
|
-
"name": "_collateralReservationId",
|
|
6130
|
-
"type": "uint256"
|
|
6131
|
-
}
|
|
6132
|
-
],
|
|
6133
|
-
"name": "rejectCollateralReservation",
|
|
6134
|
-
"outputs": [],
|
|
6135
|
-
"stateMutability": "nonpayable",
|
|
6136
|
-
"type": "function"
|
|
6137
|
-
},
|
|
6138
5449
|
{
|
|
6139
5450
|
"inputs": [
|
|
6140
5451
|
{
|
|
@@ -6221,32 +5532,6 @@
|
|
|
6221
5532
|
"stateMutability": "nonpayable",
|
|
6222
5533
|
"type": "function"
|
|
6223
5534
|
},
|
|
6224
|
-
{
|
|
6225
|
-
"inputs": [
|
|
6226
|
-
{
|
|
6227
|
-
"internalType": "uint256",
|
|
6228
|
-
"name": "_redemptionRequestId",
|
|
6229
|
-
"type": "uint256"
|
|
6230
|
-
}
|
|
6231
|
-
],
|
|
6232
|
-
"name": "rejectRedemptionRequest",
|
|
6233
|
-
"outputs": [],
|
|
6234
|
-
"stateMutability": "nonpayable",
|
|
6235
|
-
"type": "function"
|
|
6236
|
-
},
|
|
6237
|
-
{
|
|
6238
|
-
"inputs": [
|
|
6239
|
-
{
|
|
6240
|
-
"internalType": "uint256",
|
|
6241
|
-
"name": "_redemptionRequestId",
|
|
6242
|
-
"type": "uint256"
|
|
6243
|
-
}
|
|
6244
|
-
],
|
|
6245
|
-
"name": "rejectedRedemptionPaymentDefault",
|
|
6246
|
-
"outputs": [],
|
|
6247
|
-
"stateMutability": "nonpayable",
|
|
6248
|
-
"type": "function"
|
|
6249
|
-
},
|
|
6250
5535
|
{
|
|
6251
5536
|
"inputs": [
|
|
6252
5537
|
{
|
|
@@ -6273,9 +5558,9 @@
|
|
|
6273
5558
|
"type": "address"
|
|
6274
5559
|
},
|
|
6275
5560
|
{
|
|
6276
|
-
"internalType": "
|
|
5561
|
+
"internalType": "uint256",
|
|
6277
5562
|
"name": "_lots",
|
|
6278
|
-
"type": "
|
|
5563
|
+
"type": "uint256"
|
|
6279
5564
|
}
|
|
6280
5565
|
],
|
|
6281
5566
|
"name": "requestReturnFromCoreVault",
|
|
@@ -6304,11 +5589,6 @@
|
|
|
6304
5589
|
"internalType": "address payable",
|
|
6305
5590
|
"name": "_executor",
|
|
6306
5591
|
"type": "address"
|
|
6307
|
-
},
|
|
6308
|
-
{
|
|
6309
|
-
"internalType": "string[]",
|
|
6310
|
-
"name": "_minterUnderlyingAddresses",
|
|
6311
|
-
"type": "string[]"
|
|
6312
5592
|
}
|
|
6313
5593
|
],
|
|
6314
5594
|
"name": "reserveCollateral",
|
|
@@ -6562,19 +5842,6 @@
|
|
|
6562
5842
|
"stateMutability": "nonpayable",
|
|
6563
5843
|
"type": "function"
|
|
6564
5844
|
},
|
|
6565
|
-
{
|
|
6566
|
-
"inputs": [
|
|
6567
|
-
{
|
|
6568
|
-
"internalType": "uint256",
|
|
6569
|
-
"name": "_transferFeeBIPS",
|
|
6570
|
-
"type": "uint256"
|
|
6571
|
-
}
|
|
6572
|
-
],
|
|
6573
|
-
"name": "setCoreVaultTransferFeeBIPS",
|
|
6574
|
-
"outputs": [],
|
|
6575
|
-
"stateMutability": "nonpayable",
|
|
6576
|
-
"type": "function"
|
|
6577
|
-
},
|
|
6578
5845
|
{
|
|
6579
5846
|
"inputs": [
|
|
6580
5847
|
{
|
|
@@ -6601,24 +5868,6 @@
|
|
|
6601
5868
|
"stateMutability": "nonpayable",
|
|
6602
5869
|
"type": "function"
|
|
6603
5870
|
},
|
|
6604
|
-
{
|
|
6605
|
-
"inputs": [
|
|
6606
|
-
{
|
|
6607
|
-
"internalType": "uint256",
|
|
6608
|
-
"name": "_value",
|
|
6609
|
-
"type": "uint256"
|
|
6610
|
-
},
|
|
6611
|
-
{
|
|
6612
|
-
"internalType": "uint256",
|
|
6613
|
-
"name": "_scheduledAt",
|
|
6614
|
-
"type": "uint256"
|
|
6615
|
-
}
|
|
6616
|
-
],
|
|
6617
|
-
"name": "setTransferFeeMillionths",
|
|
6618
|
-
"outputs": [],
|
|
6619
|
-
"stateMutability": "nonpayable",
|
|
6620
|
-
"type": "function"
|
|
6621
|
-
},
|
|
6622
5871
|
{
|
|
6623
5872
|
"inputs": [
|
|
6624
5873
|
{
|
|
@@ -6629,11 +5878,6 @@
|
|
|
6629
5878
|
],
|
|
6630
5879
|
"name": "startLiquidation",
|
|
6631
5880
|
"outputs": [
|
|
6632
|
-
{
|
|
6633
|
-
"internalType": "uint8",
|
|
6634
|
-
"name": "_liquidationStatus",
|
|
6635
|
-
"type": "uint8"
|
|
6636
|
-
},
|
|
6637
5881
|
{
|
|
6638
5882
|
"internalType": "uint256",
|
|
6639
5883
|
"name": "_liquidationStartTs",
|
|
@@ -6680,192 +5924,6 @@
|
|
|
6680
5924
|
"stateMutability": "nonpayable",
|
|
6681
5925
|
"type": "function"
|
|
6682
5926
|
},
|
|
6683
|
-
{
|
|
6684
|
-
"inputs": [
|
|
6685
|
-
{
|
|
6686
|
-
"internalType": "address",
|
|
6687
|
-
"name": "_agentVault",
|
|
6688
|
-
"type": "address"
|
|
6689
|
-
},
|
|
6690
|
-
{
|
|
6691
|
-
"internalType": "uint256",
|
|
6692
|
-
"name": "_redemptionRequestId",
|
|
6693
|
-
"type": "uint256"
|
|
6694
|
-
}
|
|
6695
|
-
],
|
|
6696
|
-
"name": "takeOverRedemptionRequest",
|
|
6697
|
-
"outputs": [],
|
|
6698
|
-
"stateMutability": "nonpayable",
|
|
6699
|
-
"type": "function"
|
|
6700
|
-
},
|
|
6701
|
-
{
|
|
6702
|
-
"inputs": [],
|
|
6703
|
-
"name": "terminated",
|
|
6704
|
-
"outputs": [
|
|
6705
|
-
{
|
|
6706
|
-
"internalType": "bool",
|
|
6707
|
-
"name": "",
|
|
6708
|
-
"type": "bool"
|
|
6709
|
-
}
|
|
6710
|
-
],
|
|
6711
|
-
"stateMutability": "view",
|
|
6712
|
-
"type": "function"
|
|
6713
|
-
},
|
|
6714
|
-
{
|
|
6715
|
-
"inputs": [
|
|
6716
|
-
{
|
|
6717
|
-
"internalType": "address",
|
|
6718
|
-
"name": "_agentVault",
|
|
6719
|
-
"type": "address"
|
|
6720
|
-
},
|
|
6721
|
-
{
|
|
6722
|
-
"internalType": "uint256",
|
|
6723
|
-
"name": "_epoch",
|
|
6724
|
-
"type": "uint256"
|
|
6725
|
-
}
|
|
6726
|
-
],
|
|
6727
|
-
"name": "transferFeeCalculationDataForAgent",
|
|
6728
|
-
"outputs": [
|
|
6729
|
-
{
|
|
6730
|
-
"components": [
|
|
6731
|
-
{
|
|
6732
|
-
"internalType": "uint256",
|
|
6733
|
-
"name": "totalFees",
|
|
6734
|
-
"type": "uint256"
|
|
6735
|
-
},
|
|
6736
|
-
{
|
|
6737
|
-
"internalType": "uint256",
|
|
6738
|
-
"name": "cumulativeMinted",
|
|
6739
|
-
"type": "uint256"
|
|
6740
|
-
},
|
|
6741
|
-
{
|
|
6742
|
-
"internalType": "uint256",
|
|
6743
|
-
"name": "totalCumulativeMinted",
|
|
6744
|
-
"type": "uint256"
|
|
6745
|
-
},
|
|
6746
|
-
{
|
|
6747
|
-
"internalType": "bool",
|
|
6748
|
-
"name": "claimable",
|
|
6749
|
-
"type": "bool"
|
|
6750
|
-
},
|
|
6751
|
-
{
|
|
6752
|
-
"internalType": "bool",
|
|
6753
|
-
"name": "claimed",
|
|
6754
|
-
"type": "bool"
|
|
6755
|
-
}
|
|
6756
|
-
],
|
|
6757
|
-
"internalType": "struct ITransferFees.TransferFeeCalculationDataForAgent",
|
|
6758
|
-
"name": "",
|
|
6759
|
-
"type": "tuple"
|
|
6760
|
-
}
|
|
6761
|
-
],
|
|
6762
|
-
"stateMutability": "view",
|
|
6763
|
-
"type": "function"
|
|
6764
|
-
},
|
|
6765
|
-
{
|
|
6766
|
-
"inputs": [
|
|
6767
|
-
{
|
|
6768
|
-
"internalType": "uint256",
|
|
6769
|
-
"name": "_epoch",
|
|
6770
|
-
"type": "uint256"
|
|
6771
|
-
}
|
|
6772
|
-
],
|
|
6773
|
-
"name": "transferFeeEpochData",
|
|
6774
|
-
"outputs": [
|
|
6775
|
-
{
|
|
6776
|
-
"components": [
|
|
6777
|
-
{
|
|
6778
|
-
"internalType": "uint256",
|
|
6779
|
-
"name": "startTs",
|
|
6780
|
-
"type": "uint256"
|
|
6781
|
-
},
|
|
6782
|
-
{
|
|
6783
|
-
"internalType": "uint256",
|
|
6784
|
-
"name": "endTs",
|
|
6785
|
-
"type": "uint256"
|
|
6786
|
-
},
|
|
6787
|
-
{
|
|
6788
|
-
"internalType": "uint256",
|
|
6789
|
-
"name": "totalFees",
|
|
6790
|
-
"type": "uint256"
|
|
6791
|
-
},
|
|
6792
|
-
{
|
|
6793
|
-
"internalType": "uint256",
|
|
6794
|
-
"name": "claimedFees",
|
|
6795
|
-
"type": "uint256"
|
|
6796
|
-
},
|
|
6797
|
-
{
|
|
6798
|
-
"internalType": "bool",
|
|
6799
|
-
"name": "claimable",
|
|
6800
|
-
"type": "bool"
|
|
6801
|
-
},
|
|
6802
|
-
{
|
|
6803
|
-
"internalType": "bool",
|
|
6804
|
-
"name": "expired",
|
|
6805
|
-
"type": "bool"
|
|
6806
|
-
}
|
|
6807
|
-
],
|
|
6808
|
-
"internalType": "struct ITransferFees.TransferFeeEpochData",
|
|
6809
|
-
"name": "",
|
|
6810
|
-
"type": "tuple"
|
|
6811
|
-
}
|
|
6812
|
-
],
|
|
6813
|
-
"stateMutability": "view",
|
|
6814
|
-
"type": "function"
|
|
6815
|
-
},
|
|
6816
|
-
{
|
|
6817
|
-
"inputs": [],
|
|
6818
|
-
"name": "transferFeeMillionths",
|
|
6819
|
-
"outputs": [
|
|
6820
|
-
{
|
|
6821
|
-
"internalType": "uint256",
|
|
6822
|
-
"name": "",
|
|
6823
|
-
"type": "uint256"
|
|
6824
|
-
}
|
|
6825
|
-
],
|
|
6826
|
-
"stateMutability": "view",
|
|
6827
|
-
"type": "function"
|
|
6828
|
-
},
|
|
6829
|
-
{
|
|
6830
|
-
"inputs": [],
|
|
6831
|
-
"name": "transferFeeSettings",
|
|
6832
|
-
"outputs": [
|
|
6833
|
-
{
|
|
6834
|
-
"components": [
|
|
6835
|
-
{
|
|
6836
|
-
"internalType": "uint256",
|
|
6837
|
-
"name": "transferFeeMillionths",
|
|
6838
|
-
"type": "uint256"
|
|
6839
|
-
},
|
|
6840
|
-
{
|
|
6841
|
-
"internalType": "uint256",
|
|
6842
|
-
"name": "firstEpochStartTs",
|
|
6843
|
-
"type": "uint256"
|
|
6844
|
-
},
|
|
6845
|
-
{
|
|
6846
|
-
"internalType": "uint256",
|
|
6847
|
-
"name": "epochDuration",
|
|
6848
|
-
"type": "uint256"
|
|
6849
|
-
},
|
|
6850
|
-
{
|
|
6851
|
-
"internalType": "uint256",
|
|
6852
|
-
"name": "maxUnexpiredEpochs",
|
|
6853
|
-
"type": "uint256"
|
|
6854
|
-
},
|
|
6855
|
-
{
|
|
6856
|
-
"internalType": "uint256",
|
|
6857
|
-
"name": "firstClaimableEpoch",
|
|
6858
|
-
"type": "uint256"
|
|
6859
|
-
}
|
|
6860
|
-
],
|
|
6861
|
-
"internalType": "struct ITransferFees.TransferFeeSettings",
|
|
6862
|
-
"name": "",
|
|
6863
|
-
"type": "tuple"
|
|
6864
|
-
}
|
|
6865
|
-
],
|
|
6866
|
-
"stateMutability": "view",
|
|
6867
|
-
"type": "function"
|
|
6868
|
-
},
|
|
6869
5927
|
{
|
|
6870
5928
|
"inputs": [
|
|
6871
5929
|
{
|
|
@@ -6881,26 +5939,7 @@
|
|
|
6881
5939
|
],
|
|
6882
5940
|
"name": "transferToCoreVault",
|
|
6883
5941
|
"outputs": [],
|
|
6884
|
-
"stateMutability": "
|
|
6885
|
-
"type": "function"
|
|
6886
|
-
},
|
|
6887
|
-
{
|
|
6888
|
-
"inputs": [
|
|
6889
|
-
{
|
|
6890
|
-
"internalType": "uint256",
|
|
6891
|
-
"name": "_amountUBA",
|
|
6892
|
-
"type": "uint256"
|
|
6893
|
-
}
|
|
6894
|
-
],
|
|
6895
|
-
"name": "transferToCoreVaultFee",
|
|
6896
|
-
"outputs": [
|
|
6897
|
-
{
|
|
6898
|
-
"internalType": "uint256",
|
|
6899
|
-
"name": "_transferFeeNatWei",
|
|
6900
|
-
"type": "uint256"
|
|
6901
|
-
}
|
|
6902
|
-
],
|
|
6903
|
-
"stateMutability": "view",
|
|
5942
|
+
"stateMutability": "nonpayable",
|
|
6904
5943
|
"type": "function"
|
|
6905
5944
|
},
|
|
6906
5945
|
{
|