@soma-finance/core-contracts
Version:
SOMA Finance core contracts
45 lines • 1.44 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ISomaEarnFactory, ISomaEarnFactoryInterface } from "./ISomaEarnFactory";
export declare class ISomaEarnFactory__factory {
static readonly erc165InterfaceId = "0x73414407";
static readonly erc1820InterfaceId = "0xfc68b34fe78c2a4c576d5dd3e481fa176f643143c628081036a809549f13a28d";
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(): ISomaEarnFactoryInterface;
static connect(address: string, signerOrProvider: Signer | Provider): ISomaEarnFactory;
}
//# sourceMappingURL=ISomaEarnFactory__factory.d.ts.map