UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

81 lines 2.13 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IFlashLoanReceiverFactory = void 0; const ethers_1 = require("ethers"); class IFlashLoanReceiverFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IFlashLoanReceiverFactory = IFlashLoanReceiverFactory; const _abi = [ { inputs: [], name: "ADDRESS_PROVIDER", outputs: [ { internalType: "contract IFlashLoanAddressProvider", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "LENDING_POOL", outputs: [ { internalType: "contract ILendingPool", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [ { internalType: "address[]", name: "assets", type: "address[]", }, { internalType: "uint256[]", name: "amounts", type: "uint256[]", }, { internalType: "uint256[]", name: "premiums", type: "uint256[]", }, { internalType: "address", name: "initiator", type: "address", }, { internalType: "bytes", name: "params", type: "bytes", }, ], name: "executeOperation", outputs: [ { internalType: "bool", name: "", type: "bool", }, ], stateMutability: "nonpayable", type: "function", }, ]; //# sourceMappingURL=IFlashLoanReceiverFactory.js.map