You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update ERC721 to use bytes4, and fix some issues with bytes literals
notably, hex literals are always interpreted as bytesN now (not Bytes),
and vice versa - bytes literals are always Bytes, not bytesN
also adds ERC165 interface.
0 commit comments