UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

242 lines 6.3 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IManagedLendingPoolFactory = void 0; const ethers_1 = require("ethers"); class IManagedLendingPoolFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IManagedLendingPoolFactory = IManagedLendingPoolFactory; const _abi = [ { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "by", type: "address", }, { indexed: false, internalType: "bool", name: "paused", type: "bool", }, ], name: "EmergencyPaused", type: "event", }, { inputs: [], name: "getDisabledFeatures", outputs: [ { internalType: "uint16", name: "", type: "uint16", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "getLendingPoolExtension", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [ { components: [ { internalType: "address", name: "asset", type: "address", }, { internalType: "address", name: "depositTokenAddress", type: "address", }, { internalType: "address", name: "stableDebtAddress", type: "address", }, { internalType: "address", name: "variableDebtAddress", type: "address", }, { internalType: "address", name: "strategy", type: "address", }, { internalType: "bool", name: "externalStrategy", type: "bool", }, ], internalType: "struct DataTypes.InitReserveData", name: "data", type: "tuple", }, ], name: "initReserve", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [], name: "isPaused", outputs: [ { internalType: "bool", name: "", type: "bool", }, ], stateMutability: "view", type: "function", }, { inputs: [ { internalType: "address", name: "reserve", type: "address", }, { internalType: "uint256", name: "configuration", type: "uint256", }, ], name: "setConfiguration", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "uint16", name: "", type: "uint16", }, ], name: "setDisabledFeatures", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "", type: "address", }, ], name: "setLendingPoolExtension", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "bool", name: "paused", type: "bool", }, ], name: "setPaused", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "reserve", type: "address", }, { internalType: "address", name: "strategy", type: "address", }, { internalType: "bool", name: "isExternal", type: "bool", }, ], name: "setReserveStrategy", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "receiver", type: "address", }, { internalType: "address[]", name: "assets", type: "address[]", }, { internalType: "uint256[]", name: "amounts", type: "uint256[]", }, { internalType: "uint256[]", name: "modes", type: "uint256[]", }, { internalType: "address", name: "onBehalfOf", type: "address", }, { internalType: "bytes", name: "params", type: "bytes", }, { internalType: "uint256", name: "referral", type: "uint256", }, ], name: "trustedFlashLoan", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; //# sourceMappingURL=IManagedLendingPoolFactory.js.map