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