We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a669f39 commit 4703fa9Copy full SHA for 4703fa9
src/BatchTransferFraction.sol
@@ -48,8 +48,8 @@ contract BatchTransferFraction {
48
}
49
50
51
- /// @notice Returns the base type of a token ID
52
- /// @dev The base type is the first 128 bits of the token ID
+ /// @notice Returns the base type of a token ID
+ /// @dev The base type is the first 128 bits of the token ID
53
function getBaseType(uint256 tokenId) public pure returns (uint256) {
54
return tokenId & (type(uint256).max << 128);
55
0 commit comments