Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / ERC165__factory

Class: ERC165__factory

Defined in: contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.ts:33

Constructors

Constructor

new ERC165__factory(): ERC165__factory

Returns

ERC165__factory

Properties

abi

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

Defined in: contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.ts:34

Methods

connect()

static connect(address, runner?): ERC165

Defined in: contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.ts:38

Parameters

address

string

runner?

ContractRunner | null

Returns

ERC165


createInterface()

static createInterface(): ERC165Interface

Defined in: contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.ts:35

Returns

ERC165Interface