Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ERC2309ConsecutiveTransfer

ERC2309 Consecutive Transfer event

  • event ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress);

Hierarchy

  • ERC2309ConsecutiveTransfer

Index

Properties

Properties

from

from: string

Ethereum address in hex prefixed with 0x.

from_id

from_id: string

Number in hex prefixed by 0x.

to

to: string

Ethereum address in hex prefixed with 0x.

to_id

to_id: string

Number in hex prefixed by 0x.

Generated using TypeDoc