Improvements on EIP6454 (#6501)
* Improvements on EIP6454
Fixes typo of "tranferrable" to "transferable". This changed the interface identifier.
Doesn't explicitely inherit IERC165 to avoid linearization issues.
Forces to revert on checking if a token is not transferible, if the token does not exist.
Adds mention on rationale on the chosen name for the method.
* Improvements on rationale.
GitHub Diff