Transfer event (required)

The standard dictates that upon the successful transfer of tokens from one address to another, an event must be emitted. Both the to and from address should be included in the event, as well as the number of tokens:

event Transfer(address indexed _from,
address indexed _to,
uint256 _value);
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset