Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ERC721Approval

ERC721 Transfer event

  • event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId);

Hierarchy

  • ERC721Approval

Index

Properties

Properties

from

from: string

Ethereum address in hex prefixed with 0x.

id

id: string

Number in hex prefixed by 0x.

to

to: string

Ethereum address in hex prefixed with 0x.

Generated using TypeDoc