@augmentedfinance/protocol-v1
Version:
Augmented Protocol smart contracts
39 lines • 1.05 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ISweeperFactory = void 0;
const ethers_1 = require("ethers");
class ISweeperFactory {
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.ISweeperFactory = ISweeperFactory;
const _abi = [
{
inputs: [
{
internalType: "address",
name: "token",
type: "address",
},
{
internalType: "address",
name: "to",
type: "address",
},
{
internalType: "uint256",
name: "amount",
type: "uint256",
},
],
name: "sweepToken",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
//# sourceMappingURL=ISweeperFactory.js.map