This repository was archived by the owner on May 8, 2023. It is now read-only.
Releases: rsksmart/erc677
Releases · rsksmart/erc677
v2.0.0
Contract data in npm
Minor fixes
- Fixing
ERC677TransferReceiver.solinterface, nowtransferAndCallisexternal.
View it on npm.
ERC-677 Smart contracts
Including 3 smart contracts:
IERC677.solinterface for ERC-677 token contracts.ERC677.solan implementation of ERC-677 that might be useful for testing purposes.ERC677TransferReceiver.solan interface to implement on a receiver oftransferAndCalltransfers.
Find it in npm.