@flarenetwork/flare-periphery-contract-artifacts 0.1.45 → 0.1.46
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/IAgentVaultsFacet.sol/IAgentVaultsFacet.json +129 -0
- package/coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json +1761 -278
- 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/IExecutorsFacet.sol/IExecutorsFacet.json +56 -0
- package/coston/artifacts/contracts/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +805 -0
- package/coston/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +411 -0
- package/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/coston/artifacts/contracts/IInstructionFeesFacet.sol/IInstructionFeesFacet.json +106 -0
- package/coston/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +792 -0
- package/coston/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +2628 -0
- package/coston/artifacts/contracts/IMemoInstructionsFacet.sol/IMemoInstructionsFacet.json +381 -0
- package/coston/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/coston/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/coston/artifacts/contracts/IPaymentProofsFacet.sol/IPaymentProofsFacet.json +76 -0
- package/coston/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +387 -0
- package/coston/artifacts/contracts/IPersonalAccountsFacet.sol/IPersonalAccountsFacet.json +82 -0
- package/coston/artifacts/contracts/IReaderFacet.sol/IReaderFacet.json +276 -0
- package/coston/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +580 -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/ITimelockFacet.sol/ITimelockFacet.json +126 -0
- package/coston/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +121 -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/IXrplProviderWalletsFacet.sol/IXrplProviderWalletsFacet.json +63 -0
- package/coston/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/coston/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json +44 -0
- package/coston/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json +84 -0
- package/coston/artifacts/contracts/diamond/interfaces/IERC165.sol/IERC165.json +21 -0
- package/coston/artifacts/contracts/diamond/interfaces/IERC173.sol/IERC173.json +47 -0
- package/coston/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/coston2/artifacts/contracts/IAssetManager.sol/IAssetManager.json +1761 -278
- 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 +805 -0
- package/coston2/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +411 -0
- package/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +0 -81
- package/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +778 -383
- package/coston2/artifacts/contracts/IMemoInstructionsFacet.sol/IMemoInstructionsFacet.json +381 -0
- 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 +9 -82
- package/coston2/artifacts/contracts/IReaderFacet.sol/IReaderFacet.json +276 -0
- package/coston2/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +580 -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 -28
- 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/IAgentVaultsFacet.sol/IAgentVaultsFacet.json +129 -0
- package/dist/coston/artifacts/contracts/IAssetManager.sol/IAssetManager.json +1761 -278
- 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/IExecutorsFacet.sol/IExecutorsFacet.json +56 -0
- package/dist/coston/artifacts/contracts/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +805 -0
- package/dist/coston/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +411 -0
- package/dist/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/dist/coston/artifacts/contracts/IInstructionFeesFacet.sol/IInstructionFeesFacet.json +106 -0
- package/dist/coston/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +792 -0
- package/dist/coston/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +2628 -0
- package/dist/coston/artifacts/contracts/IMemoInstructionsFacet.sol/IMemoInstructionsFacet.json +381 -0
- package/dist/coston/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/dist/coston/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/dist/coston/artifacts/contracts/IPaymentProofsFacet.sol/IPaymentProofsFacet.json +76 -0
- package/dist/coston/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +387 -0
- package/dist/coston/artifacts/contracts/IPersonalAccountsFacet.sol/IPersonalAccountsFacet.json +82 -0
- package/dist/coston/artifacts/contracts/IReaderFacet.sol/IReaderFacet.json +276 -0
- package/dist/coston/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +580 -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/ITimelockFacet.sol/ITimelockFacet.json +126 -0
- package/dist/coston/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +121 -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/IXrplProviderWalletsFacet.sol/IXrplProviderWalletsFacet.json +63 -0
- package/dist/coston/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/dist/coston/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json +44 -0
- package/dist/coston/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json +84 -0
- package/dist/coston/artifacts/contracts/diamond/interfaces/IERC165.sol/IERC165.json +21 -0
- package/dist/coston/artifacts/contracts/diamond/interfaces/IERC173.sol/IERC173.json +47 -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 +1761 -278
- 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 +805 -0
- package/dist/coston2/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +411 -0
- package/dist/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/dist/coston2/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +0 -81
- package/dist/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +778 -383
- package/dist/coston2/artifacts/contracts/IMemoInstructionsFacet.sol/IMemoInstructionsFacet.json +381 -0
- 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 +9 -82
- package/dist/coston2/artifacts/contracts/IReaderFacet.sol/IReaderFacet.json +276 -0
- package/dist/coston2/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +580 -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 -28
- 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 +1761 -278
- 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/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +805 -0
- package/dist/flare/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +411 -0
- package/dist/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/dist/flare/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +0 -34
- package/dist/flare/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +816 -165
- package/dist/flare/artifacts/contracts/IMemoInstructionsFacet.sol/IMemoInstructionsFacet.json +381 -0
- package/dist/flare/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/dist/flare/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/dist/flare/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +16 -31
- package/dist/flare/artifacts/contracts/IReaderFacet.sol/IReaderFacet.json +276 -0
- package/dist/flare/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +580 -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/IVaultsFacet.sol/IVaultsFacet.json +3 -3
- 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 +240 -82
- package/dist/index.js.map +1 -1
- package/dist/songbird/abis.d.ts.map +1 -1
- package/dist/songbird/artifacts/contracts/IAgentVaultsFacet.sol/IAgentVaultsFacet.json +129 -0
- package/dist/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +1761 -278
- 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/IExecutorsFacet.sol/IExecutorsFacet.json +56 -0
- package/dist/songbird/artifacts/contracts/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +805 -0
- package/dist/songbird/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +411 -0
- package/dist/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/dist/songbird/artifacts/contracts/IInstructionFeesFacet.sol/IInstructionFeesFacet.json +106 -0
- package/dist/songbird/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +792 -0
- package/dist/songbird/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +2628 -0
- package/dist/songbird/artifacts/contracts/IMemoInstructionsFacet.sol/IMemoInstructionsFacet.json +381 -0
- package/dist/songbird/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/dist/songbird/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/dist/songbird/artifacts/contracts/IPaymentProofsFacet.sol/IPaymentProofsFacet.json +76 -0
- package/dist/songbird/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +387 -0
- package/dist/songbird/artifacts/contracts/IPersonalAccountsFacet.sol/IPersonalAccountsFacet.json +82 -0
- package/dist/songbird/artifacts/contracts/IReaderFacet.sol/IReaderFacet.json +276 -0
- package/dist/songbird/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +580 -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/ITimelockFacet.sol/ITimelockFacet.json +126 -0
- package/dist/songbird/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +121 -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/IXrplProviderWalletsFacet.sol/IXrplProviderWalletsFacet.json +63 -0
- package/dist/songbird/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/dist/songbird/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json +44 -0
- package/dist/songbird/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json +84 -0
- package/dist/songbird/artifacts/contracts/diamond/interfaces/IERC165.sol/IERC165.json +21 -0
- package/dist/songbird/artifacts/contracts/diamond/interfaces/IERC173.sol/IERC173.json +47 -0
- package/dist/songbird/artifacts/contracts/protocol/interfaces/IIRelay.sol/IIRelay.json +76 -0
- package/flare/artifacts/contracts/IAssetManager.sol/IAssetManager.json +1761 -278
- 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/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +805 -0
- package/flare/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +411 -0
- package/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/flare/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +0 -34
- package/flare/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +816 -165
- package/flare/artifacts/contracts/IMemoInstructionsFacet.sol/IMemoInstructionsFacet.json +381 -0
- package/flare/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/flare/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/flare/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +16 -31
- package/flare/artifacts/contracts/IReaderFacet.sol/IReaderFacet.json +276 -0
- package/flare/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +580 -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/IVaultsFacet.sol/IVaultsFacet.json +3 -3
- 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/IAgentVaultsFacet.sol/IAgentVaultsFacet.json +129 -0
- package/songbird/artifacts/contracts/IAssetManager.sol/IAssetManager.json +1761 -278
- 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/IExecutorsFacet.sol/IExecutorsFacet.json +56 -0
- package/songbird/artifacts/contracts/IFAssetRedeemComposer.sol/IFAssetRedeemComposer.json +805 -0
- package/songbird/artifacts/contracts/IFAssetRedeemerAccount.sol/IFAssetRedeemerAccount.json +411 -0
- package/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +284 -0
- package/songbird/artifacts/contracts/IInstructionFeesFacet.sol/IInstructionFeesFacet.json +106 -0
- package/songbird/artifacts/contracts/IInstructionsFacet.sol/IInstructionsFacet.json +792 -0
- package/songbird/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json +2628 -0
- package/songbird/artifacts/contracts/IMemoInstructionsFacet.sol/IMemoInstructionsFacet.json +381 -0
- package/songbird/artifacts/contracts/IOwnableWithTimelock.sol/IOwnableWithTimelock.json +152 -0
- package/songbird/artifacts/contracts/IPauseFacet.sol/IPauseFacet.json +220 -0
- package/songbird/artifacts/contracts/IPaymentProofsFacet.sol/IPaymentProofsFacet.json +76 -0
- package/songbird/artifacts/contracts/IPersonalAccount.sol/IPersonalAccount.json +387 -0
- package/songbird/artifacts/contracts/IPersonalAccountsFacet.sol/IPersonalAccountsFacet.json +82 -0
- package/songbird/artifacts/contracts/IReaderFacet.sol/IReaderFacet.json +276 -0
- package/songbird/artifacts/contracts/IRedeemExtended.sol/IRedeemExtended.json +580 -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/ITimelockFacet.sol/ITimelockFacet.json +126 -0
- package/songbird/artifacts/contracts/IVaultsFacet.sol/IVaultsFacet.json +121 -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/IXrplProviderWalletsFacet.sol/IXrplProviderWalletsFacet.json +63 -0
- package/songbird/artifacts/contracts/adapters/interfaces/AggregatorV3Interface.sol/AggregatorV3Interface.json +113 -0
- package/songbird/artifacts/contracts/diamond/interfaces/IDiamond.sol/IDiamond.json +44 -0
- package/songbird/artifacts/contracts/diamond/interfaces/IDiamondCut.sol/IDiamondCut.json +84 -0
- package/songbird/artifacts/contracts/diamond/interfaces/IERC165.sol/IERC165.json +21 -0
- package/songbird/artifacts/contracts/diamond/interfaces/IERC173.sol/IERC173.json +47 -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/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +0 -186
- 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/ICustomInstructionsFacet.sol/ICustomInstructionsFacet.json +0 -186
- 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/flare/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +0 -188
- package/dist/songbird/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- package/flare/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +0 -89
- package/flare/artifacts/contracts/ISwapFacet.sol/ISwapFacet.json +0 -188
- 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": "receivedAmountUBA",
|
|
766
|
+
"type": "uint256"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"indexed": false,
|
|
770
|
+
"internalType": "uint256",
|
|
771
|
+
"name": "minimumMintingFeeUBA",
|
|
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,68 +3282,422 @@
|
|
|
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
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"internalType": "bytes32",
|
|
3323
|
+
"name": "sourceAddressesRoot",
|
|
3324
|
+
"type": "bytes32"
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"internalType": "bytes32",
|
|
3328
|
+
"name": "receivingAddressHash",
|
|
3329
|
+
"type": "bytes32"
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"internalType": "bytes32",
|
|
3333
|
+
"name": "intendedReceivingAddressHash",
|
|
3334
|
+
"type": "bytes32"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"internalType": "int256",
|
|
3338
|
+
"name": "spentAmount",
|
|
3339
|
+
"type": "int256"
|
|
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
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"internalType": "bytes32",
|
|
3358
|
+
"name": "standardPaymentReference",
|
|
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"
|
|
3370
|
+
}
|
|
3371
|
+
],
|
|
3372
|
+
"internalType": "struct IPayment.ResponseBody",
|
|
3373
|
+
"name": "responseBody",
|
|
3374
|
+
"type": "tuple"
|
|
3375
|
+
}
|
|
3376
|
+
],
|
|
3377
|
+
"internalType": "struct IPayment.Response",
|
|
3378
|
+
"name": "data",
|
|
3379
|
+
"type": "tuple"
|
|
3380
|
+
}
|
|
3381
|
+
],
|
|
3382
|
+
"internalType": "struct IPayment.Proof",
|
|
3383
|
+
"name": "_payment",
|
|
3384
|
+
"type": "tuple"
|
|
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": [
|
|
3399
|
+
{
|
|
3400
|
+
"components": [
|
|
3401
|
+
{
|
|
3402
|
+
"internalType": "bytes32[]",
|
|
3403
|
+
"name": "merkleProof",
|
|
3404
|
+
"type": "bytes32[]"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"components": [
|
|
3408
|
+
{
|
|
3409
|
+
"internalType": "bytes32",
|
|
3410
|
+
"name": "attestationType",
|
|
3411
|
+
"type": "bytes32"
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"internalType": "bytes32",
|
|
3415
|
+
"name": "sourceId",
|
|
3416
|
+
"type": "bytes32"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"internalType": "uint64",
|
|
3420
|
+
"name": "votingRound",
|
|
3421
|
+
"type": "uint64"
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"internalType": "uint64",
|
|
3425
|
+
"name": "lowestUsedTimestamp",
|
|
3426
|
+
"type": "uint64"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"components": [
|
|
3430
|
+
{
|
|
3431
|
+
"internalType": "bytes32",
|
|
3432
|
+
"name": "transactionId",
|
|
3433
|
+
"type": "bytes32"
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"internalType": "address",
|
|
3437
|
+
"name": "proofOwner",
|
|
3438
|
+
"type": "address"
|
|
3439
|
+
}
|
|
3440
|
+
],
|
|
3441
|
+
"internalType": "struct IXRPPayment.RequestBody",
|
|
3442
|
+
"name": "requestBody",
|
|
3443
|
+
"type": "tuple"
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"components": [
|
|
3447
|
+
{
|
|
3448
|
+
"internalType": "uint64",
|
|
3449
|
+
"name": "blockNumber",
|
|
3450
|
+
"type": "uint64"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"internalType": "uint64",
|
|
3454
|
+
"name": "blockTimestamp",
|
|
3455
|
+
"type": "uint64"
|
|
3456
|
+
},
|
|
3457
|
+
{
|
|
3458
|
+
"internalType": "string",
|
|
3459
|
+
"name": "sourceAddress",
|
|
3460
|
+
"type": "string"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"internalType": "bytes32",
|
|
3464
|
+
"name": "sourceAddressHash",
|
|
3465
|
+
"type": "bytes32"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"internalType": "bytes32",
|
|
3469
|
+
"name": "receivingAddressHash",
|
|
3470
|
+
"type": "bytes32"
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"internalType": "bytes32",
|
|
3474
|
+
"name": "intendedReceivingAddressHash",
|
|
3475
|
+
"type": "bytes32"
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"internalType": "int256",
|
|
3479
|
+
"name": "spentAmount",
|
|
3480
|
+
"type": "int256"
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
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"
|
|
3521
|
+
}
|
|
3522
|
+
],
|
|
3523
|
+
"internalType": "struct IXRPPayment.ResponseBody",
|
|
3524
|
+
"name": "responseBody",
|
|
3525
|
+
"type": "tuple"
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3528
|
+
"internalType": "struct IXRPPayment.Response",
|
|
3529
|
+
"name": "data",
|
|
3530
|
+
"type": "tuple"
|
|
3531
|
+
}
|
|
3532
|
+
],
|
|
3533
|
+
"internalType": "struct IXRPPayment.Proof",
|
|
3534
|
+
"name": "_payment",
|
|
3535
|
+
"type": "tuple"
|
|
3536
|
+
},
|
|
3537
|
+
{
|
|
3538
|
+
"internalType": "uint256",
|
|
3539
|
+
"name": "_redemptionRequestId",
|
|
3540
|
+
"type": "uint256"
|
|
3541
|
+
}
|
|
3542
|
+
],
|
|
3543
|
+
"name": "confirmXRPRedemptionPayment",
|
|
3544
|
+
"outputs": [],
|
|
3545
|
+
"stateMutability": "nonpayable",
|
|
3546
|
+
"type": "function"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"inputs": [
|
|
3550
|
+
{
|
|
3551
|
+
"internalType": "uint256",
|
|
3552
|
+
"name": "_firstTicketId",
|
|
3553
|
+
"type": "uint256"
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
"name": "consolidateSmallTickets",
|
|
3557
|
+
"outputs": [],
|
|
3558
|
+
"stateMutability": "nonpayable",
|
|
3559
|
+
"type": "function"
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"inputs": [],
|
|
3563
|
+
"name": "controllerAttached",
|
|
3564
|
+
"outputs": [
|
|
3565
|
+
{
|
|
3566
|
+
"internalType": "bool",
|
|
3567
|
+
"name": "",
|
|
3568
|
+
"type": "bool"
|
|
3569
|
+
}
|
|
3570
|
+
],
|
|
3571
|
+
"stateMutability": "view",
|
|
3572
|
+
"type": "function"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"inputs": [
|
|
3576
|
+
{
|
|
3577
|
+
"internalType": "address",
|
|
3578
|
+
"name": "_agentVault",
|
|
3579
|
+
"type": "address"
|
|
3580
|
+
}
|
|
3581
|
+
],
|
|
3582
|
+
"name": "convertDustToTicket",
|
|
3583
|
+
"outputs": [],
|
|
3584
|
+
"stateMutability": "nonpayable",
|
|
3585
|
+
"type": "function"
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
"inputs": [],
|
|
3589
|
+
"name": "coreVaultAvailableAmount",
|
|
3590
|
+
"outputs": [
|
|
3591
|
+
{
|
|
3592
|
+
"internalType": "uint256",
|
|
3593
|
+
"name": "_immediatelyAvailableUBA",
|
|
3594
|
+
"type": "uint256"
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"internalType": "uint256",
|
|
3598
|
+
"name": "_totalAvailableUBA",
|
|
3599
|
+
"type": "uint256"
|
|
3600
|
+
}
|
|
3601
|
+
],
|
|
3602
|
+
"stateMutability": "view",
|
|
3603
|
+
"type": "function"
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"inputs": [
|
|
3607
|
+
{
|
|
3608
|
+
"components": [
|
|
3609
|
+
{
|
|
3610
|
+
"internalType": "bytes32[]",
|
|
3611
|
+
"name": "merkleProof",
|
|
3612
|
+
"type": "bytes32[]"
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"components": [
|
|
3616
|
+
{
|
|
3617
|
+
"internalType": "bytes32",
|
|
3618
|
+
"name": "attestationType",
|
|
3619
|
+
"type": "bytes32"
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"internalType": "bytes32",
|
|
3623
|
+
"name": "sourceId",
|
|
3624
|
+
"type": "bytes32"
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"internalType": "uint64",
|
|
3628
|
+
"name": "votingRound",
|
|
3629
|
+
"type": "uint64"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"internalType": "uint64",
|
|
3633
|
+
"name": "lowestUsedTimestamp",
|
|
3634
|
+
"type": "uint64"
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"components": [
|
|
3638
|
+
{
|
|
3639
|
+
"internalType": "string",
|
|
3640
|
+
"name": "addressStr",
|
|
3641
|
+
"type": "string"
|
|
3642
|
+
}
|
|
3643
|
+
],
|
|
3644
|
+
"internalType": "struct IAddressValidity.RequestBody",
|
|
3645
|
+
"name": "requestBody",
|
|
3646
|
+
"type": "tuple"
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"components": [
|
|
3650
|
+
{
|
|
3651
|
+
"internalType": "bool",
|
|
3652
|
+
"name": "isValid",
|
|
3653
|
+
"type": "bool"
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"internalType": "string",
|
|
3657
|
+
"name": "standardAddress",
|
|
3658
|
+
"type": "string"
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"internalType": "bytes32",
|
|
3662
|
+
"name": "standardAddressHash",
|
|
3663
|
+
"type": "bytes32"
|
|
3664
|
+
}
|
|
3665
|
+
],
|
|
3666
|
+
"internalType": "struct IAddressValidity.ResponseBody",
|
|
3667
|
+
"name": "responseBody",
|
|
3668
|
+
"type": "tuple"
|
|
3669
|
+
}
|
|
3670
|
+
],
|
|
3671
|
+
"internalType": "struct IAddressValidity.Response",
|
|
3672
|
+
"name": "data",
|
|
3673
|
+
"type": "tuple"
|
|
3674
|
+
}
|
|
3675
|
+
],
|
|
3676
|
+
"internalType": "struct IAddressValidity.Proof",
|
|
3677
|
+
"name": "_addressProof",
|
|
3678
|
+
"type": "tuple"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
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"
|
|
3113
3701
|
},
|
|
3114
3702
|
{
|
|
3115
3703
|
"internalType": "uint256",
|
|
@@ -3194,6 +3782,48 @@
|
|
|
3194
3782
|
"stateMutability": "nonpayable",
|
|
3195
3783
|
"type": "function"
|
|
3196
3784
|
},
|
|
3785
|
+
{
|
|
3786
|
+
"inputs": [
|
|
3787
|
+
{
|
|
3788
|
+
"internalType": "bytes32",
|
|
3789
|
+
"name": "_transactionId",
|
|
3790
|
+
"type": "bytes32"
|
|
3791
|
+
}
|
|
3792
|
+
],
|
|
3793
|
+
"name": "directMintingDelayState",
|
|
3794
|
+
"outputs": [
|
|
3795
|
+
{
|
|
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"
|
|
3809
|
+
}
|
|
3810
|
+
],
|
|
3811
|
+
"stateMutability": "view",
|
|
3812
|
+
"type": "function"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"inputs": [],
|
|
3816
|
+
"name": "directMintingPaymentAddress",
|
|
3817
|
+
"outputs": [
|
|
3818
|
+
{
|
|
3819
|
+
"internalType": "string",
|
|
3820
|
+
"name": "",
|
|
3821
|
+
"type": "string"
|
|
3822
|
+
}
|
|
3823
|
+
],
|
|
3824
|
+
"stateMutability": "view",
|
|
3825
|
+
"type": "function"
|
|
3826
|
+
},
|
|
3197
3827
|
{
|
|
3198
3828
|
"inputs": [
|
|
3199
3829
|
{
|
|
@@ -3368,89 +3998,235 @@
|
|
|
3368
3998
|
"type": "tuple"
|
|
3369
3999
|
}
|
|
3370
4000
|
],
|
|
3371
|
-
"internalType": "struct IBalanceDecreasingTransaction.Proof",
|
|
3372
|
-
"name": "_payment2",
|
|
4001
|
+
"internalType": "struct IBalanceDecreasingTransaction.Proof",
|
|
4002
|
+
"name": "_payment2",
|
|
4003
|
+
"type": "tuple"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"internalType": "address",
|
|
4007
|
+
"name": "_agentVault",
|
|
4008
|
+
"type": "address"
|
|
4009
|
+
}
|
|
4010
|
+
],
|
|
4011
|
+
"name": "doublePaymentChallenge",
|
|
4012
|
+
"outputs": [],
|
|
4013
|
+
"stateMutability": "nonpayable",
|
|
4014
|
+
"type": "function"
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"inputs": [],
|
|
4018
|
+
"name": "emergencyPauseLevel",
|
|
4019
|
+
"outputs": [
|
|
4020
|
+
{
|
|
4021
|
+
"internalType": "enum EmergencyPause.Level",
|
|
4022
|
+
"name": "",
|
|
4023
|
+
"type": "uint8"
|
|
4024
|
+
}
|
|
4025
|
+
],
|
|
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",
|
|
4045
|
+
"outputs": [
|
|
4046
|
+
{
|
|
4047
|
+
"internalType": "uint256",
|
|
4048
|
+
"name": "",
|
|
4049
|
+
"type": "uint256"
|
|
4050
|
+
}
|
|
4051
|
+
],
|
|
4052
|
+
"stateMutability": "view",
|
|
4053
|
+
"type": "function"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"inputs": [
|
|
4057
|
+
{
|
|
4058
|
+
"internalType": "address",
|
|
4059
|
+
"name": "_agentVault",
|
|
4060
|
+
"type": "address"
|
|
4061
|
+
}
|
|
4062
|
+
],
|
|
4063
|
+
"name": "endLiquidation",
|
|
4064
|
+
"outputs": [],
|
|
4065
|
+
"stateMutability": "nonpayable",
|
|
4066
|
+
"type": "function"
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"inputs": [
|
|
4070
|
+
{
|
|
4071
|
+
"internalType": "address",
|
|
4072
|
+
"name": "_agentVault",
|
|
4073
|
+
"type": "address"
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"internalType": "string",
|
|
4077
|
+
"name": "_name",
|
|
4078
|
+
"type": "string"
|
|
4079
|
+
}
|
|
4080
|
+
],
|
|
4081
|
+
"name": "executeAgentSettingUpdate",
|
|
4082
|
+
"outputs": [],
|
|
4083
|
+
"stateMutability": "nonpayable",
|
|
4084
|
+
"type": "function"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"inputs": [
|
|
4088
|
+
{
|
|
4089
|
+
"components": [
|
|
4090
|
+
{
|
|
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",
|
|
3373
4224
|
"type": "tuple"
|
|
3374
|
-
},
|
|
3375
|
-
{
|
|
3376
|
-
"internalType": "address",
|
|
3377
|
-
"name": "_agentVault",
|
|
3378
|
-
"type": "address"
|
|
3379
|
-
}
|
|
3380
|
-
],
|
|
3381
|
-
"name": "doublePaymentChallenge",
|
|
3382
|
-
"outputs": [],
|
|
3383
|
-
"stateMutability": "nonpayable",
|
|
3384
|
-
"type": "function"
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"inputs": [],
|
|
3388
|
-
"name": "emergencyPauseLevel",
|
|
3389
|
-
"outputs": [
|
|
3390
|
-
{
|
|
3391
|
-
"internalType": "enum EmergencyPause.Level",
|
|
3392
|
-
"name": "",
|
|
3393
|
-
"type": "uint8"
|
|
3394
|
-
}
|
|
3395
|
-
],
|
|
3396
|
-
"stateMutability": "view",
|
|
3397
|
-
"type": "function"
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
"inputs": [],
|
|
3401
|
-
"name": "emergencyPaused",
|
|
3402
|
-
"outputs": [
|
|
3403
|
-
{
|
|
3404
|
-
"internalType": "bool",
|
|
3405
|
-
"name": "",
|
|
3406
|
-
"type": "bool"
|
|
3407
|
-
}
|
|
3408
|
-
],
|
|
3409
|
-
"stateMutability": "view",
|
|
3410
|
-
"type": "function"
|
|
3411
|
-
},
|
|
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
|
-
{
|
|
3426
|
-
"inputs": [
|
|
3427
|
-
{
|
|
3428
|
-
"internalType": "address",
|
|
3429
|
-
"name": "_agentVault",
|
|
3430
|
-
"type": "address"
|
|
3431
|
-
}
|
|
3432
|
-
],
|
|
3433
|
-
"name": "endLiquidation",
|
|
3434
|
-
"outputs": [],
|
|
3435
|
-
"stateMutability": "nonpayable",
|
|
3436
|
-
"type": "function"
|
|
3437
|
-
},
|
|
3438
|
-
{
|
|
3439
|
-
"inputs": [
|
|
3440
|
-
{
|
|
3441
|
-
"internalType": "address",
|
|
3442
|
-
"name": "_agentVault",
|
|
3443
|
-
"type": "address"
|
|
3444
|
-
},
|
|
3445
|
-
{
|
|
3446
|
-
"internalType": "string",
|
|
3447
|
-
"name": "_name",
|
|
3448
|
-
"type": "string"
|
|
3449
4225
|
}
|
|
3450
4226
|
],
|
|
3451
|
-
"name": "
|
|
4227
|
+
"name": "executeDirectMinting",
|
|
3452
4228
|
"outputs": [],
|
|
3453
|
-
"stateMutability": "
|
|
4229
|
+
"stateMutability": "payable",
|
|
3454
4230
|
"type": "function"
|
|
3455
4231
|
},
|
|
3456
4232
|
{
|
|
@@ -4554,7 +5330,194 @@
|
|
|
4554
5330
|
],
|
|
4555
5331
|
"internalType": "struct CollateralType.Data[]",
|
|
4556
5332
|
"name": "",
|
|
4557
|
-
"type": "tuple[]"
|
|
5333
|
+
"type": "tuple[]"
|
|
5334
|
+
}
|
|
5335
|
+
],
|
|
5336
|
+
"stateMutability": "view",
|
|
5337
|
+
"type": "function"
|
|
5338
|
+
},
|
|
5339
|
+
{
|
|
5340
|
+
"inputs": [],
|
|
5341
|
+
"name": "getCoreVaultDonationTag",
|
|
5342
|
+
"outputs": [
|
|
5343
|
+
{
|
|
5344
|
+
"internalType": "uint256",
|
|
5345
|
+
"name": "",
|
|
5346
|
+
"type": "uint256"
|
|
5347
|
+
}
|
|
5348
|
+
],
|
|
5349
|
+
"stateMutability": "view",
|
|
5350
|
+
"type": "function"
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"inputs": [],
|
|
5354
|
+
"name": "getCoreVaultManager",
|
|
5355
|
+
"outputs": [
|
|
5356
|
+
{
|
|
5357
|
+
"internalType": "address",
|
|
5358
|
+
"name": "",
|
|
5359
|
+
"type": "address"
|
|
5360
|
+
}
|
|
5361
|
+
],
|
|
5362
|
+
"stateMutability": "view",
|
|
5363
|
+
"type": "function"
|
|
5364
|
+
},
|
|
5365
|
+
{
|
|
5366
|
+
"inputs": [],
|
|
5367
|
+
"name": "getCoreVaultMinimumAmountLeftBIPS",
|
|
5368
|
+
"outputs": [
|
|
5369
|
+
{
|
|
5370
|
+
"internalType": "uint256",
|
|
5371
|
+
"name": "",
|
|
5372
|
+
"type": "uint256"
|
|
5373
|
+
}
|
|
5374
|
+
],
|
|
5375
|
+
"stateMutability": "view",
|
|
5376
|
+
"type": "function"
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"inputs": [],
|
|
5380
|
+
"name": "getCoreVaultMinimumRedeemLots",
|
|
5381
|
+
"outputs": [
|
|
5382
|
+
{
|
|
5383
|
+
"internalType": "uint256",
|
|
5384
|
+
"name": "",
|
|
5385
|
+
"type": "uint256"
|
|
5386
|
+
}
|
|
5387
|
+
],
|
|
5388
|
+
"stateMutability": "view",
|
|
5389
|
+
"type": "function"
|
|
5390
|
+
},
|
|
5391
|
+
{
|
|
5392
|
+
"inputs": [],
|
|
5393
|
+
"name": "getCoreVaultNativeAddress",
|
|
5394
|
+
"outputs": [
|
|
5395
|
+
{
|
|
5396
|
+
"internalType": "address",
|
|
5397
|
+
"name": "",
|
|
5398
|
+
"type": "address"
|
|
5399
|
+
}
|
|
5400
|
+
],
|
|
5401
|
+
"stateMutability": "view",
|
|
5402
|
+
"type": "function"
|
|
5403
|
+
},
|
|
5404
|
+
{
|
|
5405
|
+
"inputs": [],
|
|
5406
|
+
"name": "getCoreVaultRedemptionFeeBIPS",
|
|
5407
|
+
"outputs": [
|
|
5408
|
+
{
|
|
5409
|
+
"internalType": "uint256",
|
|
5410
|
+
"name": "",
|
|
5411
|
+
"type": "uint256"
|
|
5412
|
+
}
|
|
5413
|
+
],
|
|
5414
|
+
"stateMutability": "view",
|
|
5415
|
+
"type": "function"
|
|
5416
|
+
},
|
|
5417
|
+
{
|
|
5418
|
+
"inputs": [],
|
|
5419
|
+
"name": "getCoreVaultTransferDefaultPenaltyBIPS",
|
|
5420
|
+
"outputs": [
|
|
5421
|
+
{
|
|
5422
|
+
"internalType": "uint256",
|
|
5423
|
+
"name": "",
|
|
5424
|
+
"type": "uint256"
|
|
5425
|
+
}
|
|
5426
|
+
],
|
|
5427
|
+
"stateMutability": "view",
|
|
5428
|
+
"type": "function"
|
|
5429
|
+
},
|
|
5430
|
+
{
|
|
5431
|
+
"inputs": [],
|
|
5432
|
+
"name": "getCoreVaultTransferTimeExtensionSeconds",
|
|
5433
|
+
"outputs": [
|
|
5434
|
+
{
|
|
5435
|
+
"internalType": "uint256",
|
|
5436
|
+
"name": "",
|
|
5437
|
+
"type": "uint256"
|
|
5438
|
+
}
|
|
5439
|
+
],
|
|
5440
|
+
"stateMutability": "view",
|
|
5441
|
+
"type": "function"
|
|
5442
|
+
},
|
|
5443
|
+
{
|
|
5444
|
+
"inputs": [],
|
|
5445
|
+
"name": "getDirectMintingDailyLimitUBA",
|
|
5446
|
+
"outputs": [
|
|
5447
|
+
{
|
|
5448
|
+
"internalType": "uint256",
|
|
5449
|
+
"name": "",
|
|
5450
|
+
"type": "uint256"
|
|
5451
|
+
}
|
|
5452
|
+
],
|
|
5453
|
+
"stateMutability": "view",
|
|
5454
|
+
"type": "function"
|
|
5455
|
+
},
|
|
5456
|
+
{
|
|
5457
|
+
"inputs": [],
|
|
5458
|
+
"name": "getDirectMintingDailyLimiterState",
|
|
5459
|
+
"outputs": [
|
|
5460
|
+
{
|
|
5461
|
+
"internalType": "uint64",
|
|
5462
|
+
"name": "_windowStartTimestamp",
|
|
5463
|
+
"type": "uint64"
|
|
5464
|
+
},
|
|
5465
|
+
{
|
|
5466
|
+
"internalType": "uint64",
|
|
5467
|
+
"name": "_mintedInCurrentWindow",
|
|
5468
|
+
"type": "uint64"
|
|
5469
|
+
}
|
|
5470
|
+
],
|
|
5471
|
+
"stateMutability": "view",
|
|
5472
|
+
"type": "function"
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"inputs": [],
|
|
5476
|
+
"name": "getDirectMintingExecutorFeeUBA",
|
|
5477
|
+
"outputs": [
|
|
5478
|
+
{
|
|
5479
|
+
"internalType": "uint256",
|
|
5480
|
+
"name": "",
|
|
5481
|
+
"type": "uint256"
|
|
5482
|
+
}
|
|
5483
|
+
],
|
|
5484
|
+
"stateMutability": "view",
|
|
5485
|
+
"type": "function"
|
|
5486
|
+
},
|
|
5487
|
+
{
|
|
5488
|
+
"inputs": [],
|
|
5489
|
+
"name": "getDirectMintingFeeBIPS",
|
|
5490
|
+
"outputs": [
|
|
5491
|
+
{
|
|
5492
|
+
"internalType": "uint256",
|
|
5493
|
+
"name": "",
|
|
5494
|
+
"type": "uint256"
|
|
5495
|
+
}
|
|
5496
|
+
],
|
|
5497
|
+
"stateMutability": "view",
|
|
5498
|
+
"type": "function"
|
|
5499
|
+
},
|
|
5500
|
+
{
|
|
5501
|
+
"inputs": [],
|
|
5502
|
+
"name": "getDirectMintingFeeReceiver",
|
|
5503
|
+
"outputs": [
|
|
5504
|
+
{
|
|
5505
|
+
"internalType": "address",
|
|
5506
|
+
"name": "",
|
|
5507
|
+
"type": "address"
|
|
5508
|
+
}
|
|
5509
|
+
],
|
|
5510
|
+
"stateMutability": "view",
|
|
5511
|
+
"type": "function"
|
|
5512
|
+
},
|
|
5513
|
+
{
|
|
5514
|
+
"inputs": [],
|
|
5515
|
+
"name": "getDirectMintingHourlyLimitUBA",
|
|
5516
|
+
"outputs": [
|
|
5517
|
+
{
|
|
5518
|
+
"internalType": "uint256",
|
|
5519
|
+
"name": "",
|
|
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
|
{
|
|
@@ -5382,6 +6418,53 @@
|
|
|
5382
6418
|
"stateMutability": "nonpayable",
|
|
5383
6419
|
"type": "function"
|
|
5384
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": "uint256",
|
|
6440
|
+
"name": "_destinationTag",
|
|
6441
|
+
"type": "uint256"
|
|
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",
|
|
6466
|
+
"type": "function"
|
|
6467
|
+
},
|
|
5385
6468
|
{
|
|
5386
6469
|
"inputs": [
|
|
5387
6470
|
{
|
|
@@ -5646,21 +6729,137 @@
|
|
|
5646
6729
|
},
|
|
5647
6730
|
{
|
|
5648
6731
|
"internalType": "bool",
|
|
5649
|
-
"name": "transferToCoreVault",
|
|
6732
|
+
"name": "transferToCoreVault",
|
|
6733
|
+
"type": "bool"
|
|
6734
|
+
},
|
|
6735
|
+
{
|
|
6736
|
+
"internalType": "address",
|
|
6737
|
+
"name": "executor",
|
|
6738
|
+
"type": "address"
|
|
6739
|
+
},
|
|
6740
|
+
{
|
|
6741
|
+
"internalType": "uint256",
|
|
6742
|
+
"name": "executorFeeNatWei",
|
|
6743
|
+
"type": "uint256"
|
|
6744
|
+
}
|
|
6745
|
+
],
|
|
6746
|
+
"internalType": "struct RedemptionRequestInfo.Data",
|
|
6747
|
+
"name": "",
|
|
6748
|
+
"type": "tuple"
|
|
6749
|
+
}
|
|
6750
|
+
],
|
|
6751
|
+
"stateMutability": "view",
|
|
6752
|
+
"type": "function"
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"inputs": [
|
|
6756
|
+
{
|
|
6757
|
+
"internalType": "uint256",
|
|
6758
|
+
"name": "_redemptionRequestId",
|
|
6759
|
+
"type": "uint256"
|
|
6760
|
+
}
|
|
6761
|
+
],
|
|
6762
|
+
"name": "redemptionRequestInfoExt",
|
|
6763
|
+
"outputs": [
|
|
6764
|
+
{
|
|
6765
|
+
"components": [
|
|
6766
|
+
{
|
|
6767
|
+
"internalType": "uint64",
|
|
6768
|
+
"name": "redemptionRequestId",
|
|
6769
|
+
"type": "uint64"
|
|
6770
|
+
},
|
|
6771
|
+
{
|
|
6772
|
+
"internalType": "enum RedemptionRequestInfo.Status",
|
|
6773
|
+
"name": "status",
|
|
6774
|
+
"type": "uint8"
|
|
6775
|
+
},
|
|
6776
|
+
{
|
|
6777
|
+
"internalType": "address",
|
|
6778
|
+
"name": "agentVault",
|
|
6779
|
+
"type": "address"
|
|
6780
|
+
},
|
|
6781
|
+
{
|
|
6782
|
+
"internalType": "address",
|
|
6783
|
+
"name": "redeemer",
|
|
6784
|
+
"type": "address"
|
|
6785
|
+
},
|
|
6786
|
+
{
|
|
6787
|
+
"internalType": "string",
|
|
6788
|
+
"name": "paymentAddress",
|
|
6789
|
+
"type": "string"
|
|
6790
|
+
},
|
|
6791
|
+
{
|
|
6792
|
+
"internalType": "bytes32",
|
|
6793
|
+
"name": "paymentReference",
|
|
6794
|
+
"type": "bytes32"
|
|
6795
|
+
},
|
|
6796
|
+
{
|
|
6797
|
+
"internalType": "uint128",
|
|
6798
|
+
"name": "valueUBA",
|
|
6799
|
+
"type": "uint128"
|
|
6800
|
+
},
|
|
6801
|
+
{
|
|
6802
|
+
"internalType": "uint128",
|
|
6803
|
+
"name": "feeUBA",
|
|
6804
|
+
"type": "uint128"
|
|
6805
|
+
},
|
|
6806
|
+
{
|
|
6807
|
+
"internalType": "uint16",
|
|
6808
|
+
"name": "poolFeeShareBIPS",
|
|
6809
|
+
"type": "uint16"
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
"internalType": "uint64",
|
|
6813
|
+
"name": "firstUnderlyingBlock",
|
|
6814
|
+
"type": "uint64"
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"internalType": "uint64",
|
|
6818
|
+
"name": "lastUnderlyingBlock",
|
|
6819
|
+
"type": "uint64"
|
|
6820
|
+
},
|
|
6821
|
+
{
|
|
6822
|
+
"internalType": "uint64",
|
|
6823
|
+
"name": "lastUnderlyingTimestamp",
|
|
6824
|
+
"type": "uint64"
|
|
6825
|
+
},
|
|
6826
|
+
{
|
|
6827
|
+
"internalType": "uint64",
|
|
6828
|
+
"name": "timestamp",
|
|
6829
|
+
"type": "uint64"
|
|
6830
|
+
},
|
|
6831
|
+
{
|
|
6832
|
+
"internalType": "bool",
|
|
6833
|
+
"name": "poolSelfClose",
|
|
6834
|
+
"type": "bool"
|
|
6835
|
+
},
|
|
6836
|
+
{
|
|
6837
|
+
"internalType": "bool",
|
|
6838
|
+
"name": "transferToCoreVault",
|
|
6839
|
+
"type": "bool"
|
|
6840
|
+
},
|
|
6841
|
+
{
|
|
6842
|
+
"internalType": "address",
|
|
6843
|
+
"name": "executor",
|
|
6844
|
+
"type": "address"
|
|
6845
|
+
},
|
|
6846
|
+
{
|
|
6847
|
+
"internalType": "uint256",
|
|
6848
|
+
"name": "executorFeeNatWei",
|
|
6849
|
+
"type": "uint256"
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
"internalType": "bool",
|
|
6853
|
+
"name": "requiresDestinationTag",
|
|
5650
6854
|
"type": "bool"
|
|
5651
6855
|
},
|
|
5652
|
-
{
|
|
5653
|
-
"internalType": "address",
|
|
5654
|
-
"name": "executor",
|
|
5655
|
-
"type": "address"
|
|
5656
|
-
},
|
|
5657
6856
|
{
|
|
5658
6857
|
"internalType": "uint256",
|
|
5659
|
-
"name": "
|
|
6858
|
+
"name": "destinationTag",
|
|
5660
6859
|
"type": "uint256"
|
|
5661
6860
|
}
|
|
5662
6861
|
],
|
|
5663
|
-
"internalType": "struct RedemptionRequestInfo.
|
|
6862
|
+
"internalType": "struct RedemptionRequestInfo.DataExt",
|
|
5664
6863
|
"name": "",
|
|
5665
6864
|
"type": "tuple"
|
|
5666
6865
|
}
|
|
@@ -6090,6 +7289,133 @@
|
|
|
6090
7289
|
"stateMutability": "nonpayable",
|
|
6091
7290
|
"type": "function"
|
|
6092
7291
|
},
|
|
7292
|
+
{
|
|
7293
|
+
"inputs": [
|
|
7294
|
+
{
|
|
7295
|
+
"internalType": "uint256",
|
|
7296
|
+
"name": "_dailyLimitUBA",
|
|
7297
|
+
"type": "uint256"
|
|
7298
|
+
}
|
|
7299
|
+
],
|
|
7300
|
+
"name": "setDirectMintingDailyLimitUBA",
|
|
7301
|
+
"outputs": [],
|
|
7302
|
+
"stateMutability": "nonpayable",
|
|
7303
|
+
"type": "function"
|
|
7304
|
+
},
|
|
7305
|
+
{
|
|
7306
|
+
"inputs": [
|
|
7307
|
+
{
|
|
7308
|
+
"internalType": "uint256",
|
|
7309
|
+
"name": "_executorFeeUBA",
|
|
7310
|
+
"type": "uint256"
|
|
7311
|
+
}
|
|
7312
|
+
],
|
|
7313
|
+
"name": "setDirectMintingExecutorFee",
|
|
7314
|
+
"outputs": [],
|
|
7315
|
+
"stateMutability": "nonpayable",
|
|
7316
|
+
"type": "function"
|
|
7317
|
+
},
|
|
7318
|
+
{
|
|
7319
|
+
"inputs": [
|
|
7320
|
+
{
|
|
7321
|
+
"internalType": "uint256",
|
|
7322
|
+
"name": "_mintingFeeBIPS",
|
|
7323
|
+
"type": "uint256"
|
|
7324
|
+
},
|
|
7325
|
+
{
|
|
7326
|
+
"internalType": "uint256",
|
|
7327
|
+
"name": "_minimumMintingFeeUBA",
|
|
7328
|
+
"type": "uint256"
|
|
7329
|
+
}
|
|
7330
|
+
],
|
|
7331
|
+
"name": "setDirectMintingFee",
|
|
7332
|
+
"outputs": [],
|
|
7333
|
+
"stateMutability": "nonpayable",
|
|
7334
|
+
"type": "function"
|
|
7335
|
+
},
|
|
7336
|
+
{
|
|
7337
|
+
"inputs": [
|
|
7338
|
+
{
|
|
7339
|
+
"internalType": "address",
|
|
7340
|
+
"name": "_mintingFeeReceiver",
|
|
7341
|
+
"type": "address"
|
|
7342
|
+
}
|
|
7343
|
+
],
|
|
7344
|
+
"name": "setDirectMintingFeeReceiver",
|
|
7345
|
+
"outputs": [],
|
|
7346
|
+
"stateMutability": "nonpayable",
|
|
7347
|
+
"type": "function"
|
|
7348
|
+
},
|
|
7349
|
+
{
|
|
7350
|
+
"inputs": [
|
|
7351
|
+
{
|
|
7352
|
+
"internalType": "uint256",
|
|
7353
|
+
"name": "_hourlyLimitUBA",
|
|
7354
|
+
"type": "uint256"
|
|
7355
|
+
}
|
|
7356
|
+
],
|
|
7357
|
+
"name": "setDirectMintingHourlyLimitUBA",
|
|
7358
|
+
"outputs": [],
|
|
7359
|
+
"stateMutability": "nonpayable",
|
|
7360
|
+
"type": "function"
|
|
7361
|
+
},
|
|
7362
|
+
{
|
|
7363
|
+
"inputs": [
|
|
7364
|
+
{
|
|
7365
|
+
"internalType": "uint256",
|
|
7366
|
+
"name": "_largeMintingThresholdUBA",
|
|
7367
|
+
"type": "uint256"
|
|
7368
|
+
},
|
|
7369
|
+
{
|
|
7370
|
+
"internalType": "uint256",
|
|
7371
|
+
"name": "_largeMintingDelaySeconds",
|
|
7372
|
+
"type": "uint256"
|
|
7373
|
+
}
|
|
7374
|
+
],
|
|
7375
|
+
"name": "setDirectMintingLargeMintingThrottling",
|
|
7376
|
+
"outputs": [],
|
|
7377
|
+
"stateMutability": "nonpayable",
|
|
7378
|
+
"type": "function"
|
|
7379
|
+
},
|
|
7380
|
+
{
|
|
7381
|
+
"inputs": [
|
|
7382
|
+
{
|
|
7383
|
+
"internalType": "uint256",
|
|
7384
|
+
"name": "_seconds",
|
|
7385
|
+
"type": "uint256"
|
|
7386
|
+
}
|
|
7387
|
+
],
|
|
7388
|
+
"name": "setDirectMintingOthersCanExecuteAfterSeconds",
|
|
7389
|
+
"outputs": [],
|
|
7390
|
+
"stateMutability": "nonpayable",
|
|
7391
|
+
"type": "function"
|
|
7392
|
+
},
|
|
7393
|
+
{
|
|
7394
|
+
"inputs": [
|
|
7395
|
+
{
|
|
7396
|
+
"internalType": "uint256",
|
|
7397
|
+
"name": "_valueUBA",
|
|
7398
|
+
"type": "uint256"
|
|
7399
|
+
}
|
|
7400
|
+
],
|
|
7401
|
+
"name": "setMinimumRedeemAmountUBA",
|
|
7402
|
+
"outputs": [],
|
|
7403
|
+
"stateMutability": "nonpayable",
|
|
7404
|
+
"type": "function"
|
|
7405
|
+
},
|
|
7406
|
+
{
|
|
7407
|
+
"inputs": [
|
|
7408
|
+
{
|
|
7409
|
+
"internalType": "address",
|
|
7410
|
+
"name": "_mintingTagManager",
|
|
7411
|
+
"type": "address"
|
|
7412
|
+
}
|
|
7413
|
+
],
|
|
7414
|
+
"name": "setMintingTagManager",
|
|
7415
|
+
"outputs": [],
|
|
7416
|
+
"stateMutability": "nonpayable",
|
|
7417
|
+
"type": "function"
|
|
7418
|
+
},
|
|
6093
7419
|
{
|
|
6094
7420
|
"inputs": [
|
|
6095
7421
|
{
|
|
@@ -6103,6 +7429,19 @@
|
|
|
6103
7429
|
"stateMutability": "nonpayable",
|
|
6104
7430
|
"type": "function"
|
|
6105
7431
|
},
|
|
7432
|
+
{
|
|
7433
|
+
"inputs": [
|
|
7434
|
+
{
|
|
7435
|
+
"internalType": "address",
|
|
7436
|
+
"name": "_smartAccountManager",
|
|
7437
|
+
"type": "address"
|
|
7438
|
+
}
|
|
7439
|
+
],
|
|
7440
|
+
"name": "setSmartAccountManager",
|
|
7441
|
+
"outputs": [],
|
|
7442
|
+
"stateMutability": "nonpayable",
|
|
7443
|
+
"type": "function"
|
|
7444
|
+
},
|
|
6106
7445
|
{
|
|
6107
7446
|
"inputs": [
|
|
6108
7447
|
{
|
|
@@ -6159,6 +7498,19 @@
|
|
|
6159
7498
|
"stateMutability": "nonpayable",
|
|
6160
7499
|
"type": "function"
|
|
6161
7500
|
},
|
|
7501
|
+
{
|
|
7502
|
+
"inputs": [
|
|
7503
|
+
{
|
|
7504
|
+
"internalType": "uint256",
|
|
7505
|
+
"name": "_timestamp",
|
|
7506
|
+
"type": "uint256"
|
|
7507
|
+
}
|
|
7508
|
+
],
|
|
7509
|
+
"name": "unblockDirectMintingsUntil",
|
|
7510
|
+
"outputs": [],
|
|
7511
|
+
"stateMutability": "nonpayable",
|
|
7512
|
+
"type": "function"
|
|
7513
|
+
},
|
|
6162
7514
|
{
|
|
6163
7515
|
"inputs": [
|
|
6164
7516
|
{
|
|
@@ -6358,5 +7710,136 @@
|
|
|
6358
7710
|
"outputs": [],
|
|
6359
7711
|
"stateMutability": "nonpayable",
|
|
6360
7712
|
"type": "function"
|
|
7713
|
+
},
|
|
7714
|
+
{
|
|
7715
|
+
"inputs": [
|
|
7716
|
+
{
|
|
7717
|
+
"components": [
|
|
7718
|
+
{
|
|
7719
|
+
"internalType": "bytes32[]",
|
|
7720
|
+
"name": "merkleProof",
|
|
7721
|
+
"type": "bytes32[]"
|
|
7722
|
+
},
|
|
7723
|
+
{
|
|
7724
|
+
"components": [
|
|
7725
|
+
{
|
|
7726
|
+
"internalType": "bytes32",
|
|
7727
|
+
"name": "attestationType",
|
|
7728
|
+
"type": "bytes32"
|
|
7729
|
+
},
|
|
7730
|
+
{
|
|
7731
|
+
"internalType": "bytes32",
|
|
7732
|
+
"name": "sourceId",
|
|
7733
|
+
"type": "bytes32"
|
|
7734
|
+
},
|
|
7735
|
+
{
|
|
7736
|
+
"internalType": "uint64",
|
|
7737
|
+
"name": "votingRound",
|
|
7738
|
+
"type": "uint64"
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"internalType": "uint64",
|
|
7742
|
+
"name": "lowestUsedTimestamp",
|
|
7743
|
+
"type": "uint64"
|
|
7744
|
+
},
|
|
7745
|
+
{
|
|
7746
|
+
"components": [
|
|
7747
|
+
{
|
|
7748
|
+
"internalType": "uint64",
|
|
7749
|
+
"name": "minimalBlockNumber",
|
|
7750
|
+
"type": "uint64"
|
|
7751
|
+
},
|
|
7752
|
+
{
|
|
7753
|
+
"internalType": "uint64",
|
|
7754
|
+
"name": "deadlineBlockNumber",
|
|
7755
|
+
"type": "uint64"
|
|
7756
|
+
},
|
|
7757
|
+
{
|
|
7758
|
+
"internalType": "uint64",
|
|
7759
|
+
"name": "deadlineTimestamp",
|
|
7760
|
+
"type": "uint64"
|
|
7761
|
+
},
|
|
7762
|
+
{
|
|
7763
|
+
"internalType": "bytes32",
|
|
7764
|
+
"name": "destinationAddressHash",
|
|
7765
|
+
"type": "bytes32"
|
|
7766
|
+
},
|
|
7767
|
+
{
|
|
7768
|
+
"internalType": "uint256",
|
|
7769
|
+
"name": "amount",
|
|
7770
|
+
"type": "uint256"
|
|
7771
|
+
},
|
|
7772
|
+
{
|
|
7773
|
+
"internalType": "bool",
|
|
7774
|
+
"name": "checkFirstMemoData",
|
|
7775
|
+
"type": "bool"
|
|
7776
|
+
},
|
|
7777
|
+
{
|
|
7778
|
+
"internalType": "bytes32",
|
|
7779
|
+
"name": "firstMemoDataHash",
|
|
7780
|
+
"type": "bytes32"
|
|
7781
|
+
},
|
|
7782
|
+
{
|
|
7783
|
+
"internalType": "bool",
|
|
7784
|
+
"name": "checkDestinationTag",
|
|
7785
|
+
"type": "bool"
|
|
7786
|
+
},
|
|
7787
|
+
{
|
|
7788
|
+
"internalType": "uint256",
|
|
7789
|
+
"name": "destinationTag",
|
|
7790
|
+
"type": "uint256"
|
|
7791
|
+
},
|
|
7792
|
+
{
|
|
7793
|
+
"internalType": "address",
|
|
7794
|
+
"name": "proofOwner",
|
|
7795
|
+
"type": "address"
|
|
7796
|
+
}
|
|
7797
|
+
],
|
|
7798
|
+
"internalType": "struct IXRPPaymentNonexistence.RequestBody",
|
|
7799
|
+
"name": "requestBody",
|
|
7800
|
+
"type": "tuple"
|
|
7801
|
+
},
|
|
7802
|
+
{
|
|
7803
|
+
"components": [
|
|
7804
|
+
{
|
|
7805
|
+
"internalType": "uint64",
|
|
7806
|
+
"name": "minimalBlockTimestamp",
|
|
7807
|
+
"type": "uint64"
|
|
7808
|
+
},
|
|
7809
|
+
{
|
|
7810
|
+
"internalType": "uint64",
|
|
7811
|
+
"name": "firstOverflowBlockNumber",
|
|
7812
|
+
"type": "uint64"
|
|
7813
|
+
},
|
|
7814
|
+
{
|
|
7815
|
+
"internalType": "uint64",
|
|
7816
|
+
"name": "firstOverflowBlockTimestamp",
|
|
7817
|
+
"type": "uint64"
|
|
7818
|
+
}
|
|
7819
|
+
],
|
|
7820
|
+
"internalType": "struct IXRPPaymentNonexistence.ResponseBody",
|
|
7821
|
+
"name": "responseBody",
|
|
7822
|
+
"type": "tuple"
|
|
7823
|
+
}
|
|
7824
|
+
],
|
|
7825
|
+
"internalType": "struct IXRPPaymentNonexistence.Response",
|
|
7826
|
+
"name": "data",
|
|
7827
|
+
"type": "tuple"
|
|
7828
|
+
}
|
|
7829
|
+
],
|
|
7830
|
+
"internalType": "struct IXRPPaymentNonexistence.Proof",
|
|
7831
|
+
"name": "_proof",
|
|
7832
|
+
"type": "tuple"
|
|
7833
|
+
},
|
|
7834
|
+
{
|
|
7835
|
+
"internalType": "uint256",
|
|
7836
|
+
"name": "_redemptionRequestId",
|
|
7837
|
+
"type": "uint256"
|
|
7838
|
+
}
|
|
7839
|
+
],
|
|
7840
|
+
"name": "xrpRedemptionPaymentDefault",
|
|
7841
|
+
"outputs": [],
|
|
7842
|
+
"stateMutability": "nonpayable",
|
|
7843
|
+
"type": "function"
|
|
6361
7844
|
}
|
|
6362
7845
|
]
|