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 2927ef7 commit 6b8f61eCopy full SHA for 6b8f61e
test/foundry/base/SafeOwnable.t.sol
@@ -1,4 +1,5 @@
1
pragma solidity 0.7.6;
2
+pragma abicoder v2;
3
4
import "../../../contracts/base/SafeOwnable.sol";
5
import "../interface/ISafeOwnableEvent.sol";
test/foundry/helper/Constant.sol
import "forge-std/Test.sol";
test/foundry/immunefi/34300.InvalidWithdrawal.t.sol
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
6
import "../../../contracts/Vault.sol";
0 commit comments