UNPKG

@flarenetwork/flare-periphery-contract-artifacts

Version:

Smart contract artifacts for all Flare chains

984 lines (983 loc) 19.2 kB
[ { "inputs": [], "name": "AlreadyConfirmed", "type": "error" }, { "inputs": [], "name": "AmountZero", "type": "error" }, { "inputs": [], "name": "ContractPaused", "type": "error" }, { "inputs": [], "name": "DestinationNotAllowed", "type": "error" }, { "inputs": [], "name": "EscrowAlreadyFinished", "type": "error" }, { "inputs": [], "name": "FeeZero", "type": "error" }, { "inputs": [], "name": "InsufficientFunds", "type": "error" }, { "inputs": [], "name": "InvalidAddress", "type": "error" }, { "inputs": [], "name": "InvalidAmount", "type": "error" }, { "inputs": [], "name": "InvalidChain", "type": "error" }, { "inputs": [], "name": "InvalidEndTime", "type": "error" }, { "inputs": [], "name": "InvalidPreimageHash", "type": "error" }, { "inputs": [], "name": "NotAuthorized", "type": "error" }, { "inputs": [], "name": "NotCoreVault", "type": "error" }, { "inputs": [], "name": "NotFound", "type": "error" }, { "inputs": [], "name": "OnlyAssetManager", "type": "error" }, { "inputs": [], "name": "PaymentFailed", "type": "error" }, { "inputs": [], "name": "PaymentNotProven", "type": "error" }, { "inputs": [], "name": "RequestExists", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "string", "name": "destinationAddress", "type": "string" } ], "name": "AllowedDestinationAddressAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "string", "name": "destinationAddress", "type": "string" } ], "name": "AllowedDestinationAddressRemoved", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "string", "name": "custodianAddress", "type": "string" } ], "name": "CustodianAddressUpdated", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "sequence", "type": "uint256" }, { "indexed": false, "internalType": "string", "name": "account", "type": "string" }, { "indexed": false, "internalType": "bytes32", "name": "instructionsHash", "type": "bytes32" } ], "name": "CustomInstructions", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "sender", "type": "address" } ], "name": "EmergencyPauseSenderAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "sender", "type": "address" } ], "name": "EmergencyPauseSenderRemoved", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "preimageHash", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "EscrowExpired", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "preimageHash", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "EscrowFinished", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "sequence", "type": "uint256" }, { "indexed": true, "internalType": "bytes32", "name": "preimageHash", "type": "bytes32" }, { "indexed": false, "internalType": "string", "name": "account", "type": "string" }, { "indexed": false, "internalType": "string", "name": "destination", "type": "string" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "fee", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "cancelAfterTs", "type": "uint256" } ], "name": "EscrowInstructions", "type": "event" }, { "anonymous": false, "inputs": [], "name": "NotAllEscrowsProcessed", "type": "event" }, { "anonymous": false, "inputs": [], "name": "Paused", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "transactionId", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "PaymentConfirmed", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "sequence", "type": "uint256" }, { "indexed": false, "internalType": "string", "name": "account", "type": "string" }, { "indexed": false, "internalType": "string", "name": "destination", "type": "string" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "fee", "type": "uint256" }, { "indexed": false, "internalType": "bytes32", "name": "paymentReference", "type": "bytes32" } ], "name": "PaymentInstructions", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "bytes32", "name": "preimageHash", "type": "bytes32" } ], "name": "PreimageHashAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "escrowEndTimeSeconds", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "escrowAmount", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "minimalAmount", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "fee", "type": "uint256" } ], "name": "SettingsUpdated", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "string", "name": "destinationAddress", "type": "string" }, { "indexed": false, "internalType": "bytes32", "name": "paymentReference", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "TransferRequestCanceled", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "string", "name": "destinationAddress", "type": "string" }, { "indexed": false, "internalType": "bytes32", "name": "paymentReference", "type": "bytes32" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }, { "indexed": false, "internalType": "bool", "name": "cancelable", "type": "bool" } ], "name": "TransferRequested", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "triggeringAccount", "type": "address" } ], "name": "TriggeringAccountAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "triggeringAccount", "type": "address" } ], "name": "TriggeringAccountRemoved", "type": "event" }, { "anonymous": false, "inputs": [], "name": "Unpaused", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "bytes32", "name": "preimageHash", "type": "bytes32" } ], "name": "UnusedPreimageHashRemoved", "type": "event" }, { "inputs": [], "name": "assetManager", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "availableFunds", "outputs": [ { "internalType": "uint128", "name": "", "type": "uint128" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "coreVaultAddress", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "coreVaultAddressHash", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "custodianAddress", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "escrowedFunds", "outputs": [ { "internalType": "uint128", "name": "", "type": "uint128" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getAllowedDestinationAddresses", "outputs": [ { "internalType": "string[]", "name": "", "type": "string[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getCancelableTransferRequests", "outputs": [ { "components": [ { "internalType": "string", "name": "destinationAddress", "type": "string" }, { "internalType": "bytes32", "name": "paymentReference", "type": "bytes32" }, { "internalType": "uint128", "name": "amount", "type": "uint128" } ], "internalType": "struct ICoreVaultManager.TransferRequest[]", "name": "", "type": "tuple[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getEmergencyPauseSenders", "outputs": [ { "internalType": "address[]", "name": "", "type": "address[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_index", "type": "uint256" } ], "name": "getEscrowByIndex", "outputs": [ { "components": [ { "internalType": "bytes32", "name": "preimageHash", "type": "bytes32" }, { "internalType": "uint128", "name": "amount", "type": "uint128" }, { "internalType": "uint64", "name": "expiryTs", "type": "uint64" }, { "internalType": "bool", "name": "finished", "type": "bool" } ], "internalType": "struct ICoreVaultManager.Escrow", "name": "", "type": "tuple" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_preimageHash", "type": "bytes32" } ], "name": "getEscrowByPreimageHash", "outputs": [ { "components": [ { "internalType": "bytes32", "name": "preimageHash", "type": "bytes32" }, { "internalType": "uint128", "name": "amount", "type": "uint128" }, { "internalType": "uint64", "name": "expiryTs", "type": "uint64" }, { "internalType": "bool", "name": "finished", "type": "bool" } ], "internalType": "struct ICoreVaultManager.Escrow", "name": "", "type": "tuple" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getEscrowsCount", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getNonCancelableTransferRequests", "outputs": [ { "components": [ { "internalType": "string", "name": "destinationAddress", "type": "string" }, { "internalType": "bytes32", "name": "paymentReference", "type": "bytes32" }, { "internalType": "uint128", "name": "amount", "type": "uint128" } ], "internalType": "struct ICoreVaultManager.TransferRequest[]", "name": "", "type": "tuple[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_index", "type": "uint256" } ], "name": "getPreimageHash", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getPreimageHashesCount", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getSettings", "outputs": [ { "internalType": "uint128", "name": "_escrowEndTimeSeconds", "type": "uint128" }, { "internalType": "uint128", "name": "_escrowAmount", "type": "uint128" }, { "internalType": "uint128", "name": "_minimalAmount", "type": "uint128" }, { "internalType": "uint128", "name": "_fee", "type": "uint128" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getTriggeringAccounts", "outputs": [ { "internalType": "address[]", "name": "", "type": "address[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getUnprocessedEscrows", "outputs": [ { "components": [ { "internalType": "bytes32", "name": "preimageHash", "type": "bytes32" }, { "internalType": "uint128", "name": "amount", "type": "uint128" }, { "internalType": "uint64", "name": "expiryTs", "type": "uint64" }, { "internalType": "bool", "name": "finished", "type": "bool" } ], "internalType": "struct ICoreVaultManager.Escrow[]", "name": "", "type": "tuple[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getUnusedPreimageHashes", "outputs": [ { "internalType": "bytes32[]", "name": "", "type": "bytes32[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "_address", "type": "string" } ], "name": "isDestinationAddressAllowed", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "nextUnprocessedEscrowIndex", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "nextUnusedPreimageHashIndex", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "paused", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_maxCount", "type": "uint256" } ], "name": "processEscrows", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "totalRequestAmountWithFee", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "triggerInstructions", "outputs": [ { "internalType": "uint256", "name": "_numberOfInstructions", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" } ]