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