Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / IERC1155Errors__factory

Class: IERC1155Errors__factory

Defined in: contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts:116

Constructors

Constructor

new IERC1155Errors__factory(): IERC1155Errors__factory

Returns

IERC1155Errors__factory

Properties

abi

readonly static abi: readonly [{ inputs: readonly [{ internalType: "address"; name: "sender"; type: "address"; }, { internalType: "uint256"; name: "balance"; type: "uint256"; }, { internalType: "uint256"; name: "needed"; type: "uint256"; }, { internalType: "uint256"; name: "tokenId"; type: "uint256"; }]; name: "ERC1155InsufficientBalance"; type: "error"; }, { inputs: readonly [{ internalType: "address"; name: "approver"; type: "address"; }]; name: "ERC1155InvalidApprover"; type: "error"; }, { inputs: readonly [{ internalType: "uint256"; name: "idsLength"; type: "uint256"; }, { internalType: "uint256"; name: "valuesLength"; type: "uint256"; }]; name: "ERC1155InvalidArrayLength"; type: "error"; }, { inputs: readonly [{ internalType: "address"; name: "operator"; type: "address"; }]; name: "ERC1155InvalidOperator"; type: "error"; }, { inputs: readonly [{ internalType: "address"; name: "receiver"; type: "address"; }]; name: "ERC1155InvalidReceiver"; type: "error"; }, { inputs: readonly [{ internalType: "address"; name: "sender"; type: "address"; }]; name: "ERC1155InvalidSender"; type: "error"; }, { inputs: readonly [{ internalType: "address"; name: "operator"; type: "address"; }, { internalType: "address"; name: "owner"; type: "address"; }]; name: "ERC1155MissingApprovalForAll"; type: "error"; }] = _abi

Defined in: contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts:117

Methods

connect()

static connect(address, runner?): IERC1155Errors

Defined in: contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts:121

Parameters

address

string

runner?

ContractRunner | null

Returns

IERC1155Errors


createInterface()

static createInterface(): IERC1155ErrorsInterface

Defined in: contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts:118

Returns

IERC1155ErrorsInterface