Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ERC20Transfer

ERC20 Transfer event

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

Hierarchy

  • ERC20Transfer

Index

Properties

Properties

amount

amount: string

Number in hex prefixed by 0x.

from

from: string

Ethereum address in hex prefixed with 0x.

to

to: string

Ethereum address in hex prefixed with 0x.

Generated using TypeDoc