@soma-finance/core-contracts
Version:
SOMA Finance core contracts
31 lines • 1.14 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IERC721PermitUpgradeable, IERC721PermitUpgradeableInterface } from "./IERC721PermitUpgradeable";
export declare class IERC721PermitUpgradeable__factory {
static readonly erc165InterfaceId = "0x7c2be271";
static readonly erc1820InterfaceId = "0x16429bf1c2261aceaf05ab065c772d04e84e14644ac9eb5e7591ce6c71b95d3f";
static readonly abi: ({
inputs: never[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
} | {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: never[];
stateMutability: string;
type: string;
})[];
static createInterface(): IERC721PermitUpgradeableInterface;
static connect(address: string, signerOrProvider: Signer | Provider): IERC721PermitUpgradeable;
}
//# sourceMappingURL=IERC721PermitUpgradeable__factory.d.ts.map