Closed Vectorized closed 2 years ago
In case people want to use the extra data to store the type of token.
Changes:
_setAux
_setExtraDataAt
_nextExtraData
previousExtraData
extraData
prevPackedOwnership
In case people want to use the extra data to store the type of token.
Changes:
_setAux
function body to be consistent with the function body of_setExtraDataAt
._nextExtraData
private. Forgot to make it private previously.previousExtraData
toextraData
. Cuz there is another variable calledprevPackedOwnership
, and this triggers OCD.