Unclear for the Shifting 96, address owner = address(tokenId >> 96); #254
-
function mintAndTransfer(LibERC721LazyMint.Mint721Data memory data, address to) public override virtual { ....
.... I want to know clearly how it can be minter by the address(tokenId >> 96); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As replied in discord, this is used to save some gas. Here's a Stack Overflow thread that should clear this out: https://ethereum.stackexchange.com/questions/35097/can-someone-explein-me-this-multi-mint-function-solidity |
Beta Was this translation helpful? Give feedback.
As replied in discord, this is used to save some gas.
Here's a Stack Overflow thread that should clear this out: https://ethereum.stackexchange.com/questions/35097/can-someone-explein-me-this-multi-mint-function-solidity