TechnicallyWeb3
TechnicallyWeb3
Has anyone considered this would be better with ERC1155, as it has batchTransfers, different function signatures it would be way better for blending ERC20, afterall, ERC1155 is designed for multiple...
Seems like a bit of an oversight, or perhaps I’m not seeing the protection mechanisms. I’m noticing the transferFrom function uses “amountOrId” as an input. Could NFTs theoretically be stolen...
I’ve decided to try to rewrite the protocol as an ERC1155 protocol for several reasons: No mixed function/signature pairs in ERC1155/ERC20. Use of batch _update allows users to specify the...
I decided to take a look at ERC404 and thought I could do it better. I completely rewrote ERC404 to be completely compliant with ERC1155 and ERC20 standards. I chose...