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