@soma-finance/core-contracts
Version:
SOMA Finance core contracts
25 lines • 911 B
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IERC20Guard, IERC20GuardInterface } from "./IERC20Guard";
export declare class IERC20Guard__factory {
static readonly erc165InterfaceId = "0xf37d11cc";
static readonly erc1820InterfaceId = "0x947c655d7a02868efb3af73db204fd5e56b6f07bf8f5057f6a827f14eeb18cf9";
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(): IERC20GuardInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IERC20Guard;
}
//# sourceMappingURL=IERC20Guard__factory.d.ts.map