@soma-finance/core-contracts
Version:
SOMA Finance core contracts
42 lines • 1.41 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IDeprecatableSecurity__factory = void 0;
const ethers_1 = require("ethers");
const _erc165InterfaceId = "0x7dfe5359";
const _erc1820InterfaceId = "0xb8a71e5f24317059ee0dd737b09cd230cd85357aac8996f0079c93b47482429d";
const _abi = [
{
inputs: [
{
internalType: "bytes32",
name: "id",
type: "bytes32",
},
{
internalType: "bytes",
name: "data",
type: "bytes",
},
],
name: "deprecatePartition",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
class IDeprecatableSecurity__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.IDeprecatableSecurity__factory = IDeprecatableSecurity__factory;
IDeprecatableSecurity__factory.erc165InterfaceId = _erc165InterfaceId;
IDeprecatableSecurity__factory.erc1820InterfaceId = _erc1820InterfaceId;
IDeprecatableSecurity__factory.abi = _abi;
//# sourceMappingURL=IDeprecatableSecurity__factory.js.map