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