UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

102 lines 3.01 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ILockdropFactory__factory = void 0; const ethers_1 = require("ethers"); const _erc165InterfaceId = "0x3903aa31"; const _erc1820InterfaceId = "0x38ab1a226674b2a0770e61a1927b7734353f83619aa86acf05359a72222e6e37"; const _abi = [ { anonymous: false, inputs: [ { indexed: false, internalType: "uint256", name: "id", type: "uint256", }, { indexed: false, internalType: "address", name: "asset", type: "address", }, { indexed: false, internalType: "address", name: "instance", type: "address", }, ], name: "LockdropCreated", type: "event", }, { inputs: [], name: "CREATE_ROLE", outputs: [ { internalType: "bytes32", name: "", type: "bytes32", }, ], stateMutability: "pure", type: "function", }, { inputs: [ { internalType: "address", name: "asset", type: "address", }, { internalType: "address", name: "withdrawTo", type: "address", }, { components: [ { internalType: "uint48", name: "startDate", type: "uint48", }, { internalType: "uint48", name: "removeDelegationEnd", type: "uint48", }, { internalType: "uint48", name: "endDate", type: "uint48", }, ], internalType: "struct ILockdrop.DateConfig", name: "dateConfig", type: "tuple", }, ], name: "create", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class ILockdropFactory__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.ILockdropFactory__factory = ILockdropFactory__factory; ILockdropFactory__factory.erc165InterfaceId = _erc165InterfaceId; ILockdropFactory__factory.erc1820InterfaceId = _erc1820InterfaceId; ILockdropFactory__factory.abi = _abi; //# sourceMappingURL=ILockdropFactory__factory.js.map