@flarenetwork/flare-periphery-contract-artifacts 0.1.43 → 0.1.44-alpha.4
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/IAssetManager.sol/IAssetManager.json +2352 -985
- package/coston/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json +159 -0
- package/coston/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json +13 -0
- package/coston/artifacts/contracts/IDirectMinting.sol/IDirectMinting.json +377 -0
- package/coston/artifacts/contracts/IDirectMintingSettings.sol/IDirectMintingSettings.json +334 -0
- package/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/coston/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +464 -0
- package/coston/artifacts/contracts/IRedeemExtendedSettings.sol/IRedeemExtendedSettings.json +28 -0
- package/coston/artifacts/contracts/IRelay.sol/IRelay.json +76 -0
- package/coston/artifacts/contracts/IXRPPaymentNonexistenceVerification.sol/IXRPPaymentNonexistenceVerification.json +134 -0
- package/coston/artifacts/contracts/IXRPPaymentVerification.sol/IXRPPaymentVerification.json +154 -0
- package/coston/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/coston/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/coston2/artifacts/contracts/IAssetManager.sol/IAssetManager.json +2352 -985
- package/coston2/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json +159 -0
- package/coston2/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json +13 -0
- package/coston2/artifacts/contracts/IDirectMinting.sol/IDirectMinting.json +377 -0
- package/coston2/artifacts/contracts/IDirectMintingSettings.sol/IDirectMintingSettings.json +334 -0
- package/coston2/artifacts/contracts/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +711 -0
- package/coston2/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +59 -0
- package/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +350 -0
- package/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +769 -161
- package/coston2/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/coston2/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/coston2/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +16 -31
- package/coston2/artifacts/contracts/IPersonalAccountReaderFacet.sol/IPersonalAccountReaderFacet.json +228 -0
- package/coston2/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +464 -0
- package/coston2/artifacts/contracts/IRedeemExtendedSettings.sol/IRedeemExtendedSettings.json +28 -0
- package/coston2/artifacts/contracts/IRelay.sol/IRelay.json +76 -0
- package/coston2/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +3 -3
- package/coston2/artifacts/contracts/IXRPPaymentNonexistenceVerification.sol/IXRPPaymentNonexistenceVerification.json +134 -0
- package/coston2/artifacts/contracts/IXRPPaymentVerification.sol/IXRPPaymentVerification.json +154 -0
- package/coston2/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/coston2/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/dist/coston/abis.d.ts.map +1 -1
- package/dist/coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json +2352 -985
- package/dist/coston/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json +159 -0
- package/dist/coston/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json +13 -0
- package/dist/coston/artifacts/contracts/IDirectMinting.sol/IDirectMinting.json +377 -0
- package/dist/coston/artifacts/contracts/IDirectMintingSettings.sol/IDirectMintingSettings.json +334 -0
- package/dist/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/dist/coston/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +464 -0
- package/dist/coston/artifacts/contracts/IRedeemExtendedSettings.sol/IRedeemExtendedSettings.json +28 -0
- package/dist/coston/artifacts/contracts/IRelay.sol/IRelay.json +76 -0
- package/dist/coston/artifacts/contracts/IXRPPaymentNonexistenceVerification.sol/IXRPPaymentNonexistenceVerification.json +134 -0
- package/dist/coston/artifacts/contracts/IXRPPaymentVerification.sol/IXRPPaymentVerification.json +154 -0
- package/dist/coston/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/dist/coston/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/dist/coston2/abis.d.ts.map +1 -1
- package/dist/coston2/artifacts/contracts/IAssetManager.sol/IAssetManager.json +2352 -985
- package/dist/coston2/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json +159 -0
- package/dist/coston2/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json +13 -0
- package/dist/coston2/artifacts/contracts/IDirectMinting.sol/IDirectMinting.json +377 -0
- package/dist/coston2/artifacts/contracts/IDirectMintingSettings.sol/IDirectMintingSettings.json +334 -0
- package/dist/coston2/artifacts/contracts/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +711 -0
- package/dist/coston2/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +59 -0
- package/dist/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/dist/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +350 -0
- package/dist/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +769 -161
- package/dist/coston2/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/dist/coston2/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/dist/coston2/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +16 -31
- package/dist/coston2/artifacts/contracts/IPersonalAccountReaderFacet.sol/IPersonalAccountReaderFacet.json +228 -0
- package/dist/coston2/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +464 -0
- package/dist/coston2/artifacts/contracts/IRedeemExtendedSettings.sol/IRedeemExtendedSettings.json +28 -0
- package/dist/coston2/artifacts/contracts/IRelay.sol/IRelay.json +76 -0
- package/dist/coston2/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +3 -3
- package/dist/coston2/artifacts/contracts/IXRPPaymentNonexistenceVerification.sol/IXRPPaymentNonexistenceVerification.json +134 -0
- package/dist/coston2/artifacts/contracts/IXRPPaymentVerification.sol/IXRPPaymentVerification.json +154 -0
- package/dist/coston2/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/dist/coston2/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/dist/flare/abis.d.ts.map +1 -1
- package/dist/flare/artifacts/contracts/IAssetManager.sol/IAssetManager.json +2352 -985
- package/dist/flare/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json +159 -0
- package/dist/flare/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json +13 -0
- package/dist/flare/artifacts/contracts/IDirectMinting.sol/IDirectMinting.json +377 -0
- package/dist/flare/artifacts/contracts/IDirectMintingSettings.sol/IDirectMintingSettings.json +334 -0
- package/dist/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/dist/flare/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +464 -0
- package/dist/flare/artifacts/contracts/IRedeemExtendedSettings.sol/IRedeemExtendedSettings.json +28 -0
- package/dist/flare/artifacts/contracts/IRelay.sol/IRelay.json +76 -0
- package/dist/flare/artifacts/contracts/IXRPPayment.sol/IXRPPayment.json +1 -0
- package/dist/flare/artifacts/contracts/IXRPPaymentNonexistence.sol/IXRPPaymentNonexistence.json +1 -0
- package/dist/flare/artifacts/contracts/IXRPPaymentNonexistenceVerification.sol/IXRPPaymentNonexistenceVerification.json +134 -0
- package/dist/flare/artifacts/contracts/IXRPPaymentVerification.sol/IXRPPaymentVerification.json +154 -0
- package/dist/flare/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/dist/flare/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/dist/index.js +84 -34
- package/dist/index.js.map +1 -1
- package/dist/songbird/abis.d.ts.map +1 -1
- package/dist/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +2352 -985
- package/dist/songbird/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json +159 -0
- package/dist/songbird/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json +13 -0
- package/dist/songbird/artifacts/contracts/IDirectMinting.sol/IDirectMinting.json +377 -0
- package/dist/songbird/artifacts/contracts/IDirectMintingSettings.sol/IDirectMintingSettings.json +334 -0
- package/dist/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/dist/songbird/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +464 -0
- package/dist/songbird/artifacts/contracts/IRedeemExtendedSettings.sol/IRedeemExtendedSettings.json +28 -0
- package/dist/songbird/artifacts/contracts/IRelay.sol/IRelay.json +76 -0
- package/dist/songbird/artifacts/contracts/IXRPPayment.sol/IXRPPayment.json +1 -0
- package/dist/songbird/artifacts/contracts/IXRPPaymentNonexistence.sol/IXRPPaymentNonexistence.json +1 -0
- package/dist/songbird/artifacts/contracts/IXRPPaymentNonexistenceVerification.sol/IXRPPaymentNonexistenceVerification.json +134 -0
- package/dist/songbird/artifacts/contracts/IXRPPaymentVerification.sol/IXRPPaymentVerification.json +154 -0
- package/dist/songbird/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/flare/artifacts/contracts/IAssetManager.sol/IAssetManager.json +2352 -985
- package/flare/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json +159 -0
- package/flare/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json +13 -0
- package/flare/artifacts/contracts/IDirectMinting.sol/IDirectMinting.json +377 -0
- package/flare/artifacts/contracts/IDirectMintingSettings.sol/IDirectMintingSettings.json +334 -0
- package/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/flare/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +464 -0
- package/flare/artifacts/contracts/IRedeemExtendedSettings.sol/IRedeemExtendedSettings.json +28 -0
- package/flare/artifacts/contracts/IRelay.sol/IRelay.json +76 -0
- package/flare/artifacts/contracts/IXRPPayment.sol/IXRPPayment.json +1 -0
- package/flare/artifacts/contracts/IXRPPaymentNonexistence.sol/IXRPPaymentNonexistence.json +1 -0
- package/flare/artifacts/contracts/IXRPPaymentNonexistenceVerification.sol/IXRPPaymentNonexistenceVerification.json +134 -0
- package/flare/artifacts/contracts/IXRPPaymentVerification.sol/IXRPPaymentVerification.json +154 -0
- package/flare/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/flare/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/package.json +3 -2
- package/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +2352 -985
- package/songbird/artifacts/contracts/ICoreVaultClient.sol/ICoreVaultClient.json +159 -0
- package/songbird/artifacts/contracts/ICoreVaultClientSettings.sol/ICoreVaultClientSettings.json +13 -0
- package/songbird/artifacts/contracts/IDirectMinting.sol/IDirectMinting.json +377 -0
- package/songbird/artifacts/contracts/IDirectMintingSettings.sol/IDirectMintingSettings.json +334 -0
- package/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/songbird/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +464 -0
- package/songbird/artifacts/contracts/IRedeemExtendedSettings.sol/IRedeemExtendedSettings.json +28 -0
- package/songbird/artifacts/contracts/IRelay.sol/IRelay.json +76 -0
- package/songbird/artifacts/contracts/IXRPPayment.sol/IXRPPayment.json +1 -0
- package/songbird/artifacts/contracts/IXRPPaymentNonexistence.sol/IXRPPaymentNonexistence.json +1 -0
- package/songbird/artifacts/contracts/IXRPPaymentNonexistenceVerification.sol/IXRPPaymentNonexistenceVerification.json +134 -0
- package/songbird/artifacts/contracts/IXRPPaymentVerification.sol/IXRPPaymentVerification.json +154 -0
- package/songbird/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/songbird/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/coston/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- package/coston2/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- package/coston2/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +0 -188
- package/dist/coston/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- package/dist/coston2/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- package/dist/coston2/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +0 -188
- package/dist/flare/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- package/dist/songbird/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- package/flare/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- package/songbird/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- /package/coston/artifacts/contracts/{IJsonApi.sol/IJsonApi.json → IXRPPayment.sol/IXRPPayment.json} +0 -0
- /package/{coston2/artifacts/contracts/IJsonApi.sol/IJsonApi.json → coston/artifacts/contracts/IXRPPaymentNonexistence.sol/IXRPPaymentNonexistence.json} +0 -0
- /package/{dist/coston/artifacts/contracts/IJsonApi.sol/IJsonApi.json → coston2/artifacts/contracts/IXRPPayment.sol/IXRPPayment.json} +0 -0
- /package/{dist/coston2/artifacts/contracts/IJsonApi.sol/IJsonApi.json → coston2/artifacts/contracts/IXRPPaymentNonexistence.sol/IXRPPaymentNonexistence.json} +0 -0
- /package/dist/{flare/artifacts/contracts/IJsonApi.sol/IJsonApi.json → coston/artifacts/contracts/IXRPPayment.sol/IXRPPayment.json} +0 -0
- /package/dist/{songbird/artifacts/contracts/IJsonApi.sol/IJsonApi.json → coston/artifacts/contracts/IXRPPaymentNonexistence.sol/IXRPPaymentNonexistence.json} +0 -0
- /package/{flare/artifacts/contracts/IJsonApi.sol/IJsonApi.json → dist/coston2/artifacts/contracts/IXRPPayment.sol/IXRPPayment.json} +0 -0
- /package/{songbird/artifacts/contracts/IJsonApi.sol/IJsonApi.json → dist/coston2/artifacts/contracts/IXRPPaymentNonexistence.sol/IXRPPaymentNonexistence.json} +0 -0
|
@@ -564,6 +564,19 @@
|
|
|
564
564
|
"name": "ContractChanged",
|
|
565
565
|
"type": "event"
|
|
566
566
|
},
|
|
567
|
+
{
|
|
568
|
+
"anonymous": false,
|
|
569
|
+
"inputs": [
|
|
570
|
+
{
|
|
571
|
+
"indexed": false,
|
|
572
|
+
"internalType": "uint256",
|
|
573
|
+
"name": "amountUBA",
|
|
574
|
+
"type": "uint256"
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"name": "CoreVaultFundsAdded",
|
|
578
|
+
"type": "event"
|
|
579
|
+
},
|
|
567
580
|
{
|
|
568
581
|
"anonymous": false,
|
|
569
582
|
"inputs": [
|
|
@@ -626,6 +639,155 @@
|
|
|
626
639
|
"name": "CurrentUnderlyingBlockUpdated",
|
|
627
640
|
"type": "event"
|
|
628
641
|
},
|
|
642
|
+
{
|
|
643
|
+
"anonymous": false,
|
|
644
|
+
"inputs": [
|
|
645
|
+
{
|
|
646
|
+
"indexed": false,
|
|
647
|
+
"internalType": "bytes32",
|
|
648
|
+
"name": "transactionId",
|
|
649
|
+
"type": "bytes32"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"indexed": false,
|
|
653
|
+
"internalType": "uint256",
|
|
654
|
+
"name": "amount",
|
|
655
|
+
"type": "uint256"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"indexed": false,
|
|
659
|
+
"internalType": "uint256",
|
|
660
|
+
"name": "executionAllowedAt",
|
|
661
|
+
"type": "uint256"
|
|
662
|
+
}
|
|
663
|
+
],
|
|
664
|
+
"name": "DirectMintingDelayed",
|
|
665
|
+
"type": "event"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"anonymous": false,
|
|
669
|
+
"inputs": [
|
|
670
|
+
{
|
|
671
|
+
"indexed": false,
|
|
672
|
+
"internalType": "bytes32",
|
|
673
|
+
"name": "transactionId",
|
|
674
|
+
"type": "bytes32"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"indexed": false,
|
|
678
|
+
"internalType": "address",
|
|
679
|
+
"name": "targetAddress",
|
|
680
|
+
"type": "address"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"indexed": false,
|
|
684
|
+
"internalType": "address",
|
|
685
|
+
"name": "executor",
|
|
686
|
+
"type": "address"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"indexed": false,
|
|
690
|
+
"internalType": "uint256",
|
|
691
|
+
"name": "mintedAmountUBA",
|
|
692
|
+
"type": "uint256"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"indexed": false,
|
|
696
|
+
"internalType": "uint256",
|
|
697
|
+
"name": "mintingFeeUBA",
|
|
698
|
+
"type": "uint256"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"indexed": false,
|
|
702
|
+
"internalType": "uint256",
|
|
703
|
+
"name": "executorFeeUBA",
|
|
704
|
+
"type": "uint256"
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"name": "DirectMintingExecuted",
|
|
708
|
+
"type": "event"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"anonymous": false,
|
|
712
|
+
"inputs": [
|
|
713
|
+
{
|
|
714
|
+
"indexed": false,
|
|
715
|
+
"internalType": "bytes32",
|
|
716
|
+
"name": "transactionId",
|
|
717
|
+
"type": "bytes32"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"indexed": false,
|
|
721
|
+
"internalType": "string",
|
|
722
|
+
"name": "sourceAddress",
|
|
723
|
+
"type": "string"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"indexed": false,
|
|
727
|
+
"internalType": "address",
|
|
728
|
+
"name": "executor",
|
|
729
|
+
"type": "address"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"indexed": false,
|
|
733
|
+
"internalType": "uint256",
|
|
734
|
+
"name": "mintedAmountUBA",
|
|
735
|
+
"type": "uint256"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"indexed": false,
|
|
739
|
+
"internalType": "uint256",
|
|
740
|
+
"name": "mintingFeeUBA",
|
|
741
|
+
"type": "uint256"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"indexed": false,
|
|
745
|
+
"internalType": "bytes",
|
|
746
|
+
"name": "memoData",
|
|
747
|
+
"type": "bytes"
|
|
748
|
+
}
|
|
749
|
+
],
|
|
750
|
+
"name": "DirectMintingExecutedToSmartAccount",
|
|
751
|
+
"type": "event"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"anonymous": false,
|
|
755
|
+
"inputs": [
|
|
756
|
+
{
|
|
757
|
+
"indexed": false,
|
|
758
|
+
"internalType": "bytes32",
|
|
759
|
+
"name": "transactionId",
|
|
760
|
+
"type": "bytes32"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"indexed": false,
|
|
764
|
+
"internalType": "uint256",
|
|
765
|
+
"name": "receivedAmount",
|
|
766
|
+
"type": "uint256"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"indexed": false,
|
|
770
|
+
"internalType": "uint256",
|
|
771
|
+
"name": "mintingFeeUBA",
|
|
772
|
+
"type": "uint256"
|
|
773
|
+
}
|
|
774
|
+
],
|
|
775
|
+
"name": "DirectMintingPaymentTooSmallForFee",
|
|
776
|
+
"type": "event"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"anonymous": false,
|
|
780
|
+
"inputs": [
|
|
781
|
+
{
|
|
782
|
+
"indexed": false,
|
|
783
|
+
"internalType": "uint256",
|
|
784
|
+
"name": "startedUntilTimestamp",
|
|
785
|
+
"type": "uint256"
|
|
786
|
+
}
|
|
787
|
+
],
|
|
788
|
+
"name": "DirectMintingsUnblocked",
|
|
789
|
+
"type": "event"
|
|
790
|
+
},
|
|
629
791
|
{
|
|
630
792
|
"anonymous": false,
|
|
631
793
|
"inputs": [
|
|
@@ -751,6 +913,31 @@
|
|
|
751
913
|
"name": "IllegalPaymentConfirmed",
|
|
752
914
|
"type": "event"
|
|
753
915
|
},
|
|
916
|
+
{
|
|
917
|
+
"anonymous": false,
|
|
918
|
+
"inputs": [
|
|
919
|
+
{
|
|
920
|
+
"indexed": false,
|
|
921
|
+
"internalType": "bytes32",
|
|
922
|
+
"name": "transactionId",
|
|
923
|
+
"type": "bytes32"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"indexed": false,
|
|
927
|
+
"internalType": "uint256",
|
|
928
|
+
"name": "amount",
|
|
929
|
+
"type": "uint256"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"indexed": false,
|
|
933
|
+
"internalType": "uint256",
|
|
934
|
+
"name": "executionAllowedAt",
|
|
935
|
+
"type": "uint256"
|
|
936
|
+
}
|
|
937
|
+
],
|
|
938
|
+
"name": "LargeDirectMintingDelayed",
|
|
939
|
+
"type": "event"
|
|
940
|
+
},
|
|
754
941
|
{
|
|
755
942
|
"anonymous": false,
|
|
756
943
|
"inputs": [
|
|
@@ -957,6 +1144,25 @@
|
|
|
957
1144
|
"name": "RedeemedInCollateral",
|
|
958
1145
|
"type": "event"
|
|
959
1146
|
},
|
|
1147
|
+
{
|
|
1148
|
+
"anonymous": false,
|
|
1149
|
+
"inputs": [
|
|
1150
|
+
{
|
|
1151
|
+
"indexed": true,
|
|
1152
|
+
"internalType": "address",
|
|
1153
|
+
"name": "redeemer",
|
|
1154
|
+
"type": "address"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"indexed": false,
|
|
1158
|
+
"internalType": "uint256",
|
|
1159
|
+
"name": "remainingAmountUBA",
|
|
1160
|
+
"type": "uint256"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"name": "RedemptionAmountIncomplete",
|
|
1164
|
+
"type": "event"
|
|
1165
|
+
},
|
|
960
1166
|
{
|
|
961
1167
|
"anonymous": false,
|
|
962
1168
|
"inputs": [
|
|
@@ -1380,23 +1586,10 @@
|
|
|
1380
1586
|
"name": "agentVault",
|
|
1381
1587
|
"type": "address"
|
|
1382
1588
|
},
|
|
1383
|
-
{
|
|
1384
|
-
"indexed": true,
|
|
1385
|
-
"internalType": "uint256",
|
|
1386
|
-
"name": "requestId",
|
|
1387
|
-
"type": "uint256"
|
|
1388
|
-
}
|
|
1389
|
-
],
|
|
1390
|
-
"name": "ReturnFromCoreVaultCancelled",
|
|
1391
|
-
"type": "event"
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"anonymous": false,
|
|
1395
|
-
"inputs": [
|
|
1396
1589
|
{
|
|
1397
1590
|
"indexed": true,
|
|
1398
1591
|
"internalType": "address",
|
|
1399
|
-
"name": "
|
|
1592
|
+
"name": "redeemer",
|
|
1400
1593
|
"type": "address"
|
|
1401
1594
|
},
|
|
1402
1595
|
{
|
|
@@ -1405,35 +1598,40 @@
|
|
|
1405
1598
|
"name": "requestId",
|
|
1406
1599
|
"type": "uint256"
|
|
1407
1600
|
},
|
|
1601
|
+
{
|
|
1602
|
+
"indexed": false,
|
|
1603
|
+
"internalType": "string",
|
|
1604
|
+
"name": "paymentAddress",
|
|
1605
|
+
"type": "string"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"indexed": false,
|
|
1609
|
+
"internalType": "uint256",
|
|
1610
|
+
"name": "valueUBA",
|
|
1611
|
+
"type": "uint256"
|
|
1612
|
+
},
|
|
1408
1613
|
{
|
|
1409
1614
|
"indexed": false,
|
|
1410
1615
|
"internalType": "uint256",
|
|
1411
|
-
"name": "
|
|
1616
|
+
"name": "feeUBA",
|
|
1412
1617
|
"type": "uint256"
|
|
1413
1618
|
},
|
|
1414
1619
|
{
|
|
1415
1620
|
"indexed": false,
|
|
1416
1621
|
"internalType": "uint256",
|
|
1417
|
-
"name": "
|
|
1622
|
+
"name": "firstUnderlyingBlock",
|
|
1418
1623
|
"type": "uint256"
|
|
1419
|
-
}
|
|
1420
|
-
],
|
|
1421
|
-
"name": "ReturnFromCoreVaultConfirmed",
|
|
1422
|
-
"type": "event"
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
"anonymous": false,
|
|
1426
|
-
"inputs": [
|
|
1624
|
+
},
|
|
1427
1625
|
{
|
|
1428
|
-
"indexed":
|
|
1429
|
-
"internalType": "
|
|
1430
|
-
"name": "
|
|
1431
|
-
"type": "
|
|
1626
|
+
"indexed": false,
|
|
1627
|
+
"internalType": "uint256",
|
|
1628
|
+
"name": "lastUnderlyingBlock",
|
|
1629
|
+
"type": "uint256"
|
|
1432
1630
|
},
|
|
1433
1631
|
{
|
|
1434
|
-
"indexed":
|
|
1632
|
+
"indexed": false,
|
|
1435
1633
|
"internalType": "uint256",
|
|
1436
|
-
"name": "
|
|
1634
|
+
"name": "lastUnderlyingTimestamp",
|
|
1437
1635
|
"type": "uint256"
|
|
1438
1636
|
},
|
|
1439
1637
|
{
|
|
@@ -1442,14 +1640,26 @@
|
|
|
1442
1640
|
"name": "paymentReference",
|
|
1443
1641
|
"type": "bytes32"
|
|
1444
1642
|
},
|
|
1643
|
+
{
|
|
1644
|
+
"indexed": false,
|
|
1645
|
+
"internalType": "address",
|
|
1646
|
+
"name": "executor",
|
|
1647
|
+
"type": "address"
|
|
1648
|
+
},
|
|
1445
1649
|
{
|
|
1446
1650
|
"indexed": false,
|
|
1447
1651
|
"internalType": "uint256",
|
|
1448
|
-
"name": "
|
|
1652
|
+
"name": "executorFeeNatWei",
|
|
1653
|
+
"type": "uint256"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"indexed": false,
|
|
1657
|
+
"internalType": "uint256",
|
|
1658
|
+
"name": "destinationTag",
|
|
1449
1659
|
"type": "uint256"
|
|
1450
1660
|
}
|
|
1451
1661
|
],
|
|
1452
|
-
"name": "
|
|
1662
|
+
"name": "RedemptionWithTagRequested",
|
|
1453
1663
|
"type": "event"
|
|
1454
1664
|
},
|
|
1455
1665
|
{
|
|
@@ -1462,13 +1672,13 @@
|
|
|
1462
1672
|
"type": "address"
|
|
1463
1673
|
},
|
|
1464
1674
|
{
|
|
1465
|
-
"indexed":
|
|
1675
|
+
"indexed": true,
|
|
1466
1676
|
"internalType": "uint256",
|
|
1467
|
-
"name": "
|
|
1677
|
+
"name": "requestId",
|
|
1468
1678
|
"type": "uint256"
|
|
1469
1679
|
}
|
|
1470
1680
|
],
|
|
1471
|
-
"name": "
|
|
1681
|
+
"name": "ReturnFromCoreVaultCancelled",
|
|
1472
1682
|
"type": "event"
|
|
1473
1683
|
},
|
|
1474
1684
|
{
|
|
@@ -1481,10 +1691,91 @@
|
|
|
1481
1691
|
"type": "address"
|
|
1482
1692
|
},
|
|
1483
1693
|
{
|
|
1484
|
-
"indexed":
|
|
1485
|
-
"internalType": "
|
|
1486
|
-
"name": "
|
|
1487
|
-
"type": "
|
|
1694
|
+
"indexed": true,
|
|
1695
|
+
"internalType": "uint256",
|
|
1696
|
+
"name": "requestId",
|
|
1697
|
+
"type": "uint256"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"indexed": false,
|
|
1701
|
+
"internalType": "uint256",
|
|
1702
|
+
"name": "receivedUnderlyingUBA",
|
|
1703
|
+
"type": "uint256"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"indexed": false,
|
|
1707
|
+
"internalType": "uint256",
|
|
1708
|
+
"name": "remintedUBA",
|
|
1709
|
+
"type": "uint256"
|
|
1710
|
+
}
|
|
1711
|
+
],
|
|
1712
|
+
"name": "ReturnFromCoreVaultConfirmed",
|
|
1713
|
+
"type": "event"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"anonymous": false,
|
|
1717
|
+
"inputs": [
|
|
1718
|
+
{
|
|
1719
|
+
"indexed": true,
|
|
1720
|
+
"internalType": "address",
|
|
1721
|
+
"name": "agentVault",
|
|
1722
|
+
"type": "address"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"indexed": true,
|
|
1726
|
+
"internalType": "uint256",
|
|
1727
|
+
"name": "requestId",
|
|
1728
|
+
"type": "uint256"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"indexed": false,
|
|
1732
|
+
"internalType": "bytes32",
|
|
1733
|
+
"name": "paymentReference",
|
|
1734
|
+
"type": "bytes32"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"indexed": false,
|
|
1738
|
+
"internalType": "uint256",
|
|
1739
|
+
"name": "valueUBA",
|
|
1740
|
+
"type": "uint256"
|
|
1741
|
+
}
|
|
1742
|
+
],
|
|
1743
|
+
"name": "ReturnFromCoreVaultRequested",
|
|
1744
|
+
"type": "event"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"anonymous": false,
|
|
1748
|
+
"inputs": [
|
|
1749
|
+
{
|
|
1750
|
+
"indexed": true,
|
|
1751
|
+
"internalType": "address",
|
|
1752
|
+
"name": "agentVault",
|
|
1753
|
+
"type": "address"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"indexed": false,
|
|
1757
|
+
"internalType": "uint256",
|
|
1758
|
+
"name": "valueUBA",
|
|
1759
|
+
"type": "uint256"
|
|
1760
|
+
}
|
|
1761
|
+
],
|
|
1762
|
+
"name": "SelfClose",
|
|
1763
|
+
"type": "event"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"anonymous": false,
|
|
1767
|
+
"inputs": [
|
|
1768
|
+
{
|
|
1769
|
+
"indexed": true,
|
|
1770
|
+
"internalType": "address",
|
|
1771
|
+
"name": "agentVault",
|
|
1772
|
+
"type": "address"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"indexed": false,
|
|
1776
|
+
"internalType": "bool",
|
|
1777
|
+
"name": "mintFromFreeUnderlying",
|
|
1778
|
+
"type": "bool"
|
|
1488
1779
|
},
|
|
1489
1780
|
{
|
|
1490
1781
|
"indexed": false,
|
|
@@ -2412,17 +2703,12 @@
|
|
|
2412
2703
|
"type": "bytes32"
|
|
2413
2704
|
},
|
|
2414
2705
|
{
|
|
2415
|
-
"internalType": "
|
|
2416
|
-
"name": "
|
|
2417
|
-
"type": "
|
|
2418
|
-
},
|
|
2419
|
-
{
|
|
2420
|
-
"internalType": "uint256",
|
|
2421
|
-
"name": "utxo",
|
|
2422
|
-
"type": "uint256"
|
|
2706
|
+
"internalType": "address",
|
|
2707
|
+
"name": "proofOwner",
|
|
2708
|
+
"type": "address"
|
|
2423
2709
|
}
|
|
2424
2710
|
],
|
|
2425
|
-
"internalType": "struct
|
|
2711
|
+
"internalType": "struct IXRPPayment.RequestBody",
|
|
2426
2712
|
"name": "requestBody",
|
|
2427
2713
|
"type": "tuple"
|
|
2428
2714
|
},
|
|
@@ -2439,13 +2725,13 @@
|
|
|
2439
2725
|
"type": "uint64"
|
|
2440
2726
|
},
|
|
2441
2727
|
{
|
|
2442
|
-
"internalType": "
|
|
2443
|
-
"name": "
|
|
2444
|
-
"type": "
|
|
2728
|
+
"internalType": "string",
|
|
2729
|
+
"name": "sourceAddress",
|
|
2730
|
+
"type": "string"
|
|
2445
2731
|
},
|
|
2446
2732
|
{
|
|
2447
2733
|
"internalType": "bytes32",
|
|
2448
|
-
"name": "
|
|
2734
|
+
"name": "sourceAddressHash",
|
|
2449
2735
|
"type": "bytes32"
|
|
2450
2736
|
},
|
|
2451
2737
|
{
|
|
@@ -2479,42 +2765,47 @@
|
|
|
2479
2765
|
"type": "int256"
|
|
2480
2766
|
},
|
|
2481
2767
|
{
|
|
2482
|
-
"internalType": "
|
|
2483
|
-
"name": "
|
|
2484
|
-
"type": "
|
|
2768
|
+
"internalType": "bool",
|
|
2769
|
+
"name": "hasMemoData",
|
|
2770
|
+
"type": "bool"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"internalType": "bytes",
|
|
2774
|
+
"name": "firstMemoData",
|
|
2775
|
+
"type": "bytes"
|
|
2485
2776
|
},
|
|
2486
2777
|
{
|
|
2487
2778
|
"internalType": "bool",
|
|
2488
|
-
"name": "
|
|
2779
|
+
"name": "hasDestinationTag",
|
|
2489
2780
|
"type": "bool"
|
|
2490
2781
|
},
|
|
2782
|
+
{
|
|
2783
|
+
"internalType": "uint256",
|
|
2784
|
+
"name": "destinationTag",
|
|
2785
|
+
"type": "uint256"
|
|
2786
|
+
},
|
|
2491
2787
|
{
|
|
2492
2788
|
"internalType": "uint8",
|
|
2493
2789
|
"name": "status",
|
|
2494
2790
|
"type": "uint8"
|
|
2495
2791
|
}
|
|
2496
2792
|
],
|
|
2497
|
-
"internalType": "struct
|
|
2793
|
+
"internalType": "struct IXRPPayment.ResponseBody",
|
|
2498
2794
|
"name": "responseBody",
|
|
2499
2795
|
"type": "tuple"
|
|
2500
2796
|
}
|
|
2501
2797
|
],
|
|
2502
|
-
"internalType": "struct
|
|
2798
|
+
"internalType": "struct IXRPPayment.Response",
|
|
2503
2799
|
"name": "data",
|
|
2504
2800
|
"type": "tuple"
|
|
2505
2801
|
}
|
|
2506
2802
|
],
|
|
2507
|
-
"internalType": "struct
|
|
2803
|
+
"internalType": "struct IXRPPayment.Proof",
|
|
2508
2804
|
"name": "_payment",
|
|
2509
2805
|
"type": "tuple"
|
|
2510
|
-
},
|
|
2511
|
-
{
|
|
2512
|
-
"internalType": "uint256",
|
|
2513
|
-
"name": "_redemptionRequestId",
|
|
2514
|
-
"type": "uint256"
|
|
2515
2806
|
}
|
|
2516
2807
|
],
|
|
2517
|
-
"name": "
|
|
2808
|
+
"name": "confirmCoreVaultDonation",
|
|
2518
2809
|
"outputs": [],
|
|
2519
2810
|
"stateMutability": "nonpayable",
|
|
2520
2811
|
"type": "function"
|
|
@@ -2655,12 +2946,12 @@
|
|
|
2655
2946
|
"type": "tuple"
|
|
2656
2947
|
},
|
|
2657
2948
|
{
|
|
2658
|
-
"internalType": "
|
|
2659
|
-
"name": "
|
|
2660
|
-
"type": "
|
|
2949
|
+
"internalType": "uint256",
|
|
2950
|
+
"name": "_redemptionRequestId",
|
|
2951
|
+
"type": "uint256"
|
|
2661
2952
|
}
|
|
2662
2953
|
],
|
|
2663
|
-
"name": "
|
|
2954
|
+
"name": "confirmRedemptionPayment",
|
|
2664
2955
|
"outputs": [],
|
|
2665
2956
|
"stateMutability": "nonpayable",
|
|
2666
2957
|
"type": "function"
|
|
@@ -2806,7 +3097,7 @@
|
|
|
2806
3097
|
"type": "address"
|
|
2807
3098
|
}
|
|
2808
3099
|
],
|
|
2809
|
-
"name": "
|
|
3100
|
+
"name": "confirmReturnFromCoreVault",
|
|
2810
3101
|
"outputs": [],
|
|
2811
3102
|
"stateMutability": "nonpayable",
|
|
2812
3103
|
"type": "function"
|
|
@@ -2952,68 +3243,11 @@
|
|
|
2952
3243
|
"type": "address"
|
|
2953
3244
|
}
|
|
2954
3245
|
],
|
|
2955
|
-
"name": "
|
|
2956
|
-
"outputs": [],
|
|
2957
|
-
"stateMutability": "nonpayable",
|
|
2958
|
-
"type": "function"
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"inputs": [
|
|
2962
|
-
{
|
|
2963
|
-
"internalType": "uint256",
|
|
2964
|
-
"name": "_firstTicketId",
|
|
2965
|
-
"type": "uint256"
|
|
2966
|
-
}
|
|
2967
|
-
],
|
|
2968
|
-
"name": "consolidateSmallTickets",
|
|
2969
|
-
"outputs": [],
|
|
2970
|
-
"stateMutability": "nonpayable",
|
|
2971
|
-
"type": "function"
|
|
2972
|
-
},
|
|
2973
|
-
{
|
|
2974
|
-
"inputs": [],
|
|
2975
|
-
"name": "controllerAttached",
|
|
2976
|
-
"outputs": [
|
|
2977
|
-
{
|
|
2978
|
-
"internalType": "bool",
|
|
2979
|
-
"name": "",
|
|
2980
|
-
"type": "bool"
|
|
2981
|
-
}
|
|
2982
|
-
],
|
|
2983
|
-
"stateMutability": "view",
|
|
2984
|
-
"type": "function"
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"inputs": [
|
|
2988
|
-
{
|
|
2989
|
-
"internalType": "address",
|
|
2990
|
-
"name": "_agentVault",
|
|
2991
|
-
"type": "address"
|
|
2992
|
-
}
|
|
2993
|
-
],
|
|
2994
|
-
"name": "convertDustToTicket",
|
|
3246
|
+
"name": "confirmTopupPayment",
|
|
2995
3247
|
"outputs": [],
|
|
2996
3248
|
"stateMutability": "nonpayable",
|
|
2997
3249
|
"type": "function"
|
|
2998
3250
|
},
|
|
2999
|
-
{
|
|
3000
|
-
"inputs": [],
|
|
3001
|
-
"name": "coreVaultAvailableAmount",
|
|
3002
|
-
"outputs": [
|
|
3003
|
-
{
|
|
3004
|
-
"internalType": "uint256",
|
|
3005
|
-
"name": "_immediatelyAvailableUBA",
|
|
3006
|
-
"type": "uint256"
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"internalType": "uint256",
|
|
3010
|
-
"name": "_totalAvailableUBA",
|
|
3011
|
-
"type": "uint256"
|
|
3012
|
-
}
|
|
3013
|
-
],
|
|
3014
|
-
"stateMutability": "view",
|
|
3015
|
-
"type": "function"
|
|
3016
|
-
},
|
|
3017
3251
|
{
|
|
3018
3252
|
"inputs": [
|
|
3019
3253
|
{
|
|
@@ -3048,215 +3282,55 @@
|
|
|
3048
3282
|
{
|
|
3049
3283
|
"components": [
|
|
3050
3284
|
{
|
|
3051
|
-
"internalType": "
|
|
3052
|
-
"name": "
|
|
3053
|
-
"type": "
|
|
3285
|
+
"internalType": "bytes32",
|
|
3286
|
+
"name": "transactionId",
|
|
3287
|
+
"type": "bytes32"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"internalType": "uint256",
|
|
3291
|
+
"name": "inUtxo",
|
|
3292
|
+
"type": "uint256"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"internalType": "uint256",
|
|
3296
|
+
"name": "utxo",
|
|
3297
|
+
"type": "uint256"
|
|
3054
3298
|
}
|
|
3055
3299
|
],
|
|
3056
|
-
"internalType": "struct
|
|
3300
|
+
"internalType": "struct IPayment.RequestBody",
|
|
3057
3301
|
"name": "requestBody",
|
|
3058
3302
|
"type": "tuple"
|
|
3059
3303
|
},
|
|
3060
3304
|
{
|
|
3061
3305
|
"components": [
|
|
3062
3306
|
{
|
|
3063
|
-
"internalType": "
|
|
3064
|
-
"name": "
|
|
3065
|
-
"type": "
|
|
3307
|
+
"internalType": "uint64",
|
|
3308
|
+
"name": "blockNumber",
|
|
3309
|
+
"type": "uint64"
|
|
3066
3310
|
},
|
|
3067
3311
|
{
|
|
3068
|
-
"internalType": "
|
|
3069
|
-
"name": "
|
|
3070
|
-
"type": "
|
|
3312
|
+
"internalType": "uint64",
|
|
3313
|
+
"name": "blockTimestamp",
|
|
3314
|
+
"type": "uint64"
|
|
3071
3315
|
},
|
|
3072
3316
|
{
|
|
3073
3317
|
"internalType": "bytes32",
|
|
3074
|
-
"name": "
|
|
3318
|
+
"name": "sourceAddressHash",
|
|
3075
3319
|
"type": "bytes32"
|
|
3076
|
-
}
|
|
3077
|
-
],
|
|
3078
|
-
"internalType": "struct IAddressValidity.ResponseBody",
|
|
3079
|
-
"name": "responseBody",
|
|
3080
|
-
"type": "tuple"
|
|
3081
|
-
}
|
|
3082
|
-
],
|
|
3083
|
-
"internalType": "struct IAddressValidity.Response",
|
|
3084
|
-
"name": "data",
|
|
3085
|
-
"type": "tuple"
|
|
3086
|
-
}
|
|
3087
|
-
],
|
|
3088
|
-
"internalType": "struct IAddressValidity.Proof",
|
|
3089
|
-
"name": "_addressProof",
|
|
3090
|
-
"type": "tuple"
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"components": [
|
|
3094
|
-
{
|
|
3095
|
-
"internalType": "contract IERC20",
|
|
3096
|
-
"name": "vaultCollateralToken",
|
|
3097
|
-
"type": "address"
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"internalType": "string",
|
|
3101
|
-
"name": "poolTokenSuffix",
|
|
3102
|
-
"type": "string"
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"internalType": "uint256",
|
|
3106
|
-
"name": "feeBIPS",
|
|
3107
|
-
"type": "uint256"
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"internalType": "uint256",
|
|
3111
|
-
"name": "poolFeeShareBIPS",
|
|
3112
|
-
"type": "uint256"
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"internalType": "uint256",
|
|
3116
|
-
"name": "mintingVaultCollateralRatioBIPS",
|
|
3117
|
-
"type": "uint256"
|
|
3118
|
-
},
|
|
3119
|
-
{
|
|
3120
|
-
"internalType": "uint256",
|
|
3121
|
-
"name": "mintingPoolCollateralRatioBIPS",
|
|
3122
|
-
"type": "uint256"
|
|
3123
|
-
},
|
|
3124
|
-
{
|
|
3125
|
-
"internalType": "uint256",
|
|
3126
|
-
"name": "buyFAssetByAgentFactorBIPS",
|
|
3127
|
-
"type": "uint256"
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"internalType": "uint256",
|
|
3131
|
-
"name": "poolExitCollateralRatioBIPS",
|
|
3132
|
-
"type": "uint256"
|
|
3133
|
-
},
|
|
3134
|
-
{
|
|
3135
|
-
"internalType": "uint256",
|
|
3136
|
-
"name": "redemptionPoolFeeShareBIPS",
|
|
3137
|
-
"type": "uint256"
|
|
3138
|
-
}
|
|
3139
|
-
],
|
|
3140
|
-
"internalType": "struct AgentSettings.Data",
|
|
3141
|
-
"name": "_settings",
|
|
3142
|
-
"type": "tuple"
|
|
3143
|
-
}
|
|
3144
|
-
],
|
|
3145
|
-
"name": "createAgentVault",
|
|
3146
|
-
"outputs": [
|
|
3147
|
-
{
|
|
3148
|
-
"internalType": "address",
|
|
3149
|
-
"name": "_agentVault",
|
|
3150
|
-
"type": "address"
|
|
3151
|
-
}
|
|
3152
|
-
],
|
|
3153
|
-
"stateMutability": "nonpayable",
|
|
3154
|
-
"type": "function"
|
|
3155
|
-
},
|
|
3156
|
-
{
|
|
3157
|
-
"inputs": [],
|
|
3158
|
-
"name": "currentUnderlyingBlock",
|
|
3159
|
-
"outputs": [
|
|
3160
|
-
{
|
|
3161
|
-
"internalType": "uint256",
|
|
3162
|
-
"name": "_blockNumber",
|
|
3163
|
-
"type": "uint256"
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
"internalType": "uint256",
|
|
3167
|
-
"name": "_blockTimestamp",
|
|
3168
|
-
"type": "uint256"
|
|
3169
|
-
},
|
|
3170
|
-
{
|
|
3171
|
-
"internalType": "uint256",
|
|
3172
|
-
"name": "_lastUpdateTs",
|
|
3173
|
-
"type": "uint256"
|
|
3174
|
-
}
|
|
3175
|
-
],
|
|
3176
|
-
"stateMutability": "view",
|
|
3177
|
-
"type": "function"
|
|
3178
|
-
},
|
|
3179
|
-
{
|
|
3180
|
-
"inputs": [
|
|
3181
|
-
{
|
|
3182
|
-
"internalType": "address",
|
|
3183
|
-
"name": "_agentVault",
|
|
3184
|
-
"type": "address"
|
|
3185
|
-
},
|
|
3186
|
-
{
|
|
3187
|
-
"internalType": "address payable",
|
|
3188
|
-
"name": "_recipient",
|
|
3189
|
-
"type": "address"
|
|
3190
|
-
}
|
|
3191
|
-
],
|
|
3192
|
-
"name": "destroyAgent",
|
|
3193
|
-
"outputs": [],
|
|
3194
|
-
"stateMutability": "nonpayable",
|
|
3195
|
-
"type": "function"
|
|
3196
|
-
},
|
|
3197
|
-
{
|
|
3198
|
-
"inputs": [
|
|
3199
|
-
{
|
|
3200
|
-
"components": [
|
|
3201
|
-
{
|
|
3202
|
-
"internalType": "bytes32[]",
|
|
3203
|
-
"name": "merkleProof",
|
|
3204
|
-
"type": "bytes32[]"
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"components": [
|
|
3208
|
-
{
|
|
3209
|
-
"internalType": "bytes32",
|
|
3210
|
-
"name": "attestationType",
|
|
3211
|
-
"type": "bytes32"
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
"internalType": "bytes32",
|
|
3215
|
-
"name": "sourceId",
|
|
3216
|
-
"type": "bytes32"
|
|
3217
|
-
},
|
|
3218
|
-
{
|
|
3219
|
-
"internalType": "uint64",
|
|
3220
|
-
"name": "votingRound",
|
|
3221
|
-
"type": "uint64"
|
|
3222
|
-
},
|
|
3223
|
-
{
|
|
3224
|
-
"internalType": "uint64",
|
|
3225
|
-
"name": "lowestUsedTimestamp",
|
|
3226
|
-
"type": "uint64"
|
|
3227
|
-
},
|
|
3228
|
-
{
|
|
3229
|
-
"components": [
|
|
3320
|
+
},
|
|
3230
3321
|
{
|
|
3231
3322
|
"internalType": "bytes32",
|
|
3232
|
-
"name": "
|
|
3323
|
+
"name": "sourceAddressesRoot",
|
|
3233
3324
|
"type": "bytes32"
|
|
3234
3325
|
},
|
|
3235
3326
|
{
|
|
3236
3327
|
"internalType": "bytes32",
|
|
3237
|
-
"name": "
|
|
3328
|
+
"name": "receivingAddressHash",
|
|
3238
3329
|
"type": "bytes32"
|
|
3239
|
-
}
|
|
3240
|
-
],
|
|
3241
|
-
"internalType": "struct IBalanceDecreasingTransaction.RequestBody",
|
|
3242
|
-
"name": "requestBody",
|
|
3243
|
-
"type": "tuple"
|
|
3244
|
-
},
|
|
3245
|
-
{
|
|
3246
|
-
"components": [
|
|
3247
|
-
{
|
|
3248
|
-
"internalType": "uint64",
|
|
3249
|
-
"name": "blockNumber",
|
|
3250
|
-
"type": "uint64"
|
|
3251
|
-
},
|
|
3252
|
-
{
|
|
3253
|
-
"internalType": "uint64",
|
|
3254
|
-
"name": "blockTimestamp",
|
|
3255
|
-
"type": "uint64"
|
|
3256
3330
|
},
|
|
3257
3331
|
{
|
|
3258
3332
|
"internalType": "bytes32",
|
|
3259
|
-
"name": "
|
|
3333
|
+
"name": "intendedReceivingAddressHash",
|
|
3260
3334
|
"type": "bytes32"
|
|
3261
3335
|
},
|
|
3262
3336
|
{
|
|
@@ -3264,26 +3338,64 @@
|
|
|
3264
3338
|
"name": "spentAmount",
|
|
3265
3339
|
"type": "int256"
|
|
3266
3340
|
},
|
|
3341
|
+
{
|
|
3342
|
+
"internalType": "int256",
|
|
3343
|
+
"name": "intendedSpentAmount",
|
|
3344
|
+
"type": "int256"
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"internalType": "int256",
|
|
3348
|
+
"name": "receivedAmount",
|
|
3349
|
+
"type": "int256"
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"internalType": "int256",
|
|
3353
|
+
"name": "intendedReceivedAmount",
|
|
3354
|
+
"type": "int256"
|
|
3355
|
+
},
|
|
3267
3356
|
{
|
|
3268
3357
|
"internalType": "bytes32",
|
|
3269
3358
|
"name": "standardPaymentReference",
|
|
3270
3359
|
"type": "bytes32"
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"internalType": "bool",
|
|
3363
|
+
"name": "oneToOne",
|
|
3364
|
+
"type": "bool"
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"internalType": "uint8",
|
|
3368
|
+
"name": "status",
|
|
3369
|
+
"type": "uint8"
|
|
3271
3370
|
}
|
|
3272
3371
|
],
|
|
3273
|
-
"internalType": "struct
|
|
3372
|
+
"internalType": "struct IPayment.ResponseBody",
|
|
3274
3373
|
"name": "responseBody",
|
|
3275
3374
|
"type": "tuple"
|
|
3276
3375
|
}
|
|
3277
3376
|
],
|
|
3278
|
-
"internalType": "struct
|
|
3377
|
+
"internalType": "struct IPayment.Response",
|
|
3279
3378
|
"name": "data",
|
|
3280
3379
|
"type": "tuple"
|
|
3281
3380
|
}
|
|
3282
3381
|
],
|
|
3283
|
-
"internalType": "struct
|
|
3284
|
-
"name": "
|
|
3382
|
+
"internalType": "struct IPayment.Proof",
|
|
3383
|
+
"name": "_payment",
|
|
3285
3384
|
"type": "tuple"
|
|
3286
3385
|
},
|
|
3386
|
+
{
|
|
3387
|
+
"internalType": "address",
|
|
3388
|
+
"name": "_agentVault",
|
|
3389
|
+
"type": "address"
|
|
3390
|
+
}
|
|
3391
|
+
],
|
|
3392
|
+
"name": "confirmUnderlyingWithdrawal",
|
|
3393
|
+
"outputs": [],
|
|
3394
|
+
"stateMutability": "nonpayable",
|
|
3395
|
+
"type": "function"
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"inputs": [
|
|
3287
3399
|
{
|
|
3288
3400
|
"components": [
|
|
3289
3401
|
{
|
|
@@ -3321,12 +3433,12 @@
|
|
|
3321
3433
|
"type": "bytes32"
|
|
3322
3434
|
},
|
|
3323
3435
|
{
|
|
3324
|
-
"internalType": "
|
|
3325
|
-
"name": "
|
|
3326
|
-
"type": "
|
|
3436
|
+
"internalType": "address",
|
|
3437
|
+
"name": "proofOwner",
|
|
3438
|
+
"type": "address"
|
|
3327
3439
|
}
|
|
3328
3440
|
],
|
|
3329
|
-
"internalType": "struct
|
|
3441
|
+
"internalType": "struct IXRPPayment.RequestBody",
|
|
3330
3442
|
"name": "requestBody",
|
|
3331
3443
|
"type": "tuple"
|
|
3332
3444
|
},
|
|
@@ -3342,63 +3454,113 @@
|
|
|
3342
3454
|
"name": "blockTimestamp",
|
|
3343
3455
|
"type": "uint64"
|
|
3344
3456
|
},
|
|
3457
|
+
{
|
|
3458
|
+
"internalType": "string",
|
|
3459
|
+
"name": "sourceAddress",
|
|
3460
|
+
"type": "string"
|
|
3461
|
+
},
|
|
3345
3462
|
{
|
|
3346
3463
|
"internalType": "bytes32",
|
|
3347
3464
|
"name": "sourceAddressHash",
|
|
3348
3465
|
"type": "bytes32"
|
|
3349
3466
|
},
|
|
3467
|
+
{
|
|
3468
|
+
"internalType": "bytes32",
|
|
3469
|
+
"name": "receivingAddressHash",
|
|
3470
|
+
"type": "bytes32"
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"internalType": "bytes32",
|
|
3474
|
+
"name": "intendedReceivingAddressHash",
|
|
3475
|
+
"type": "bytes32"
|
|
3476
|
+
},
|
|
3350
3477
|
{
|
|
3351
3478
|
"internalType": "int256",
|
|
3352
3479
|
"name": "spentAmount",
|
|
3353
3480
|
"type": "int256"
|
|
3354
3481
|
},
|
|
3355
3482
|
{
|
|
3356
|
-
"internalType": "
|
|
3357
|
-
"name": "
|
|
3358
|
-
"type": "
|
|
3483
|
+
"internalType": "int256",
|
|
3484
|
+
"name": "intendedSpentAmount",
|
|
3485
|
+
"type": "int256"
|
|
3486
|
+
},
|
|
3487
|
+
{
|
|
3488
|
+
"internalType": "int256",
|
|
3489
|
+
"name": "receivedAmount",
|
|
3490
|
+
"type": "int256"
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"internalType": "int256",
|
|
3494
|
+
"name": "intendedReceivedAmount",
|
|
3495
|
+
"type": "int256"
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"internalType": "bool",
|
|
3499
|
+
"name": "hasMemoData",
|
|
3500
|
+
"type": "bool"
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"internalType": "bytes",
|
|
3504
|
+
"name": "firstMemoData",
|
|
3505
|
+
"type": "bytes"
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"internalType": "bool",
|
|
3509
|
+
"name": "hasDestinationTag",
|
|
3510
|
+
"type": "bool"
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"internalType": "uint256",
|
|
3514
|
+
"name": "destinationTag",
|
|
3515
|
+
"type": "uint256"
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"internalType": "uint8",
|
|
3519
|
+
"name": "status",
|
|
3520
|
+
"type": "uint8"
|
|
3359
3521
|
}
|
|
3360
3522
|
],
|
|
3361
|
-
"internalType": "struct
|
|
3523
|
+
"internalType": "struct IXRPPayment.ResponseBody",
|
|
3362
3524
|
"name": "responseBody",
|
|
3363
3525
|
"type": "tuple"
|
|
3364
3526
|
}
|
|
3365
3527
|
],
|
|
3366
|
-
"internalType": "struct
|
|
3528
|
+
"internalType": "struct IXRPPayment.Response",
|
|
3367
3529
|
"name": "data",
|
|
3368
3530
|
"type": "tuple"
|
|
3369
3531
|
}
|
|
3370
3532
|
],
|
|
3371
|
-
"internalType": "struct
|
|
3372
|
-
"name": "
|
|
3533
|
+
"internalType": "struct IXRPPayment.Proof",
|
|
3534
|
+
"name": "_payment",
|
|
3373
3535
|
"type": "tuple"
|
|
3374
3536
|
},
|
|
3375
3537
|
{
|
|
3376
|
-
"internalType": "
|
|
3377
|
-
"name": "
|
|
3378
|
-
"type": "
|
|
3538
|
+
"internalType": "uint256",
|
|
3539
|
+
"name": "_redemptionRequestId",
|
|
3540
|
+
"type": "uint256"
|
|
3379
3541
|
}
|
|
3380
3542
|
],
|
|
3381
|
-
"name": "
|
|
3543
|
+
"name": "confirmXRPRedemptionPayment",
|
|
3382
3544
|
"outputs": [],
|
|
3383
3545
|
"stateMutability": "nonpayable",
|
|
3384
3546
|
"type": "function"
|
|
3385
3547
|
},
|
|
3386
3548
|
{
|
|
3387
|
-
"inputs": [
|
|
3388
|
-
"name": "emergencyPauseLevel",
|
|
3389
|
-
"outputs": [
|
|
3549
|
+
"inputs": [
|
|
3390
3550
|
{
|
|
3391
|
-
"internalType": "
|
|
3392
|
-
"name": "",
|
|
3393
|
-
"type": "
|
|
3551
|
+
"internalType": "uint256",
|
|
3552
|
+
"name": "_firstTicketId",
|
|
3553
|
+
"type": "uint256"
|
|
3394
3554
|
}
|
|
3395
3555
|
],
|
|
3396
|
-
"
|
|
3556
|
+
"name": "consolidateSmallTickets",
|
|
3557
|
+
"outputs": [],
|
|
3558
|
+
"stateMutability": "nonpayable",
|
|
3397
3559
|
"type": "function"
|
|
3398
3560
|
},
|
|
3399
3561
|
{
|
|
3400
3562
|
"inputs": [],
|
|
3401
|
-
"name": "
|
|
3563
|
+
"name": "controllerAttached",
|
|
3402
3564
|
"outputs": [
|
|
3403
3565
|
{
|
|
3404
3566
|
"internalType": "bool",
|
|
@@ -3409,19 +3571,6 @@
|
|
|
3409
3571
|
"stateMutability": "view",
|
|
3410
3572
|
"type": "function"
|
|
3411
3573
|
},
|
|
3412
|
-
{
|
|
3413
|
-
"inputs": [],
|
|
3414
|
-
"name": "emergencyPausedUntil",
|
|
3415
|
-
"outputs": [
|
|
3416
|
-
{
|
|
3417
|
-
"internalType": "uint256",
|
|
3418
|
-
"name": "",
|
|
3419
|
-
"type": "uint256"
|
|
3420
|
-
}
|
|
3421
|
-
],
|
|
3422
|
-
"stateMutability": "view",
|
|
3423
|
-
"type": "function"
|
|
3424
|
-
},
|
|
3425
3574
|
{
|
|
3426
3575
|
"inputs": [
|
|
3427
3576
|
{
|
|
@@ -3430,27 +3579,27 @@
|
|
|
3430
3579
|
"type": "address"
|
|
3431
3580
|
}
|
|
3432
3581
|
],
|
|
3433
|
-
"name": "
|
|
3582
|
+
"name": "convertDustToTicket",
|
|
3434
3583
|
"outputs": [],
|
|
3435
3584
|
"stateMutability": "nonpayable",
|
|
3436
3585
|
"type": "function"
|
|
3437
3586
|
},
|
|
3438
3587
|
{
|
|
3439
|
-
"inputs": [
|
|
3588
|
+
"inputs": [],
|
|
3589
|
+
"name": "coreVaultAvailableAmount",
|
|
3590
|
+
"outputs": [
|
|
3440
3591
|
{
|
|
3441
|
-
"internalType": "
|
|
3442
|
-
"name": "
|
|
3443
|
-
"type": "
|
|
3592
|
+
"internalType": "uint256",
|
|
3593
|
+
"name": "_immediatelyAvailableUBA",
|
|
3594
|
+
"type": "uint256"
|
|
3444
3595
|
},
|
|
3445
3596
|
{
|
|
3446
|
-
"internalType": "
|
|
3447
|
-
"name": "
|
|
3448
|
-
"type": "
|
|
3597
|
+
"internalType": "uint256",
|
|
3598
|
+
"name": "_totalAvailableUBA",
|
|
3599
|
+
"type": "uint256"
|
|
3449
3600
|
}
|
|
3450
3601
|
],
|
|
3451
|
-
"
|
|
3452
|
-
"outputs": [],
|
|
3453
|
-
"stateMutability": "nonpayable",
|
|
3602
|
+
"stateMutability": "view",
|
|
3454
3603
|
"type": "function"
|
|
3455
3604
|
},
|
|
3456
3605
|
{
|
|
@@ -3487,139 +3636,129 @@
|
|
|
3487
3636
|
{
|
|
3488
3637
|
"components": [
|
|
3489
3638
|
{
|
|
3490
|
-
"internalType": "
|
|
3491
|
-
"name": "
|
|
3492
|
-
"type": "
|
|
3493
|
-
},
|
|
3494
|
-
{
|
|
3495
|
-
"internalType": "uint256",
|
|
3496
|
-
"name": "inUtxo",
|
|
3497
|
-
"type": "uint256"
|
|
3498
|
-
},
|
|
3499
|
-
{
|
|
3500
|
-
"internalType": "uint256",
|
|
3501
|
-
"name": "utxo",
|
|
3502
|
-
"type": "uint256"
|
|
3639
|
+
"internalType": "string",
|
|
3640
|
+
"name": "addressStr",
|
|
3641
|
+
"type": "string"
|
|
3503
3642
|
}
|
|
3504
3643
|
],
|
|
3505
|
-
"internalType": "struct
|
|
3644
|
+
"internalType": "struct IAddressValidity.RequestBody",
|
|
3506
3645
|
"name": "requestBody",
|
|
3507
3646
|
"type": "tuple"
|
|
3508
3647
|
},
|
|
3509
3648
|
{
|
|
3510
3649
|
"components": [
|
|
3511
3650
|
{
|
|
3512
|
-
"internalType": "
|
|
3513
|
-
"name": "
|
|
3514
|
-
"type": "
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"internalType": "uint64",
|
|
3518
|
-
"name": "blockTimestamp",
|
|
3519
|
-
"type": "uint64"
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"internalType": "bytes32",
|
|
3523
|
-
"name": "sourceAddressHash",
|
|
3524
|
-
"type": "bytes32"
|
|
3525
|
-
},
|
|
3526
|
-
{
|
|
3527
|
-
"internalType": "bytes32",
|
|
3528
|
-
"name": "sourceAddressesRoot",
|
|
3529
|
-
"type": "bytes32"
|
|
3530
|
-
},
|
|
3531
|
-
{
|
|
3532
|
-
"internalType": "bytes32",
|
|
3533
|
-
"name": "receivingAddressHash",
|
|
3534
|
-
"type": "bytes32"
|
|
3535
|
-
},
|
|
3536
|
-
{
|
|
3537
|
-
"internalType": "bytes32",
|
|
3538
|
-
"name": "intendedReceivingAddressHash",
|
|
3539
|
-
"type": "bytes32"
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"internalType": "int256",
|
|
3543
|
-
"name": "spentAmount",
|
|
3544
|
-
"type": "int256"
|
|
3545
|
-
},
|
|
3546
|
-
{
|
|
3547
|
-
"internalType": "int256",
|
|
3548
|
-
"name": "intendedSpentAmount",
|
|
3549
|
-
"type": "int256"
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"internalType": "int256",
|
|
3553
|
-
"name": "receivedAmount",
|
|
3554
|
-
"type": "int256"
|
|
3651
|
+
"internalType": "bool",
|
|
3652
|
+
"name": "isValid",
|
|
3653
|
+
"type": "bool"
|
|
3555
3654
|
},
|
|
3556
3655
|
{
|
|
3557
|
-
"internalType": "
|
|
3558
|
-
"name": "
|
|
3559
|
-
"type": "
|
|
3656
|
+
"internalType": "string",
|
|
3657
|
+
"name": "standardAddress",
|
|
3658
|
+
"type": "string"
|
|
3560
3659
|
},
|
|
3561
3660
|
{
|
|
3562
3661
|
"internalType": "bytes32",
|
|
3563
|
-
"name": "
|
|
3662
|
+
"name": "standardAddressHash",
|
|
3564
3663
|
"type": "bytes32"
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
"internalType": "bool",
|
|
3568
|
-
"name": "oneToOne",
|
|
3569
|
-
"type": "bool"
|
|
3570
|
-
},
|
|
3571
|
-
{
|
|
3572
|
-
"internalType": "uint8",
|
|
3573
|
-
"name": "status",
|
|
3574
|
-
"type": "uint8"
|
|
3575
3664
|
}
|
|
3576
3665
|
],
|
|
3577
|
-
"internalType": "struct
|
|
3666
|
+
"internalType": "struct IAddressValidity.ResponseBody",
|
|
3578
3667
|
"name": "responseBody",
|
|
3579
3668
|
"type": "tuple"
|
|
3580
3669
|
}
|
|
3581
3670
|
],
|
|
3582
|
-
"internalType": "struct
|
|
3671
|
+
"internalType": "struct IAddressValidity.Response",
|
|
3583
3672
|
"name": "data",
|
|
3584
3673
|
"type": "tuple"
|
|
3585
3674
|
}
|
|
3586
3675
|
],
|
|
3587
|
-
"internalType": "struct
|
|
3588
|
-
"name": "
|
|
3676
|
+
"internalType": "struct IAddressValidity.Proof",
|
|
3677
|
+
"name": "_addressProof",
|
|
3589
3678
|
"type": "tuple"
|
|
3590
3679
|
},
|
|
3591
3680
|
{
|
|
3592
|
-
"
|
|
3593
|
-
|
|
3594
|
-
|
|
3681
|
+
"components": [
|
|
3682
|
+
{
|
|
3683
|
+
"internalType": "contract IERC20",
|
|
3684
|
+
"name": "vaultCollateralToken",
|
|
3685
|
+
"type": "address"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"internalType": "string",
|
|
3689
|
+
"name": "poolTokenSuffix",
|
|
3690
|
+
"type": "string"
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"internalType": "uint256",
|
|
3694
|
+
"name": "feeBIPS",
|
|
3695
|
+
"type": "uint256"
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"internalType": "uint256",
|
|
3699
|
+
"name": "poolFeeShareBIPS",
|
|
3700
|
+
"type": "uint256"
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"internalType": "uint256",
|
|
3704
|
+
"name": "mintingVaultCollateralRatioBIPS",
|
|
3705
|
+
"type": "uint256"
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"internalType": "uint256",
|
|
3709
|
+
"name": "mintingPoolCollateralRatioBIPS",
|
|
3710
|
+
"type": "uint256"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"internalType": "uint256",
|
|
3714
|
+
"name": "buyFAssetByAgentFactorBIPS",
|
|
3715
|
+
"type": "uint256"
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"internalType": "uint256",
|
|
3719
|
+
"name": "poolExitCollateralRatioBIPS",
|
|
3720
|
+
"type": "uint256"
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"internalType": "uint256",
|
|
3724
|
+
"name": "redemptionPoolFeeShareBIPS",
|
|
3725
|
+
"type": "uint256"
|
|
3726
|
+
}
|
|
3727
|
+
],
|
|
3728
|
+
"internalType": "struct AgentSettings.Data",
|
|
3729
|
+
"name": "_settings",
|
|
3730
|
+
"type": "tuple"
|
|
3595
3731
|
}
|
|
3596
3732
|
],
|
|
3597
|
-
"name": "
|
|
3598
|
-
"outputs": [
|
|
3599
|
-
"stateMutability": "nonpayable",
|
|
3600
|
-
"type": "function"
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"inputs": [
|
|
3733
|
+
"name": "createAgentVault",
|
|
3734
|
+
"outputs": [
|
|
3604
3735
|
{
|
|
3605
3736
|
"internalType": "address",
|
|
3606
3737
|
"name": "_agentVault",
|
|
3607
3738
|
"type": "address"
|
|
3608
3739
|
}
|
|
3609
3740
|
],
|
|
3610
|
-
"name": "exitAvailableAgentList",
|
|
3611
|
-
"outputs": [],
|
|
3612
3741
|
"stateMutability": "nonpayable",
|
|
3613
3742
|
"type": "function"
|
|
3614
3743
|
},
|
|
3615
3744
|
{
|
|
3616
3745
|
"inputs": [],
|
|
3617
|
-
"name": "
|
|
3746
|
+
"name": "currentUnderlyingBlock",
|
|
3618
3747
|
"outputs": [
|
|
3619
3748
|
{
|
|
3620
|
-
"internalType": "
|
|
3621
|
-
"name": "",
|
|
3622
|
-
"type": "
|
|
3749
|
+
"internalType": "uint256",
|
|
3750
|
+
"name": "_blockNumber",
|
|
3751
|
+
"type": "uint256"
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
"internalType": "uint256",
|
|
3755
|
+
"name": "_blockTimestamp",
|
|
3756
|
+
"type": "uint256"
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"internalType": "uint256",
|
|
3760
|
+
"name": "_lastUpdateTs",
|
|
3761
|
+
"type": "uint256"
|
|
3623
3762
|
}
|
|
3624
3763
|
],
|
|
3625
3764
|
"stateMutability": "view",
|
|
@@ -3627,50 +3766,46 @@
|
|
|
3627
3766
|
},
|
|
3628
3767
|
{
|
|
3629
3768
|
"inputs": [
|
|
3630
|
-
{
|
|
3631
|
-
"internalType": "bytes4",
|
|
3632
|
-
"name": "_functionSelector",
|
|
3633
|
-
"type": "bytes4"
|
|
3634
|
-
}
|
|
3635
|
-
],
|
|
3636
|
-
"name": "facetAddress",
|
|
3637
|
-
"outputs": [
|
|
3638
3769
|
{
|
|
3639
3770
|
"internalType": "address",
|
|
3640
|
-
"name": "
|
|
3771
|
+
"name": "_agentVault",
|
|
3641
3772
|
"type": "address"
|
|
3642
|
-
}
|
|
3643
|
-
],
|
|
3644
|
-
"stateMutability": "view",
|
|
3645
|
-
"type": "function"
|
|
3646
|
-
},
|
|
3647
|
-
{
|
|
3648
|
-
"inputs": [],
|
|
3649
|
-
"name": "facetAddresses",
|
|
3650
|
-
"outputs": [
|
|
3773
|
+
},
|
|
3651
3774
|
{
|
|
3652
|
-
"internalType": "address
|
|
3653
|
-
"name": "
|
|
3654
|
-
"type": "address
|
|
3775
|
+
"internalType": "address payable",
|
|
3776
|
+
"name": "_recipient",
|
|
3777
|
+
"type": "address"
|
|
3655
3778
|
}
|
|
3656
3779
|
],
|
|
3657
|
-
"
|
|
3780
|
+
"name": "destroyAgent",
|
|
3781
|
+
"outputs": [],
|
|
3782
|
+
"stateMutability": "nonpayable",
|
|
3658
3783
|
"type": "function"
|
|
3659
3784
|
},
|
|
3660
3785
|
{
|
|
3661
3786
|
"inputs": [
|
|
3662
3787
|
{
|
|
3663
|
-
"internalType": "
|
|
3664
|
-
"name": "
|
|
3665
|
-
"type": "
|
|
3788
|
+
"internalType": "bytes32",
|
|
3789
|
+
"name": "_transactionId",
|
|
3790
|
+
"type": "bytes32"
|
|
3666
3791
|
}
|
|
3667
3792
|
],
|
|
3668
|
-
"name": "
|
|
3793
|
+
"name": "directMintingDelayState",
|
|
3669
3794
|
"outputs": [
|
|
3670
3795
|
{
|
|
3671
|
-
"internalType": "
|
|
3672
|
-
"name": "
|
|
3673
|
-
"type": "
|
|
3796
|
+
"internalType": "enum IDirectMinting.DirectMintingDelayState",
|
|
3797
|
+
"name": "_delayState",
|
|
3798
|
+
"type": "uint8"
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"internalType": "uint256",
|
|
3802
|
+
"name": "_allowedAt",
|
|
3803
|
+
"type": "uint256"
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"internalType": "uint256",
|
|
3807
|
+
"name": "_startedAt",
|
|
3808
|
+
"type": "uint256"
|
|
3674
3809
|
}
|
|
3675
3810
|
],
|
|
3676
3811
|
"stateMutability": "view",
|
|
@@ -3678,24 +3813,12 @@
|
|
|
3678
3813
|
},
|
|
3679
3814
|
{
|
|
3680
3815
|
"inputs": [],
|
|
3681
|
-
"name": "
|
|
3816
|
+
"name": "directMintingPaymentAddress",
|
|
3682
3817
|
"outputs": [
|
|
3683
3818
|
{
|
|
3684
|
-
"
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
"name": "facetAddress",
|
|
3688
|
-
"type": "address"
|
|
3689
|
-
},
|
|
3690
|
-
{
|
|
3691
|
-
"internalType": "bytes4[]",
|
|
3692
|
-
"name": "functionSelectors",
|
|
3693
|
-
"type": "bytes4[]"
|
|
3694
|
-
}
|
|
3695
|
-
],
|
|
3696
|
-
"internalType": "struct IDiamondLoupe.Facet[]",
|
|
3697
|
-
"name": "facets_",
|
|
3698
|
-
"type": "tuple[]"
|
|
3819
|
+
"internalType": "string",
|
|
3820
|
+
"name": "",
|
|
3821
|
+
"type": "string"
|
|
3699
3822
|
}
|
|
3700
3823
|
],
|
|
3701
3824
|
"stateMutability": "view",
|
|
@@ -3735,17 +3858,17 @@
|
|
|
3735
3858
|
{
|
|
3736
3859
|
"components": [
|
|
3737
3860
|
{
|
|
3738
|
-
"internalType": "
|
|
3739
|
-
"name": "
|
|
3740
|
-
"type": "
|
|
3861
|
+
"internalType": "bytes32",
|
|
3862
|
+
"name": "transactionId",
|
|
3863
|
+
"type": "bytes32"
|
|
3741
3864
|
},
|
|
3742
3865
|
{
|
|
3743
|
-
"internalType": "
|
|
3744
|
-
"name": "
|
|
3745
|
-
"type": "
|
|
3866
|
+
"internalType": "bytes32",
|
|
3867
|
+
"name": "sourceAddressIndicator",
|
|
3868
|
+
"type": "bytes32"
|
|
3746
3869
|
}
|
|
3747
3870
|
],
|
|
3748
|
-
"internalType": "struct
|
|
3871
|
+
"internalType": "struct IBalanceDecreasingTransaction.RequestBody",
|
|
3749
3872
|
"name": "requestBody",
|
|
3750
3873
|
"type": "tuple"
|
|
3751
3874
|
},
|
|
@@ -3753,52 +3876,44 @@
|
|
|
3753
3876
|
"components": [
|
|
3754
3877
|
{
|
|
3755
3878
|
"internalType": "uint64",
|
|
3756
|
-
"name": "
|
|
3879
|
+
"name": "blockNumber",
|
|
3757
3880
|
"type": "uint64"
|
|
3758
3881
|
},
|
|
3759
3882
|
{
|
|
3760
3883
|
"internalType": "uint64",
|
|
3761
|
-
"name": "
|
|
3884
|
+
"name": "blockTimestamp",
|
|
3762
3885
|
"type": "uint64"
|
|
3763
3886
|
},
|
|
3764
3887
|
{
|
|
3765
|
-
"internalType": "
|
|
3766
|
-
"name": "
|
|
3767
|
-
"type": "
|
|
3888
|
+
"internalType": "bytes32",
|
|
3889
|
+
"name": "sourceAddressHash",
|
|
3890
|
+
"type": "bytes32"
|
|
3768
3891
|
},
|
|
3769
3892
|
{
|
|
3770
|
-
"internalType": "
|
|
3771
|
-
"name": "
|
|
3772
|
-
"type": "
|
|
3893
|
+
"internalType": "int256",
|
|
3894
|
+
"name": "spentAmount",
|
|
3895
|
+
"type": "int256"
|
|
3896
|
+
},
|
|
3897
|
+
{
|
|
3898
|
+
"internalType": "bytes32",
|
|
3899
|
+
"name": "standardPaymentReference",
|
|
3900
|
+
"type": "bytes32"
|
|
3773
3901
|
}
|
|
3774
3902
|
],
|
|
3775
|
-
"internalType": "struct
|
|
3903
|
+
"internalType": "struct IBalanceDecreasingTransaction.ResponseBody",
|
|
3776
3904
|
"name": "responseBody",
|
|
3777
3905
|
"type": "tuple"
|
|
3778
3906
|
}
|
|
3779
3907
|
],
|
|
3780
|
-
"internalType": "struct
|
|
3908
|
+
"internalType": "struct IBalanceDecreasingTransaction.Response",
|
|
3781
3909
|
"name": "data",
|
|
3782
3910
|
"type": "tuple"
|
|
3783
3911
|
}
|
|
3784
3912
|
],
|
|
3785
|
-
"internalType": "struct
|
|
3786
|
-
"name": "
|
|
3913
|
+
"internalType": "struct IBalanceDecreasingTransaction.Proof",
|
|
3914
|
+
"name": "_payment1",
|
|
3787
3915
|
"type": "tuple"
|
|
3788
3916
|
},
|
|
3789
|
-
{
|
|
3790
|
-
"internalType": "uint256",
|
|
3791
|
-
"name": "_redemptionRequestId",
|
|
3792
|
-
"type": "uint256"
|
|
3793
|
-
}
|
|
3794
|
-
],
|
|
3795
|
-
"name": "finishRedemptionWithoutPayment",
|
|
3796
|
-
"outputs": [],
|
|
3797
|
-
"stateMutability": "nonpayable",
|
|
3798
|
-
"type": "function"
|
|
3799
|
-
},
|
|
3800
|
-
{
|
|
3801
|
-
"inputs": [
|
|
3802
3917
|
{
|
|
3803
3918
|
"components": [
|
|
3804
3919
|
{
|
|
@@ -3883,9 +3998,9 @@
|
|
|
3883
3998
|
"type": "tuple"
|
|
3884
3999
|
}
|
|
3885
4000
|
],
|
|
3886
|
-
"internalType": "struct IBalanceDecreasingTransaction.Proof
|
|
3887
|
-
"name": "
|
|
3888
|
-
"type": "tuple
|
|
4001
|
+
"internalType": "struct IBalanceDecreasingTransaction.Proof",
|
|
4002
|
+
"name": "_payment2",
|
|
4003
|
+
"type": "tuple"
|
|
3889
4004
|
},
|
|
3890
4005
|
{
|
|
3891
4006
|
"internalType": "address",
|
|
@@ -3893,20 +4008,40 @@
|
|
|
3893
4008
|
"type": "address"
|
|
3894
4009
|
}
|
|
3895
4010
|
],
|
|
3896
|
-
"name": "
|
|
4011
|
+
"name": "doublePaymentChallenge",
|
|
3897
4012
|
"outputs": [],
|
|
3898
4013
|
"stateMutability": "nonpayable",
|
|
3899
4014
|
"type": "function"
|
|
3900
4015
|
},
|
|
3901
4016
|
{
|
|
3902
|
-
"inputs": [
|
|
4017
|
+
"inputs": [],
|
|
4018
|
+
"name": "emergencyPauseLevel",
|
|
4019
|
+
"outputs": [
|
|
3903
4020
|
{
|
|
3904
|
-
"internalType": "
|
|
3905
|
-
"name": "
|
|
3906
|
-
"type": "
|
|
4021
|
+
"internalType": "enum EmergencyPause.Level",
|
|
4022
|
+
"name": "",
|
|
4023
|
+
"type": "uint8"
|
|
3907
4024
|
}
|
|
3908
4025
|
],
|
|
3909
|
-
"
|
|
4026
|
+
"stateMutability": "view",
|
|
4027
|
+
"type": "function"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"inputs": [],
|
|
4031
|
+
"name": "emergencyPaused",
|
|
4032
|
+
"outputs": [
|
|
4033
|
+
{
|
|
4034
|
+
"internalType": "bool",
|
|
4035
|
+
"name": "",
|
|
4036
|
+
"type": "bool"
|
|
4037
|
+
}
|
|
4038
|
+
],
|
|
4039
|
+
"stateMutability": "view",
|
|
4040
|
+
"type": "function"
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"inputs": [],
|
|
4044
|
+
"name": "emergencyPausedUntil",
|
|
3910
4045
|
"outputs": [
|
|
3911
4046
|
{
|
|
3912
4047
|
"internalType": "uint256",
|
|
@@ -3925,15 +4060,9 @@
|
|
|
3925
4060
|
"type": "address"
|
|
3926
4061
|
}
|
|
3927
4062
|
],
|
|
3928
|
-
"name": "
|
|
3929
|
-
"outputs": [
|
|
3930
|
-
|
|
3931
|
-
"internalType": "uint256",
|
|
3932
|
-
"name": "",
|
|
3933
|
-
"type": "uint256"
|
|
3934
|
-
}
|
|
3935
|
-
],
|
|
3936
|
-
"stateMutability": "view",
|
|
4063
|
+
"name": "endLiquidation",
|
|
4064
|
+
"outputs": [],
|
|
4065
|
+
"stateMutability": "nonpayable",
|
|
3937
4066
|
"type": "function"
|
|
3938
4067
|
},
|
|
3939
4068
|
{
|
|
@@ -3942,116 +4071,763 @@
|
|
|
3942
4071
|
"internalType": "address",
|
|
3943
4072
|
"name": "_agentVault",
|
|
3944
4073
|
"type": "address"
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"internalType": "string",
|
|
4077
|
+
"name": "_name",
|
|
4078
|
+
"type": "string"
|
|
3945
4079
|
}
|
|
3946
4080
|
],
|
|
3947
|
-
"name": "
|
|
3948
|
-
"outputs": [
|
|
4081
|
+
"name": "executeAgentSettingUpdate",
|
|
4082
|
+
"outputs": [],
|
|
4083
|
+
"stateMutability": "nonpayable",
|
|
4084
|
+
"type": "function"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"inputs": [
|
|
3949
4088
|
{
|
|
3950
4089
|
"components": [
|
|
3951
4090
|
{
|
|
3952
|
-
"internalType": "
|
|
3953
|
-
"name": "
|
|
3954
|
-
"type": "
|
|
3955
|
-
},
|
|
3956
|
-
{
|
|
3957
|
-
"
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4091
|
+
"internalType": "bytes32[]",
|
|
4092
|
+
"name": "merkleProof",
|
|
4093
|
+
"type": "bytes32[]"
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"components": [
|
|
4097
|
+
{
|
|
4098
|
+
"internalType": "bytes32",
|
|
4099
|
+
"name": "attestationType",
|
|
4100
|
+
"type": "bytes32"
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"internalType": "bytes32",
|
|
4104
|
+
"name": "sourceId",
|
|
4105
|
+
"type": "bytes32"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"internalType": "uint64",
|
|
4109
|
+
"name": "votingRound",
|
|
4110
|
+
"type": "uint64"
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"internalType": "uint64",
|
|
4114
|
+
"name": "lowestUsedTimestamp",
|
|
4115
|
+
"type": "uint64"
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"components": [
|
|
4119
|
+
{
|
|
4120
|
+
"internalType": "bytes32",
|
|
4121
|
+
"name": "transactionId",
|
|
4122
|
+
"type": "bytes32"
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"internalType": "address",
|
|
4126
|
+
"name": "proofOwner",
|
|
4127
|
+
"type": "address"
|
|
4128
|
+
}
|
|
4129
|
+
],
|
|
4130
|
+
"internalType": "struct IXRPPayment.RequestBody",
|
|
4131
|
+
"name": "requestBody",
|
|
4132
|
+
"type": "tuple"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"components": [
|
|
4136
|
+
{
|
|
4137
|
+
"internalType": "uint64",
|
|
4138
|
+
"name": "blockNumber",
|
|
4139
|
+
"type": "uint64"
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
"internalType": "uint64",
|
|
4143
|
+
"name": "blockTimestamp",
|
|
4144
|
+
"type": "uint64"
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"internalType": "string",
|
|
4148
|
+
"name": "sourceAddress",
|
|
4149
|
+
"type": "string"
|
|
4150
|
+
},
|
|
4151
|
+
{
|
|
4152
|
+
"internalType": "bytes32",
|
|
4153
|
+
"name": "sourceAddressHash",
|
|
4154
|
+
"type": "bytes32"
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"internalType": "bytes32",
|
|
4158
|
+
"name": "receivingAddressHash",
|
|
4159
|
+
"type": "bytes32"
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"internalType": "bytes32",
|
|
4163
|
+
"name": "intendedReceivingAddressHash",
|
|
4164
|
+
"type": "bytes32"
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"internalType": "int256",
|
|
4168
|
+
"name": "spentAmount",
|
|
4169
|
+
"type": "int256"
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"internalType": "int256",
|
|
4173
|
+
"name": "intendedSpentAmount",
|
|
4174
|
+
"type": "int256"
|
|
4175
|
+
},
|
|
4176
|
+
{
|
|
4177
|
+
"internalType": "int256",
|
|
4178
|
+
"name": "receivedAmount",
|
|
4179
|
+
"type": "int256"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"internalType": "int256",
|
|
4183
|
+
"name": "intendedReceivedAmount",
|
|
4184
|
+
"type": "int256"
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"internalType": "bool",
|
|
4188
|
+
"name": "hasMemoData",
|
|
4189
|
+
"type": "bool"
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"internalType": "bytes",
|
|
4193
|
+
"name": "firstMemoData",
|
|
4194
|
+
"type": "bytes"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"internalType": "bool",
|
|
4198
|
+
"name": "hasDestinationTag",
|
|
4199
|
+
"type": "bool"
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"internalType": "uint256",
|
|
4203
|
+
"name": "destinationTag",
|
|
4204
|
+
"type": "uint256"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"internalType": "uint8",
|
|
4208
|
+
"name": "status",
|
|
4209
|
+
"type": "uint8"
|
|
4210
|
+
}
|
|
4211
|
+
],
|
|
4212
|
+
"internalType": "struct IXRPPayment.ResponseBody",
|
|
4213
|
+
"name": "responseBody",
|
|
4214
|
+
"type": "tuple"
|
|
4215
|
+
}
|
|
4216
|
+
],
|
|
4217
|
+
"internalType": "struct IXRPPayment.Response",
|
|
4218
|
+
"name": "data",
|
|
4219
|
+
"type": "tuple"
|
|
4220
|
+
}
|
|
4221
|
+
],
|
|
4222
|
+
"internalType": "struct IXRPPayment.Proof",
|
|
4223
|
+
"name": "_payment",
|
|
4224
|
+
"type": "tuple"
|
|
4225
|
+
}
|
|
4226
|
+
],
|
|
4227
|
+
"name": "executeDirectMinting",
|
|
4228
|
+
"outputs": [],
|
|
4229
|
+
"stateMutability": "payable",
|
|
4230
|
+
"type": "function"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"inputs": [
|
|
4234
|
+
{
|
|
4235
|
+
"components": [
|
|
4236
|
+
{
|
|
4237
|
+
"internalType": "bytes32[]",
|
|
4238
|
+
"name": "merkleProof",
|
|
4239
|
+
"type": "bytes32[]"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"components": [
|
|
4243
|
+
{
|
|
4244
|
+
"internalType": "bytes32",
|
|
4245
|
+
"name": "attestationType",
|
|
4246
|
+
"type": "bytes32"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"internalType": "bytes32",
|
|
4250
|
+
"name": "sourceId",
|
|
4251
|
+
"type": "bytes32"
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"internalType": "uint64",
|
|
4255
|
+
"name": "votingRound",
|
|
4256
|
+
"type": "uint64"
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"internalType": "uint64",
|
|
4260
|
+
"name": "lowestUsedTimestamp",
|
|
4261
|
+
"type": "uint64"
|
|
4262
|
+
},
|
|
4263
|
+
{
|
|
4264
|
+
"components": [
|
|
4265
|
+
{
|
|
4266
|
+
"internalType": "bytes32",
|
|
4267
|
+
"name": "transactionId",
|
|
4268
|
+
"type": "bytes32"
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"internalType": "uint256",
|
|
4272
|
+
"name": "inUtxo",
|
|
4273
|
+
"type": "uint256"
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"internalType": "uint256",
|
|
4277
|
+
"name": "utxo",
|
|
4278
|
+
"type": "uint256"
|
|
4279
|
+
}
|
|
4280
|
+
],
|
|
4281
|
+
"internalType": "struct IPayment.RequestBody",
|
|
4282
|
+
"name": "requestBody",
|
|
4283
|
+
"type": "tuple"
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"components": [
|
|
4287
|
+
{
|
|
4288
|
+
"internalType": "uint64",
|
|
4289
|
+
"name": "blockNumber",
|
|
4290
|
+
"type": "uint64"
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"internalType": "uint64",
|
|
4294
|
+
"name": "blockTimestamp",
|
|
4295
|
+
"type": "uint64"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"internalType": "bytes32",
|
|
4299
|
+
"name": "sourceAddressHash",
|
|
4300
|
+
"type": "bytes32"
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"internalType": "bytes32",
|
|
4304
|
+
"name": "sourceAddressesRoot",
|
|
4305
|
+
"type": "bytes32"
|
|
4306
|
+
},
|
|
4307
|
+
{
|
|
4308
|
+
"internalType": "bytes32",
|
|
4309
|
+
"name": "receivingAddressHash",
|
|
4310
|
+
"type": "bytes32"
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"internalType": "bytes32",
|
|
4314
|
+
"name": "intendedReceivingAddressHash",
|
|
4315
|
+
"type": "bytes32"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"internalType": "int256",
|
|
4319
|
+
"name": "spentAmount",
|
|
4320
|
+
"type": "int256"
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"internalType": "int256",
|
|
4324
|
+
"name": "intendedSpentAmount",
|
|
4325
|
+
"type": "int256"
|
|
4326
|
+
},
|
|
4327
|
+
{
|
|
4328
|
+
"internalType": "int256",
|
|
4329
|
+
"name": "receivedAmount",
|
|
4330
|
+
"type": "int256"
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"internalType": "int256",
|
|
4334
|
+
"name": "intendedReceivedAmount",
|
|
4335
|
+
"type": "int256"
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"internalType": "bytes32",
|
|
4339
|
+
"name": "standardPaymentReference",
|
|
4340
|
+
"type": "bytes32"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"internalType": "bool",
|
|
4344
|
+
"name": "oneToOne",
|
|
4345
|
+
"type": "bool"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"internalType": "uint8",
|
|
4349
|
+
"name": "status",
|
|
4350
|
+
"type": "uint8"
|
|
4351
|
+
}
|
|
4352
|
+
],
|
|
4353
|
+
"internalType": "struct IPayment.ResponseBody",
|
|
4354
|
+
"name": "responseBody",
|
|
4355
|
+
"type": "tuple"
|
|
4356
|
+
}
|
|
4357
|
+
],
|
|
4358
|
+
"internalType": "struct IPayment.Response",
|
|
4359
|
+
"name": "data",
|
|
4360
|
+
"type": "tuple"
|
|
4361
|
+
}
|
|
4362
|
+
],
|
|
4363
|
+
"internalType": "struct IPayment.Proof",
|
|
4364
|
+
"name": "_payment",
|
|
4365
|
+
"type": "tuple"
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"internalType": "uint256",
|
|
4369
|
+
"name": "_collateralReservationId",
|
|
4370
|
+
"type": "uint256"
|
|
4371
|
+
}
|
|
4372
|
+
],
|
|
4373
|
+
"name": "executeMinting",
|
|
4374
|
+
"outputs": [],
|
|
4375
|
+
"stateMutability": "nonpayable",
|
|
4376
|
+
"type": "function"
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"inputs": [
|
|
4380
|
+
{
|
|
4381
|
+
"internalType": "address",
|
|
4382
|
+
"name": "_agentVault",
|
|
4383
|
+
"type": "address"
|
|
4384
|
+
}
|
|
4385
|
+
],
|
|
4386
|
+
"name": "exitAvailableAgentList",
|
|
4387
|
+
"outputs": [],
|
|
4388
|
+
"stateMutability": "nonpayable",
|
|
4389
|
+
"type": "function"
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"inputs": [],
|
|
4393
|
+
"name": "fAsset",
|
|
4394
|
+
"outputs": [
|
|
4395
|
+
{
|
|
4396
|
+
"internalType": "contract IERC20",
|
|
4397
|
+
"name": "",
|
|
4398
|
+
"type": "address"
|
|
4399
|
+
}
|
|
4400
|
+
],
|
|
4401
|
+
"stateMutability": "view",
|
|
4402
|
+
"type": "function"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"inputs": [
|
|
4406
|
+
{
|
|
4407
|
+
"internalType": "bytes4",
|
|
4408
|
+
"name": "_functionSelector",
|
|
4409
|
+
"type": "bytes4"
|
|
4410
|
+
}
|
|
4411
|
+
],
|
|
4412
|
+
"name": "facetAddress",
|
|
4413
|
+
"outputs": [
|
|
4414
|
+
{
|
|
4415
|
+
"internalType": "address",
|
|
4416
|
+
"name": "facetAddress_",
|
|
4417
|
+
"type": "address"
|
|
4418
|
+
}
|
|
4419
|
+
],
|
|
4420
|
+
"stateMutability": "view",
|
|
4421
|
+
"type": "function"
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"inputs": [],
|
|
4425
|
+
"name": "facetAddresses",
|
|
4426
|
+
"outputs": [
|
|
4427
|
+
{
|
|
4428
|
+
"internalType": "address[]",
|
|
4429
|
+
"name": "facetAddresses_",
|
|
4430
|
+
"type": "address[]"
|
|
4431
|
+
}
|
|
4432
|
+
],
|
|
4433
|
+
"stateMutability": "view",
|
|
4434
|
+
"type": "function"
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"inputs": [
|
|
4438
|
+
{
|
|
4439
|
+
"internalType": "address",
|
|
4440
|
+
"name": "_facet",
|
|
4441
|
+
"type": "address"
|
|
4442
|
+
}
|
|
4443
|
+
],
|
|
4444
|
+
"name": "facetFunctionSelectors",
|
|
4445
|
+
"outputs": [
|
|
4446
|
+
{
|
|
4447
|
+
"internalType": "bytes4[]",
|
|
4448
|
+
"name": "facetFunctionSelectors_",
|
|
4449
|
+
"type": "bytes4[]"
|
|
4450
|
+
}
|
|
4451
|
+
],
|
|
4452
|
+
"stateMutability": "view",
|
|
4453
|
+
"type": "function"
|
|
4454
|
+
},
|
|
4455
|
+
{
|
|
4456
|
+
"inputs": [],
|
|
4457
|
+
"name": "facets",
|
|
4458
|
+
"outputs": [
|
|
4459
|
+
{
|
|
4460
|
+
"components": [
|
|
4461
|
+
{
|
|
4462
|
+
"internalType": "address",
|
|
4463
|
+
"name": "facetAddress",
|
|
4464
|
+
"type": "address"
|
|
4465
|
+
},
|
|
4466
|
+
{
|
|
4467
|
+
"internalType": "bytes4[]",
|
|
4468
|
+
"name": "functionSelectors",
|
|
4469
|
+
"type": "bytes4[]"
|
|
4470
|
+
}
|
|
4471
|
+
],
|
|
4472
|
+
"internalType": "struct IDiamondLoupe.Facet[]",
|
|
4473
|
+
"name": "facets_",
|
|
4474
|
+
"type": "tuple[]"
|
|
4475
|
+
}
|
|
4476
|
+
],
|
|
4477
|
+
"stateMutability": "view",
|
|
4478
|
+
"type": "function"
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"inputs": [
|
|
4482
|
+
{
|
|
4483
|
+
"components": [
|
|
4484
|
+
{
|
|
4485
|
+
"internalType": "bytes32[]",
|
|
4486
|
+
"name": "merkleProof",
|
|
4487
|
+
"type": "bytes32[]"
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"components": [
|
|
4491
|
+
{
|
|
4492
|
+
"internalType": "bytes32",
|
|
4493
|
+
"name": "attestationType",
|
|
4494
|
+
"type": "bytes32"
|
|
4495
|
+
},
|
|
4496
|
+
{
|
|
4497
|
+
"internalType": "bytes32",
|
|
4498
|
+
"name": "sourceId",
|
|
4499
|
+
"type": "bytes32"
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"internalType": "uint64",
|
|
4503
|
+
"name": "votingRound",
|
|
4504
|
+
"type": "uint64"
|
|
4505
|
+
},
|
|
4506
|
+
{
|
|
4507
|
+
"internalType": "uint64",
|
|
4508
|
+
"name": "lowestUsedTimestamp",
|
|
4509
|
+
"type": "uint64"
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"components": [
|
|
4513
|
+
{
|
|
4514
|
+
"internalType": "uint64",
|
|
4515
|
+
"name": "blockNumber",
|
|
4516
|
+
"type": "uint64"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"internalType": "uint64",
|
|
4520
|
+
"name": "queryWindow",
|
|
4521
|
+
"type": "uint64"
|
|
4522
|
+
}
|
|
4523
|
+
],
|
|
4524
|
+
"internalType": "struct IConfirmedBlockHeightExists.RequestBody",
|
|
4525
|
+
"name": "requestBody",
|
|
4526
|
+
"type": "tuple"
|
|
4527
|
+
},
|
|
4528
|
+
{
|
|
4529
|
+
"components": [
|
|
4530
|
+
{
|
|
4531
|
+
"internalType": "uint64",
|
|
4532
|
+
"name": "blockTimestamp",
|
|
4533
|
+
"type": "uint64"
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"internalType": "uint64",
|
|
4537
|
+
"name": "numberOfConfirmations",
|
|
4538
|
+
"type": "uint64"
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"internalType": "uint64",
|
|
4542
|
+
"name": "lowestQueryWindowBlockNumber",
|
|
4543
|
+
"type": "uint64"
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"internalType": "uint64",
|
|
4547
|
+
"name": "lowestQueryWindowBlockTimestamp",
|
|
4548
|
+
"type": "uint64"
|
|
4549
|
+
}
|
|
4550
|
+
],
|
|
4551
|
+
"internalType": "struct IConfirmedBlockHeightExists.ResponseBody",
|
|
4552
|
+
"name": "responseBody",
|
|
4553
|
+
"type": "tuple"
|
|
4554
|
+
}
|
|
4555
|
+
],
|
|
4556
|
+
"internalType": "struct IConfirmedBlockHeightExists.Response",
|
|
4557
|
+
"name": "data",
|
|
4558
|
+
"type": "tuple"
|
|
4559
|
+
}
|
|
4560
|
+
],
|
|
4561
|
+
"internalType": "struct IConfirmedBlockHeightExists.Proof",
|
|
4562
|
+
"name": "_proof",
|
|
4563
|
+
"type": "tuple"
|
|
4564
|
+
},
|
|
4565
|
+
{
|
|
4566
|
+
"internalType": "uint256",
|
|
4567
|
+
"name": "_redemptionRequestId",
|
|
4568
|
+
"type": "uint256"
|
|
4569
|
+
}
|
|
4570
|
+
],
|
|
4571
|
+
"name": "finishRedemptionWithoutPayment",
|
|
4572
|
+
"outputs": [],
|
|
4573
|
+
"stateMutability": "nonpayable",
|
|
4574
|
+
"type": "function"
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"inputs": [
|
|
4578
|
+
{
|
|
4579
|
+
"components": [
|
|
4580
|
+
{
|
|
4581
|
+
"internalType": "bytes32[]",
|
|
4582
|
+
"name": "merkleProof",
|
|
4583
|
+
"type": "bytes32[]"
|
|
4584
|
+
},
|
|
4585
|
+
{
|
|
4586
|
+
"components": [
|
|
4587
|
+
{
|
|
4588
|
+
"internalType": "bytes32",
|
|
4589
|
+
"name": "attestationType",
|
|
4590
|
+
"type": "bytes32"
|
|
4591
|
+
},
|
|
4592
|
+
{
|
|
4593
|
+
"internalType": "bytes32",
|
|
4594
|
+
"name": "sourceId",
|
|
4595
|
+
"type": "bytes32"
|
|
4596
|
+
},
|
|
4597
|
+
{
|
|
4598
|
+
"internalType": "uint64",
|
|
4599
|
+
"name": "votingRound",
|
|
4600
|
+
"type": "uint64"
|
|
4601
|
+
},
|
|
4602
|
+
{
|
|
4603
|
+
"internalType": "uint64",
|
|
4604
|
+
"name": "lowestUsedTimestamp",
|
|
4605
|
+
"type": "uint64"
|
|
4606
|
+
},
|
|
4607
|
+
{
|
|
4608
|
+
"components": [
|
|
4609
|
+
{
|
|
4610
|
+
"internalType": "bytes32",
|
|
4611
|
+
"name": "transactionId",
|
|
4612
|
+
"type": "bytes32"
|
|
4613
|
+
},
|
|
4614
|
+
{
|
|
4615
|
+
"internalType": "bytes32",
|
|
4616
|
+
"name": "sourceAddressIndicator",
|
|
4617
|
+
"type": "bytes32"
|
|
4618
|
+
}
|
|
4619
|
+
],
|
|
4620
|
+
"internalType": "struct IBalanceDecreasingTransaction.RequestBody",
|
|
4621
|
+
"name": "requestBody",
|
|
4622
|
+
"type": "tuple"
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"components": [
|
|
4626
|
+
{
|
|
4627
|
+
"internalType": "uint64",
|
|
4628
|
+
"name": "blockNumber",
|
|
4629
|
+
"type": "uint64"
|
|
4630
|
+
},
|
|
4631
|
+
{
|
|
4632
|
+
"internalType": "uint64",
|
|
4633
|
+
"name": "blockTimestamp",
|
|
4634
|
+
"type": "uint64"
|
|
4635
|
+
},
|
|
4636
|
+
{
|
|
4637
|
+
"internalType": "bytes32",
|
|
4638
|
+
"name": "sourceAddressHash",
|
|
4639
|
+
"type": "bytes32"
|
|
4640
|
+
},
|
|
4641
|
+
{
|
|
4642
|
+
"internalType": "int256",
|
|
4643
|
+
"name": "spentAmount",
|
|
4644
|
+
"type": "int256"
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"internalType": "bytes32",
|
|
4648
|
+
"name": "standardPaymentReference",
|
|
4649
|
+
"type": "bytes32"
|
|
4650
|
+
}
|
|
4651
|
+
],
|
|
4652
|
+
"internalType": "struct IBalanceDecreasingTransaction.ResponseBody",
|
|
4653
|
+
"name": "responseBody",
|
|
4654
|
+
"type": "tuple"
|
|
4655
|
+
}
|
|
4656
|
+
],
|
|
4657
|
+
"internalType": "struct IBalanceDecreasingTransaction.Response",
|
|
4658
|
+
"name": "data",
|
|
4659
|
+
"type": "tuple"
|
|
4660
|
+
}
|
|
4661
|
+
],
|
|
4662
|
+
"internalType": "struct IBalanceDecreasingTransaction.Proof[]",
|
|
4663
|
+
"name": "_payments",
|
|
4664
|
+
"type": "tuple[]"
|
|
4665
|
+
},
|
|
4666
|
+
{
|
|
4667
|
+
"internalType": "address",
|
|
4668
|
+
"name": "_agentVault",
|
|
4669
|
+
"type": "address"
|
|
4670
|
+
}
|
|
4671
|
+
],
|
|
4672
|
+
"name": "freeBalanceNegativeChallenge",
|
|
4673
|
+
"outputs": [],
|
|
4674
|
+
"stateMutability": "nonpayable",
|
|
4675
|
+
"type": "function"
|
|
4676
|
+
},
|
|
4677
|
+
{
|
|
4678
|
+
"inputs": [
|
|
4679
|
+
{
|
|
4680
|
+
"internalType": "address",
|
|
4681
|
+
"name": "_agentVault",
|
|
4682
|
+
"type": "address"
|
|
4683
|
+
}
|
|
4684
|
+
],
|
|
4685
|
+
"name": "getAgentFullPoolCollateral",
|
|
4686
|
+
"outputs": [
|
|
4687
|
+
{
|
|
4688
|
+
"internalType": "uint256",
|
|
4689
|
+
"name": "",
|
|
4690
|
+
"type": "uint256"
|
|
4691
|
+
}
|
|
4692
|
+
],
|
|
4693
|
+
"stateMutability": "view",
|
|
4694
|
+
"type": "function"
|
|
4695
|
+
},
|
|
4696
|
+
{
|
|
4697
|
+
"inputs": [
|
|
4698
|
+
{
|
|
4699
|
+
"internalType": "address",
|
|
4700
|
+
"name": "_agentVault",
|
|
4701
|
+
"type": "address"
|
|
4702
|
+
}
|
|
4703
|
+
],
|
|
4704
|
+
"name": "getAgentFullVaultCollateral",
|
|
4705
|
+
"outputs": [
|
|
4706
|
+
{
|
|
4707
|
+
"internalType": "uint256",
|
|
4708
|
+
"name": "",
|
|
4709
|
+
"type": "uint256"
|
|
4710
|
+
}
|
|
4711
|
+
],
|
|
4712
|
+
"stateMutability": "view",
|
|
4713
|
+
"type": "function"
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"inputs": [
|
|
4717
|
+
{
|
|
4718
|
+
"internalType": "address",
|
|
4719
|
+
"name": "_agentVault",
|
|
4720
|
+
"type": "address"
|
|
4721
|
+
}
|
|
4722
|
+
],
|
|
4723
|
+
"name": "getAgentInfo",
|
|
4724
|
+
"outputs": [
|
|
4725
|
+
{
|
|
4726
|
+
"components": [
|
|
4727
|
+
{
|
|
4728
|
+
"internalType": "enum AgentInfo.Status",
|
|
4729
|
+
"name": "status",
|
|
4730
|
+
"type": "uint8"
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"internalType": "address",
|
|
4734
|
+
"name": "ownerManagementAddress",
|
|
4735
|
+
"type": "address"
|
|
4736
|
+
},
|
|
4737
|
+
{
|
|
4738
|
+
"internalType": "address",
|
|
4739
|
+
"name": "ownerWorkAddress",
|
|
4740
|
+
"type": "address"
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"internalType": "address",
|
|
4744
|
+
"name": "collateralPool",
|
|
4745
|
+
"type": "address"
|
|
4746
|
+
},
|
|
4747
|
+
{
|
|
4748
|
+
"internalType": "address",
|
|
4749
|
+
"name": "collateralPoolToken",
|
|
4750
|
+
"type": "address"
|
|
4751
|
+
},
|
|
4752
|
+
{
|
|
4753
|
+
"internalType": "string",
|
|
4754
|
+
"name": "underlyingAddressString",
|
|
4755
|
+
"type": "string"
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"internalType": "bool",
|
|
4759
|
+
"name": "publiclyAvailable",
|
|
4760
|
+
"type": "bool"
|
|
4761
|
+
},
|
|
4762
|
+
{
|
|
4763
|
+
"internalType": "uint256",
|
|
4764
|
+
"name": "feeBIPS",
|
|
4765
|
+
"type": "uint256"
|
|
4766
|
+
},
|
|
4767
|
+
{
|
|
4768
|
+
"internalType": "uint256",
|
|
4769
|
+
"name": "poolFeeShareBIPS",
|
|
4770
|
+
"type": "uint256"
|
|
4771
|
+
},
|
|
4772
|
+
{
|
|
4773
|
+
"internalType": "contract IERC20",
|
|
4774
|
+
"name": "vaultCollateralToken",
|
|
4775
|
+
"type": "address"
|
|
4776
|
+
},
|
|
4777
|
+
{
|
|
4778
|
+
"internalType": "uint256",
|
|
4779
|
+
"name": "mintingVaultCollateralRatioBIPS",
|
|
4780
|
+
"type": "uint256"
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
"internalType": "uint256",
|
|
4784
|
+
"name": "mintingPoolCollateralRatioBIPS",
|
|
4785
|
+
"type": "uint256"
|
|
4786
|
+
},
|
|
4787
|
+
{
|
|
4788
|
+
"internalType": "uint256",
|
|
4789
|
+
"name": "freeCollateralLots",
|
|
4790
|
+
"type": "uint256"
|
|
4791
|
+
},
|
|
4792
|
+
{
|
|
4793
|
+
"internalType": "uint256",
|
|
4794
|
+
"name": "totalVaultCollateralWei",
|
|
4795
|
+
"type": "uint256"
|
|
4796
|
+
},
|
|
4797
|
+
{
|
|
4798
|
+
"internalType": "uint256",
|
|
4799
|
+
"name": "freeVaultCollateralWei",
|
|
4800
|
+
"type": "uint256"
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
"internalType": "uint256",
|
|
4804
|
+
"name": "vaultCollateralRatioBIPS",
|
|
4805
|
+
"type": "uint256"
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"internalType": "contract IERC20",
|
|
4809
|
+
"name": "poolWNatToken",
|
|
4810
|
+
"type": "address"
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"internalType": "uint256",
|
|
4814
|
+
"name": "totalPoolCollateralNATWei",
|
|
4815
|
+
"type": "uint256"
|
|
4816
|
+
},
|
|
4817
|
+
{
|
|
4818
|
+
"internalType": "uint256",
|
|
4819
|
+
"name": "freePoolCollateralNATWei",
|
|
4820
|
+
"type": "uint256"
|
|
4821
|
+
},
|
|
4822
|
+
{
|
|
4823
|
+
"internalType": "uint256",
|
|
4824
|
+
"name": "poolCollateralRatioBIPS",
|
|
4825
|
+
"type": "uint256"
|
|
4826
|
+
},
|
|
4827
|
+
{
|
|
4828
|
+
"internalType": "uint256",
|
|
4829
|
+
"name": "totalAgentPoolTokensWei",
|
|
4830
|
+
"type": "uint256"
|
|
4055
4831
|
},
|
|
4056
4832
|
{
|
|
4057
4833
|
"internalType": "uint256",
|
|
@@ -4060,126 +4836,513 @@
|
|
|
4060
4836
|
},
|
|
4061
4837
|
{
|
|
4062
4838
|
"internalType": "uint256",
|
|
4063
|
-
"name": "announcedPoolTokensWithdrawalWei",
|
|
4839
|
+
"name": "announcedPoolTokensWithdrawalWei",
|
|
4840
|
+
"type": "uint256"
|
|
4841
|
+
},
|
|
4842
|
+
{
|
|
4843
|
+
"internalType": "uint256",
|
|
4844
|
+
"name": "freeAgentPoolTokensWei",
|
|
4845
|
+
"type": "uint256"
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"internalType": "uint256",
|
|
4849
|
+
"name": "mintedUBA",
|
|
4850
|
+
"type": "uint256"
|
|
4851
|
+
},
|
|
4852
|
+
{
|
|
4853
|
+
"internalType": "uint256",
|
|
4854
|
+
"name": "reservedUBA",
|
|
4855
|
+
"type": "uint256"
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
"internalType": "uint256",
|
|
4859
|
+
"name": "redeemingUBA",
|
|
4860
|
+
"type": "uint256"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"internalType": "uint256",
|
|
4864
|
+
"name": "poolRedeemingUBA",
|
|
4865
|
+
"type": "uint256"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"internalType": "uint256",
|
|
4869
|
+
"name": "dustUBA",
|
|
4870
|
+
"type": "uint256"
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"internalType": "uint256",
|
|
4874
|
+
"name": "liquidationStartTimestamp",
|
|
4875
|
+
"type": "uint256"
|
|
4876
|
+
},
|
|
4877
|
+
{
|
|
4878
|
+
"internalType": "uint256",
|
|
4879
|
+
"name": "maxLiquidationAmountUBA",
|
|
4880
|
+
"type": "uint256"
|
|
4881
|
+
},
|
|
4882
|
+
{
|
|
4883
|
+
"internalType": "uint256",
|
|
4884
|
+
"name": "liquidationPaymentFactorVaultBIPS",
|
|
4885
|
+
"type": "uint256"
|
|
4886
|
+
},
|
|
4887
|
+
{
|
|
4888
|
+
"internalType": "uint256",
|
|
4889
|
+
"name": "liquidationPaymentFactorPoolBIPS",
|
|
4890
|
+
"type": "uint256"
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"internalType": "int256",
|
|
4894
|
+
"name": "underlyingBalanceUBA",
|
|
4895
|
+
"type": "int256"
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
"internalType": "uint256",
|
|
4899
|
+
"name": "requiredUnderlyingBalanceUBA",
|
|
4900
|
+
"type": "uint256"
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"internalType": "int256",
|
|
4904
|
+
"name": "freeUnderlyingBalanceUBA",
|
|
4905
|
+
"type": "int256"
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"internalType": "uint256",
|
|
4909
|
+
"name": "announcedUnderlyingWithdrawalId",
|
|
4910
|
+
"type": "uint256"
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"internalType": "uint256",
|
|
4914
|
+
"name": "buyFAssetByAgentFactorBIPS",
|
|
4915
|
+
"type": "uint256"
|
|
4916
|
+
},
|
|
4917
|
+
{
|
|
4918
|
+
"internalType": "uint256",
|
|
4919
|
+
"name": "poolExitCollateralRatioBIPS",
|
|
4920
|
+
"type": "uint256"
|
|
4921
|
+
},
|
|
4922
|
+
{
|
|
4923
|
+
"internalType": "uint256",
|
|
4924
|
+
"name": "redemptionPoolFeeShareBIPS",
|
|
4925
|
+
"type": "uint256"
|
|
4926
|
+
}
|
|
4927
|
+
],
|
|
4928
|
+
"internalType": "struct AgentInfo.Info",
|
|
4929
|
+
"name": "",
|
|
4930
|
+
"type": "tuple"
|
|
4931
|
+
}
|
|
4932
|
+
],
|
|
4933
|
+
"stateMutability": "view",
|
|
4934
|
+
"type": "function"
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"inputs": [
|
|
4938
|
+
{
|
|
4939
|
+
"internalType": "address",
|
|
4940
|
+
"name": "_agentVault",
|
|
4941
|
+
"type": "address"
|
|
4942
|
+
}
|
|
4943
|
+
],
|
|
4944
|
+
"name": "getAgentLiquidationFactorsAndMaxAmount",
|
|
4945
|
+
"outputs": [
|
|
4946
|
+
{
|
|
4947
|
+
"internalType": "uint256",
|
|
4948
|
+
"name": "liquidationPaymentFactorVaultBIPS",
|
|
4949
|
+
"type": "uint256"
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"internalType": "uint256",
|
|
4953
|
+
"name": "liquidationPaymentFactorPoolBIPS",
|
|
4954
|
+
"type": "uint256"
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"internalType": "uint256",
|
|
4958
|
+
"name": "maxLiquidationAmountUBA",
|
|
4959
|
+
"type": "uint256"
|
|
4960
|
+
}
|
|
4961
|
+
],
|
|
4962
|
+
"stateMutability": "view",
|
|
4963
|
+
"type": "function"
|
|
4964
|
+
},
|
|
4965
|
+
{
|
|
4966
|
+
"inputs": [
|
|
4967
|
+
{
|
|
4968
|
+
"internalType": "address",
|
|
4969
|
+
"name": "_agentVault",
|
|
4970
|
+
"type": "address"
|
|
4971
|
+
}
|
|
4972
|
+
],
|
|
4973
|
+
"name": "getAgentMinPoolCollateralRatioBIPS",
|
|
4974
|
+
"outputs": [
|
|
4975
|
+
{
|
|
4976
|
+
"internalType": "uint256",
|
|
4977
|
+
"name": "",
|
|
4978
|
+
"type": "uint256"
|
|
4979
|
+
}
|
|
4980
|
+
],
|
|
4981
|
+
"stateMutability": "view",
|
|
4982
|
+
"type": "function"
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"inputs": [
|
|
4986
|
+
{
|
|
4987
|
+
"internalType": "address",
|
|
4988
|
+
"name": "_agentVault",
|
|
4989
|
+
"type": "address"
|
|
4990
|
+
}
|
|
4991
|
+
],
|
|
4992
|
+
"name": "getAgentMinVaultCollateralRatioBIPS",
|
|
4993
|
+
"outputs": [
|
|
4994
|
+
{
|
|
4995
|
+
"internalType": "uint256",
|
|
4996
|
+
"name": "",
|
|
4997
|
+
"type": "uint256"
|
|
4998
|
+
}
|
|
4999
|
+
],
|
|
5000
|
+
"stateMutability": "view",
|
|
5001
|
+
"type": "function"
|
|
5002
|
+
},
|
|
5003
|
+
{
|
|
5004
|
+
"inputs": [
|
|
5005
|
+
{
|
|
5006
|
+
"internalType": "address",
|
|
5007
|
+
"name": "_agentVault",
|
|
5008
|
+
"type": "address"
|
|
5009
|
+
},
|
|
5010
|
+
{
|
|
5011
|
+
"internalType": "string",
|
|
5012
|
+
"name": "_name",
|
|
5013
|
+
"type": "string"
|
|
5014
|
+
}
|
|
5015
|
+
],
|
|
5016
|
+
"name": "getAgentSetting",
|
|
5017
|
+
"outputs": [
|
|
5018
|
+
{
|
|
5019
|
+
"internalType": "uint256",
|
|
5020
|
+
"name": "",
|
|
5021
|
+
"type": "uint256"
|
|
5022
|
+
}
|
|
5023
|
+
],
|
|
5024
|
+
"stateMutability": "view",
|
|
5025
|
+
"type": "function"
|
|
5026
|
+
},
|
|
5027
|
+
{
|
|
5028
|
+
"inputs": [
|
|
5029
|
+
{
|
|
5030
|
+
"internalType": "address",
|
|
5031
|
+
"name": "_agentVault",
|
|
5032
|
+
"type": "address"
|
|
5033
|
+
}
|
|
5034
|
+
],
|
|
5035
|
+
"name": "getAgentVaultCollateralToken",
|
|
5036
|
+
"outputs": [
|
|
5037
|
+
{
|
|
5038
|
+
"internalType": "contract IERC20",
|
|
5039
|
+
"name": "",
|
|
5040
|
+
"type": "address"
|
|
5041
|
+
}
|
|
5042
|
+
],
|
|
5043
|
+
"stateMutability": "view",
|
|
5044
|
+
"type": "function"
|
|
5045
|
+
},
|
|
5046
|
+
{
|
|
5047
|
+
"inputs": [
|
|
5048
|
+
{
|
|
5049
|
+
"internalType": "address",
|
|
5050
|
+
"name": "_agentVault",
|
|
5051
|
+
"type": "address"
|
|
5052
|
+
}
|
|
5053
|
+
],
|
|
5054
|
+
"name": "getAgentVaultOwner",
|
|
5055
|
+
"outputs": [
|
|
5056
|
+
{
|
|
5057
|
+
"internalType": "address",
|
|
5058
|
+
"name": "_ownerManagementAddress",
|
|
5059
|
+
"type": "address"
|
|
5060
|
+
}
|
|
5061
|
+
],
|
|
5062
|
+
"stateMutability": "view",
|
|
5063
|
+
"type": "function"
|
|
5064
|
+
},
|
|
5065
|
+
{
|
|
5066
|
+
"inputs": [
|
|
5067
|
+
{
|
|
5068
|
+
"internalType": "uint256",
|
|
5069
|
+
"name": "_start",
|
|
5070
|
+
"type": "uint256"
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"internalType": "uint256",
|
|
5074
|
+
"name": "_end",
|
|
5075
|
+
"type": "uint256"
|
|
5076
|
+
}
|
|
5077
|
+
],
|
|
5078
|
+
"name": "getAllAgents",
|
|
5079
|
+
"outputs": [
|
|
5080
|
+
{
|
|
5081
|
+
"internalType": "address[]",
|
|
5082
|
+
"name": "_agents",
|
|
5083
|
+
"type": "address[]"
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"internalType": "uint256",
|
|
5087
|
+
"name": "_totalLength",
|
|
5088
|
+
"type": "uint256"
|
|
5089
|
+
}
|
|
5090
|
+
],
|
|
5091
|
+
"stateMutability": "view",
|
|
5092
|
+
"type": "function"
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"inputs": [
|
|
5096
|
+
{
|
|
5097
|
+
"internalType": "uint256",
|
|
5098
|
+
"name": "_start",
|
|
5099
|
+
"type": "uint256"
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"internalType": "uint256",
|
|
5103
|
+
"name": "_end",
|
|
5104
|
+
"type": "uint256"
|
|
5105
|
+
}
|
|
5106
|
+
],
|
|
5107
|
+
"name": "getAvailableAgentsDetailedList",
|
|
5108
|
+
"outputs": [
|
|
5109
|
+
{
|
|
5110
|
+
"components": [
|
|
5111
|
+
{
|
|
5112
|
+
"internalType": "address",
|
|
5113
|
+
"name": "agentVault",
|
|
5114
|
+
"type": "address"
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"internalType": "address",
|
|
5118
|
+
"name": "ownerManagementAddress",
|
|
5119
|
+
"type": "address"
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"internalType": "uint256",
|
|
5123
|
+
"name": "feeBIPS",
|
|
4064
5124
|
"type": "uint256"
|
|
4065
5125
|
},
|
|
4066
5126
|
{
|
|
4067
5127
|
"internalType": "uint256",
|
|
4068
|
-
"name": "
|
|
5128
|
+
"name": "mintingVaultCollateralRatioBIPS",
|
|
4069
5129
|
"type": "uint256"
|
|
4070
5130
|
},
|
|
4071
5131
|
{
|
|
4072
5132
|
"internalType": "uint256",
|
|
4073
|
-
"name": "
|
|
5133
|
+
"name": "mintingPoolCollateralRatioBIPS",
|
|
4074
5134
|
"type": "uint256"
|
|
4075
5135
|
},
|
|
4076
5136
|
{
|
|
4077
5137
|
"internalType": "uint256",
|
|
4078
|
-
"name": "
|
|
5138
|
+
"name": "freeCollateralLots",
|
|
4079
5139
|
"type": "uint256"
|
|
4080
5140
|
},
|
|
5141
|
+
{
|
|
5142
|
+
"internalType": "enum AgentInfo.Status",
|
|
5143
|
+
"name": "status",
|
|
5144
|
+
"type": "uint8"
|
|
5145
|
+
}
|
|
5146
|
+
],
|
|
5147
|
+
"internalType": "struct AvailableAgentInfo.Data[]",
|
|
5148
|
+
"name": "_agents",
|
|
5149
|
+
"type": "tuple[]"
|
|
5150
|
+
},
|
|
5151
|
+
{
|
|
5152
|
+
"internalType": "uint256",
|
|
5153
|
+
"name": "_totalLength",
|
|
5154
|
+
"type": "uint256"
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
"stateMutability": "view",
|
|
5158
|
+
"type": "function"
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"inputs": [
|
|
5162
|
+
{
|
|
5163
|
+
"internalType": "uint256",
|
|
5164
|
+
"name": "_start",
|
|
5165
|
+
"type": "uint256"
|
|
5166
|
+
},
|
|
5167
|
+
{
|
|
5168
|
+
"internalType": "uint256",
|
|
5169
|
+
"name": "_end",
|
|
5170
|
+
"type": "uint256"
|
|
5171
|
+
}
|
|
5172
|
+
],
|
|
5173
|
+
"name": "getAvailableAgentsList",
|
|
5174
|
+
"outputs": [
|
|
5175
|
+
{
|
|
5176
|
+
"internalType": "address[]",
|
|
5177
|
+
"name": "_agents",
|
|
5178
|
+
"type": "address[]"
|
|
5179
|
+
},
|
|
5180
|
+
{
|
|
5181
|
+
"internalType": "uint256",
|
|
5182
|
+
"name": "_totalLength",
|
|
5183
|
+
"type": "uint256"
|
|
5184
|
+
}
|
|
5185
|
+
],
|
|
5186
|
+
"stateMutability": "view",
|
|
5187
|
+
"type": "function"
|
|
5188
|
+
},
|
|
5189
|
+
{
|
|
5190
|
+
"inputs": [
|
|
5191
|
+
{
|
|
5192
|
+
"internalType": "address",
|
|
5193
|
+
"name": "_agentVault",
|
|
5194
|
+
"type": "address"
|
|
5195
|
+
}
|
|
5196
|
+
],
|
|
5197
|
+
"name": "getCollateralPool",
|
|
5198
|
+
"outputs": [
|
|
5199
|
+
{
|
|
5200
|
+
"internalType": "address",
|
|
5201
|
+
"name": "",
|
|
5202
|
+
"type": "address"
|
|
5203
|
+
}
|
|
5204
|
+
],
|
|
5205
|
+
"stateMutability": "view",
|
|
5206
|
+
"type": "function"
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
"inputs": [
|
|
5210
|
+
{
|
|
5211
|
+
"internalType": "enum CollateralType.Class",
|
|
5212
|
+
"name": "_collateralClass",
|
|
5213
|
+
"type": "uint8"
|
|
5214
|
+
},
|
|
5215
|
+
{
|
|
5216
|
+
"internalType": "contract IERC20",
|
|
5217
|
+
"name": "_token",
|
|
5218
|
+
"type": "address"
|
|
5219
|
+
}
|
|
5220
|
+
],
|
|
5221
|
+
"name": "getCollateralType",
|
|
5222
|
+
"outputs": [
|
|
5223
|
+
{
|
|
5224
|
+
"components": [
|
|
5225
|
+
{
|
|
5226
|
+
"internalType": "enum CollateralType.Class",
|
|
5227
|
+
"name": "collateralClass",
|
|
5228
|
+
"type": "uint8"
|
|
5229
|
+
},
|
|
5230
|
+
{
|
|
5231
|
+
"internalType": "contract IERC20",
|
|
5232
|
+
"name": "token",
|
|
5233
|
+
"type": "address"
|
|
5234
|
+
},
|
|
4081
5235
|
{
|
|
4082
5236
|
"internalType": "uint256",
|
|
4083
|
-
"name": "
|
|
5237
|
+
"name": "decimals",
|
|
4084
5238
|
"type": "uint256"
|
|
4085
5239
|
},
|
|
4086
5240
|
{
|
|
4087
5241
|
"internalType": "uint256",
|
|
4088
|
-
"name": "
|
|
5242
|
+
"name": "validUntil",
|
|
4089
5243
|
"type": "uint256"
|
|
4090
5244
|
},
|
|
5245
|
+
{
|
|
5246
|
+
"internalType": "bool",
|
|
5247
|
+
"name": "directPricePair",
|
|
5248
|
+
"type": "bool"
|
|
5249
|
+
},
|
|
5250
|
+
{
|
|
5251
|
+
"internalType": "string",
|
|
5252
|
+
"name": "assetFtsoSymbol",
|
|
5253
|
+
"type": "string"
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
"internalType": "string",
|
|
5257
|
+
"name": "tokenFtsoSymbol",
|
|
5258
|
+
"type": "string"
|
|
5259
|
+
},
|
|
4091
5260
|
{
|
|
4092
5261
|
"internalType": "uint256",
|
|
4093
|
-
"name": "
|
|
5262
|
+
"name": "minCollateralRatioBIPS",
|
|
4094
5263
|
"type": "uint256"
|
|
4095
5264
|
},
|
|
4096
5265
|
{
|
|
4097
5266
|
"internalType": "uint256",
|
|
4098
|
-
"name": "
|
|
5267
|
+
"name": "safetyMinCollateralRatioBIPS",
|
|
4099
5268
|
"type": "uint256"
|
|
4100
|
-
}
|
|
5269
|
+
}
|
|
5270
|
+
],
|
|
5271
|
+
"internalType": "struct CollateralType.Data",
|
|
5272
|
+
"name": "",
|
|
5273
|
+
"type": "tuple"
|
|
5274
|
+
}
|
|
5275
|
+
],
|
|
5276
|
+
"stateMutability": "view",
|
|
5277
|
+
"type": "function"
|
|
5278
|
+
},
|
|
5279
|
+
{
|
|
5280
|
+
"inputs": [],
|
|
5281
|
+
"name": "getCollateralTypes",
|
|
5282
|
+
"outputs": [
|
|
5283
|
+
{
|
|
5284
|
+
"components": [
|
|
4101
5285
|
{
|
|
4102
|
-
"internalType": "
|
|
4103
|
-
"name": "
|
|
4104
|
-
"type": "
|
|
5286
|
+
"internalType": "enum CollateralType.Class",
|
|
5287
|
+
"name": "collateralClass",
|
|
5288
|
+
"type": "uint8"
|
|
4105
5289
|
},
|
|
4106
5290
|
{
|
|
4107
|
-
"internalType": "
|
|
4108
|
-
"name": "
|
|
4109
|
-
"type": "
|
|
5291
|
+
"internalType": "contract IERC20",
|
|
5292
|
+
"name": "token",
|
|
5293
|
+
"type": "address"
|
|
4110
5294
|
},
|
|
4111
5295
|
{
|
|
4112
5296
|
"internalType": "uint256",
|
|
4113
|
-
"name": "
|
|
5297
|
+
"name": "decimals",
|
|
4114
5298
|
"type": "uint256"
|
|
4115
5299
|
},
|
|
4116
|
-
{
|
|
4117
|
-
"internalType": "int256",
|
|
4118
|
-
"name": "underlyingBalanceUBA",
|
|
4119
|
-
"type": "int256"
|
|
4120
|
-
},
|
|
4121
5300
|
{
|
|
4122
5301
|
"internalType": "uint256",
|
|
4123
|
-
"name": "
|
|
5302
|
+
"name": "validUntil",
|
|
4124
5303
|
"type": "uint256"
|
|
4125
5304
|
},
|
|
4126
5305
|
{
|
|
4127
|
-
"internalType": "
|
|
4128
|
-
"name": "
|
|
4129
|
-
"type": "
|
|
5306
|
+
"internalType": "bool",
|
|
5307
|
+
"name": "directPricePair",
|
|
5308
|
+
"type": "bool"
|
|
4130
5309
|
},
|
|
4131
5310
|
{
|
|
4132
|
-
"internalType": "
|
|
4133
|
-
"name": "
|
|
4134
|
-
"type": "
|
|
5311
|
+
"internalType": "string",
|
|
5312
|
+
"name": "assetFtsoSymbol",
|
|
5313
|
+
"type": "string"
|
|
4135
5314
|
},
|
|
4136
5315
|
{
|
|
4137
|
-
"internalType": "
|
|
4138
|
-
"name": "
|
|
4139
|
-
"type": "
|
|
5316
|
+
"internalType": "string",
|
|
5317
|
+
"name": "tokenFtsoSymbol",
|
|
5318
|
+
"type": "string"
|
|
4140
5319
|
},
|
|
4141
5320
|
{
|
|
4142
5321
|
"internalType": "uint256",
|
|
4143
|
-
"name": "
|
|
5322
|
+
"name": "minCollateralRatioBIPS",
|
|
4144
5323
|
"type": "uint256"
|
|
4145
5324
|
},
|
|
4146
5325
|
{
|
|
4147
5326
|
"internalType": "uint256",
|
|
4148
|
-
"name": "
|
|
5327
|
+
"name": "safetyMinCollateralRatioBIPS",
|
|
4149
5328
|
"type": "uint256"
|
|
4150
5329
|
}
|
|
4151
5330
|
],
|
|
4152
|
-
"internalType": "struct
|
|
5331
|
+
"internalType": "struct CollateralType.Data[]",
|
|
4153
5332
|
"name": "",
|
|
4154
|
-
"type": "tuple"
|
|
5333
|
+
"type": "tuple[]"
|
|
4155
5334
|
}
|
|
4156
5335
|
],
|
|
4157
5336
|
"stateMutability": "view",
|
|
4158
5337
|
"type": "function"
|
|
4159
5338
|
},
|
|
4160
5339
|
{
|
|
4161
|
-
"inputs": [
|
|
4162
|
-
|
|
4163
|
-
"internalType": "address",
|
|
4164
|
-
"name": "_agentVault",
|
|
4165
|
-
"type": "address"
|
|
4166
|
-
}
|
|
4167
|
-
],
|
|
4168
|
-
"name": "getAgentLiquidationFactorsAndMaxAmount",
|
|
5340
|
+
"inputs": [],
|
|
5341
|
+
"name": "getCoreVaultDonationTag",
|
|
4169
5342
|
"outputs": [
|
|
4170
5343
|
{
|
|
4171
5344
|
"internalType": "uint256",
|
|
4172
|
-
"name": "
|
|
4173
|
-
"type": "uint256"
|
|
4174
|
-
},
|
|
4175
|
-
{
|
|
4176
|
-
"internalType": "uint256",
|
|
4177
|
-
"name": "liquidationPaymentFactorPoolBIPS",
|
|
4178
|
-
"type": "uint256"
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"internalType": "uint256",
|
|
4182
|
-
"name": "maxLiquidationAmountUBA",
|
|
5345
|
+
"name": "",
|
|
4183
5346
|
"type": "uint256"
|
|
4184
5347
|
}
|
|
4185
5348
|
],
|
|
@@ -4187,33 +5350,21 @@
|
|
|
4187
5350
|
"type": "function"
|
|
4188
5351
|
},
|
|
4189
5352
|
{
|
|
4190
|
-
"inputs": [
|
|
4191
|
-
|
|
4192
|
-
"internalType": "address",
|
|
4193
|
-
"name": "_agentVault",
|
|
4194
|
-
"type": "address"
|
|
4195
|
-
}
|
|
4196
|
-
],
|
|
4197
|
-
"name": "getAgentMinPoolCollateralRatioBIPS",
|
|
5353
|
+
"inputs": [],
|
|
5354
|
+
"name": "getCoreVaultManager",
|
|
4198
5355
|
"outputs": [
|
|
4199
5356
|
{
|
|
4200
|
-
"internalType": "
|
|
5357
|
+
"internalType": "address",
|
|
4201
5358
|
"name": "",
|
|
4202
|
-
"type": "
|
|
5359
|
+
"type": "address"
|
|
4203
5360
|
}
|
|
4204
5361
|
],
|
|
4205
5362
|
"stateMutability": "view",
|
|
4206
5363
|
"type": "function"
|
|
4207
5364
|
},
|
|
4208
5365
|
{
|
|
4209
|
-
"inputs": [
|
|
4210
|
-
|
|
4211
|
-
"internalType": "address",
|
|
4212
|
-
"name": "_agentVault",
|
|
4213
|
-
"type": "address"
|
|
4214
|
-
}
|
|
4215
|
-
],
|
|
4216
|
-
"name": "getAgentMinVaultCollateralRatioBIPS",
|
|
5366
|
+
"inputs": [],
|
|
5367
|
+
"name": "getCoreVaultMinimumAmountLeftBIPS",
|
|
4217
5368
|
"outputs": [
|
|
4218
5369
|
{
|
|
4219
5370
|
"internalType": "uint256",
|
|
@@ -4225,19 +5376,8 @@
|
|
|
4225
5376
|
"type": "function"
|
|
4226
5377
|
},
|
|
4227
5378
|
{
|
|
4228
|
-
"inputs": [
|
|
4229
|
-
|
|
4230
|
-
"internalType": "address",
|
|
4231
|
-
"name": "_agentVault",
|
|
4232
|
-
"type": "address"
|
|
4233
|
-
},
|
|
4234
|
-
{
|
|
4235
|
-
"internalType": "string",
|
|
4236
|
-
"name": "_name",
|
|
4237
|
-
"type": "string"
|
|
4238
|
-
}
|
|
4239
|
-
],
|
|
4240
|
-
"name": "getAgentSetting",
|
|
5379
|
+
"inputs": [],
|
|
5380
|
+
"name": "getCoreVaultMinimumRedeemLots",
|
|
4241
5381
|
"outputs": [
|
|
4242
5382
|
{
|
|
4243
5383
|
"internalType": "uint256",
|
|
@@ -4249,17 +5389,11 @@
|
|
|
4249
5389
|
"type": "function"
|
|
4250
5390
|
},
|
|
4251
5391
|
{
|
|
4252
|
-
"inputs": [
|
|
4253
|
-
|
|
4254
|
-
"internalType": "address",
|
|
4255
|
-
"name": "_agentVault",
|
|
4256
|
-
"type": "address"
|
|
4257
|
-
}
|
|
4258
|
-
],
|
|
4259
|
-
"name": "getAgentVaultCollateralToken",
|
|
5392
|
+
"inputs": [],
|
|
5393
|
+
"name": "getCoreVaultNativeAddress",
|
|
4260
5394
|
"outputs": [
|
|
4261
5395
|
{
|
|
4262
|
-
"internalType": "
|
|
5396
|
+
"internalType": "address",
|
|
4263
5397
|
"name": "",
|
|
4264
5398
|
"type": "address"
|
|
4265
5399
|
}
|
|
@@ -4268,47 +5402,25 @@
|
|
|
4268
5402
|
"type": "function"
|
|
4269
5403
|
},
|
|
4270
5404
|
{
|
|
4271
|
-
"inputs": [
|
|
4272
|
-
|
|
4273
|
-
"internalType": "address",
|
|
4274
|
-
"name": "_agentVault",
|
|
4275
|
-
"type": "address"
|
|
4276
|
-
}
|
|
4277
|
-
],
|
|
4278
|
-
"name": "getAgentVaultOwner",
|
|
5405
|
+
"inputs": [],
|
|
5406
|
+
"name": "getCoreVaultRedemptionFeeBIPS",
|
|
4279
5407
|
"outputs": [
|
|
4280
5408
|
{
|
|
4281
|
-
"internalType": "
|
|
4282
|
-
"name": "
|
|
4283
|
-
"type": "
|
|
5409
|
+
"internalType": "uint256",
|
|
5410
|
+
"name": "",
|
|
5411
|
+
"type": "uint256"
|
|
4284
5412
|
}
|
|
4285
5413
|
],
|
|
4286
5414
|
"stateMutability": "view",
|
|
4287
5415
|
"type": "function"
|
|
4288
5416
|
},
|
|
4289
5417
|
{
|
|
4290
|
-
"inputs": [
|
|
4291
|
-
|
|
4292
|
-
"internalType": "uint256",
|
|
4293
|
-
"name": "_start",
|
|
4294
|
-
"type": "uint256"
|
|
4295
|
-
},
|
|
4296
|
-
{
|
|
4297
|
-
"internalType": "uint256",
|
|
4298
|
-
"name": "_end",
|
|
4299
|
-
"type": "uint256"
|
|
4300
|
-
}
|
|
4301
|
-
],
|
|
4302
|
-
"name": "getAllAgents",
|
|
5418
|
+
"inputs": [],
|
|
5419
|
+
"name": "getCoreVaultTransferDefaultPenaltyBIPS",
|
|
4303
5420
|
"outputs": [
|
|
4304
|
-
{
|
|
4305
|
-
"internalType": "address[]",
|
|
4306
|
-
"name": "_agents",
|
|
4307
|
-
"type": "address[]"
|
|
4308
|
-
},
|
|
4309
5421
|
{
|
|
4310
5422
|
"internalType": "uint256",
|
|
4311
|
-
"name": "
|
|
5423
|
+
"name": "",
|
|
4312
5424
|
"type": "uint256"
|
|
4313
5425
|
}
|
|
4314
5426
|
],
|
|
@@ -4316,65 +5428,12 @@
|
|
|
4316
5428
|
"type": "function"
|
|
4317
5429
|
},
|
|
4318
5430
|
{
|
|
4319
|
-
"inputs": [
|
|
4320
|
-
|
|
4321
|
-
"internalType": "uint256",
|
|
4322
|
-
"name": "_start",
|
|
4323
|
-
"type": "uint256"
|
|
4324
|
-
},
|
|
4325
|
-
{
|
|
4326
|
-
"internalType": "uint256",
|
|
4327
|
-
"name": "_end",
|
|
4328
|
-
"type": "uint256"
|
|
4329
|
-
}
|
|
4330
|
-
],
|
|
4331
|
-
"name": "getAvailableAgentsDetailedList",
|
|
5431
|
+
"inputs": [],
|
|
5432
|
+
"name": "getCoreVaultTransferTimeExtensionSeconds",
|
|
4332
5433
|
"outputs": [
|
|
4333
|
-
{
|
|
4334
|
-
"components": [
|
|
4335
|
-
{
|
|
4336
|
-
"internalType": "address",
|
|
4337
|
-
"name": "agentVault",
|
|
4338
|
-
"type": "address"
|
|
4339
|
-
},
|
|
4340
|
-
{
|
|
4341
|
-
"internalType": "address",
|
|
4342
|
-
"name": "ownerManagementAddress",
|
|
4343
|
-
"type": "address"
|
|
4344
|
-
},
|
|
4345
|
-
{
|
|
4346
|
-
"internalType": "uint256",
|
|
4347
|
-
"name": "feeBIPS",
|
|
4348
|
-
"type": "uint256"
|
|
4349
|
-
},
|
|
4350
|
-
{
|
|
4351
|
-
"internalType": "uint256",
|
|
4352
|
-
"name": "mintingVaultCollateralRatioBIPS",
|
|
4353
|
-
"type": "uint256"
|
|
4354
|
-
},
|
|
4355
|
-
{
|
|
4356
|
-
"internalType": "uint256",
|
|
4357
|
-
"name": "mintingPoolCollateralRatioBIPS",
|
|
4358
|
-
"type": "uint256"
|
|
4359
|
-
},
|
|
4360
|
-
{
|
|
4361
|
-
"internalType": "uint256",
|
|
4362
|
-
"name": "freeCollateralLots",
|
|
4363
|
-
"type": "uint256"
|
|
4364
|
-
},
|
|
4365
|
-
{
|
|
4366
|
-
"internalType": "enum AgentInfo.Status",
|
|
4367
|
-
"name": "status",
|
|
4368
|
-
"type": "uint8"
|
|
4369
|
-
}
|
|
4370
|
-
],
|
|
4371
|
-
"internalType": "struct AvailableAgentInfo.Data[]",
|
|
4372
|
-
"name": "_agents",
|
|
4373
|
-
"type": "tuple[]"
|
|
4374
|
-
},
|
|
4375
5434
|
{
|
|
4376
5435
|
"internalType": "uint256",
|
|
4377
|
-
"name": "
|
|
5436
|
+
"name": "",
|
|
4378
5437
|
"type": "uint256"
|
|
4379
5438
|
}
|
|
4380
5439
|
],
|
|
@@ -4382,119 +5441,70 @@
|
|
|
4382
5441
|
"type": "function"
|
|
4383
5442
|
},
|
|
4384
5443
|
{
|
|
4385
|
-
"inputs": [
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
"name": "_start",
|
|
4389
|
-
"type": "uint256"
|
|
4390
|
-
},
|
|
5444
|
+
"inputs": [],
|
|
5445
|
+
"name": "getDirectMintingDailyLimitUBA",
|
|
5446
|
+
"outputs": [
|
|
4391
5447
|
{
|
|
4392
5448
|
"internalType": "uint256",
|
|
4393
|
-
"name": "
|
|
5449
|
+
"name": "",
|
|
4394
5450
|
"type": "uint256"
|
|
4395
5451
|
}
|
|
4396
5452
|
],
|
|
4397
|
-
"
|
|
5453
|
+
"stateMutability": "view",
|
|
5454
|
+
"type": "function"
|
|
5455
|
+
},
|
|
5456
|
+
{
|
|
5457
|
+
"inputs": [],
|
|
5458
|
+
"name": "getDirectMintingDailyLimiterState",
|
|
4398
5459
|
"outputs": [
|
|
4399
5460
|
{
|
|
4400
|
-
"internalType": "
|
|
4401
|
-
"name": "
|
|
4402
|
-
"type": "
|
|
5461
|
+
"internalType": "uint64",
|
|
5462
|
+
"name": "_windowStartTimestamp",
|
|
5463
|
+
"type": "uint64"
|
|
4403
5464
|
},
|
|
4404
5465
|
{
|
|
4405
|
-
"internalType": "
|
|
4406
|
-
"name": "
|
|
4407
|
-
"type": "
|
|
5466
|
+
"internalType": "uint64",
|
|
5467
|
+
"name": "_mintedInCurrentWindow",
|
|
5468
|
+
"type": "uint64"
|
|
4408
5469
|
}
|
|
4409
5470
|
],
|
|
4410
5471
|
"stateMutability": "view",
|
|
4411
5472
|
"type": "function"
|
|
4412
5473
|
},
|
|
4413
5474
|
{
|
|
4414
|
-
"inputs": [
|
|
4415
|
-
|
|
4416
|
-
"internalType": "address",
|
|
4417
|
-
"name": "_agentVault",
|
|
4418
|
-
"type": "address"
|
|
4419
|
-
}
|
|
4420
|
-
],
|
|
4421
|
-
"name": "getCollateralPool",
|
|
5475
|
+
"inputs": [],
|
|
5476
|
+
"name": "getDirectMintingExecutorFeeUBA",
|
|
4422
5477
|
"outputs": [
|
|
4423
5478
|
{
|
|
4424
|
-
"internalType": "
|
|
5479
|
+
"internalType": "uint256",
|
|
4425
5480
|
"name": "",
|
|
4426
|
-
"type": "
|
|
5481
|
+
"type": "uint256"
|
|
4427
5482
|
}
|
|
4428
5483
|
],
|
|
4429
5484
|
"stateMutability": "view",
|
|
4430
5485
|
"type": "function"
|
|
4431
5486
|
},
|
|
4432
5487
|
{
|
|
4433
|
-
"inputs": [
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
"name": "_collateralClass",
|
|
4437
|
-
"type": "uint8"
|
|
4438
|
-
},
|
|
5488
|
+
"inputs": [],
|
|
5489
|
+
"name": "getDirectMintingFeeBIPS",
|
|
5490
|
+
"outputs": [
|
|
4439
5491
|
{
|
|
4440
|
-
"internalType": "
|
|
4441
|
-
"name": "
|
|
4442
|
-
"type": "
|
|
5492
|
+
"internalType": "uint256",
|
|
5493
|
+
"name": "",
|
|
5494
|
+
"type": "uint256"
|
|
4443
5495
|
}
|
|
4444
5496
|
],
|
|
4445
|
-
"
|
|
5497
|
+
"stateMutability": "view",
|
|
5498
|
+
"type": "function"
|
|
5499
|
+
},
|
|
5500
|
+
{
|
|
5501
|
+
"inputs": [],
|
|
5502
|
+
"name": "getDirectMintingFeeReceiver",
|
|
4446
5503
|
"outputs": [
|
|
4447
5504
|
{
|
|
4448
|
-
"
|
|
4449
|
-
{
|
|
4450
|
-
"internalType": "enum CollateralType.Class",
|
|
4451
|
-
"name": "collateralClass",
|
|
4452
|
-
"type": "uint8"
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
"internalType": "contract IERC20",
|
|
4456
|
-
"name": "token",
|
|
4457
|
-
"type": "address"
|
|
4458
|
-
},
|
|
4459
|
-
{
|
|
4460
|
-
"internalType": "uint256",
|
|
4461
|
-
"name": "decimals",
|
|
4462
|
-
"type": "uint256"
|
|
4463
|
-
},
|
|
4464
|
-
{
|
|
4465
|
-
"internalType": "uint256",
|
|
4466
|
-
"name": "validUntil",
|
|
4467
|
-
"type": "uint256"
|
|
4468
|
-
},
|
|
4469
|
-
{
|
|
4470
|
-
"internalType": "bool",
|
|
4471
|
-
"name": "directPricePair",
|
|
4472
|
-
"type": "bool"
|
|
4473
|
-
},
|
|
4474
|
-
{
|
|
4475
|
-
"internalType": "string",
|
|
4476
|
-
"name": "assetFtsoSymbol",
|
|
4477
|
-
"type": "string"
|
|
4478
|
-
},
|
|
4479
|
-
{
|
|
4480
|
-
"internalType": "string",
|
|
4481
|
-
"name": "tokenFtsoSymbol",
|
|
4482
|
-
"type": "string"
|
|
4483
|
-
},
|
|
4484
|
-
{
|
|
4485
|
-
"internalType": "uint256",
|
|
4486
|
-
"name": "minCollateralRatioBIPS",
|
|
4487
|
-
"type": "uint256"
|
|
4488
|
-
},
|
|
4489
|
-
{
|
|
4490
|
-
"internalType": "uint256",
|
|
4491
|
-
"name": "safetyMinCollateralRatioBIPS",
|
|
4492
|
-
"type": "uint256"
|
|
4493
|
-
}
|
|
4494
|
-
],
|
|
4495
|
-
"internalType": "struct CollateralType.Data",
|
|
5505
|
+
"internalType": "address",
|
|
4496
5506
|
"name": "",
|
|
4497
|
-
"type": "
|
|
5507
|
+
"type": "address"
|
|
4498
5508
|
}
|
|
4499
5509
|
],
|
|
4500
5510
|
"stateMutability": "view",
|
|
@@ -4502,59 +5512,12 @@
|
|
|
4502
5512
|
},
|
|
4503
5513
|
{
|
|
4504
5514
|
"inputs": [],
|
|
4505
|
-
"name": "
|
|
5515
|
+
"name": "getDirectMintingHourlyLimitUBA",
|
|
4506
5516
|
"outputs": [
|
|
4507
5517
|
{
|
|
4508
|
-
"
|
|
4509
|
-
{
|
|
4510
|
-
"internalType": "enum CollateralType.Class",
|
|
4511
|
-
"name": "collateralClass",
|
|
4512
|
-
"type": "uint8"
|
|
4513
|
-
},
|
|
4514
|
-
{
|
|
4515
|
-
"internalType": "contract IERC20",
|
|
4516
|
-
"name": "token",
|
|
4517
|
-
"type": "address"
|
|
4518
|
-
},
|
|
4519
|
-
{
|
|
4520
|
-
"internalType": "uint256",
|
|
4521
|
-
"name": "decimals",
|
|
4522
|
-
"type": "uint256"
|
|
4523
|
-
},
|
|
4524
|
-
{
|
|
4525
|
-
"internalType": "uint256",
|
|
4526
|
-
"name": "validUntil",
|
|
4527
|
-
"type": "uint256"
|
|
4528
|
-
},
|
|
4529
|
-
{
|
|
4530
|
-
"internalType": "bool",
|
|
4531
|
-
"name": "directPricePair",
|
|
4532
|
-
"type": "bool"
|
|
4533
|
-
},
|
|
4534
|
-
{
|
|
4535
|
-
"internalType": "string",
|
|
4536
|
-
"name": "assetFtsoSymbol",
|
|
4537
|
-
"type": "string"
|
|
4538
|
-
},
|
|
4539
|
-
{
|
|
4540
|
-
"internalType": "string",
|
|
4541
|
-
"name": "tokenFtsoSymbol",
|
|
4542
|
-
"type": "string"
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"internalType": "uint256",
|
|
4546
|
-
"name": "minCollateralRatioBIPS",
|
|
4547
|
-
"type": "uint256"
|
|
4548
|
-
},
|
|
4549
|
-
{
|
|
4550
|
-
"internalType": "uint256",
|
|
4551
|
-
"name": "safetyMinCollateralRatioBIPS",
|
|
4552
|
-
"type": "uint256"
|
|
4553
|
-
}
|
|
4554
|
-
],
|
|
4555
|
-
"internalType": "struct CollateralType.Data[]",
|
|
5518
|
+
"internalType": "uint256",
|
|
4556
5519
|
"name": "",
|
|
4557
|
-
"type": "
|
|
5520
|
+
"type": "uint256"
|
|
4558
5521
|
}
|
|
4559
5522
|
],
|
|
4560
5523
|
"stateMutability": "view",
|
|
@@ -4562,12 +5525,17 @@
|
|
|
4562
5525
|
},
|
|
4563
5526
|
{
|
|
4564
5527
|
"inputs": [],
|
|
4565
|
-
"name": "
|
|
5528
|
+
"name": "getDirectMintingHourlyLimiterState",
|
|
4566
5529
|
"outputs": [
|
|
4567
5530
|
{
|
|
4568
|
-
"internalType": "
|
|
4569
|
-
"name": "",
|
|
4570
|
-
"type": "
|
|
5531
|
+
"internalType": "uint64",
|
|
5532
|
+
"name": "_windowStartTimestamp",
|
|
5533
|
+
"type": "uint64"
|
|
5534
|
+
},
|
|
5535
|
+
{
|
|
5536
|
+
"internalType": "uint64",
|
|
5537
|
+
"name": "_mintedInCurrentWindow",
|
|
5538
|
+
"type": "uint64"
|
|
4571
5539
|
}
|
|
4572
5540
|
],
|
|
4573
5541
|
"stateMutability": "view",
|
|
@@ -4575,7 +5543,7 @@
|
|
|
4575
5543
|
},
|
|
4576
5544
|
{
|
|
4577
5545
|
"inputs": [],
|
|
4578
|
-
"name": "
|
|
5546
|
+
"name": "getDirectMintingLargeMintingDelaySeconds",
|
|
4579
5547
|
"outputs": [
|
|
4580
5548
|
{
|
|
4581
5549
|
"internalType": "uint256",
|
|
@@ -4588,7 +5556,7 @@
|
|
|
4588
5556
|
},
|
|
4589
5557
|
{
|
|
4590
5558
|
"inputs": [],
|
|
4591
|
-
"name": "
|
|
5559
|
+
"name": "getDirectMintingLargeMintingThresholdUBA",
|
|
4592
5560
|
"outputs": [
|
|
4593
5561
|
{
|
|
4594
5562
|
"internalType": "uint256",
|
|
@@ -4601,12 +5569,12 @@
|
|
|
4601
5569
|
},
|
|
4602
5570
|
{
|
|
4603
5571
|
"inputs": [],
|
|
4604
|
-
"name": "
|
|
5572
|
+
"name": "getDirectMintingMinimumFeeUBA",
|
|
4605
5573
|
"outputs": [
|
|
4606
5574
|
{
|
|
4607
|
-
"internalType": "
|
|
5575
|
+
"internalType": "uint256",
|
|
4608
5576
|
"name": "",
|
|
4609
|
-
"type": "
|
|
5577
|
+
"type": "uint256"
|
|
4610
5578
|
}
|
|
4611
5579
|
],
|
|
4612
5580
|
"stateMutability": "view",
|
|
@@ -4614,7 +5582,7 @@
|
|
|
4614
5582
|
},
|
|
4615
5583
|
{
|
|
4616
5584
|
"inputs": [],
|
|
4617
|
-
"name": "
|
|
5585
|
+
"name": "getDirectMintingOthersCanExecuteAfterSeconds",
|
|
4618
5586
|
"outputs": [
|
|
4619
5587
|
{
|
|
4620
5588
|
"internalType": "uint256",
|
|
@@ -4627,7 +5595,7 @@
|
|
|
4627
5595
|
},
|
|
4628
5596
|
{
|
|
4629
5597
|
"inputs": [],
|
|
4630
|
-
"name": "
|
|
5598
|
+
"name": "getDirectMintingsUnblockUntilTimestamp",
|
|
4631
5599
|
"outputs": [
|
|
4632
5600
|
{
|
|
4633
5601
|
"internalType": "uint256",
|
|
@@ -4640,12 +5608,12 @@
|
|
|
4640
5608
|
},
|
|
4641
5609
|
{
|
|
4642
5610
|
"inputs": [],
|
|
4643
|
-
"name": "
|
|
5611
|
+
"name": "getMintingTagManager",
|
|
4644
5612
|
"outputs": [
|
|
4645
5613
|
{
|
|
4646
|
-
"internalType": "
|
|
5614
|
+
"internalType": "address",
|
|
4647
5615
|
"name": "",
|
|
4648
|
-
"type": "
|
|
5616
|
+
"type": "address"
|
|
4649
5617
|
}
|
|
4650
5618
|
],
|
|
4651
5619
|
"stateMutability": "view",
|
|
@@ -4966,6 +5934,19 @@
|
|
|
4966
5934
|
"stateMutability": "view",
|
|
4967
5935
|
"type": "function"
|
|
4968
5936
|
},
|
|
5937
|
+
{
|
|
5938
|
+
"inputs": [],
|
|
5939
|
+
"name": "getSmartAccountManager",
|
|
5940
|
+
"outputs": [
|
|
5941
|
+
{
|
|
5942
|
+
"internalType": "address",
|
|
5943
|
+
"name": "",
|
|
5944
|
+
"type": "address"
|
|
5945
|
+
}
|
|
5946
|
+
],
|
|
5947
|
+
"stateMutability": "view",
|
|
5948
|
+
"type": "function"
|
|
5949
|
+
},
|
|
4969
5950
|
{
|
|
4970
5951
|
"inputs": [
|
|
4971
5952
|
{
|
|
@@ -5146,6 +6127,19 @@
|
|
|
5146
6127
|
"stateMutability": "nonpayable",
|
|
5147
6128
|
"type": "function"
|
|
5148
6129
|
},
|
|
6130
|
+
{
|
|
6131
|
+
"inputs": [
|
|
6132
|
+
{
|
|
6133
|
+
"internalType": "bytes32",
|
|
6134
|
+
"name": "_transactionId",
|
|
6135
|
+
"type": "bytes32"
|
|
6136
|
+
}
|
|
6137
|
+
],
|
|
6138
|
+
"name": "markUnblockedDirectMintingAllowed",
|
|
6139
|
+
"outputs": [],
|
|
6140
|
+
"stateMutability": "nonpayable",
|
|
6141
|
+
"type": "function"
|
|
6142
|
+
},
|
|
5149
6143
|
{
|
|
5150
6144
|
"inputs": [
|
|
5151
6145
|
{
|
|
@@ -5170,6 +6164,19 @@
|
|
|
5170
6164
|
"stateMutability": "view",
|
|
5171
6165
|
"type": "function"
|
|
5172
6166
|
},
|
|
6167
|
+
{
|
|
6168
|
+
"inputs": [],
|
|
6169
|
+
"name": "minimumRedeemAmountUBA",
|
|
6170
|
+
"outputs": [
|
|
6171
|
+
{
|
|
6172
|
+
"internalType": "uint256",
|
|
6173
|
+
"name": "",
|
|
6174
|
+
"type": "uint256"
|
|
6175
|
+
}
|
|
6176
|
+
],
|
|
6177
|
+
"stateMutability": "view",
|
|
6178
|
+
"type": "function"
|
|
6179
|
+
},
|
|
5173
6180
|
{
|
|
5174
6181
|
"inputs": [
|
|
5175
6182
|
{
|
|
@@ -5364,6 +6371,35 @@
|
|
|
5364
6371
|
"stateMutability": "payable",
|
|
5365
6372
|
"type": "function"
|
|
5366
6373
|
},
|
|
6374
|
+
{
|
|
6375
|
+
"inputs": [
|
|
6376
|
+
{
|
|
6377
|
+
"internalType": "uint256",
|
|
6378
|
+
"name": "_amountUBA",
|
|
6379
|
+
"type": "uint256"
|
|
6380
|
+
},
|
|
6381
|
+
{
|
|
6382
|
+
"internalType": "string",
|
|
6383
|
+
"name": "_redeemerUnderlyingAddressString",
|
|
6384
|
+
"type": "string"
|
|
6385
|
+
},
|
|
6386
|
+
{
|
|
6387
|
+
"internalType": "address payable",
|
|
6388
|
+
"name": "_executor",
|
|
6389
|
+
"type": "address"
|
|
6390
|
+
}
|
|
6391
|
+
],
|
|
6392
|
+
"name": "redeemAmount",
|
|
6393
|
+
"outputs": [
|
|
6394
|
+
{
|
|
6395
|
+
"internalType": "uint256",
|
|
6396
|
+
"name": "_redeemedAmountUBA",
|
|
6397
|
+
"type": "uint256"
|
|
6398
|
+
}
|
|
6399
|
+
],
|
|
6400
|
+
"stateMutability": "payable",
|
|
6401
|
+
"type": "function"
|
|
6402
|
+
},
|
|
5367
6403
|
{
|
|
5368
6404
|
"inputs": [
|
|
5369
6405
|
{
|
|
@@ -5377,9 +6413,56 @@
|
|
|
5377
6413
|
"type": "string"
|
|
5378
6414
|
}
|
|
5379
6415
|
],
|
|
5380
|
-
"name": "redeemFromCoreVault",
|
|
5381
|
-
"outputs": [],
|
|
5382
|
-
"stateMutability": "nonpayable",
|
|
6416
|
+
"name": "redeemFromCoreVault",
|
|
6417
|
+
"outputs": [],
|
|
6418
|
+
"stateMutability": "nonpayable",
|
|
6419
|
+
"type": "function"
|
|
6420
|
+
},
|
|
6421
|
+
{
|
|
6422
|
+
"inputs": [
|
|
6423
|
+
{
|
|
6424
|
+
"internalType": "uint256",
|
|
6425
|
+
"name": "_amountUBA",
|
|
6426
|
+
"type": "uint256"
|
|
6427
|
+
},
|
|
6428
|
+
{
|
|
6429
|
+
"internalType": "string",
|
|
6430
|
+
"name": "_redeemerUnderlyingAddressString",
|
|
6431
|
+
"type": "string"
|
|
6432
|
+
},
|
|
6433
|
+
{
|
|
6434
|
+
"internalType": "address payable",
|
|
6435
|
+
"name": "_executor",
|
|
6436
|
+
"type": "address"
|
|
6437
|
+
},
|
|
6438
|
+
{
|
|
6439
|
+
"internalType": "uint64",
|
|
6440
|
+
"name": "_destinationTag",
|
|
6441
|
+
"type": "uint64"
|
|
6442
|
+
}
|
|
6443
|
+
],
|
|
6444
|
+
"name": "redeemWithTag",
|
|
6445
|
+
"outputs": [
|
|
6446
|
+
{
|
|
6447
|
+
"internalType": "uint256",
|
|
6448
|
+
"name": "_redeemedAmountUBA",
|
|
6449
|
+
"type": "uint256"
|
|
6450
|
+
}
|
|
6451
|
+
],
|
|
6452
|
+
"stateMutability": "payable",
|
|
6453
|
+
"type": "function"
|
|
6454
|
+
},
|
|
6455
|
+
{
|
|
6456
|
+
"inputs": [],
|
|
6457
|
+
"name": "redeemWithTagSupported",
|
|
6458
|
+
"outputs": [
|
|
6459
|
+
{
|
|
6460
|
+
"internalType": "bool",
|
|
6461
|
+
"name": "",
|
|
6462
|
+
"type": "bool"
|
|
6463
|
+
}
|
|
6464
|
+
],
|
|
6465
|
+
"stateMutability": "view",
|
|
5383
6466
|
"type": "function"
|
|
5384
6467
|
},
|
|
5385
6468
|
{
|
|
@@ -6090,6 +7173,133 @@
|
|
|
6090
7173
|
"stateMutability": "nonpayable",
|
|
6091
7174
|
"type": "function"
|
|
6092
7175
|
},
|
|
7176
|
+
{
|
|
7177
|
+
"inputs": [
|
|
7178
|
+
{
|
|
7179
|
+
"internalType": "uint256",
|
|
7180
|
+
"name": "_dailyLimitUBA",
|
|
7181
|
+
"type": "uint256"
|
|
7182
|
+
}
|
|
7183
|
+
],
|
|
7184
|
+
"name": "setDirectMintingDailyLimitUBA",
|
|
7185
|
+
"outputs": [],
|
|
7186
|
+
"stateMutability": "nonpayable",
|
|
7187
|
+
"type": "function"
|
|
7188
|
+
},
|
|
7189
|
+
{
|
|
7190
|
+
"inputs": [
|
|
7191
|
+
{
|
|
7192
|
+
"internalType": "uint256",
|
|
7193
|
+
"name": "_executorFeeUBA",
|
|
7194
|
+
"type": "uint256"
|
|
7195
|
+
}
|
|
7196
|
+
],
|
|
7197
|
+
"name": "setDirectMintingExecutorFee",
|
|
7198
|
+
"outputs": [],
|
|
7199
|
+
"stateMutability": "nonpayable",
|
|
7200
|
+
"type": "function"
|
|
7201
|
+
},
|
|
7202
|
+
{
|
|
7203
|
+
"inputs": [
|
|
7204
|
+
{
|
|
7205
|
+
"internalType": "uint256",
|
|
7206
|
+
"name": "_mintingFeeBIPS",
|
|
7207
|
+
"type": "uint256"
|
|
7208
|
+
},
|
|
7209
|
+
{
|
|
7210
|
+
"internalType": "uint256",
|
|
7211
|
+
"name": "_minimumMintingFeeUBA",
|
|
7212
|
+
"type": "uint256"
|
|
7213
|
+
}
|
|
7214
|
+
],
|
|
7215
|
+
"name": "setDirectMintingFee",
|
|
7216
|
+
"outputs": [],
|
|
7217
|
+
"stateMutability": "nonpayable",
|
|
7218
|
+
"type": "function"
|
|
7219
|
+
},
|
|
7220
|
+
{
|
|
7221
|
+
"inputs": [
|
|
7222
|
+
{
|
|
7223
|
+
"internalType": "address",
|
|
7224
|
+
"name": "_mintingFeeReceiver",
|
|
7225
|
+
"type": "address"
|
|
7226
|
+
}
|
|
7227
|
+
],
|
|
7228
|
+
"name": "setDirectMintingFeeReceiver",
|
|
7229
|
+
"outputs": [],
|
|
7230
|
+
"stateMutability": "nonpayable",
|
|
7231
|
+
"type": "function"
|
|
7232
|
+
},
|
|
7233
|
+
{
|
|
7234
|
+
"inputs": [
|
|
7235
|
+
{
|
|
7236
|
+
"internalType": "uint256",
|
|
7237
|
+
"name": "_hourlyLimitUBA",
|
|
7238
|
+
"type": "uint256"
|
|
7239
|
+
}
|
|
7240
|
+
],
|
|
7241
|
+
"name": "setDirectMintingHourlyLimitUBA",
|
|
7242
|
+
"outputs": [],
|
|
7243
|
+
"stateMutability": "nonpayable",
|
|
7244
|
+
"type": "function"
|
|
7245
|
+
},
|
|
7246
|
+
{
|
|
7247
|
+
"inputs": [
|
|
7248
|
+
{
|
|
7249
|
+
"internalType": "uint256",
|
|
7250
|
+
"name": "_largeMintingThresholdUBA",
|
|
7251
|
+
"type": "uint256"
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"internalType": "uint256",
|
|
7255
|
+
"name": "_largeMintingDelaySeconds",
|
|
7256
|
+
"type": "uint256"
|
|
7257
|
+
}
|
|
7258
|
+
],
|
|
7259
|
+
"name": "setDirectMintingLargeMintingThrottling",
|
|
7260
|
+
"outputs": [],
|
|
7261
|
+
"stateMutability": "nonpayable",
|
|
7262
|
+
"type": "function"
|
|
7263
|
+
},
|
|
7264
|
+
{
|
|
7265
|
+
"inputs": [
|
|
7266
|
+
{
|
|
7267
|
+
"internalType": "uint256",
|
|
7268
|
+
"name": "_seconds",
|
|
7269
|
+
"type": "uint256"
|
|
7270
|
+
}
|
|
7271
|
+
],
|
|
7272
|
+
"name": "setDirectMintingOthersCanExecuteAfterSeconds",
|
|
7273
|
+
"outputs": [],
|
|
7274
|
+
"stateMutability": "nonpayable",
|
|
7275
|
+
"type": "function"
|
|
7276
|
+
},
|
|
7277
|
+
{
|
|
7278
|
+
"inputs": [
|
|
7279
|
+
{
|
|
7280
|
+
"internalType": "uint256",
|
|
7281
|
+
"name": "_valueUBA",
|
|
7282
|
+
"type": "uint256"
|
|
7283
|
+
}
|
|
7284
|
+
],
|
|
7285
|
+
"name": "setMinimumRedeemAmountUBA",
|
|
7286
|
+
"outputs": [],
|
|
7287
|
+
"stateMutability": "nonpayable",
|
|
7288
|
+
"type": "function"
|
|
7289
|
+
},
|
|
7290
|
+
{
|
|
7291
|
+
"inputs": [
|
|
7292
|
+
{
|
|
7293
|
+
"internalType": "address",
|
|
7294
|
+
"name": "_mintingTagManager",
|
|
7295
|
+
"type": "address"
|
|
7296
|
+
}
|
|
7297
|
+
],
|
|
7298
|
+
"name": "setMintingTagManager",
|
|
7299
|
+
"outputs": [],
|
|
7300
|
+
"stateMutability": "nonpayable",
|
|
7301
|
+
"type": "function"
|
|
7302
|
+
},
|
|
6093
7303
|
{
|
|
6094
7304
|
"inputs": [
|
|
6095
7305
|
{
|
|
@@ -6103,6 +7313,19 @@
|
|
|
6103
7313
|
"stateMutability": "nonpayable",
|
|
6104
7314
|
"type": "function"
|
|
6105
7315
|
},
|
|
7316
|
+
{
|
|
7317
|
+
"inputs": [
|
|
7318
|
+
{
|
|
7319
|
+
"internalType": "address",
|
|
7320
|
+
"name": "_smartAccountManager",
|
|
7321
|
+
"type": "address"
|
|
7322
|
+
}
|
|
7323
|
+
],
|
|
7324
|
+
"name": "setSmartAccountManager",
|
|
7325
|
+
"outputs": [],
|
|
7326
|
+
"stateMutability": "nonpayable",
|
|
7327
|
+
"type": "function"
|
|
7328
|
+
},
|
|
6106
7329
|
{
|
|
6107
7330
|
"inputs": [
|
|
6108
7331
|
{
|
|
@@ -6159,6 +7382,19 @@
|
|
|
6159
7382
|
"stateMutability": "nonpayable",
|
|
6160
7383
|
"type": "function"
|
|
6161
7384
|
},
|
|
7385
|
+
{
|
|
7386
|
+
"inputs": [
|
|
7387
|
+
{
|
|
7388
|
+
"internalType": "uint256",
|
|
7389
|
+
"name": "_timestamp",
|
|
7390
|
+
"type": "uint256"
|
|
7391
|
+
}
|
|
7392
|
+
],
|
|
7393
|
+
"name": "unblockDirectMintingsUntil",
|
|
7394
|
+
"outputs": [],
|
|
7395
|
+
"stateMutability": "nonpayable",
|
|
7396
|
+
"type": "function"
|
|
7397
|
+
},
|
|
6162
7398
|
{
|
|
6163
7399
|
"inputs": [
|
|
6164
7400
|
{
|
|
@@ -6358,5 +7594,136 @@
|
|
|
6358
7594
|
"outputs": [],
|
|
6359
7595
|
"stateMutability": "nonpayable",
|
|
6360
7596
|
"type": "function"
|
|
7597
|
+
},
|
|
7598
|
+
{
|
|
7599
|
+
"inputs": [
|
|
7600
|
+
{
|
|
7601
|
+
"components": [
|
|
7602
|
+
{
|
|
7603
|
+
"internalType": "bytes32[]",
|
|
7604
|
+
"name": "merkleProof",
|
|
7605
|
+
"type": "bytes32[]"
|
|
7606
|
+
},
|
|
7607
|
+
{
|
|
7608
|
+
"components": [
|
|
7609
|
+
{
|
|
7610
|
+
"internalType": "bytes32",
|
|
7611
|
+
"name": "attestationType",
|
|
7612
|
+
"type": "bytes32"
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"internalType": "bytes32",
|
|
7616
|
+
"name": "sourceId",
|
|
7617
|
+
"type": "bytes32"
|
|
7618
|
+
},
|
|
7619
|
+
{
|
|
7620
|
+
"internalType": "uint64",
|
|
7621
|
+
"name": "votingRound",
|
|
7622
|
+
"type": "uint64"
|
|
7623
|
+
},
|
|
7624
|
+
{
|
|
7625
|
+
"internalType": "uint64",
|
|
7626
|
+
"name": "lowestUsedTimestamp",
|
|
7627
|
+
"type": "uint64"
|
|
7628
|
+
},
|
|
7629
|
+
{
|
|
7630
|
+
"components": [
|
|
7631
|
+
{
|
|
7632
|
+
"internalType": "uint64",
|
|
7633
|
+
"name": "minimalBlockNumber",
|
|
7634
|
+
"type": "uint64"
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"internalType": "uint64",
|
|
7638
|
+
"name": "deadlineBlockNumber",
|
|
7639
|
+
"type": "uint64"
|
|
7640
|
+
},
|
|
7641
|
+
{
|
|
7642
|
+
"internalType": "uint64",
|
|
7643
|
+
"name": "deadlineTimestamp",
|
|
7644
|
+
"type": "uint64"
|
|
7645
|
+
},
|
|
7646
|
+
{
|
|
7647
|
+
"internalType": "bytes32",
|
|
7648
|
+
"name": "destinationAddressHash",
|
|
7649
|
+
"type": "bytes32"
|
|
7650
|
+
},
|
|
7651
|
+
{
|
|
7652
|
+
"internalType": "uint256",
|
|
7653
|
+
"name": "amount",
|
|
7654
|
+
"type": "uint256"
|
|
7655
|
+
},
|
|
7656
|
+
{
|
|
7657
|
+
"internalType": "bool",
|
|
7658
|
+
"name": "checkFirstMemoData",
|
|
7659
|
+
"type": "bool"
|
|
7660
|
+
},
|
|
7661
|
+
{
|
|
7662
|
+
"internalType": "bytes32",
|
|
7663
|
+
"name": "firstMemoDataHash",
|
|
7664
|
+
"type": "bytes32"
|
|
7665
|
+
},
|
|
7666
|
+
{
|
|
7667
|
+
"internalType": "bool",
|
|
7668
|
+
"name": "checkDestinationTag",
|
|
7669
|
+
"type": "bool"
|
|
7670
|
+
},
|
|
7671
|
+
{
|
|
7672
|
+
"internalType": "uint256",
|
|
7673
|
+
"name": "destinationTag",
|
|
7674
|
+
"type": "uint256"
|
|
7675
|
+
},
|
|
7676
|
+
{
|
|
7677
|
+
"internalType": "address",
|
|
7678
|
+
"name": "proofOwner",
|
|
7679
|
+
"type": "address"
|
|
7680
|
+
}
|
|
7681
|
+
],
|
|
7682
|
+
"internalType": "struct IXRPPaymentNonexistence.RequestBody",
|
|
7683
|
+
"name": "requestBody",
|
|
7684
|
+
"type": "tuple"
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
"components": [
|
|
7688
|
+
{
|
|
7689
|
+
"internalType": "uint64",
|
|
7690
|
+
"name": "minimalBlockTimestamp",
|
|
7691
|
+
"type": "uint64"
|
|
7692
|
+
},
|
|
7693
|
+
{
|
|
7694
|
+
"internalType": "uint64",
|
|
7695
|
+
"name": "firstOverflowBlockNumber",
|
|
7696
|
+
"type": "uint64"
|
|
7697
|
+
},
|
|
7698
|
+
{
|
|
7699
|
+
"internalType": "uint64",
|
|
7700
|
+
"name": "firstOverflowBlockTimestamp",
|
|
7701
|
+
"type": "uint64"
|
|
7702
|
+
}
|
|
7703
|
+
],
|
|
7704
|
+
"internalType": "struct IXRPPaymentNonexistence.ResponseBody",
|
|
7705
|
+
"name": "responseBody",
|
|
7706
|
+
"type": "tuple"
|
|
7707
|
+
}
|
|
7708
|
+
],
|
|
7709
|
+
"internalType": "struct IXRPPaymentNonexistence.Response",
|
|
7710
|
+
"name": "data",
|
|
7711
|
+
"type": "tuple"
|
|
7712
|
+
}
|
|
7713
|
+
],
|
|
7714
|
+
"internalType": "struct IXRPPaymentNonexistence.Proof",
|
|
7715
|
+
"name": "_proof",
|
|
7716
|
+
"type": "tuple"
|
|
7717
|
+
},
|
|
7718
|
+
{
|
|
7719
|
+
"internalType": "uint256",
|
|
7720
|
+
"name": "_redemptionRequestId",
|
|
7721
|
+
"type": "uint256"
|
|
7722
|
+
}
|
|
7723
|
+
],
|
|
7724
|
+
"name": "xrpRedemptionPaymentDefault",
|
|
7725
|
+
"outputs": [],
|
|
7726
|
+
"stateMutability": "nonpayable",
|
|
7727
|
+
"type": "function"
|
|
6361
7728
|
}
|
|
6362
7729
|
]
|