Vectorized / dn404

Implementation of a co-joined ERC20 and ERC721 pair.
MIT License
476 stars 158 forks source link

⚡️ Make tokenURI into internal _tokenURI #107

Closed Vectorized closed 8 months ago

Vectorized commented 8 months ago

So that it doesn't occupy the dispatch tree of the public functions.

And we can use assembly to direct return the string, bypassing Solidity's implicit return copy, leading to smaller bytecode.