Thanks to visit codestin.com Credit goes to github.com
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 db49dd7 commit 849c4d1Copy full SHA for 849c4d1
src/Templates/Template/Exploit.s.sol
@@ -0,0 +1,8 @@
1
+// SPDX-License-Identifier: UNLICENSED
2
+pragma solidity 0.8.17;
3
+
4
+import "forge-std/Script.sol";
5
6
+contract ExploitScript is Script {
7
+ function run() public {}
8
+}
0 commit comments