UNPKG

@soma-finance/core-contracts

Version:

SOMA Finance core contracts

91 lines 2.64 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ITokenRecoveryUpgradeable__factory = void 0; const ethers_1 = require("ethers"); const _erc165InterfaceId = "0x8757f107"; const _erc1820InterfaceId = "0x2430fb4dfbb1e74da22d18f35714e83b3bd7cbd7c563fa73c7fbd87d80f6fae3"; const _abi = [ { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "token", type: "address", }, { indexed: true, internalType: "address", name: "to", type: "address", }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256", }, { indexed: true, internalType: "address", name: "sender", type: "address", }, ], name: "TokensRecovered", type: "event", }, { inputs: [], name: "TOKEN_RECOVERY_ROLE", outputs: [ { internalType: "bytes32", name: "", type: "bytes32", }, ], stateMutability: "pure", type: "function", }, { inputs: [ { internalType: "address", name: "token", type: "address", }, { internalType: "address", name: "to", type: "address", }, { internalType: "uint256", name: "amount", type: "uint256", }, ], name: "recoverTokens", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class ITokenRecoveryUpgradeable__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.ITokenRecoveryUpgradeable__factory = ITokenRecoveryUpgradeable__factory; ITokenRecoveryUpgradeable__factory.erc165InterfaceId = _erc165InterfaceId; ITokenRecoveryUpgradeable__factory.erc1820InterfaceId = _erc1820InterfaceId; ITokenRecoveryUpgradeable__factory.abi = _abi; //# sourceMappingURL=ITokenRecoveryUpgradeable__factory.js.map