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 3b46c31 commit adf2588Copy full SHA for adf2588
src/Swaps/TransferFromSender.sol
@@ -19,6 +19,7 @@ contract TransferFromSender is EVCUtil {
19
/// @notice Address of Permit2 contract
20
address public immutable permit2;
21
22
+ /// @notice Contract constructor
23
/// @param _permit2 Address of the Permit2 contract
24
constructor(address _evc, address _permit2) EVCUtil(_evc) {
25
if (_permit2 == address(0)) revert TransferFromSender_InvalidAddress();
0 commit comments