ERC1238-token icon indicating copy to clipboard operation
ERC1238-token copied to clipboard

Implementation of EIP-1238 for non-transferable tokens (fungible & non-fungible).

Results 4 ERC1238-token issues
Sort by recently updated
recently updated
newest added

Hello I cloned the project and followed the step. For the compile step `yarn compile`, I got this error: ``` Downloading compiler 0.8.9 Compiling 21 files with 0.8.9 DeclarationError: Undeclared...

on the notion site there's missing / duplicate text on those sections.

- Add `IERC1238Holdable` & `ERC1238Holdable` extension to let ERC1238 tokens be held by another account - Add `IERC1238Holder` interface that should be inherited by smart contract holding tokens - Start...