UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

47 lines 1.48 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ISecurityToken__factory = void 0; const ethers_1 = require("ethers"); const _erc165InterfaceId = "0xa6487c53"; const _erc1820InterfaceId = "0x27c94c82ffddf1f8e94bd42707377cb94ffd0d8fd0dd6bb9b64f87f57f9e894d"; const _abi = [ { inputs: [ { internalType: "string", name: "domain", type: "string", }, { internalType: "string", name: "name", type: "string", }, { internalType: "string", name: "symbol", type: "string", }, ], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class ISecurityToken__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.ISecurityToken__factory = ISecurityToken__factory; ISecurityToken__factory.erc165InterfaceId = _erc165InterfaceId; ISecurityToken__factory.erc1820InterfaceId = _erc1820InterfaceId; ISecurityToken__factory.abi = _abi; //# sourceMappingURL=ISecurityToken__factory.js.map