UNPKG

@mean-finance/dca-v2-periphery

Version:

💱 Periphery smart contracts of DCA V2 by mean.finance

137 lines (136 loc) • 3.39 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IKeep3rKeeperFundable__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { inputs: [], name: "AlreadyAJob", type: "error", }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "_keeper", type: "address", }, { indexed: true, internalType: "address", name: "_bond", type: "address", }, { indexed: false, internalType: "uint256", name: "_amount", type: "uint256", }, ], name: "Activation", type: "event", }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "_keeper", type: "address", }, { indexed: true, internalType: "address", name: "_bond", type: "address", }, { indexed: false, internalType: "uint256", name: "_amount", type: "uint256", }, ], name: "Withdrawal", type: "event", }, { inputs: [ { internalType: "address", name: "_bonding", type: "address", }, ], name: "activate", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "_bonding", type: "address", }, { internalType: "uint256", name: "_amount", type: "uint256", }, ], name: "bond", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "_bonding", type: "address", }, { internalType: "uint256", name: "_amount", type: "uint256", }, ], name: "unbond", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [ { internalType: "address", name: "_bonding", type: "address", }, ], name: "withdraw", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class IKeep3rKeeperFundable__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IKeep3rKeeperFundable__factory = IKeep3rKeeperFundable__factory; IKeep3rKeeperFundable__factory.abi = _abi;