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