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 ccc0e3f commit 5e515d0Copy full SHA for 5e515d0
src/contracts/core/AllocationManagerView.sol
@@ -4,8 +4,8 @@ pragma solidity ^0.8.27;
4
import "./AllocationManagerStorage.sol";
5
6
/// @notice Non-state mutating view functions, (static) called by the `AllocationManager`.
7
-contract AllocationManagerView is // `AllocationManagerStorage` starts at slot 51.
8
- AllocationManagerStorage, IAllocationManagerView layout at 51 {
+contract AllocationManagerView is // `AllocationManagerStorage` starts at slot 151.
+ AllocationManagerStorage, IAllocationManagerView layout at 151 {
9
using DoubleEndedQueue for DoubleEndedQueue.Bytes32Deque;
10
using Snapshots for Snapshots.DefaultWadHistory;
11
using OperatorSetLib for OperatorSet;
0 commit comments