UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

73 lines 2.15 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ISeizableSecurity__factory = void 0; const ethers_1 = require("ethers"); const _erc165InterfaceId = "0xeb9253c0"; const _erc1820InterfaceId = "0x7cd09d843c1fa1fd70002eadba4d2ed41c1cbc1da649833e910d6e841f9d1a47"; const _abi = [ { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "operator", type: "address", }, { indexed: true, internalType: "address", name: "from", type: "address", }, { indexed: true, internalType: "address", name: "to", type: "address", }, { indexed: false, internalType: "uint256", name: "value", type: "uint256", }, ], name: "Seized", type: "event", }, { inputs: [ { internalType: "address", name: "tokenHolder", type: "address", }, { internalType: "uint256", name: "amount", type: "uint256", }, ], name: "seize", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class ISeizableSecurity__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.ISeizableSecurity__factory = ISeizableSecurity__factory; ISeizableSecurity__factory.erc165InterfaceId = _erc165InterfaceId; ISeizableSecurity__factory.erc1820InterfaceId = _erc1820InterfaceId; ISeizableSecurity__factory.abi = _abi; //# sourceMappingURL=ISeizableSecurity__factory.js.map