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.
2 parents 1388a93 + 1c6ce55 commit 79bbddfCopy full SHA for 79bbddf
src/interfaces/IWETH.sol
@@ -7,5 +7,5 @@ import "./IERC20.sol";
7
8
interface IWETH is IERC20 {
9
function deposit() external payable;
10
- function withdraw(uint amount) external;
11
-}
+ function withdraw(uint256 amount) external;
+}
0 commit comments