UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

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