@soma-finance/core-contracts
Version:
SOMA Finance core contracts
51 lines • 1.44 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IPausable__factory = void 0;
const ethers_1 = require("ethers");
const _erc165InterfaceId = "0xe78a39d8";
const _erc1820InterfaceId = "0x402fc0fde1a0092d1247e14a7b644c43be1ec738b876c984e7a00026f97504b1";
const _abi = [
{
inputs: [],
name: "pause",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [],
name: "paused",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "unpause",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
class IPausable__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.IPausable__factory = IPausable__factory;
IPausable__factory.erc165InterfaceId = _erc165InterfaceId;
IPausable__factory.erc1820InterfaceId = _erc1820InterfaceId;
IPausable__factory.abi = _abi;
//# sourceMappingURL=IPausable__factory.js.map