@soma-finance/core-contracts
Version:
SOMA Finance core contracts
25 lines • 869 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IWETH, IWETHInterface } from "./IWETH";
export declare class IWETH__factory {
static readonly erc165InterfaceId = "0x57fcec46";
static readonly erc1820InterfaceId = "0xadb0c93a57a907c223099aa5183e5b9f70923afecf1c40757fe7f8bdacd453e5";
static readonly abi: {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
}[];
static createInterface(): IWETHInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IWETH;
}
//# sourceMappingURL=IWETH__factory.d.ts.map