UNPKG

@flarenetwork/flare-periphery-contract-artifacts

Version:

Smart contract artifacts for all Flare chains

382 lines (381 loc) 7.25 kB
[ { "inputs": [], "name": "AddressZero", "type": "error" }, { "inputs": [ { "internalType": "bytes", "name": "returnData", "type": "bytes" } ], "name": "CallFailed", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "fee", "type": "uint256" } ], "name": "InsufficientAmountForFee", "type": "error" }, { "inputs": [ { "internalType": "uint8", "name": "instructionId", "type": "uint8" } ], "name": "InvalidInstructionId", "type": "error" }, { "inputs": [], "name": "InvalidMemoData", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "expected", "type": "uint256" }, { "internalType": "uint256", "name": "actual", "type": "uint256" } ], "name": "InvalidNonce", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "currentNonce", "type": "uint256" }, { "internalType": "uint256", "name": "newNonce", "type": "uint256" } ], "name": "InvalidNonceIncrease", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "sender", "type": "address" }, { "internalType": "address", "name": "personalAccount", "type": "address" } ], "name": "InvalidSender", "type": "error" }, { "inputs": [], "name": "OnlyAssetManager", "type": "error" }, { "inputs": [], "name": "TransactionAlreadyExecuted", "type": "error" }, { "inputs": [], "name": "ValueZero", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "expected", "type": "address" }, { "internalType": "address", "name": "actual", "type": "address" } ], "name": "WrongExecutor", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "personalAccount", "type": "address" }, { "indexed": true, "internalType": "bytes32", "name": "transactionId", "type": "bytes32" }, { "indexed": false, "internalType": "string", "name": "sourceAddress", "type": "string" }, { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "executorFee", "type": "uint256" }, { "indexed": false, "internalType": "address", "name": "executor", "type": "address" } ], "name": "DirectMintingExecuted", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "personalAccount", "type": "address" } ], "name": "ExecutorRemoved", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "personalAccount", "type": "address" }, { "indexed": true, "internalType": "address", "name": "executor", "type": "address" } ], "name": "ExecutorSet", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "personalAccount", "type": "address" }, { "indexed": true, "internalType": "bytes32", "name": "targetTxId", "type": "bytes32" } ], "name": "IgnoreMemoSet", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "personalAccount", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "newNonce", "type": "uint256" } ], "name": "NonceIncreased", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "personalAccount", "type": "address" }, { "indexed": true, "internalType": "bytes32", "name": "targetTxId", "type": "bytes32" }, { "indexed": false, "internalType": "uint64", "name": "newFee", "type": "uint64" } ], "name": "ReplacementFeeSet", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "personalAccount", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "nonce", "type": "uint256" } ], "name": "UserOperationExecuted", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "_personalAccount", "type": "address" } ], "name": "getExecutor", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_personalAccount", "type": "address" } ], "name": "getNonce", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_transactionId", "type": "bytes32" } ], "name": "isTransactionIdUsed", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "_transactionId", "type": "bytes32" }, { "internalType": "string", "name": "_sourceAddress", "type": "string" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }, { "internalType": "uint256", "name": "_underlyingTimestamp", "type": "uint256" }, { "internalType": "bytes", "name": "_memoData", "type": "bytes" }, { "internalType": "address payable", "name": "_executor", "type": "address" } ], "name": "mintedFAssets", "outputs": [], "stateMutability": "payable", "type": "function" } ]