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