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 bd466aa commit 1c6ce55Copy full SHA for 1c6ce55
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