We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaaa65 commit f0d603bCopy full SHA for f0d603b
src/DssBlow2.sol
@@ -16,7 +16,7 @@
16
pragma solidity ^0.8.24;
17
18
interface ERC20Like {
19
- function balanceOf(address) external returns (uint256);
+ function balanceOf(address) external view returns (uint256);
20
function approve(address usr, uint256 wad) external returns (bool);
21
}
22
0 commit comments