diff --git a/contracts/ERC721A.sol b/contracts/ERC721A.sol index 97d33b20..4021c397 100644 --- a/contracts/ERC721A.sol +++ b/contracts/ERC721A.sol @@ -512,7 +512,7 @@ contract ERC721A is IERC721A { assembly { mstore(0x00, tokenId) mstore(0x20, tokenApprovalPtr.slot) - let hash := keccak256(0, 64) + let hash := keccak256(0, 0x40) sstore(hash, 0) } }