fastackl
fastackl
No `Transfer` event emitted in new ERC404 implementation / unresolved ERC20 <> ERC721 spec collision
The `Transfer` event was emitted in the legacy version ==> https://github.com/Pandora-Labs-Org/erc404-legacy/blob/master/src/ERC404.sol#L80-L84 But it is not emitted in the latest version This event is an ERC-20 and ERC-721 standard event so...
These helpers are very useful and would be great to be able to inherit and optionally override instead of having to rewrite in derived contracts. That contract size limit can...
That would allow you to make full use of ERC1155's ability to issue multiple units of each ERC1155. And then the units of each 1155 tokenId would be divisible.