1 parent e7c58f8 commit d0f6d47Copy full SHA for d0f6d47
2 files changed
src/vickreyAuction.sol
@@ -44,7 +44,7 @@ contract VickreyAuction is ReentrancyGuard {
44
uint256 public bid4Seller;
45
bool private sellerWithdrawn;
46
47
- uint256 private claimOnBehalfOffset;
+ uint256 public claimOnBehalfOffset;
48
49
IERC20 public token;
50
uint256 public tokenAmount;
src/vickreyAuction/vickreyAuctionStorage.sol
@@ -48,7 +48,7 @@ contract VickreyAuctionStorage is ReentrancyGuard {
bool internal claimedPenaltyDone;
51
- uint256 internal claimOnBehalfOffset;
52
53
event AuctionStarted(address indexed _seller,
54
address indexed _token,
0 commit comments