@soma-finance/core-contracts
Version:
SOMA Finance core contracts
45 lines • 1.51 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ITokenRecoveryUpgradeable, ITokenRecoveryUpgradeableInterface } from "./ITokenRecoveryUpgradeable";
export declare class ITokenRecoveryUpgradeable__factory {
static readonly erc165InterfaceId = "0x8757f107";
static readonly erc1820InterfaceId = "0x2430fb4dfbb1e74da22d18f35714e83b3bd7cbd7c563fa73c7fbd87d80f6fae3";
static readonly abi: ({
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;
name: string;
type: string;
}[];
name: string;
type: string;
outputs?: undefined;
stateMutability?: undefined;
} | {
inputs: never[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
} | {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: never[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
static createInterface(): ITokenRecoveryUpgradeableInterface;
static connect(address: string, signerOrProvider: Signer | Provider): ITokenRecoveryUpgradeable;
}
//# sourceMappingURL=ITokenRecoveryUpgradeable__factory.d.ts.map