You are viewing a single comment's thread from:

RE: Listing HIVE in an Ethereum-Based Decentralised Exchanger

in #eth4 years ago (edited)

It will be JS based.

ERC777 is a newer token standard. In any case, there is backwards compatibility.

Even though the ERC777 standard replaces the functions transfer and transferFrom with the functions send and operatorSend, all ERC20 functions (transfer, transferFrom, approve and allowance) can still be used.