@flarenetwork/flare-periphery-contract-artifacts 0.1.45 → 0.1.47
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/IMintingTagManager.sol/IMintingTagManager.json +586 -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/IMintingTagManager.sol/IMintingTagManager.json +586 -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/IMintingTagManager.sol/IMintingTagManager.json +586 -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/IMintingTagManager.sol/IMintingTagManager.json +586 -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/IMintingTagManager.sol/IMintingTagManager.json +586 -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 +248 -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/IMintingTagManager.sol/IMintingTagManager.json +586 -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/IMintingTagManager.sol/IMintingTagManager.json +586 -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/IMintingTagManager.sol/IMintingTagManager.json +586 -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
package/dist/coston2/artifacts/contracts/IMasterAccountController.sol/IMasterAccountController.json
CHANGED
|
@@ -65,8 +65,14 @@
|
|
|
65
65
|
"type": "error"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
|
-
"inputs": [
|
|
69
|
-
|
|
68
|
+
"inputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "bytes",
|
|
71
|
+
"name": "returnData",
|
|
72
|
+
"type": "bytes"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"name": "CallFailed",
|
|
70
76
|
"type": "error"
|
|
71
77
|
},
|
|
72
78
|
{
|
|
@@ -89,21 +95,32 @@
|
|
|
89
95
|
"inputs": [
|
|
90
96
|
{
|
|
91
97
|
"internalType": "uint256",
|
|
92
|
-
"name": "
|
|
98
|
+
"name": "amount",
|
|
99
|
+
"type": "uint256"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"internalType": "uint256",
|
|
103
|
+
"name": "fee",
|
|
93
104
|
"type": "uint256"
|
|
94
105
|
}
|
|
95
106
|
],
|
|
96
|
-
"name": "
|
|
107
|
+
"name": "InsufficientAmountForFee",
|
|
97
108
|
"type": "error"
|
|
98
109
|
},
|
|
99
110
|
{
|
|
100
|
-
"inputs": [
|
|
101
|
-
|
|
111
|
+
"inputs": [
|
|
112
|
+
{
|
|
113
|
+
"internalType": "uint256",
|
|
114
|
+
"name": "agentVaultId",
|
|
115
|
+
"type": "uint256"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"name": "InvalidAgentVault",
|
|
102
119
|
"type": "error"
|
|
103
120
|
},
|
|
104
121
|
{
|
|
105
122
|
"inputs": [],
|
|
106
|
-
"name": "
|
|
123
|
+
"name": "InvalidAmount",
|
|
107
124
|
"type": "error"
|
|
108
125
|
},
|
|
109
126
|
{
|
|
@@ -116,11 +133,6 @@
|
|
|
116
133
|
"name": "InvalidExecutorFee",
|
|
117
134
|
"type": "error"
|
|
118
135
|
},
|
|
119
|
-
{
|
|
120
|
-
"inputs": [],
|
|
121
|
-
"name": "InvalidFeedId",
|
|
122
|
-
"type": "error"
|
|
123
|
-
},
|
|
124
136
|
{
|
|
125
137
|
"inputs": [
|
|
126
138
|
{
|
|
@@ -148,6 +160,17 @@
|
|
|
148
160
|
"name": "InvalidInstructionFee",
|
|
149
161
|
"type": "error"
|
|
150
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"inputs": [
|
|
165
|
+
{
|
|
166
|
+
"internalType": "uint8",
|
|
167
|
+
"name": "instructionId",
|
|
168
|
+
"type": "uint8"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"name": "InvalidInstructionId",
|
|
172
|
+
"type": "error"
|
|
173
|
+
},
|
|
151
174
|
{
|
|
152
175
|
"inputs": [
|
|
153
176
|
{
|
|
@@ -161,7 +184,7 @@
|
|
|
161
184
|
},
|
|
162
185
|
{
|
|
163
186
|
"inputs": [],
|
|
164
|
-
"name": "
|
|
187
|
+
"name": "InvalidMemoData",
|
|
165
188
|
"type": "error"
|
|
166
189
|
},
|
|
167
190
|
{
|
|
@@ -169,6 +192,38 @@
|
|
|
169
192
|
"name": "InvalidMinter",
|
|
170
193
|
"type": "error"
|
|
171
194
|
},
|
|
195
|
+
{
|
|
196
|
+
"inputs": [
|
|
197
|
+
{
|
|
198
|
+
"internalType": "uint256",
|
|
199
|
+
"name": "expected",
|
|
200
|
+
"type": "uint256"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"internalType": "uint256",
|
|
204
|
+
"name": "actual",
|
|
205
|
+
"type": "uint256"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"name": "InvalidNonce",
|
|
209
|
+
"type": "error"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"inputs": [
|
|
213
|
+
{
|
|
214
|
+
"internalType": "uint256",
|
|
215
|
+
"name": "currentNonce",
|
|
216
|
+
"type": "uint256"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"internalType": "uint256",
|
|
220
|
+
"name": "newNonce",
|
|
221
|
+
"type": "uint256"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"name": "InvalidNonceIncrease",
|
|
225
|
+
"type": "error"
|
|
226
|
+
},
|
|
172
227
|
{
|
|
173
228
|
"inputs": [
|
|
174
229
|
{
|
|
@@ -190,24 +245,30 @@
|
|
|
190
245
|
"name": "InvalidPersonalAccountImplementation",
|
|
191
246
|
"type": "error"
|
|
192
247
|
},
|
|
193
|
-
{
|
|
194
|
-
"inputs": [],
|
|
195
|
-
"name": "InvalidPoolFeeTierPPM",
|
|
196
|
-
"type": "error"
|
|
197
|
-
},
|
|
198
248
|
{
|
|
199
249
|
"inputs": [],
|
|
200
250
|
"name": "InvalidReceivingAddressHash",
|
|
201
251
|
"type": "error"
|
|
202
252
|
},
|
|
203
253
|
{
|
|
204
|
-
"inputs": [
|
|
205
|
-
|
|
254
|
+
"inputs": [
|
|
255
|
+
{
|
|
256
|
+
"internalType": "address",
|
|
257
|
+
"name": "sender",
|
|
258
|
+
"type": "address"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"internalType": "address",
|
|
262
|
+
"name": "personalAccount",
|
|
263
|
+
"type": "address"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"name": "InvalidSender",
|
|
206
267
|
"type": "error"
|
|
207
268
|
},
|
|
208
269
|
{
|
|
209
270
|
"inputs": [],
|
|
210
|
-
"name": "
|
|
271
|
+
"name": "InvalidSourceId",
|
|
211
272
|
"type": "error"
|
|
212
273
|
},
|
|
213
274
|
{
|
|
@@ -225,11 +286,6 @@
|
|
|
225
286
|
"name": "InvalidTransactionStatus",
|
|
226
287
|
"type": "error"
|
|
227
288
|
},
|
|
228
|
-
{
|
|
229
|
-
"inputs": [],
|
|
230
|
-
"name": "InvalidUniswapV3Router",
|
|
231
|
-
"type": "error"
|
|
232
|
-
},
|
|
233
289
|
{
|
|
234
290
|
"inputs": [
|
|
235
291
|
{
|
|
@@ -244,7 +300,7 @@
|
|
|
244
300
|
{
|
|
245
301
|
"inputs": [
|
|
246
302
|
{
|
|
247
|
-
"internalType": "
|
|
303
|
+
"internalType": "enum IVaultsFacet.VaultType",
|
|
248
304
|
"name": "vaultType",
|
|
249
305
|
"type": "uint8"
|
|
250
306
|
}
|
|
@@ -263,6 +319,11 @@
|
|
|
263
319
|
"name": "InvalidXrplProviderWallet",
|
|
264
320
|
"type": "error"
|
|
265
321
|
},
|
|
322
|
+
{
|
|
323
|
+
"inputs": [],
|
|
324
|
+
"name": "IsPaused",
|
|
325
|
+
"type": "error"
|
|
326
|
+
},
|
|
266
327
|
{
|
|
267
328
|
"inputs": [],
|
|
268
329
|
"name": "MintingNotCompleted",
|
|
@@ -273,36 +334,58 @@
|
|
|
273
334
|
"name": "MismatchingSourceAndXrplAddr",
|
|
274
335
|
"type": "error"
|
|
275
336
|
},
|
|
337
|
+
{
|
|
338
|
+
"inputs": [
|
|
339
|
+
{
|
|
340
|
+
"internalType": "address",
|
|
341
|
+
"name": "account",
|
|
342
|
+
"type": "address"
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"name": "NotPauser",
|
|
346
|
+
"type": "error"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"inputs": [
|
|
350
|
+
{
|
|
351
|
+
"internalType": "address",
|
|
352
|
+
"name": "account",
|
|
353
|
+
"type": "address"
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"name": "NotUnpauser",
|
|
357
|
+
"type": "error"
|
|
358
|
+
},
|
|
276
359
|
{
|
|
277
360
|
"inputs": [],
|
|
278
|
-
"name": "
|
|
361
|
+
"name": "OnlyAssetManager",
|
|
279
362
|
"type": "error"
|
|
280
363
|
},
|
|
281
364
|
{
|
|
282
365
|
"inputs": [
|
|
283
366
|
{
|
|
284
367
|
"internalType": "address",
|
|
285
|
-
"name": "
|
|
368
|
+
"name": "account",
|
|
286
369
|
"type": "address"
|
|
287
370
|
}
|
|
288
371
|
],
|
|
289
|
-
"name": "
|
|
372
|
+
"name": "PauserAlreadyAdded",
|
|
290
373
|
"type": "error"
|
|
291
374
|
},
|
|
292
375
|
{
|
|
293
376
|
"inputs": [],
|
|
294
|
-
"name": "
|
|
377
|
+
"name": "PaymentProofExpired",
|
|
295
378
|
"type": "error"
|
|
296
379
|
},
|
|
297
380
|
{
|
|
298
381
|
"inputs": [
|
|
299
382
|
{
|
|
300
383
|
"internalType": "address",
|
|
301
|
-
"name": "
|
|
384
|
+
"name": "personalAccountAddress",
|
|
302
385
|
"type": "address"
|
|
303
386
|
}
|
|
304
387
|
],
|
|
305
|
-
"name": "
|
|
388
|
+
"name": "PersonalAccountNotSuccessfullyDeployed",
|
|
306
389
|
"type": "error"
|
|
307
390
|
},
|
|
308
391
|
{
|
|
@@ -330,6 +413,28 @@
|
|
|
330
413
|
"name": "UnknownCollateralReservationId",
|
|
331
414
|
"type": "error"
|
|
332
415
|
},
|
|
416
|
+
{
|
|
417
|
+
"inputs": [
|
|
418
|
+
{
|
|
419
|
+
"internalType": "address",
|
|
420
|
+
"name": "account",
|
|
421
|
+
"type": "address"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"name": "UnpauserAlreadyAdded",
|
|
425
|
+
"type": "error"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"inputs": [
|
|
429
|
+
{
|
|
430
|
+
"internalType": "enum IVaultsFacet.VaultType",
|
|
431
|
+
"name": "vaultType",
|
|
432
|
+
"type": "uint8"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"name": "UnsupportedVaultType",
|
|
436
|
+
"type": "error"
|
|
437
|
+
},
|
|
333
438
|
{
|
|
334
439
|
"inputs": [],
|
|
335
440
|
"name": "ValueZero",
|
|
@@ -384,6 +489,22 @@
|
|
|
384
489
|
"name": "VaultsLengthsMismatch",
|
|
385
490
|
"type": "error"
|
|
386
491
|
},
|
|
492
|
+
{
|
|
493
|
+
"inputs": [
|
|
494
|
+
{
|
|
495
|
+
"internalType": "address",
|
|
496
|
+
"name": "expected",
|
|
497
|
+
"type": "address"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"internalType": "address",
|
|
501
|
+
"name": "actual",
|
|
502
|
+
"type": "address"
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"name": "WrongExecutor",
|
|
506
|
+
"type": "error"
|
|
507
|
+
},
|
|
387
508
|
{
|
|
388
509
|
"inputs": [
|
|
389
510
|
{
|
|
@@ -599,74 +720,6 @@
|
|
|
599
720
|
"name": "CollateralReserved",
|
|
600
721
|
"type": "event"
|
|
601
722
|
},
|
|
602
|
-
{
|
|
603
|
-
"anonymous": false,
|
|
604
|
-
"inputs": [
|
|
605
|
-
{
|
|
606
|
-
"indexed": true,
|
|
607
|
-
"internalType": "bytes32",
|
|
608
|
-
"name": "customInstructionHash",
|
|
609
|
-
"type": "bytes32"
|
|
610
|
-
}
|
|
611
|
-
],
|
|
612
|
-
"name": "CustomInstructionAlreadyRegistered",
|
|
613
|
-
"type": "event"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"anonymous": false,
|
|
617
|
-
"inputs": [
|
|
618
|
-
{
|
|
619
|
-
"indexed": true,
|
|
620
|
-
"internalType": "address",
|
|
621
|
-
"name": "personalAccount",
|
|
622
|
-
"type": "address"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"indexed": true,
|
|
626
|
-
"internalType": "bytes32",
|
|
627
|
-
"name": "callHash",
|
|
628
|
-
"type": "bytes32"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"components": [
|
|
632
|
-
{
|
|
633
|
-
"internalType": "address",
|
|
634
|
-
"name": "targetContract",
|
|
635
|
-
"type": "address"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"internalType": "uint256",
|
|
639
|
-
"name": "value",
|
|
640
|
-
"type": "uint256"
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"internalType": "bytes",
|
|
644
|
-
"name": "data",
|
|
645
|
-
"type": "bytes"
|
|
646
|
-
}
|
|
647
|
-
],
|
|
648
|
-
"indexed": false,
|
|
649
|
-
"internalType": "struct ICustomInstructionsFacet.CustomCall[]",
|
|
650
|
-
"name": "customInstruction",
|
|
651
|
-
"type": "tuple[]"
|
|
652
|
-
}
|
|
653
|
-
],
|
|
654
|
-
"name": "CustomInstructionExecuted",
|
|
655
|
-
"type": "event"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"anonymous": false,
|
|
659
|
-
"inputs": [
|
|
660
|
-
{
|
|
661
|
-
"indexed": true,
|
|
662
|
-
"internalType": "bytes32",
|
|
663
|
-
"name": "customInstructionHash",
|
|
664
|
-
"type": "bytes32"
|
|
665
|
-
}
|
|
666
|
-
],
|
|
667
|
-
"name": "CustomInstructionRegistered",
|
|
668
|
-
"type": "event"
|
|
669
|
-
},
|
|
670
723
|
{
|
|
671
724
|
"anonymous": false,
|
|
672
725
|
"inputs": [
|
|
@@ -753,32 +806,6 @@
|
|
|
753
806
|
"name": "DiamondCut",
|
|
754
807
|
"type": "event"
|
|
755
808
|
},
|
|
756
|
-
{
|
|
757
|
-
"anonymous": false,
|
|
758
|
-
"inputs": [
|
|
759
|
-
{
|
|
760
|
-
"indexed": false,
|
|
761
|
-
"internalType": "uint256",
|
|
762
|
-
"name": "executorFee",
|
|
763
|
-
"type": "uint256"
|
|
764
|
-
}
|
|
765
|
-
],
|
|
766
|
-
"name": "ExecutorFeeSet",
|
|
767
|
-
"type": "event"
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"anonymous": false,
|
|
771
|
-
"inputs": [
|
|
772
|
-
{
|
|
773
|
-
"indexed": false,
|
|
774
|
-
"internalType": "address",
|
|
775
|
-
"name": "executor",
|
|
776
|
-
"type": "address"
|
|
777
|
-
}
|
|
778
|
-
],
|
|
779
|
-
"name": "ExecutorSet",
|
|
780
|
-
"type": "event"
|
|
781
|
-
},
|
|
782
809
|
{
|
|
783
810
|
"anonymous": false,
|
|
784
811
|
"inputs": [
|
|
@@ -788,16 +815,28 @@
|
|
|
788
815
|
"name": "personalAccount",
|
|
789
816
|
"type": "address"
|
|
790
817
|
},
|
|
818
|
+
{
|
|
819
|
+
"indexed": true,
|
|
820
|
+
"internalType": "bytes32",
|
|
821
|
+
"name": "transactionId",
|
|
822
|
+
"type": "bytes32"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"indexed": false,
|
|
826
|
+
"internalType": "string",
|
|
827
|
+
"name": "sourceAddress",
|
|
828
|
+
"type": "string"
|
|
829
|
+
},
|
|
791
830
|
{
|
|
792
831
|
"indexed": false,
|
|
793
832
|
"internalType": "uint256",
|
|
794
|
-
"name": "
|
|
833
|
+
"name": "amount",
|
|
795
834
|
"type": "uint256"
|
|
796
835
|
},
|
|
797
836
|
{
|
|
798
837
|
"indexed": false,
|
|
799
838
|
"internalType": "uint256",
|
|
800
|
-
"name": "
|
|
839
|
+
"name": "executorFee",
|
|
801
840
|
"type": "uint256"
|
|
802
841
|
},
|
|
803
842
|
{
|
|
@@ -805,7 +844,14 @@
|
|
|
805
844
|
"internalType": "address",
|
|
806
845
|
"name": "executor",
|
|
807
846
|
"type": "address"
|
|
808
|
-
}
|
|
847
|
+
}
|
|
848
|
+
],
|
|
849
|
+
"name": "DirectMintingExecuted",
|
|
850
|
+
"type": "event"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"anonymous": false,
|
|
854
|
+
"inputs": [
|
|
809
855
|
{
|
|
810
856
|
"indexed": false,
|
|
811
857
|
"internalType": "uint256",
|
|
@@ -813,7 +859,7 @@
|
|
|
813
859
|
"type": "uint256"
|
|
814
860
|
}
|
|
815
861
|
],
|
|
816
|
-
"name": "
|
|
862
|
+
"name": "ExecutorFeeSet",
|
|
817
863
|
"type": "event"
|
|
818
864
|
},
|
|
819
865
|
{
|
|
@@ -824,8 +870,90 @@
|
|
|
824
870
|
"internalType": "address",
|
|
825
871
|
"name": "personalAccount",
|
|
826
872
|
"type": "address"
|
|
827
|
-
}
|
|
828
|
-
|
|
873
|
+
}
|
|
874
|
+
],
|
|
875
|
+
"name": "ExecutorRemoved",
|
|
876
|
+
"type": "event"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"anonymous": false,
|
|
880
|
+
"inputs": [
|
|
881
|
+
{
|
|
882
|
+
"indexed": false,
|
|
883
|
+
"internalType": "address",
|
|
884
|
+
"name": "executor",
|
|
885
|
+
"type": "address"
|
|
886
|
+
}
|
|
887
|
+
],
|
|
888
|
+
"name": "ExecutorSet",
|
|
889
|
+
"type": "event"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"anonymous": false,
|
|
893
|
+
"inputs": [
|
|
894
|
+
{
|
|
895
|
+
"indexed": true,
|
|
896
|
+
"internalType": "address",
|
|
897
|
+
"name": "personalAccount",
|
|
898
|
+
"type": "address"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"indexed": true,
|
|
902
|
+
"internalType": "address",
|
|
903
|
+
"name": "executor",
|
|
904
|
+
"type": "address"
|
|
905
|
+
}
|
|
906
|
+
],
|
|
907
|
+
"name": "ExecutorSet",
|
|
908
|
+
"type": "event"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"anonymous": false,
|
|
912
|
+
"inputs": [
|
|
913
|
+
{
|
|
914
|
+
"indexed": true,
|
|
915
|
+
"internalType": "address",
|
|
916
|
+
"name": "personalAccount",
|
|
917
|
+
"type": "address"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"indexed": false,
|
|
921
|
+
"internalType": "uint256",
|
|
922
|
+
"name": "lots",
|
|
923
|
+
"type": "uint256"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"indexed": false,
|
|
927
|
+
"internalType": "uint256",
|
|
928
|
+
"name": "amount",
|
|
929
|
+
"type": "uint256"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"indexed": false,
|
|
933
|
+
"internalType": "address",
|
|
934
|
+
"name": "executor",
|
|
935
|
+
"type": "address"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"indexed": false,
|
|
939
|
+
"internalType": "uint256",
|
|
940
|
+
"name": "executorFee",
|
|
941
|
+
"type": "uint256"
|
|
942
|
+
}
|
|
943
|
+
],
|
|
944
|
+
"name": "FXrpRedeemed",
|
|
945
|
+
"type": "event"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"anonymous": false,
|
|
949
|
+
"inputs": [
|
|
950
|
+
{
|
|
951
|
+
"indexed": true,
|
|
952
|
+
"internalType": "address",
|
|
953
|
+
"name": "personalAccount",
|
|
954
|
+
"type": "address"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
829
957
|
"indexed": false,
|
|
830
958
|
"internalType": "address",
|
|
831
959
|
"name": "to",
|
|
@@ -841,6 +969,25 @@
|
|
|
841
969
|
"name": "FXrpTransferred",
|
|
842
970
|
"type": "event"
|
|
843
971
|
},
|
|
972
|
+
{
|
|
973
|
+
"anonymous": false,
|
|
974
|
+
"inputs": [
|
|
975
|
+
{
|
|
976
|
+
"indexed": true,
|
|
977
|
+
"internalType": "address",
|
|
978
|
+
"name": "personalAccount",
|
|
979
|
+
"type": "address"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"indexed": true,
|
|
983
|
+
"internalType": "bytes32",
|
|
984
|
+
"name": "targetTxId",
|
|
985
|
+
"type": "bytes32"
|
|
986
|
+
}
|
|
987
|
+
],
|
|
988
|
+
"name": "IgnoreMemoSet",
|
|
989
|
+
"type": "event"
|
|
990
|
+
},
|
|
844
991
|
{
|
|
845
992
|
"anonymous": false,
|
|
846
993
|
"inputs": [
|
|
@@ -910,6 +1057,25 @@
|
|
|
910
1057
|
"name": "InstructionFeeSet",
|
|
911
1058
|
"type": "event"
|
|
912
1059
|
},
|
|
1060
|
+
{
|
|
1061
|
+
"anonymous": false,
|
|
1062
|
+
"inputs": [
|
|
1063
|
+
{
|
|
1064
|
+
"indexed": true,
|
|
1065
|
+
"internalType": "address",
|
|
1066
|
+
"name": "personalAccount",
|
|
1067
|
+
"type": "address"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"indexed": false,
|
|
1071
|
+
"internalType": "uint256",
|
|
1072
|
+
"name": "newNonce",
|
|
1073
|
+
"type": "uint256"
|
|
1074
|
+
}
|
|
1075
|
+
],
|
|
1076
|
+
"name": "NonceIncreased",
|
|
1077
|
+
"type": "event"
|
|
1078
|
+
},
|
|
913
1079
|
{
|
|
914
1080
|
"anonymous": false,
|
|
915
1081
|
"inputs": [
|
|
@@ -929,6 +1095,45 @@
|
|
|
929
1095
|
"name": "OwnershipTransferred",
|
|
930
1096
|
"type": "event"
|
|
931
1097
|
},
|
|
1098
|
+
{
|
|
1099
|
+
"anonymous": false,
|
|
1100
|
+
"inputs": [
|
|
1101
|
+
{
|
|
1102
|
+
"indexed": true,
|
|
1103
|
+
"internalType": "address",
|
|
1104
|
+
"name": "account",
|
|
1105
|
+
"type": "address"
|
|
1106
|
+
}
|
|
1107
|
+
],
|
|
1108
|
+
"name": "Paused",
|
|
1109
|
+
"type": "event"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"anonymous": false,
|
|
1113
|
+
"inputs": [
|
|
1114
|
+
{
|
|
1115
|
+
"indexed": true,
|
|
1116
|
+
"internalType": "address",
|
|
1117
|
+
"name": "account",
|
|
1118
|
+
"type": "address"
|
|
1119
|
+
}
|
|
1120
|
+
],
|
|
1121
|
+
"name": "PauserAdded",
|
|
1122
|
+
"type": "event"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"anonymous": false,
|
|
1126
|
+
"inputs": [
|
|
1127
|
+
{
|
|
1128
|
+
"indexed": true,
|
|
1129
|
+
"internalType": "address",
|
|
1130
|
+
"name": "account",
|
|
1131
|
+
"type": "address"
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"name": "PauserRemoved",
|
|
1135
|
+
"type": "event"
|
|
1136
|
+
},
|
|
932
1137
|
{
|
|
933
1138
|
"anonymous": false,
|
|
934
1139
|
"inputs": [
|
|
@@ -1065,85 +1270,18 @@
|
|
|
1065
1270
|
},
|
|
1066
1271
|
{
|
|
1067
1272
|
"indexed": true,
|
|
1068
|
-
"internalType": "
|
|
1069
|
-
"name": "
|
|
1070
|
-
"type": "
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"indexed": true,
|
|
1074
|
-
"internalType": "address",
|
|
1075
|
-
"name": "tokenOut",
|
|
1076
|
-
"type": "address"
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"indexed": false,
|
|
1080
|
-
"internalType": "string",
|
|
1081
|
-
"name": "xrplOwner",
|
|
1082
|
-
"type": "string"
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
"indexed": false,
|
|
1086
|
-
"internalType": "uint256",
|
|
1087
|
-
"name": "amountIn",
|
|
1088
|
-
"type": "uint256"
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"indexed": false,
|
|
1092
|
-
"internalType": "uint256",
|
|
1093
|
-
"name": "amountOut",
|
|
1094
|
-
"type": "uint256"
|
|
1095
|
-
}
|
|
1096
|
-
],
|
|
1097
|
-
"name": "SwapExecuted",
|
|
1098
|
-
"type": "event"
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"anonymous": false,
|
|
1102
|
-
"inputs": [
|
|
1103
|
-
{
|
|
1104
|
-
"indexed": false,
|
|
1105
|
-
"internalType": "address",
|
|
1106
|
-
"name": "uniswapV3Router",
|
|
1107
|
-
"type": "address"
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"indexed": false,
|
|
1111
|
-
"internalType": "address",
|
|
1112
|
-
"name": "stableCoin",
|
|
1113
|
-
"type": "address"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"indexed": false,
|
|
1117
|
-
"internalType": "uint24",
|
|
1118
|
-
"name": "wNatStableCoinPoolFeeTierPPM",
|
|
1119
|
-
"type": "uint24"
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"indexed": false,
|
|
1123
|
-
"internalType": "uint24",
|
|
1124
|
-
"name": "stableCoinFXrpPoolFeeTierPPM",
|
|
1125
|
-
"type": "uint24"
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"indexed": false,
|
|
1129
|
-
"internalType": "uint24",
|
|
1130
|
-
"name": "maxSlippagePPM",
|
|
1131
|
-
"type": "uint24"
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"indexed": false,
|
|
1135
|
-
"internalType": "bytes21",
|
|
1136
|
-
"name": "stableCoinUsdFeedId",
|
|
1137
|
-
"type": "bytes21"
|
|
1273
|
+
"internalType": "bytes32",
|
|
1274
|
+
"name": "targetTxId",
|
|
1275
|
+
"type": "bytes32"
|
|
1138
1276
|
},
|
|
1139
1277
|
{
|
|
1140
1278
|
"indexed": false,
|
|
1141
|
-
"internalType": "
|
|
1142
|
-
"name": "
|
|
1143
|
-
"type": "
|
|
1279
|
+
"internalType": "uint64",
|
|
1280
|
+
"name": "newFee",
|
|
1281
|
+
"type": "uint64"
|
|
1144
1282
|
}
|
|
1145
1283
|
],
|
|
1146
|
-
"name": "
|
|
1284
|
+
"name": "ReplacementFeeSet",
|
|
1147
1285
|
"type": "event"
|
|
1148
1286
|
},
|
|
1149
1287
|
{
|
|
@@ -1190,24 +1328,57 @@
|
|
|
1190
1328
|
"inputs": [
|
|
1191
1329
|
{
|
|
1192
1330
|
"indexed": true,
|
|
1193
|
-
"internalType": "
|
|
1194
|
-
"name": "
|
|
1195
|
-
"type": "
|
|
1196
|
-
}
|
|
1331
|
+
"internalType": "address",
|
|
1332
|
+
"name": "account",
|
|
1333
|
+
"type": "address"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"name": "Unpaused",
|
|
1337
|
+
"type": "event"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"anonymous": false,
|
|
1341
|
+
"inputs": [
|
|
1197
1342
|
{
|
|
1198
1343
|
"indexed": true,
|
|
1199
1344
|
"internalType": "address",
|
|
1200
|
-
"name": "
|
|
1345
|
+
"name": "account",
|
|
1201
1346
|
"type": "address"
|
|
1202
|
-
}
|
|
1347
|
+
}
|
|
1348
|
+
],
|
|
1349
|
+
"name": "UnpauserAdded",
|
|
1350
|
+
"type": "event"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"anonymous": false,
|
|
1354
|
+
"inputs": [
|
|
1203
1355
|
{
|
|
1204
1356
|
"indexed": true,
|
|
1205
|
-
"internalType": "
|
|
1206
|
-
"name": "
|
|
1207
|
-
"type": "
|
|
1357
|
+
"internalType": "address",
|
|
1358
|
+
"name": "account",
|
|
1359
|
+
"type": "address"
|
|
1208
1360
|
}
|
|
1209
1361
|
],
|
|
1210
|
-
"name": "
|
|
1362
|
+
"name": "UnpauserRemoved",
|
|
1363
|
+
"type": "event"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"anonymous": false,
|
|
1367
|
+
"inputs": [
|
|
1368
|
+
{
|
|
1369
|
+
"indexed": true,
|
|
1370
|
+
"internalType": "address",
|
|
1371
|
+
"name": "personalAccount",
|
|
1372
|
+
"type": "address"
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"indexed": false,
|
|
1376
|
+
"internalType": "uint256",
|
|
1377
|
+
"name": "nonce",
|
|
1378
|
+
"type": "uint256"
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"name": "UserOperationExecuted",
|
|
1211
1382
|
"type": "event"
|
|
1212
1383
|
},
|
|
1213
1384
|
{
|
|
@@ -1227,12 +1398,12 @@
|
|
|
1227
1398
|
},
|
|
1228
1399
|
{
|
|
1229
1400
|
"indexed": true,
|
|
1230
|
-
"internalType": "
|
|
1401
|
+
"internalType": "enum IVaultsFacet.VaultType",
|
|
1231
1402
|
"name": "vaultType",
|
|
1232
1403
|
"type": "uint8"
|
|
1233
1404
|
}
|
|
1234
1405
|
],
|
|
1235
|
-
"name": "
|
|
1406
|
+
"name": "VaultAdded",
|
|
1236
1407
|
"type": "event"
|
|
1237
1408
|
},
|
|
1238
1409
|
{
|
|
@@ -1293,13 +1464,38 @@
|
|
|
1293
1464
|
"type": "event"
|
|
1294
1465
|
},
|
|
1295
1466
|
{
|
|
1296
|
-
"inputs": [
|
|
1467
|
+
"inputs": [],
|
|
1468
|
+
"name": "agentVaults",
|
|
1469
|
+
"outputs": [
|
|
1297
1470
|
{
|
|
1298
1471
|
"components": [
|
|
1299
1472
|
{
|
|
1300
|
-
"internalType": "
|
|
1301
|
-
"name": "
|
|
1302
|
-
"type": "
|
|
1473
|
+
"internalType": "uint256",
|
|
1474
|
+
"name": "agentVaultId",
|
|
1475
|
+
"type": "uint256"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"internalType": "address",
|
|
1479
|
+
"name": "agentVaultAddress",
|
|
1480
|
+
"type": "address"
|
|
1481
|
+
}
|
|
1482
|
+
],
|
|
1483
|
+
"internalType": "struct IReaderFacet.AgentVaultDetails[]",
|
|
1484
|
+
"name": "_agentVaults",
|
|
1485
|
+
"type": "tuple[]"
|
|
1486
|
+
}
|
|
1487
|
+
],
|
|
1488
|
+
"stateMutability": "view",
|
|
1489
|
+
"type": "function"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"inputs": [
|
|
1493
|
+
{
|
|
1494
|
+
"components": [
|
|
1495
|
+
{
|
|
1496
|
+
"internalType": "address",
|
|
1497
|
+
"name": "facetAddress",
|
|
1498
|
+
"type": "address"
|
|
1303
1499
|
},
|
|
1304
1500
|
{
|
|
1305
1501
|
"internalType": "enum IDiamond.FacetCutAction",
|
|
@@ -1332,42 +1528,6 @@
|
|
|
1332
1528
|
"stateMutability": "nonpayable",
|
|
1333
1529
|
"type": "function"
|
|
1334
1530
|
},
|
|
1335
|
-
{
|
|
1336
|
-
"inputs": [
|
|
1337
|
-
{
|
|
1338
|
-
"components": [
|
|
1339
|
-
{
|
|
1340
|
-
"internalType": "address",
|
|
1341
|
-
"name": "targetContract",
|
|
1342
|
-
"type": "address"
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"internalType": "uint256",
|
|
1346
|
-
"name": "value",
|
|
1347
|
-
"type": "uint256"
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"internalType": "bytes",
|
|
1351
|
-
"name": "data",
|
|
1352
|
-
"type": "bytes"
|
|
1353
|
-
}
|
|
1354
|
-
],
|
|
1355
|
-
"internalType": "struct ICustomInstructionsFacet.CustomCall[]",
|
|
1356
|
-
"name": "_customInstruction",
|
|
1357
|
-
"type": "tuple[]"
|
|
1358
|
-
}
|
|
1359
|
-
],
|
|
1360
|
-
"name": "encodeCustomInstruction",
|
|
1361
|
-
"outputs": [
|
|
1362
|
-
{
|
|
1363
|
-
"internalType": "bytes32",
|
|
1364
|
-
"name": "_customInstructionHash",
|
|
1365
|
-
"type": "bytes32"
|
|
1366
|
-
}
|
|
1367
|
-
],
|
|
1368
|
-
"stateMutability": "pure",
|
|
1369
|
-
"type": "function"
|
|
1370
|
-
},
|
|
1371
1531
|
{
|
|
1372
1532
|
"inputs": [
|
|
1373
1533
|
{
|
|
@@ -1775,34 +1935,90 @@
|
|
|
1775
1935
|
{
|
|
1776
1936
|
"inputs": [
|
|
1777
1937
|
{
|
|
1778
|
-
"internalType": "
|
|
1779
|
-
"name": "
|
|
1780
|
-
"type": "
|
|
1938
|
+
"internalType": "string",
|
|
1939
|
+
"name": "_xrplOwner",
|
|
1940
|
+
"type": "string"
|
|
1781
1941
|
}
|
|
1782
1942
|
],
|
|
1783
|
-
"name": "
|
|
1943
|
+
"name": "getBalances",
|
|
1784
1944
|
"outputs": [
|
|
1785
1945
|
{
|
|
1786
1946
|
"components": [
|
|
1787
|
-
{
|
|
1788
|
-
"internalType": "address",
|
|
1789
|
-
"name": "targetContract",
|
|
1790
|
-
"type": "address"
|
|
1791
|
-
},
|
|
1792
1947
|
{
|
|
1793
1948
|
"internalType": "uint256",
|
|
1794
|
-
"name": "
|
|
1949
|
+
"name": "natBalance",
|
|
1795
1950
|
"type": "uint256"
|
|
1796
1951
|
},
|
|
1797
1952
|
{
|
|
1798
|
-
"
|
|
1799
|
-
|
|
1800
|
-
|
|
1953
|
+
"components": [
|
|
1954
|
+
{
|
|
1955
|
+
"internalType": "address",
|
|
1956
|
+
"name": "token",
|
|
1957
|
+
"type": "address"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"internalType": "uint256",
|
|
1961
|
+
"name": "balance",
|
|
1962
|
+
"type": "uint256"
|
|
1963
|
+
}
|
|
1964
|
+
],
|
|
1965
|
+
"internalType": "struct IReaderFacet.TokenBalance",
|
|
1966
|
+
"name": "wNat",
|
|
1967
|
+
"type": "tuple"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"components": [
|
|
1971
|
+
{
|
|
1972
|
+
"internalType": "address",
|
|
1973
|
+
"name": "token",
|
|
1974
|
+
"type": "address"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"internalType": "uint256",
|
|
1978
|
+
"name": "balance",
|
|
1979
|
+
"type": "uint256"
|
|
1980
|
+
}
|
|
1981
|
+
],
|
|
1982
|
+
"internalType": "struct IReaderFacet.TokenBalance",
|
|
1983
|
+
"name": "fXrp",
|
|
1984
|
+
"type": "tuple"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"components": [
|
|
1988
|
+
{
|
|
1989
|
+
"internalType": "uint256",
|
|
1990
|
+
"name": "vaultId",
|
|
1991
|
+
"type": "uint256"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"internalType": "address",
|
|
1995
|
+
"name": "vaultAddress",
|
|
1996
|
+
"type": "address"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"internalType": "enum IVaultsFacet.VaultType",
|
|
2000
|
+
"name": "vaultType",
|
|
2001
|
+
"type": "uint8"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"internalType": "uint256",
|
|
2005
|
+
"name": "shares",
|
|
2006
|
+
"type": "uint256"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"internalType": "uint256",
|
|
2010
|
+
"name": "assets",
|
|
2011
|
+
"type": "uint256"
|
|
2012
|
+
}
|
|
2013
|
+
],
|
|
2014
|
+
"internalType": "struct IReaderFacet.VaultBalance[]",
|
|
2015
|
+
"name": "vaults",
|
|
2016
|
+
"type": "tuple[]"
|
|
1801
2017
|
}
|
|
1802
2018
|
],
|
|
1803
|
-
"internalType": "struct
|
|
1804
|
-
"name": "
|
|
1805
|
-
"type": "tuple
|
|
2019
|
+
"internalType": "struct IReaderFacet.AccountBalances",
|
|
2020
|
+
"name": "_balances",
|
|
2021
|
+
"type": "tuple"
|
|
1806
2022
|
}
|
|
1807
2023
|
],
|
|
1808
2024
|
"stateMutability": "view",
|
|
@@ -1811,27 +2027,90 @@
|
|
|
1811
2027
|
{
|
|
1812
2028
|
"inputs": [
|
|
1813
2029
|
{
|
|
1814
|
-
"internalType": "
|
|
1815
|
-
"name": "
|
|
1816
|
-
"type": "
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"internalType": "uint256",
|
|
1820
|
-
"name": "_end",
|
|
1821
|
-
"type": "uint256"
|
|
2030
|
+
"internalType": "address",
|
|
2031
|
+
"name": "_account",
|
|
2032
|
+
"type": "address"
|
|
1822
2033
|
}
|
|
1823
2034
|
],
|
|
1824
|
-
"name": "
|
|
2035
|
+
"name": "getBalances",
|
|
1825
2036
|
"outputs": [
|
|
1826
2037
|
{
|
|
1827
|
-
"
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
2038
|
+
"components": [
|
|
2039
|
+
{
|
|
2040
|
+
"internalType": "uint256",
|
|
2041
|
+
"name": "natBalance",
|
|
2042
|
+
"type": "uint256"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"components": [
|
|
2046
|
+
{
|
|
2047
|
+
"internalType": "address",
|
|
2048
|
+
"name": "token",
|
|
2049
|
+
"type": "address"
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"internalType": "uint256",
|
|
2053
|
+
"name": "balance",
|
|
2054
|
+
"type": "uint256"
|
|
2055
|
+
}
|
|
2056
|
+
],
|
|
2057
|
+
"internalType": "struct IReaderFacet.TokenBalance",
|
|
2058
|
+
"name": "wNat",
|
|
2059
|
+
"type": "tuple"
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"components": [
|
|
2063
|
+
{
|
|
2064
|
+
"internalType": "address",
|
|
2065
|
+
"name": "token",
|
|
2066
|
+
"type": "address"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"internalType": "uint256",
|
|
2070
|
+
"name": "balance",
|
|
2071
|
+
"type": "uint256"
|
|
2072
|
+
}
|
|
2073
|
+
],
|
|
2074
|
+
"internalType": "struct IReaderFacet.TokenBalance",
|
|
2075
|
+
"name": "fXrp",
|
|
2076
|
+
"type": "tuple"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"components": [
|
|
2080
|
+
{
|
|
2081
|
+
"internalType": "uint256",
|
|
2082
|
+
"name": "vaultId",
|
|
2083
|
+
"type": "uint256"
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"internalType": "address",
|
|
2087
|
+
"name": "vaultAddress",
|
|
2088
|
+
"type": "address"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"internalType": "enum IVaultsFacet.VaultType",
|
|
2092
|
+
"name": "vaultType",
|
|
2093
|
+
"type": "uint8"
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"internalType": "uint256",
|
|
2097
|
+
"name": "shares",
|
|
2098
|
+
"type": "uint256"
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"internalType": "uint256",
|
|
2102
|
+
"name": "assets",
|
|
2103
|
+
"type": "uint256"
|
|
2104
|
+
}
|
|
2105
|
+
],
|
|
2106
|
+
"internalType": "struct IReaderFacet.VaultBalance[]",
|
|
2107
|
+
"name": "vaults",
|
|
2108
|
+
"type": "tuple[]"
|
|
2109
|
+
}
|
|
2110
|
+
],
|
|
2111
|
+
"internalType": "struct IReaderFacet.AccountBalances",
|
|
2112
|
+
"name": "_balances",
|
|
2113
|
+
"type": "tuple"
|
|
1835
2114
|
}
|
|
1836
2115
|
],
|
|
1837
2116
|
"stateMutability": "view",
|
|
@@ -1869,6 +2148,25 @@
|
|
|
1869
2148
|
"stateMutability": "view",
|
|
1870
2149
|
"type": "function"
|
|
1871
2150
|
},
|
|
2151
|
+
{
|
|
2152
|
+
"inputs": [
|
|
2153
|
+
{
|
|
2154
|
+
"internalType": "address",
|
|
2155
|
+
"name": "_personalAccount",
|
|
2156
|
+
"type": "address"
|
|
2157
|
+
}
|
|
2158
|
+
],
|
|
2159
|
+
"name": "getExecutor",
|
|
2160
|
+
"outputs": [
|
|
2161
|
+
{
|
|
2162
|
+
"internalType": "address",
|
|
2163
|
+
"name": "",
|
|
2164
|
+
"type": "address"
|
|
2165
|
+
}
|
|
2166
|
+
],
|
|
2167
|
+
"stateMutability": "view",
|
|
2168
|
+
"type": "function"
|
|
2169
|
+
},
|
|
1872
2170
|
{
|
|
1873
2171
|
"inputs": [],
|
|
1874
2172
|
"name": "getExecutorInfo",
|
|
@@ -1906,6 +2204,38 @@
|
|
|
1906
2204
|
"stateMutability": "view",
|
|
1907
2205
|
"type": "function"
|
|
1908
2206
|
},
|
|
2207
|
+
{
|
|
2208
|
+
"inputs": [
|
|
2209
|
+
{
|
|
2210
|
+
"internalType": "address",
|
|
2211
|
+
"name": "_personalAccount",
|
|
2212
|
+
"type": "address"
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"name": "getNonce",
|
|
2216
|
+
"outputs": [
|
|
2217
|
+
{
|
|
2218
|
+
"internalType": "uint256",
|
|
2219
|
+
"name": "",
|
|
2220
|
+
"type": "uint256"
|
|
2221
|
+
}
|
|
2222
|
+
],
|
|
2223
|
+
"stateMutability": "view",
|
|
2224
|
+
"type": "function"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"inputs": [],
|
|
2228
|
+
"name": "getPausers",
|
|
2229
|
+
"outputs": [
|
|
2230
|
+
{
|
|
2231
|
+
"internalType": "address[]",
|
|
2232
|
+
"name": "",
|
|
2233
|
+
"type": "address[]"
|
|
2234
|
+
}
|
|
2235
|
+
],
|
|
2236
|
+
"stateMutability": "view",
|
|
2237
|
+
"type": "function"
|
|
2238
|
+
},
|
|
1909
2239
|
{
|
|
1910
2240
|
"inputs": [],
|
|
1911
2241
|
"name": "getPaymentProofValidityDurationSeconds",
|
|
@@ -1951,49 +2281,6 @@
|
|
|
1951
2281
|
"stateMutability": "view",
|
|
1952
2282
|
"type": "function"
|
|
1953
2283
|
},
|
|
1954
|
-
{
|
|
1955
|
-
"inputs": [],
|
|
1956
|
-
"name": "getSwapParams",
|
|
1957
|
-
"outputs": [
|
|
1958
|
-
{
|
|
1959
|
-
"internalType": "address",
|
|
1960
|
-
"name": "_uniswapV3Router",
|
|
1961
|
-
"type": "address"
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"internalType": "address",
|
|
1965
|
-
"name": "_stableCoin",
|
|
1966
|
-
"type": "address"
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"internalType": "uint24",
|
|
1970
|
-
"name": "_wNatStableCoinPoolFeeTierPPM",
|
|
1971
|
-
"type": "uint24"
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"internalType": "uint24",
|
|
1975
|
-
"name": "_stableCoinFXrpPoolFeeTierPPM",
|
|
1976
|
-
"type": "uint24"
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"internalType": "uint24",
|
|
1980
|
-
"name": "_maxSlippagePPM",
|
|
1981
|
-
"type": "uint24"
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"internalType": "bytes21",
|
|
1985
|
-
"name": "_stableCoinUsdFeedId",
|
|
1986
|
-
"type": "bytes21"
|
|
1987
|
-
},
|
|
1988
|
-
{
|
|
1989
|
-
"internalType": "bytes21",
|
|
1990
|
-
"name": "_wNatUsdFeedId",
|
|
1991
|
-
"type": "bytes21"
|
|
1992
|
-
}
|
|
1993
|
-
],
|
|
1994
|
-
"stateMutability": "view",
|
|
1995
|
-
"type": "function"
|
|
1996
|
-
},
|
|
1997
2284
|
{
|
|
1998
2285
|
"inputs": [],
|
|
1999
2286
|
"name": "getTimelockDurationSeconds",
|
|
@@ -2026,6 +2313,19 @@
|
|
|
2026
2313
|
"stateMutability": "view",
|
|
2027
2314
|
"type": "function"
|
|
2028
2315
|
},
|
|
2316
|
+
{
|
|
2317
|
+
"inputs": [],
|
|
2318
|
+
"name": "getUnpausers",
|
|
2319
|
+
"outputs": [
|
|
2320
|
+
{
|
|
2321
|
+
"internalType": "address[]",
|
|
2322
|
+
"name": "",
|
|
2323
|
+
"type": "address[]"
|
|
2324
|
+
}
|
|
2325
|
+
],
|
|
2326
|
+
"stateMutability": "view",
|
|
2327
|
+
"type": "function"
|
|
2328
|
+
},
|
|
2029
2329
|
{
|
|
2030
2330
|
"inputs": [],
|
|
2031
2331
|
"name": "getVaults",
|
|
@@ -2041,7 +2341,7 @@
|
|
|
2041
2341
|
"type": "address[]"
|
|
2042
2342
|
},
|
|
2043
2343
|
{
|
|
2044
|
-
"internalType": "
|
|
2344
|
+
"internalType": "enum IVaultsFacet.VaultType[]",
|
|
2045
2345
|
"name": "_vaultTypes",
|
|
2046
2346
|
"type": "uint8[]"
|
|
2047
2347
|
}
|
|
@@ -2075,6 +2375,62 @@
|
|
|
2075
2375
|
"stateMutability": "view",
|
|
2076
2376
|
"type": "function"
|
|
2077
2377
|
},
|
|
2378
|
+
{
|
|
2379
|
+
"inputs": [],
|
|
2380
|
+
"name": "isPaused",
|
|
2381
|
+
"outputs": [
|
|
2382
|
+
{
|
|
2383
|
+
"internalType": "bool",
|
|
2384
|
+
"name": "",
|
|
2385
|
+
"type": "bool"
|
|
2386
|
+
}
|
|
2387
|
+
],
|
|
2388
|
+
"stateMutability": "view",
|
|
2389
|
+
"type": "function"
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"inputs": [
|
|
2393
|
+
{
|
|
2394
|
+
"internalType": "address",
|
|
2395
|
+
"name": "_account",
|
|
2396
|
+
"type": "address"
|
|
2397
|
+
}
|
|
2398
|
+
],
|
|
2399
|
+
"name": "isPauser",
|
|
2400
|
+
"outputs": [
|
|
2401
|
+
{
|
|
2402
|
+
"internalType": "bool",
|
|
2403
|
+
"name": "",
|
|
2404
|
+
"type": "bool"
|
|
2405
|
+
}
|
|
2406
|
+
],
|
|
2407
|
+
"stateMutability": "view",
|
|
2408
|
+
"type": "function"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"inputs": [
|
|
2412
|
+
{
|
|
2413
|
+
"internalType": "address",
|
|
2414
|
+
"name": "_address",
|
|
2415
|
+
"type": "address"
|
|
2416
|
+
}
|
|
2417
|
+
],
|
|
2418
|
+
"name": "isSmartAccount",
|
|
2419
|
+
"outputs": [
|
|
2420
|
+
{
|
|
2421
|
+
"internalType": "bool",
|
|
2422
|
+
"name": "_isSmartAccount",
|
|
2423
|
+
"type": "bool"
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"internalType": "string",
|
|
2427
|
+
"name": "_xrplOwner",
|
|
2428
|
+
"type": "string"
|
|
2429
|
+
}
|
|
2430
|
+
],
|
|
2431
|
+
"stateMutability": "view",
|
|
2432
|
+
"type": "function"
|
|
2433
|
+
},
|
|
2078
2434
|
{
|
|
2079
2435
|
"inputs": [
|
|
2080
2436
|
{
|
|
@@ -2095,51 +2451,79 @@
|
|
|
2095
2451
|
"type": "function"
|
|
2096
2452
|
},
|
|
2097
2453
|
{
|
|
2098
|
-
"inputs": [
|
|
2099
|
-
"name": "owner",
|
|
2100
|
-
"outputs": [
|
|
2454
|
+
"inputs": [
|
|
2101
2455
|
{
|
|
2102
2456
|
"internalType": "address",
|
|
2103
|
-
"name": "
|
|
2457
|
+
"name": "_account",
|
|
2104
2458
|
"type": "address"
|
|
2105
2459
|
}
|
|
2106
2460
|
],
|
|
2461
|
+
"name": "isUnpauser",
|
|
2462
|
+
"outputs": [
|
|
2463
|
+
{
|
|
2464
|
+
"internalType": "bool",
|
|
2465
|
+
"name": "",
|
|
2466
|
+
"type": "bool"
|
|
2467
|
+
}
|
|
2468
|
+
],
|
|
2107
2469
|
"stateMutability": "view",
|
|
2108
2470
|
"type": "function"
|
|
2109
2471
|
},
|
|
2110
2472
|
{
|
|
2111
2473
|
"inputs": [
|
|
2112
2474
|
{
|
|
2113
|
-
"
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
"
|
|
2131
|
-
|
|
2132
|
-
|
|
2475
|
+
"internalType": "bytes32",
|
|
2476
|
+
"name": "_transactionId",
|
|
2477
|
+
"type": "bytes32"
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"internalType": "string",
|
|
2481
|
+
"name": "_sourceAddress",
|
|
2482
|
+
"type": "string"
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"internalType": "uint256",
|
|
2486
|
+
"name": "_amount",
|
|
2487
|
+
"type": "uint256"
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"internalType": "uint256",
|
|
2491
|
+
"name": "_underlyingTimestamp",
|
|
2492
|
+
"type": "uint256"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"internalType": "bytes",
|
|
2496
|
+
"name": "_memoData",
|
|
2497
|
+
"type": "bytes"
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"internalType": "address payable",
|
|
2501
|
+
"name": "_executor",
|
|
2502
|
+
"type": "address"
|
|
2133
2503
|
}
|
|
2134
2504
|
],
|
|
2135
|
-
"name": "
|
|
2505
|
+
"name": "mintedFAssets",
|
|
2506
|
+
"outputs": [],
|
|
2507
|
+
"stateMutability": "payable",
|
|
2508
|
+
"type": "function"
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"inputs": [],
|
|
2512
|
+
"name": "owner",
|
|
2136
2513
|
"outputs": [
|
|
2137
2514
|
{
|
|
2138
|
-
"internalType": "
|
|
2139
|
-
"name": "
|
|
2140
|
-
"type": "
|
|
2515
|
+
"internalType": "address",
|
|
2516
|
+
"name": "owner_",
|
|
2517
|
+
"type": "address"
|
|
2141
2518
|
}
|
|
2142
2519
|
],
|
|
2520
|
+
"stateMutability": "view",
|
|
2521
|
+
"type": "function"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"inputs": [],
|
|
2525
|
+
"name": "pause",
|
|
2526
|
+
"outputs": [],
|
|
2143
2527
|
"stateMutability": "nonpayable",
|
|
2144
2528
|
"type": "function"
|
|
2145
2529
|
},
|
|
@@ -2194,40 +2578,51 @@
|
|
|
2194
2578
|
{
|
|
2195
2579
|
"inputs": [
|
|
2196
2580
|
{
|
|
2197
|
-
"internalType": "
|
|
2198
|
-
"name": "
|
|
2199
|
-
"type": "
|
|
2581
|
+
"internalType": "address",
|
|
2582
|
+
"name": "_newOwner",
|
|
2583
|
+
"type": "address"
|
|
2200
2584
|
}
|
|
2201
2585
|
],
|
|
2202
|
-
"name": "
|
|
2586
|
+
"name": "transferOwnership",
|
|
2203
2587
|
"outputs": [],
|
|
2204
2588
|
"stateMutability": "nonpayable",
|
|
2205
2589
|
"type": "function"
|
|
2206
2590
|
},
|
|
2207
2591
|
{
|
|
2208
|
-
"inputs": [
|
|
2209
|
-
|
|
2210
|
-
"internalType": "string",
|
|
2211
|
-
"name": "_xrplAddress",
|
|
2212
|
-
"type": "string"
|
|
2213
|
-
}
|
|
2214
|
-
],
|
|
2215
|
-
"name": "swapWNatForStableCoin",
|
|
2592
|
+
"inputs": [],
|
|
2593
|
+
"name": "unpause",
|
|
2216
2594
|
"outputs": [],
|
|
2217
2595
|
"stateMutability": "nonpayable",
|
|
2218
2596
|
"type": "function"
|
|
2219
2597
|
},
|
|
2220
2598
|
{
|
|
2221
|
-
"inputs": [
|
|
2599
|
+
"inputs": [],
|
|
2600
|
+
"name": "vaults",
|
|
2601
|
+
"outputs": [
|
|
2222
2602
|
{
|
|
2223
|
-
"
|
|
2224
|
-
|
|
2225
|
-
|
|
2603
|
+
"components": [
|
|
2604
|
+
{
|
|
2605
|
+
"internalType": "uint256",
|
|
2606
|
+
"name": "vaultId",
|
|
2607
|
+
"type": "uint256"
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"internalType": "address",
|
|
2611
|
+
"name": "vaultAddress",
|
|
2612
|
+
"type": "address"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"internalType": "enum IVaultsFacet.VaultType",
|
|
2616
|
+
"name": "vaultType",
|
|
2617
|
+
"type": "uint8"
|
|
2618
|
+
}
|
|
2619
|
+
],
|
|
2620
|
+
"internalType": "struct IReaderFacet.VaultDetails[]",
|
|
2621
|
+
"name": "_vaults",
|
|
2622
|
+
"type": "tuple[]"
|
|
2226
2623
|
}
|
|
2227
2624
|
],
|
|
2228
|
-
"
|
|
2229
|
-
"outputs": [],
|
|
2230
|
-
"stateMutability": "nonpayable",
|
|
2625
|
+
"stateMutability": "view",
|
|
2231
2626
|
"type": "function"
|
|
2232
2627
|
}
|
|
2233
2628
|
]
|