UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

64 lines 1.68 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IUnderlyingStrategyFactory = void 0; const ethers_1 = require("ethers"); class IUnderlyingStrategyFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IUnderlyingStrategyFactory = IUnderlyingStrategyFactory; const _abi = [ { inputs: [ { internalType: "address", name: "asset", type: "address", }, { internalType: "uint256", name: "amount", type: "uint256", }, { internalType: "address", name: "to", type: "address", }, ], name: "delegatedWithdrawUnderlying", outputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "asset", type: "address", }, ], name: "getUnderlying", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, ]; //# sourceMappingURL=IUnderlyingStrategyFactory.js.map