Class IERC165__factory

Hierarchy

  • IERC165__factory

Index

Properties

Methods

Properties

Static Readonly abi

abi: [{ inputs: [{ internalType: "bytes4"; name: "interfaceId"; type: "bytes4" }]; name: "supportsInterface"; outputs: [{ internalType: "bool"; name: ""; type: "bool" }]; stateMutability: "view"; type: "function" }] = _abi

Methods

Static connect

  • connect(address: string, signerOrProvider: Signer | Provider): IERC165
  • Parameters

    • address: string
    • signerOrProvider: Signer | Provider

    Returns IERC165

Static createInterface