Fungible meets Non-Fungible [ERC20 + ERC721/ERC115]
Tokens that combine fungibility with non-fungible aspects. By incorporating elements of both ERC-20 and ERC-721 or ERC-1155 standards, you can create tokens that have fungible properties but also unique inscriptions or characteristics. To implement this hybrid token, you can modify the standard ERC-20 token contract to include an additional mapping that associates an inscription or […]