Vectorized

Results 90 comments of Vectorized

```solidity function _getMirrorERC721(address possibleDN404) internal view returns (address result) { assembly { mstore(0x00, 0x4ef41efc) // `mirrorERC721()`. if and( gt(returndatasize(), 0x1f), staticcall(gas(), possibleDN404, 0x1c, 0x04, 0x00, 0x20) ) { // If...

Sounds like good suggestion.

Lemme copy in the latest version .

Ok, we should add a cautionary comment. Nice suggestion.

Just try catch call `setSkipNFT`. Not a fan of 165, it can be spoofed. Btw, all contracts are automatically whitelisted to skip NFTs.

I think this requires a new repo. Might consider if I have surplus time and energy. Solady tries to be chain agnostic and project agnostic as much as possible.

Actually, we are in a no-complete agreement with Solmate/ERC721A/OpenZeppelin for tokens. Hehe. Ok, jokes aside... for now, I'd prefer to keep Solady focused on utility contracts that can work with...