Properties
Readonly
[internal]
[internal]: any
balanceOf
balanceOf: TypedContractMethod<[account: AddressLike, id: BigNumberish], [bigint], "view">
balanceOfBatch
balanceOfBatch: TypedContractMethod<[accounts: AddressLike[], ids: BigNumberish[]], [bigint[]], "view">
Readonly
fallback
fallback: null | WrappedFallback
filters
filters: {
ApprovalForAll: TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
ApprovalForAll(address,address,bool): TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
TransferBatch: TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
TransferBatch(address,address,address,uint256[],uint256[]): TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
TransferSingle: TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
TransferSingle(address,address,address,uint256,uint256): TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
}
Type declaration
-
ApprovalForAll: TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
ApprovalForAll(address,address,bool): TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
TransferBatch: TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
TransferBatch(address,address,address,uint256[],uint256[]): TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
TransferSingle: TypedContractEvent<InputTuple, OutputTuple, OutputObject>
-
TransferSingle(address,address,address,uint256,uint256): TypedContractEvent<InputTuple, OutputTuple, OutputObject>
interface
interface: IERC1155Interface
isApprovedForAll
isApprovedForAll: TypedContractMethod<[account: AddressLike, operator: AddressLike], [boolean], "view">
Readonly
runner
runner: null | ContractRunner
safeBatchTransferFrom
safeBatchTransferFrom: TypedContractMethod<[from: AddressLike, to: AddressLike, ids: BigNumberish[], amounts: BigNumberish[], data: BytesLike], [void], "nonpayable">
safeTransferFrom
safeTransferFrom: TypedContractMethod<[from: AddressLike, to: AddressLike, id: BigNumberish, amount: BigNumberish, data: BytesLike], [void], "nonpayable">
setApprovalForAll
setApprovalForAll: TypedContractMethod<[operator: AddressLike, status: boolean], [void], "nonpayable">
supportsInterface
supportsInterface: TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">
Readonly
target
target: string | Addressable