UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

51 lines 1.48 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ISomaContract__factory = void 0; const ethers_1 = require("ethers"); const _erc165InterfaceId = "0xd86f1ca1"; const _erc1820InterfaceId = "0x789bcb70bcc346bba78a76c848b3006097eea31b513dc8fd8d206453cdc6f513"; const _abi = [ { inputs: [], name: "SOMA", outputs: [ { internalType: "contract ISOMA", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "pause", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [], name: "unpause", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class ISomaContract__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.ISomaContract__factory = ISomaContract__factory; ISomaContract__factory.erc165InterfaceId = _erc165InterfaceId; ISomaContract__factory.erc1820InterfaceId = _erc1820InterfaceId; ISomaContract__factory.abi = _abi; //# sourceMappingURL=ISomaContract__factory.js.map