UNPKG

@augumented-finance/protocol-v1

Version:

Augmented Protocol smart contracts

99 lines 2.44 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IConfigurableRightsPoolFactory = void 0; const ethers_1 = require("ethers"); class IConfigurableRightsPoolFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IConfigurableRightsPoolFactory = IConfigurableRightsPoolFactory; const _abi = [ { inputs: [], name: "bPool", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [ { internalType: "uint256", name: "", type: "uint256", }, ], name: "createPool", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "uint256", name: "poolAmountOut", type: "uint256", }, { internalType: "uint256[]", name: "maxAmountsIn", type: "uint256[]", }, ], name: "joinPool", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "uint256", name: "newCap", type: "uint256", }, ], name: "setCap", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "newOwner", type: "address", }, ], name: "setController", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "bool", name: "publicSwap", type: "bool", }, ], name: "setPublicSwap", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; //# sourceMappingURL=IConfigurableRightsPoolFactory.js.map