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