Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Releases: rsksmart/erc677

v2.0.0

20 Apr 15:03
eaefb50

Choose a tag to compare

  • Smart contracts in Solidity v8

Contract data in npm

30 Mar 15:29
83f7df6

Choose a tag to compare

  • Export addresses, abi and types for auction registrar contracts (#3)

View it on npm.

Minor fixes

03 Jan 00:52
e1f9163

Choose a tag to compare

  • Fixing ERC677TransferReceiver.sol interface, now transferAndCall is external.

View it on npm.

ERC-677 Smart contracts

02 Jan 08:51

Choose a tag to compare

Including 3 smart contracts:

  • IERC677.sol interface for ERC-677 token contracts.
  • ERC677.sol an implementation of ERC-677 that might be useful for testing purposes.
  • ERC677TransferReceiver.sol an interface to implement on a receiver of transferAndCall transfers.

Find it in npm.