UNPKG

@augumented-finance/protocol-v1

Version:

Augmented Protocol smart contracts

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