@flarenetwork/flare-periphery-contract-artifacts 0.1.23 → 0.1.25
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/coston/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json +976 -6
- package/coston/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +25 -0
- package/coston/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/coston/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +133 -0
- package/coston/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/coston/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +133 -0
- package/coston2/artifacts/contracts/IGovernor.sol/IGovernor.json +7 -47
- package/coston2/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/coston2/artifacts/contracts/IPollingFtso.sol/IPollingFtso.json +630 -0
- package/coston2/artifacts/contracts/IWNat.sol/IWNat.json +9 -737
- package/coston2/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/coston2/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +8 -48
- package/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +133 -0
- package/flare/artifacts/contracts/IGovernor.sol/IGovernor.json +7 -47
- package/flare/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/flare/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/flare/artifacts/contracts/IPollingFtso.sol/IPollingFtso.json +630 -0
- package/flare/artifacts/contracts/IWNat.sol/IWNat.json +9 -737
- package/flare/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/flare/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/flare/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +8 -48
- package/package.json +28 -3
- package/songbird/artifacts/contracts/IAgentAlwaysAllowedMinters.sol/IAgentAlwaysAllowedMinters.json +57 -0
- package/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +976 -6
- package/songbird/artifacts/contracts/IAssetManagerEvents.sol/IAssetManagerEvents.json +25 -0
- package/songbird/artifacts/contracts/ICoreVault.sol/ICoreVault.json +469 -0
- package/songbird/artifacts/contracts/ICoreVaultSettings.sol/ICoreVaultSettings.json +184 -0
- package/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +133 -0
- package/songbird/artifacts/contracts/IGovernor.sol/IGovernor.json +7 -47
- package/songbird/artifacts/contracts/IJsonApi.sol/IJsonApi.json +1 -0
- package/songbird/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +89 -0
- package/songbird/artifacts/contracts/IPollingFtso.sol/IPollingFtso.json +630 -0
- package/songbird/artifacts/contracts/IWNat.sol/IWNat.json +4 -703
- package/songbird/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json +1 -0
- package/songbird/artifacts/contracts/IWeb2JsonVerification.sol/IWeb2JsonVerification.json +109 -0
- package/songbird/artifacts/contracts/data/AgentInfo.sol/AgentInfo.json +1 -0
- package/songbird/artifacts/contracts/data/AgentSettings.sol/AgentSettings.json +1 -0
- package/songbird/artifacts/contracts/data/AssetManagerSettings.sol/AssetManagerSettings.json +1 -0
- package/songbird/artifacts/contracts/data/AvailableAgentInfo.sol/AvailableAgentInfo.json +1 -0
- package/songbird/artifacts/contracts/data/CollateralReservationInfo.sol/CollateralReservationInfo.json +1 -0
- package/songbird/artifacts/contracts/data/CollateralType.sol/CollateralType.json +1 -0
- package/songbird/artifacts/contracts/data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json +1 -0
- package/songbird/artifacts/contracts/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +1 -0
- package/songbird/artifacts/contracts/governance/interfaces/IIPollingFoundation.sol/IIPollingFoundation.json +8 -48
- package/coston/README.md +0 -7
- package/coston/StateConnector/configs/AddressValidity.json +0 -326
- package/coston/StateConnector/configs/BalanceDecreasingTransaction.json +0 -379
- package/coston/StateConnector/configs/ConfirmedBlockHeightExists.json +0 -363
- package/coston/StateConnector/configs/EVMTransaction.json +0 -600
- package/coston/StateConnector/configs/Payment.json +0 -512
- package/coston/StateConnector/configs/ReferencedPaymentNonexistence.json +0 -431
- package/coston/StateConnector/configs/TypeTemplate.json +0 -555
- package/coston2/README.md +0 -7
- package/flare/README.md +0 -7
- package/songbird/README.md +0 -7
- /package/{README.md → README.root.md} +0 -0
- /package/coston/artifacts/contracts/{userInterfaces/data/AgentInfo.sol/AgentInfo.json → IJsonApi.sol/IJsonApi.json} +0 -0
- /package/coston/artifacts/contracts/{userInterfaces/data/AgentSettings.sol/AgentSettings.json → IWeb2Json.sol/IWeb2Json.json} +0 -0
- /package/{songbird/artifacts/contracts/userInterfaces → coston/artifacts/contracts}/data/AgentInfo.sol/AgentInfo.json +0 -0
- /package/{songbird/artifacts/contracts/userInterfaces → coston/artifacts/contracts}/data/AgentSettings.sol/AgentSettings.json +0 -0
- /package/coston/artifacts/contracts/{userInterfaces/data → data}/AssetManagerSettings.sol/AssetManagerSettings.json +0 -0
- /package/coston/artifacts/contracts/{userInterfaces/data → data}/AvailableAgentInfo.sol/AvailableAgentInfo.json +0 -0
- /package/coston/artifacts/contracts/{userInterfaces/data/CollateralType.sol/CollateralType.json → data/CollateralReservationInfo.sol/CollateralReservationInfo.json} +0 -0
- /package/{songbird/artifacts/contracts/userInterfaces → coston/artifacts/contracts}/data/CollateralType.sol/CollateralType.json +0 -0
- /package/coston/artifacts/contracts/{userInterfaces/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json → data/RedemptionRequestInfo.sol/RedemptionRequestInfo.json} +0 -0
- /package/{songbird/artifacts/contracts/userInterfaces → coston/artifacts/contracts}/data/RedemptionTicketInfo.sol/RedemptionTicketInfo.json +0 -0
- /package/{songbird/artifacts/contracts/userInterfaces/data/AssetManagerSettings.sol/AssetManagerSettings.json → coston2/artifacts/contracts/IJsonApi.sol/IJsonApi.json} +0 -0
- /package/{songbird/artifacts/contracts/userInterfaces/data/AvailableAgentInfo.sol/AvailableAgentInfo.json → coston2/artifacts/contracts/IWeb2Json.sol/IWeb2Json.json} +0 -0
|
@@ -655,6 +655,43 @@
|
|
|
655
655
|
"name": "ContractChanged",
|
|
656
656
|
"type": "event"
|
|
657
657
|
},
|
|
658
|
+
{
|
|
659
|
+
"anonymous": false,
|
|
660
|
+
"inputs": [
|
|
661
|
+
{
|
|
662
|
+
"indexed": true,
|
|
663
|
+
"internalType": "address",
|
|
664
|
+
"name": "redeemer",
|
|
665
|
+
"type": "address"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"indexed": false,
|
|
669
|
+
"internalType": "string",
|
|
670
|
+
"name": "paymentAddress",
|
|
671
|
+
"type": "string"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"indexed": false,
|
|
675
|
+
"internalType": "bytes32",
|
|
676
|
+
"name": "paymentReference",
|
|
677
|
+
"type": "bytes32"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"indexed": false,
|
|
681
|
+
"internalType": "uint256",
|
|
682
|
+
"name": "valueUBA",
|
|
683
|
+
"type": "uint256"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"indexed": false,
|
|
687
|
+
"internalType": "uint256",
|
|
688
|
+
"name": "feeUBA",
|
|
689
|
+
"type": "uint256"
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"name": "CoreVaultRedemptionRequested",
|
|
693
|
+
"type": "event"
|
|
694
|
+
},
|
|
658
695
|
{
|
|
659
696
|
"anonymous": false,
|
|
660
697
|
"inputs": [
|
|
@@ -1208,6 +1245,31 @@
|
|
|
1208
1245
|
"name": "RedemptionPerformed",
|
|
1209
1246
|
"type": "event"
|
|
1210
1247
|
},
|
|
1248
|
+
{
|
|
1249
|
+
"anonymous": false,
|
|
1250
|
+
"inputs": [
|
|
1251
|
+
{
|
|
1252
|
+
"indexed": true,
|
|
1253
|
+
"internalType": "address",
|
|
1254
|
+
"name": "agentVault",
|
|
1255
|
+
"type": "address"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"indexed": true,
|
|
1259
|
+
"internalType": "uint64",
|
|
1260
|
+
"name": "requestId",
|
|
1261
|
+
"type": "uint64"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"indexed": false,
|
|
1265
|
+
"internalType": "uint256",
|
|
1266
|
+
"name": "poolFeeUBA",
|
|
1267
|
+
"type": "uint256"
|
|
1268
|
+
}
|
|
1269
|
+
],
|
|
1270
|
+
"name": "RedemptionPoolFeeMinted",
|
|
1271
|
+
"type": "event"
|
|
1272
|
+
},
|
|
1211
1273
|
{
|
|
1212
1274
|
"anonymous": false,
|
|
1213
1275
|
"inputs": [
|
|
@@ -1486,6 +1548,87 @@
|
|
|
1486
1548
|
"name": "RedemptionTicketUpdated",
|
|
1487
1549
|
"type": "event"
|
|
1488
1550
|
},
|
|
1551
|
+
{
|
|
1552
|
+
"anonymous": false,
|
|
1553
|
+
"inputs": [
|
|
1554
|
+
{
|
|
1555
|
+
"indexed": true,
|
|
1556
|
+
"internalType": "address",
|
|
1557
|
+
"name": "agentVault",
|
|
1558
|
+
"type": "address"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"indexed": true,
|
|
1562
|
+
"internalType": "uint256",
|
|
1563
|
+
"name": "requestId",
|
|
1564
|
+
"type": "uint256"
|
|
1565
|
+
}
|
|
1566
|
+
],
|
|
1567
|
+
"name": "ReturnFromCoreVaultCancelled",
|
|
1568
|
+
"type": "event"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"anonymous": false,
|
|
1572
|
+
"inputs": [
|
|
1573
|
+
{
|
|
1574
|
+
"indexed": true,
|
|
1575
|
+
"internalType": "address",
|
|
1576
|
+
"name": "agentVault",
|
|
1577
|
+
"type": "address"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"indexed": true,
|
|
1581
|
+
"internalType": "uint256",
|
|
1582
|
+
"name": "requestId",
|
|
1583
|
+
"type": "uint256"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"indexed": false,
|
|
1587
|
+
"internalType": "uint256",
|
|
1588
|
+
"name": "receivedUnderlyingUBA",
|
|
1589
|
+
"type": "uint256"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"indexed": false,
|
|
1593
|
+
"internalType": "uint256",
|
|
1594
|
+
"name": "remintedUBA",
|
|
1595
|
+
"type": "uint256"
|
|
1596
|
+
}
|
|
1597
|
+
],
|
|
1598
|
+
"name": "ReturnFromCoreVaultConfirmed",
|
|
1599
|
+
"type": "event"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"anonymous": false,
|
|
1603
|
+
"inputs": [
|
|
1604
|
+
{
|
|
1605
|
+
"indexed": true,
|
|
1606
|
+
"internalType": "address",
|
|
1607
|
+
"name": "agentVault",
|
|
1608
|
+
"type": "address"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"indexed": true,
|
|
1612
|
+
"internalType": "uint256",
|
|
1613
|
+
"name": "requestId",
|
|
1614
|
+
"type": "uint256"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"indexed": false,
|
|
1618
|
+
"internalType": "bytes32",
|
|
1619
|
+
"name": "paymentReference",
|
|
1620
|
+
"type": "bytes32"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"indexed": false,
|
|
1624
|
+
"internalType": "uint256",
|
|
1625
|
+
"name": "valueUBA",
|
|
1626
|
+
"type": "uint256"
|
|
1627
|
+
}
|
|
1628
|
+
],
|
|
1629
|
+
"name": "ReturnFromCoreVaultRequested",
|
|
1630
|
+
"type": "event"
|
|
1631
|
+
},
|
|
1489
1632
|
{
|
|
1490
1633
|
"anonymous": false,
|
|
1491
1634
|
"inputs": [
|
|
@@ -1636,6 +1779,81 @@
|
|
|
1636
1779
|
"name": "TransferFeesClaimed",
|
|
1637
1780
|
"type": "event"
|
|
1638
1781
|
},
|
|
1782
|
+
{
|
|
1783
|
+
"anonymous": false,
|
|
1784
|
+
"inputs": [
|
|
1785
|
+
{
|
|
1786
|
+
"indexed": true,
|
|
1787
|
+
"internalType": "address",
|
|
1788
|
+
"name": "agentVault",
|
|
1789
|
+
"type": "address"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"indexed": true,
|
|
1793
|
+
"internalType": "uint256",
|
|
1794
|
+
"name": "transferRedemptionRequestId",
|
|
1795
|
+
"type": "uint256"
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"indexed": false,
|
|
1799
|
+
"internalType": "uint256",
|
|
1800
|
+
"name": "remintedUBA",
|
|
1801
|
+
"type": "uint256"
|
|
1802
|
+
}
|
|
1803
|
+
],
|
|
1804
|
+
"name": "TransferToCoreVaultDefaulted",
|
|
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",
|
|
1855
|
+
"type": "event"
|
|
1856
|
+
},
|
|
1639
1857
|
{
|
|
1640
1858
|
"anonymous": false,
|
|
1641
1859
|
"inputs": [
|
|
@@ -1805,6 +2023,24 @@
|
|
|
1805
2023
|
"name": "VaultCollateralWithdrawalAnnounced",
|
|
1806
2024
|
"type": "event"
|
|
1807
2025
|
},
|
|
2026
|
+
{
|
|
2027
|
+
"inputs": [
|
|
2028
|
+
{
|
|
2029
|
+
"internalType": "address",
|
|
2030
|
+
"name": "_agentVault",
|
|
2031
|
+
"type": "address"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"internalType": "address",
|
|
2035
|
+
"name": "_minter",
|
|
2036
|
+
"type": "address"
|
|
2037
|
+
}
|
|
2038
|
+
],
|
|
2039
|
+
"name": "addAlwaysAllowedMinterForAgent",
|
|
2040
|
+
"outputs": [],
|
|
2041
|
+
"stateMutability": "nonpayable",
|
|
2042
|
+
"type": "function"
|
|
2043
|
+
},
|
|
1808
2044
|
{
|
|
1809
2045
|
"inputs": [
|
|
1810
2046
|
{
|
|
@@ -1969,6 +2205,25 @@
|
|
|
1969
2205
|
"stateMutability": "view",
|
|
1970
2206
|
"type": "function"
|
|
1971
2207
|
},
|
|
2208
|
+
{
|
|
2209
|
+
"inputs": [
|
|
2210
|
+
{
|
|
2211
|
+
"internalType": "address",
|
|
2212
|
+
"name": "_agentVault",
|
|
2213
|
+
"type": "address"
|
|
2214
|
+
}
|
|
2215
|
+
],
|
|
2216
|
+
"name": "alwaysAllowedMintersForAgent",
|
|
2217
|
+
"outputs": [
|
|
2218
|
+
{
|
|
2219
|
+
"internalType": "address[]",
|
|
2220
|
+
"name": "",
|
|
2221
|
+
"type": "address[]"
|
|
2222
|
+
}
|
|
2223
|
+
],
|
|
2224
|
+
"stateMutability": "view",
|
|
2225
|
+
"type": "function"
|
|
2226
|
+
},
|
|
1972
2227
|
{
|
|
1973
2228
|
"inputs": [
|
|
1974
2229
|
{
|
|
@@ -2175,6 +2430,19 @@
|
|
|
2175
2430
|
"stateMutability": "nonpayable",
|
|
2176
2431
|
"type": "function"
|
|
2177
2432
|
},
|
|
2433
|
+
{
|
|
2434
|
+
"inputs": [
|
|
2435
|
+
{
|
|
2436
|
+
"internalType": "address",
|
|
2437
|
+
"name": "_agentVault",
|
|
2438
|
+
"type": "address"
|
|
2439
|
+
}
|
|
2440
|
+
],
|
|
2441
|
+
"name": "cancelReturnFromCoreVault",
|
|
2442
|
+
"outputs": [],
|
|
2443
|
+
"stateMutability": "nonpayable",
|
|
2444
|
+
"type": "function"
|
|
2445
|
+
},
|
|
2178
2446
|
{
|
|
2179
2447
|
"inputs": [
|
|
2180
2448
|
{
|
|
@@ -2249,12 +2517,113 @@
|
|
|
2249
2517
|
{
|
|
2250
2518
|
"inputs": [
|
|
2251
2519
|
{
|
|
2252
|
-
"
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2520
|
+
"internalType": "uint256",
|
|
2521
|
+
"name": "_collateralReservationId",
|
|
2522
|
+
"type": "uint256"
|
|
2523
|
+
}
|
|
2524
|
+
],
|
|
2525
|
+
"name": "collateralReservationInfo",
|
|
2526
|
+
"outputs": [
|
|
2527
|
+
{
|
|
2528
|
+
"components": [
|
|
2529
|
+
{
|
|
2530
|
+
"internalType": "uint64",
|
|
2531
|
+
"name": "collateralReservationId",
|
|
2532
|
+
"type": "uint64"
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"internalType": "address",
|
|
2536
|
+
"name": "agentVault",
|
|
2537
|
+
"type": "address"
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"internalType": "address",
|
|
2541
|
+
"name": "minter",
|
|
2542
|
+
"type": "address"
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"internalType": "string",
|
|
2546
|
+
"name": "paymentAddress",
|
|
2547
|
+
"type": "string"
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"internalType": "bytes32",
|
|
2551
|
+
"name": "paymentReference",
|
|
2552
|
+
"type": "bytes32"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"internalType": "uint256",
|
|
2556
|
+
"name": "valueUBA",
|
|
2557
|
+
"type": "uint256"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"internalType": "uint128",
|
|
2561
|
+
"name": "mintingFeeUBA",
|
|
2562
|
+
"type": "uint128"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"internalType": "uint128",
|
|
2566
|
+
"name": "reservationFeeNatWei",
|
|
2567
|
+
"type": "uint128"
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"internalType": "uint16",
|
|
2571
|
+
"name": "poolFeeShareBIPS",
|
|
2572
|
+
"type": "uint16"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"internalType": "uint64",
|
|
2576
|
+
"name": "firstUnderlyingBlock",
|
|
2577
|
+
"type": "uint64"
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"internalType": "uint64",
|
|
2581
|
+
"name": "lastUnderlyingBlock",
|
|
2582
|
+
"type": "uint64"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"internalType": "uint64",
|
|
2586
|
+
"name": "lastUnderlyingTimestamp",
|
|
2587
|
+
"type": "uint64"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"internalType": "address",
|
|
2591
|
+
"name": "executor",
|
|
2592
|
+
"type": "address"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"internalType": "uint256",
|
|
2596
|
+
"name": "executorFeeNatWei",
|
|
2597
|
+
"type": "uint256"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"internalType": "uint64",
|
|
2601
|
+
"name": "handshakeStartTimestamp",
|
|
2602
|
+
"type": "uint64"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"internalType": "bytes32",
|
|
2606
|
+
"name": "sourceAddressesRoot",
|
|
2607
|
+
"type": "bytes32"
|
|
2608
|
+
}
|
|
2609
|
+
],
|
|
2610
|
+
"internalType": "struct CollateralReservationInfo.Data",
|
|
2611
|
+
"name": "",
|
|
2612
|
+
"type": "tuple"
|
|
2613
|
+
}
|
|
2614
|
+
],
|
|
2615
|
+
"stateMutability": "view",
|
|
2616
|
+
"type": "function"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"inputs": [
|
|
2620
|
+
{
|
|
2621
|
+
"components": [
|
|
2622
|
+
{
|
|
2623
|
+
"internalType": "bytes32[]",
|
|
2624
|
+
"name": "merkleProof",
|
|
2625
|
+
"type": "bytes32[]"
|
|
2626
|
+
},
|
|
2258
2627
|
{
|
|
2259
2628
|
"components": [
|
|
2260
2629
|
{
|
|
@@ -2533,6 +2902,152 @@
|
|
|
2533
2902
|
"type": "address"
|
|
2534
2903
|
}
|
|
2535
2904
|
],
|
|
2905
|
+
"name": "confirmReturnFromCoreVault",
|
|
2906
|
+
"outputs": [],
|
|
2907
|
+
"stateMutability": "nonpayable",
|
|
2908
|
+
"type": "function"
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"inputs": [
|
|
2912
|
+
{
|
|
2913
|
+
"components": [
|
|
2914
|
+
{
|
|
2915
|
+
"internalType": "bytes32[]",
|
|
2916
|
+
"name": "merkleProof",
|
|
2917
|
+
"type": "bytes32[]"
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"components": [
|
|
2921
|
+
{
|
|
2922
|
+
"internalType": "bytes32",
|
|
2923
|
+
"name": "attestationType",
|
|
2924
|
+
"type": "bytes32"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"internalType": "bytes32",
|
|
2928
|
+
"name": "sourceId",
|
|
2929
|
+
"type": "bytes32"
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"internalType": "uint64",
|
|
2933
|
+
"name": "votingRound",
|
|
2934
|
+
"type": "uint64"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"internalType": "uint64",
|
|
2938
|
+
"name": "lowestUsedTimestamp",
|
|
2939
|
+
"type": "uint64"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"components": [
|
|
2943
|
+
{
|
|
2944
|
+
"internalType": "bytes32",
|
|
2945
|
+
"name": "transactionId",
|
|
2946
|
+
"type": "bytes32"
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"internalType": "uint256",
|
|
2950
|
+
"name": "inUtxo",
|
|
2951
|
+
"type": "uint256"
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
"internalType": "uint256",
|
|
2955
|
+
"name": "utxo",
|
|
2956
|
+
"type": "uint256"
|
|
2957
|
+
}
|
|
2958
|
+
],
|
|
2959
|
+
"internalType": "struct IPayment.RequestBody",
|
|
2960
|
+
"name": "requestBody",
|
|
2961
|
+
"type": "tuple"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"components": [
|
|
2965
|
+
{
|
|
2966
|
+
"internalType": "uint64",
|
|
2967
|
+
"name": "blockNumber",
|
|
2968
|
+
"type": "uint64"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"internalType": "uint64",
|
|
2972
|
+
"name": "blockTimestamp",
|
|
2973
|
+
"type": "uint64"
|
|
2974
|
+
},
|
|
2975
|
+
{
|
|
2976
|
+
"internalType": "bytes32",
|
|
2977
|
+
"name": "sourceAddressHash",
|
|
2978
|
+
"type": "bytes32"
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"internalType": "bytes32",
|
|
2982
|
+
"name": "sourceAddressesRoot",
|
|
2983
|
+
"type": "bytes32"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"internalType": "bytes32",
|
|
2987
|
+
"name": "receivingAddressHash",
|
|
2988
|
+
"type": "bytes32"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"internalType": "bytes32",
|
|
2992
|
+
"name": "intendedReceivingAddressHash",
|
|
2993
|
+
"type": "bytes32"
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"internalType": "int256",
|
|
2997
|
+
"name": "spentAmount",
|
|
2998
|
+
"type": "int256"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"internalType": "int256",
|
|
3002
|
+
"name": "intendedSpentAmount",
|
|
3003
|
+
"type": "int256"
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"internalType": "int256",
|
|
3007
|
+
"name": "receivedAmount",
|
|
3008
|
+
"type": "int256"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"internalType": "int256",
|
|
3012
|
+
"name": "intendedReceivedAmount",
|
|
3013
|
+
"type": "int256"
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"internalType": "bytes32",
|
|
3017
|
+
"name": "standardPaymentReference",
|
|
3018
|
+
"type": "bytes32"
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"internalType": "bool",
|
|
3022
|
+
"name": "oneToOne",
|
|
3023
|
+
"type": "bool"
|
|
3024
|
+
},
|
|
3025
|
+
{
|
|
3026
|
+
"internalType": "uint8",
|
|
3027
|
+
"name": "status",
|
|
3028
|
+
"type": "uint8"
|
|
3029
|
+
}
|
|
3030
|
+
],
|
|
3031
|
+
"internalType": "struct IPayment.ResponseBody",
|
|
3032
|
+
"name": "responseBody",
|
|
3033
|
+
"type": "tuple"
|
|
3034
|
+
}
|
|
3035
|
+
],
|
|
3036
|
+
"internalType": "struct IPayment.Response",
|
|
3037
|
+
"name": "data",
|
|
3038
|
+
"type": "tuple"
|
|
3039
|
+
}
|
|
3040
|
+
],
|
|
3041
|
+
"internalType": "struct IPayment.Proof",
|
|
3042
|
+
"name": "_payment",
|
|
3043
|
+
"type": "tuple"
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"internalType": "address",
|
|
3047
|
+
"name": "_agentVault",
|
|
3048
|
+
"type": "address"
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
2536
3051
|
"name": "confirmTopupPayment",
|
|
2537
3052
|
"outputs": [],
|
|
2538
3053
|
"stateMutability": "nonpayable",
|
|
@@ -2710,6 +3225,24 @@
|
|
|
2710
3225
|
"stateMutability": "nonpayable",
|
|
2711
3226
|
"type": "function"
|
|
2712
3227
|
},
|
|
3228
|
+
{
|
|
3229
|
+
"inputs": [],
|
|
3230
|
+
"name": "coreVaultAvailableAmount",
|
|
3231
|
+
"outputs": [
|
|
3232
|
+
{
|
|
3233
|
+
"internalType": "uint256",
|
|
3234
|
+
"name": "_immediatelyAvailableUBA",
|
|
3235
|
+
"type": "uint256"
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"internalType": "uint256",
|
|
3239
|
+
"name": "_totalAvailableUBA",
|
|
3240
|
+
"type": "uint256"
|
|
3241
|
+
}
|
|
3242
|
+
],
|
|
3243
|
+
"stateMutability": "view",
|
|
3244
|
+
"type": "function"
|
|
3245
|
+
},
|
|
2713
3246
|
{
|
|
2714
3247
|
"inputs": [
|
|
2715
3248
|
{
|
|
@@ -3971,6 +4504,30 @@
|
|
|
3971
4504
|
"stateMutability": "view",
|
|
3972
4505
|
"type": "function"
|
|
3973
4506
|
},
|
|
4507
|
+
{
|
|
4508
|
+
"inputs": [
|
|
4509
|
+
{
|
|
4510
|
+
"internalType": "address",
|
|
4511
|
+
"name": "_agentVault",
|
|
4512
|
+
"type": "address"
|
|
4513
|
+
},
|
|
4514
|
+
{
|
|
4515
|
+
"internalType": "string",
|
|
4516
|
+
"name": "_name",
|
|
4517
|
+
"type": "string"
|
|
4518
|
+
}
|
|
4519
|
+
],
|
|
4520
|
+
"name": "getAgentSetting",
|
|
4521
|
+
"outputs": [
|
|
4522
|
+
{
|
|
4523
|
+
"internalType": "uint256",
|
|
4524
|
+
"name": "",
|
|
4525
|
+
"type": "uint256"
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"stateMutability": "view",
|
|
4529
|
+
"type": "function"
|
|
4530
|
+
},
|
|
3974
4531
|
{
|
|
3975
4532
|
"inputs": [
|
|
3976
4533
|
{
|
|
@@ -4293,6 +4850,97 @@
|
|
|
4293
4850
|
"stateMutability": "view",
|
|
4294
4851
|
"type": "function"
|
|
4295
4852
|
},
|
|
4853
|
+
{
|
|
4854
|
+
"inputs": [],
|
|
4855
|
+
"name": "getCoreVaultManager",
|
|
4856
|
+
"outputs": [
|
|
4857
|
+
{
|
|
4858
|
+
"internalType": "address",
|
|
4859
|
+
"name": "",
|
|
4860
|
+
"type": "address"
|
|
4861
|
+
}
|
|
4862
|
+
],
|
|
4863
|
+
"stateMutability": "view",
|
|
4864
|
+
"type": "function"
|
|
4865
|
+
},
|
|
4866
|
+
{
|
|
4867
|
+
"inputs": [],
|
|
4868
|
+
"name": "getCoreVaultMinimumAmountLeftBIPS",
|
|
4869
|
+
"outputs": [
|
|
4870
|
+
{
|
|
4871
|
+
"internalType": "uint256",
|
|
4872
|
+
"name": "",
|
|
4873
|
+
"type": "uint256"
|
|
4874
|
+
}
|
|
4875
|
+
],
|
|
4876
|
+
"stateMutability": "view",
|
|
4877
|
+
"type": "function"
|
|
4878
|
+
},
|
|
4879
|
+
{
|
|
4880
|
+
"inputs": [],
|
|
4881
|
+
"name": "getCoreVaultMinimumRedeemLots",
|
|
4882
|
+
"outputs": [
|
|
4883
|
+
{
|
|
4884
|
+
"internalType": "uint256",
|
|
4885
|
+
"name": "",
|
|
4886
|
+
"type": "uint256"
|
|
4887
|
+
}
|
|
4888
|
+
],
|
|
4889
|
+
"stateMutability": "view",
|
|
4890
|
+
"type": "function"
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"inputs": [],
|
|
4894
|
+
"name": "getCoreVaultNativeAddress",
|
|
4895
|
+
"outputs": [
|
|
4896
|
+
{
|
|
4897
|
+
"internalType": "address",
|
|
4898
|
+
"name": "",
|
|
4899
|
+
"type": "address"
|
|
4900
|
+
}
|
|
4901
|
+
],
|
|
4902
|
+
"stateMutability": "view",
|
|
4903
|
+
"type": "function"
|
|
4904
|
+
},
|
|
4905
|
+
{
|
|
4906
|
+
"inputs": [],
|
|
4907
|
+
"name": "getCoreVaultRedemptionFeeBIPS",
|
|
4908
|
+
"outputs": [
|
|
4909
|
+
{
|
|
4910
|
+
"internalType": "uint256",
|
|
4911
|
+
"name": "",
|
|
4912
|
+
"type": "uint256"
|
|
4913
|
+
}
|
|
4914
|
+
],
|
|
4915
|
+
"stateMutability": "view",
|
|
4916
|
+
"type": "function"
|
|
4917
|
+
},
|
|
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
|
+
{
|
|
4932
|
+
"inputs": [],
|
|
4933
|
+
"name": "getCoreVaultTransferTimeExtensionSeconds",
|
|
4934
|
+
"outputs": [
|
|
4935
|
+
{
|
|
4936
|
+
"internalType": "uint256",
|
|
4937
|
+
"name": "",
|
|
4938
|
+
"type": "uint256"
|
|
4939
|
+
}
|
|
4940
|
+
],
|
|
4941
|
+
"stateMutability": "view",
|
|
4942
|
+
"type": "function"
|
|
4943
|
+
},
|
|
4296
4944
|
{
|
|
4297
4945
|
"inputs": [],
|
|
4298
4946
|
"name": "getSettings",
|
|
@@ -4801,6 +5449,30 @@
|
|
|
4801
5449
|
"stateMutability": "nonpayable",
|
|
4802
5450
|
"type": "function"
|
|
4803
5451
|
},
|
|
5452
|
+
{
|
|
5453
|
+
"inputs": [
|
|
5454
|
+
{
|
|
5455
|
+
"internalType": "address",
|
|
5456
|
+
"name": "_agentVault",
|
|
5457
|
+
"type": "address"
|
|
5458
|
+
}
|
|
5459
|
+
],
|
|
5460
|
+
"name": "maximumTransferToCoreVault",
|
|
5461
|
+
"outputs": [
|
|
5462
|
+
{
|
|
5463
|
+
"internalType": "uint256",
|
|
5464
|
+
"name": "_maximumTransferUBA",
|
|
5465
|
+
"type": "uint256"
|
|
5466
|
+
},
|
|
5467
|
+
{
|
|
5468
|
+
"internalType": "uint256",
|
|
5469
|
+
"name": "_minimumLeftAmountUBA",
|
|
5470
|
+
"type": "uint256"
|
|
5471
|
+
}
|
|
5472
|
+
],
|
|
5473
|
+
"stateMutability": "view",
|
|
5474
|
+
"type": "function"
|
|
5475
|
+
},
|
|
4804
5476
|
{
|
|
4805
5477
|
"inputs": [
|
|
4806
5478
|
{
|
|
@@ -5136,6 +5808,24 @@
|
|
|
5136
5808
|
"stateMutability": "payable",
|
|
5137
5809
|
"type": "function"
|
|
5138
5810
|
},
|
|
5811
|
+
{
|
|
5812
|
+
"inputs": [
|
|
5813
|
+
{
|
|
5814
|
+
"internalType": "uint64",
|
|
5815
|
+
"name": "_lots",
|
|
5816
|
+
"type": "uint64"
|
|
5817
|
+
},
|
|
5818
|
+
{
|
|
5819
|
+
"internalType": "string",
|
|
5820
|
+
"name": "_redeemerUnderlyingAddress",
|
|
5821
|
+
"type": "string"
|
|
5822
|
+
}
|
|
5823
|
+
],
|
|
5824
|
+
"name": "redeemFromCoreVault",
|
|
5825
|
+
"outputs": [],
|
|
5826
|
+
"stateMutability": "nonpayable",
|
|
5827
|
+
"type": "function"
|
|
5828
|
+
},
|
|
5139
5829
|
{
|
|
5140
5830
|
"inputs": [
|
|
5141
5831
|
{
|
|
@@ -5316,6 +6006,122 @@
|
|
|
5316
6006
|
"stateMutability": "view",
|
|
5317
6007
|
"type": "function"
|
|
5318
6008
|
},
|
|
6009
|
+
{
|
|
6010
|
+
"inputs": [
|
|
6011
|
+
{
|
|
6012
|
+
"internalType": "uint256",
|
|
6013
|
+
"name": "_redemptionRequestId",
|
|
6014
|
+
"type": "uint256"
|
|
6015
|
+
}
|
|
6016
|
+
],
|
|
6017
|
+
"name": "redemptionRequestInfo",
|
|
6018
|
+
"outputs": [
|
|
6019
|
+
{
|
|
6020
|
+
"components": [
|
|
6021
|
+
{
|
|
6022
|
+
"internalType": "uint64",
|
|
6023
|
+
"name": "redemptionRequestId",
|
|
6024
|
+
"type": "uint64"
|
|
6025
|
+
},
|
|
6026
|
+
{
|
|
6027
|
+
"internalType": "enum RedemptionRequestInfo.Status",
|
|
6028
|
+
"name": "status",
|
|
6029
|
+
"type": "uint8"
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"internalType": "address",
|
|
6033
|
+
"name": "agentVault",
|
|
6034
|
+
"type": "address"
|
|
6035
|
+
},
|
|
6036
|
+
{
|
|
6037
|
+
"internalType": "address",
|
|
6038
|
+
"name": "redeemer",
|
|
6039
|
+
"type": "address"
|
|
6040
|
+
},
|
|
6041
|
+
{
|
|
6042
|
+
"internalType": "string",
|
|
6043
|
+
"name": "paymentAddress",
|
|
6044
|
+
"type": "string"
|
|
6045
|
+
},
|
|
6046
|
+
{
|
|
6047
|
+
"internalType": "bytes32",
|
|
6048
|
+
"name": "paymentReference",
|
|
6049
|
+
"type": "bytes32"
|
|
6050
|
+
},
|
|
6051
|
+
{
|
|
6052
|
+
"internalType": "uint128",
|
|
6053
|
+
"name": "valueUBA",
|
|
6054
|
+
"type": "uint128"
|
|
6055
|
+
},
|
|
6056
|
+
{
|
|
6057
|
+
"internalType": "uint128",
|
|
6058
|
+
"name": "feeUBA",
|
|
6059
|
+
"type": "uint128"
|
|
6060
|
+
},
|
|
6061
|
+
{
|
|
6062
|
+
"internalType": "uint16",
|
|
6063
|
+
"name": "poolFeeShareBIPS",
|
|
6064
|
+
"type": "uint16"
|
|
6065
|
+
},
|
|
6066
|
+
{
|
|
6067
|
+
"internalType": "uint64",
|
|
6068
|
+
"name": "firstUnderlyingBlock",
|
|
6069
|
+
"type": "uint64"
|
|
6070
|
+
},
|
|
6071
|
+
{
|
|
6072
|
+
"internalType": "uint64",
|
|
6073
|
+
"name": "lastUnderlyingBlock",
|
|
6074
|
+
"type": "uint64"
|
|
6075
|
+
},
|
|
6076
|
+
{
|
|
6077
|
+
"internalType": "uint64",
|
|
6078
|
+
"name": "lastUnderlyingTimestamp",
|
|
6079
|
+
"type": "uint64"
|
|
6080
|
+
},
|
|
6081
|
+
{
|
|
6082
|
+
"internalType": "uint64",
|
|
6083
|
+
"name": "timestamp",
|
|
6084
|
+
"type": "uint64"
|
|
6085
|
+
},
|
|
6086
|
+
{
|
|
6087
|
+
"internalType": "bool",
|
|
6088
|
+
"name": "poolSelfClose",
|
|
6089
|
+
"type": "bool"
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
"internalType": "bool",
|
|
6093
|
+
"name": "transferToCoreVault",
|
|
6094
|
+
"type": "bool"
|
|
6095
|
+
},
|
|
6096
|
+
{
|
|
6097
|
+
"internalType": "address",
|
|
6098
|
+
"name": "executor",
|
|
6099
|
+
"type": "address"
|
|
6100
|
+
},
|
|
6101
|
+
{
|
|
6102
|
+
"internalType": "uint256",
|
|
6103
|
+
"name": "executorFeeNatWei",
|
|
6104
|
+
"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
|
+
}
|
|
6116
|
+
],
|
|
6117
|
+
"internalType": "struct RedemptionRequestInfo.Data",
|
|
6118
|
+
"name": "",
|
|
6119
|
+
"type": "tuple"
|
|
6120
|
+
}
|
|
6121
|
+
],
|
|
6122
|
+
"stateMutability": "view",
|
|
6123
|
+
"type": "function"
|
|
6124
|
+
},
|
|
5319
6125
|
{
|
|
5320
6126
|
"inputs": [
|
|
5321
6127
|
{
|
|
@@ -5441,6 +6247,42 @@
|
|
|
5441
6247
|
"stateMutability": "nonpayable",
|
|
5442
6248
|
"type": "function"
|
|
5443
6249
|
},
|
|
6250
|
+
{
|
|
6251
|
+
"inputs": [
|
|
6252
|
+
{
|
|
6253
|
+
"internalType": "address",
|
|
6254
|
+
"name": "_agentVault",
|
|
6255
|
+
"type": "address"
|
|
6256
|
+
},
|
|
6257
|
+
{
|
|
6258
|
+
"internalType": "address",
|
|
6259
|
+
"name": "_minter",
|
|
6260
|
+
"type": "address"
|
|
6261
|
+
}
|
|
6262
|
+
],
|
|
6263
|
+
"name": "removeAlwaysAllowedMinterForAgent",
|
|
6264
|
+
"outputs": [],
|
|
6265
|
+
"stateMutability": "nonpayable",
|
|
6266
|
+
"type": "function"
|
|
6267
|
+
},
|
|
6268
|
+
{
|
|
6269
|
+
"inputs": [
|
|
6270
|
+
{
|
|
6271
|
+
"internalType": "address",
|
|
6272
|
+
"name": "_agentVault",
|
|
6273
|
+
"type": "address"
|
|
6274
|
+
},
|
|
6275
|
+
{
|
|
6276
|
+
"internalType": "uint64",
|
|
6277
|
+
"name": "_lots",
|
|
6278
|
+
"type": "uint64"
|
|
6279
|
+
}
|
|
6280
|
+
],
|
|
6281
|
+
"name": "requestReturnFromCoreVault",
|
|
6282
|
+
"outputs": [],
|
|
6283
|
+
"stateMutability": "nonpayable",
|
|
6284
|
+
"type": "function"
|
|
6285
|
+
},
|
|
5444
6286
|
{
|
|
5445
6287
|
"inputs": [
|
|
5446
6288
|
{
|
|
@@ -5649,6 +6491,97 @@
|
|
|
5649
6491
|
"stateMutability": "nonpayable",
|
|
5650
6492
|
"type": "function"
|
|
5651
6493
|
},
|
|
6494
|
+
{
|
|
6495
|
+
"inputs": [
|
|
6496
|
+
{
|
|
6497
|
+
"internalType": "address",
|
|
6498
|
+
"name": "_coreVaultManager",
|
|
6499
|
+
"type": "address"
|
|
6500
|
+
}
|
|
6501
|
+
],
|
|
6502
|
+
"name": "setCoreVaultManager",
|
|
6503
|
+
"outputs": [],
|
|
6504
|
+
"stateMutability": "nonpayable",
|
|
6505
|
+
"type": "function"
|
|
6506
|
+
},
|
|
6507
|
+
{
|
|
6508
|
+
"inputs": [
|
|
6509
|
+
{
|
|
6510
|
+
"internalType": "uint256",
|
|
6511
|
+
"name": "_minimumAmountLeftBIPS",
|
|
6512
|
+
"type": "uint256"
|
|
6513
|
+
}
|
|
6514
|
+
],
|
|
6515
|
+
"name": "setCoreVaultMinimumAmountLeftBIPS",
|
|
6516
|
+
"outputs": [],
|
|
6517
|
+
"stateMutability": "nonpayable",
|
|
6518
|
+
"type": "function"
|
|
6519
|
+
},
|
|
6520
|
+
{
|
|
6521
|
+
"inputs": [
|
|
6522
|
+
{
|
|
6523
|
+
"internalType": "uint256",
|
|
6524
|
+
"name": "_minimumRedeemLots",
|
|
6525
|
+
"type": "uint256"
|
|
6526
|
+
}
|
|
6527
|
+
],
|
|
6528
|
+
"name": "setCoreVaultMinimumRedeemLots",
|
|
6529
|
+
"outputs": [],
|
|
6530
|
+
"stateMutability": "nonpayable",
|
|
6531
|
+
"type": "function"
|
|
6532
|
+
},
|
|
6533
|
+
{
|
|
6534
|
+
"inputs": [
|
|
6535
|
+
{
|
|
6536
|
+
"internalType": "address payable",
|
|
6537
|
+
"name": "_nativeAddress",
|
|
6538
|
+
"type": "address"
|
|
6539
|
+
}
|
|
6540
|
+
],
|
|
6541
|
+
"name": "setCoreVaultNativeAddress",
|
|
6542
|
+
"outputs": [],
|
|
6543
|
+
"stateMutability": "nonpayable",
|
|
6544
|
+
"type": "function"
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"inputs": [
|
|
6548
|
+
{
|
|
6549
|
+
"internalType": "uint256",
|
|
6550
|
+
"name": "_redemptionFeeBIPS",
|
|
6551
|
+
"type": "uint256"
|
|
6552
|
+
}
|
|
6553
|
+
],
|
|
6554
|
+
"name": "setCoreVaultRedemptionFeeBIPS",
|
|
6555
|
+
"outputs": [],
|
|
6556
|
+
"stateMutability": "nonpayable",
|
|
6557
|
+
"type": "function"
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
"inputs": [
|
|
6561
|
+
{
|
|
6562
|
+
"internalType": "uint256",
|
|
6563
|
+
"name": "_transferFeeBIPS",
|
|
6564
|
+
"type": "uint256"
|
|
6565
|
+
}
|
|
6566
|
+
],
|
|
6567
|
+
"name": "setCoreVaultTransferFeeBIPS",
|
|
6568
|
+
"outputs": [],
|
|
6569
|
+
"stateMutability": "nonpayable",
|
|
6570
|
+
"type": "function"
|
|
6571
|
+
},
|
|
6572
|
+
{
|
|
6573
|
+
"inputs": [
|
|
6574
|
+
{
|
|
6575
|
+
"internalType": "uint256",
|
|
6576
|
+
"name": "_transferTimeExtensionSeconds",
|
|
6577
|
+
"type": "uint256"
|
|
6578
|
+
}
|
|
6579
|
+
],
|
|
6580
|
+
"name": "setCoreVaultTransferTimeExtensionSeconds",
|
|
6581
|
+
"outputs": [],
|
|
6582
|
+
"stateMutability": "nonpayable",
|
|
6583
|
+
"type": "function"
|
|
6584
|
+
},
|
|
5652
6585
|
{
|
|
5653
6586
|
"inputs": [
|
|
5654
6587
|
{
|
|
@@ -5927,6 +6860,43 @@
|
|
|
5927
6860
|
"stateMutability": "view",
|
|
5928
6861
|
"type": "function"
|
|
5929
6862
|
},
|
|
6863
|
+
{
|
|
6864
|
+
"inputs": [
|
|
6865
|
+
{
|
|
6866
|
+
"internalType": "address",
|
|
6867
|
+
"name": "_agentVault",
|
|
6868
|
+
"type": "address"
|
|
6869
|
+
},
|
|
6870
|
+
{
|
|
6871
|
+
"internalType": "uint256",
|
|
6872
|
+
"name": "_amountUBA",
|
|
6873
|
+
"type": "uint256"
|
|
6874
|
+
}
|
|
6875
|
+
],
|
|
6876
|
+
"name": "transferToCoreVault",
|
|
6877
|
+
"outputs": [],
|
|
6878
|
+
"stateMutability": "payable",
|
|
6879
|
+
"type": "function"
|
|
6880
|
+
},
|
|
6881
|
+
{
|
|
6882
|
+
"inputs": [
|
|
6883
|
+
{
|
|
6884
|
+
"internalType": "uint256",
|
|
6885
|
+
"name": "_amountUBA",
|
|
6886
|
+
"type": "uint256"
|
|
6887
|
+
}
|
|
6888
|
+
],
|
|
6889
|
+
"name": "transferToCoreVaultFee",
|
|
6890
|
+
"outputs": [
|
|
6891
|
+
{
|
|
6892
|
+
"internalType": "uint256",
|
|
6893
|
+
"name": "_transferFeeNatWei",
|
|
6894
|
+
"type": "uint256"
|
|
6895
|
+
}
|
|
6896
|
+
],
|
|
6897
|
+
"stateMutability": "view",
|
|
6898
|
+
"type": "function"
|
|
6899
|
+
},
|
|
5930
6900
|
{
|
|
5931
6901
|
"inputs": [],
|
|
5932
6902
|
"name": "transfersEmergencyPaused",
|