UNPKG

@thirdweb-dev/contracts-js

Version:
19 lines 676 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IERC20Metadata, IERC20MetadataInterface } from "../IERC20Metadata"; export declare class IERC20Metadata__factory { static readonly abi: { type: string; name: string; inputs: never[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]; static createInterface(): IERC20MetadataInterface; static connect(address: string, signerOrProvider: Signer | Provider): IERC20Metadata; } //# sourceMappingURL=IERC20Metadata__factory.d.ts.map