UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

44 lines 1.24 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IPlasmaCounter__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { type: "function", name: "getAllocationFraction", inputs: [ { name: "_stakingContract", type: "address", internalType: "address", }, ], outputs: [ { name: "num", type: "uint256", internalType: "uint256", }, { name: "den", type: "uint256", internalType: "uint256", }, ], stateMutability: "view", }, ]; class IPlasmaCounter__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IPlasmaCounter__factory = IPlasmaCounter__factory; IPlasmaCounter__factory.abi = _abi; //# sourceMappingURL=IPlasmaCounter__factory.js.map