Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ERC1155TransferBatch

ERC1155 TransferBatch event

  • event TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _values);

Hierarchy

  • ERC1155TransferBatch

Index

Properties

Properties

from

from: string

Ethereum address in hex prefixed with 0x.

id

id: string[]

operator

operator: string

Ethereum address in hex prefixed with 0x.

to

to: string

Ethereum address in hex prefixed with 0x.

value

value: string[]

Generated using TypeDoc