Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ERC1155TransferSingle

ERC1155 TransferSingle event

  • event TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _value);

Hierarchy

  • ERC1155TransferSingle

Index

Properties

Properties

from

from: string

Ethereum address in hex prefixed with 0x.

id

id: string

Number in hex prefixed by 0x.

operator

operator: string

Ethereum address in hex prefixed with 0x.

to

to: string

Ethereum address in hex prefixed with 0x.

value

value: string

Number in hex prefixed by 0x.

Generated using TypeDoc