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 5bd4344 commit 7b6c6b2Copy full SHA for 7b6c6b2
contracts/utils/math/SafeCast.sol
@@ -2,7 +2,6 @@
2
3
pragma solidity ^0.8.0;
4
5
-
6
/**
7
* @dev Wrappers over Solidity's uintXX/intXX casting operators with added overflow
8
* checks.
@@ -19,7 +18,6 @@ pragma solidity ^0.8.0;
19
18
* all math on `uint256` and `int256` and then downcasting.
20
*/
21
library SafeCast {
22
23
24
* @dev Returns the downcasted uint128 from uint256, reverting on
25
* overflow (when the input is greater than largest uint128).
0 commit comments