Aaron Haobei Song
Aaron Haobei Song
``` function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165, ERC165) returns (bool) { // In addition to the current interfaceId, also support previous version of the interfaceId that did not //...
**🧐 Motivation** Saw the new release of oz smart contracts and `unsafeAccess`, I was wondering if this gas saving function can be applied else where as well **📝 Details** The...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 ``` ... ``` This would...