UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

34 lines 983 B
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IBoostExcessReceiverFactory = void 0; const ethers_1 = require("ethers"); class IBoostExcessReceiverFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IBoostExcessReceiverFactory = IBoostExcessReceiverFactory; const _abi = [ { inputs: [ { internalType: "uint256", name: "amount", type: "uint256", }, { internalType: "uint32", name: "since", type: "uint32", }, ], name: "receiveBoostExcess", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; //# sourceMappingURL=IBoostExcessReceiverFactory.js.map