loomnetwork / erc721x

ERC721x is an extension of ERC721 that adds support for multi-fungible tokens and batch transfers, while being fully backward-compatible.
BSD 3-Clause "New" or "Revised" License
165 stars 54 forks source link

fix TransferWithQuantity in README.md #20

Closed andreipope closed 6 years ago

andreipope commented 6 years ago

added the 4th parameter: event TransferWithQuantity(address indexed from, address indexed to, uint256 indexed tokenId, uint256 quantity);