@augmentedfinance/protocol-v1
Version:
Augmented Protocol smart contracts
245 lines • 7.01 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ILendingPoolForTokensFactory = void 0;
const ethers_1 = require("ethers");
class ILendingPoolForTokensFactory {
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.ILendingPoolForTokensFactory = ILendingPoolForTokensFactory;
const _abi = [
{
inputs: [
{
internalType: "address",
name: "asset",
type: "address",
},
{
internalType: "address",
name: "from",
type: "address",
},
{
internalType: "address",
name: "to",
type: "address",
},
{
internalType: "bool",
name: "lastBalanceFrom",
type: "bool",
},
{
internalType: "bool",
name: "firstBalanceTo",
type: "bool",
},
],
name: "finalizeTransfer",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [],
name: "getAccessController",
outputs: [
{
internalType: "contract IMarketAccessController",
name: "",
type: "address",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "asset",
type: "address",
},
],
name: "getConfiguration",
outputs: [
{
components: [
{
internalType: "uint256",
name: "data",
type: "uint256",
},
],
internalType: "struct DataTypes.ReserveConfigurationMap",
name: "",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "asset",
type: "address",
},
],
name: "getReserveData",
outputs: [
{
components: [
{
components: [
{
internalType: "uint256",
name: "data",
type: "uint256",
},
],
internalType: "struct DataTypes.ReserveConfigurationMap",
name: "configuration",
type: "tuple",
},
{
internalType: "uint128",
name: "liquidityIndex",
type: "uint128",
},
{
internalType: "uint128",
name: "variableBorrowIndex",
type: "uint128",
},
{
internalType: "uint128",
name: "currentLiquidityRate",
type: "uint128",
},
{
internalType: "uint128",
name: "currentVariableBorrowRate",
type: "uint128",
},
{
internalType: "uint128",
name: "currentStableBorrowRate",
type: "uint128",
},
{
internalType: "uint40",
name: "lastUpdateTimestamp",
type: "uint40",
},
{
internalType: "address",
name: "depositTokenAddress",
type: "address",
},
{
internalType: "address",
name: "stableDebtTokenAddress",
type: "address",
},
{
internalType: "address",
name: "variableDebtTokenAddress",
type: "address",
},
{
internalType: "address",
name: "strategy",
type: "address",
},
{
internalType: "uint8",
name: "id",
type: "uint8",
},
],
internalType: "struct DataTypes.ReserveData",
name: "",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "asset",
type: "address",
},
],
name: "getReserveNormalizedIncome",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "asset",
type: "address",
},
],
name: "getReserveNormalizedVariableDebt",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "getReservesList",
outputs: [
{
internalType: "address[]",
name: "",
type: "address[]",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "asset",
type: "address",
},
{
internalType: "bool",
name: "paused",
type: "bool",
},
],
name: "setReservePaused",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
//# sourceMappingURL=ILendingPoolForTokensFactory.js.map