Skip to content

Commit

Permalink
Fix storage layout
Browse files Browse the repository at this point in the history
  • Loading branch information
neokry committed Oct 30, 2023
1 parent fc365c0 commit 18531cb
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .storage-layout
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,24 @@
| _pendingOwner | address | 1 | 0 | 20 | src/manager/Manager.sol:Manager |
| isUpgrade | mapping(address => mapping(address => bool)) | 2 | 0 | 32 | src/manager/Manager.sol:Manager |
| daoAddressesByToken | mapping(address => struct ManagerTypesV1.DAOAddresses) | 3 | 0 | 32 | src/manager/Manager.sol:Manager |
| rewards | struct ManagerTypesV2.RewardConfig | 4 | 0 | 96 | src/manager/Manager.sol:Manager |

=======================
➡ Auction
=======================

| Name | Type | Slot | Offset | Bytes | Contract |
|------------------------|--------------------------------|------|--------|-------|---------------------------------|
| _initialized | uint8 | 0 | 0 | 1 | src/auction/Auction.sol:Auction |
| _initializing | bool | 0 | 1 | 1 | src/auction/Auction.sol:Auction |
| _owner | address | 0 | 2 | 20 | src/auction/Auction.sol:Auction |
| _pendingOwner | address | 1 | 0 | 20 | src/auction/Auction.sol:Auction |
| _status | uint256 | 2 | 0 | 32 | src/auction/Auction.sol:Auction |
| _paused | bool | 3 | 0 | 1 | src/auction/Auction.sol:Auction |
| settings | struct AuctionTypesV1.Settings | 4 | 0 | 64 | src/auction/Auction.sol:Auction |
| token | contract Token | 6 | 0 | 20 | src/auction/Auction.sol:Auction |
| auction | struct AuctionTypesV1.Auction | 7 | 0 | 96 | src/auction/Auction.sol:Auction |
| currentBidReferral | address | 10 | 0 | 20 | src/auction/Auction.sol:Auction |
| founderRewardRecipient | address | 11 | 0 | 20 | src/auction/Auction.sol:Auction |
| founderRewardBPS | uint256 | 12 | 0 | 32 | src/auction/Auction.sol:Auction |
| Name | Type | Slot | Offset | Bytes | Contract |
|--------------------|-------------------------------------|------|--------|-------|---------------------------------|
| _initialized | uint8 | 0 | 0 | 1 | src/auction/Auction.sol:Auction |
| _initializing | bool | 0 | 1 | 1 | src/auction/Auction.sol:Auction |
| _owner | address | 0 | 2 | 20 | src/auction/Auction.sol:Auction |
| _pendingOwner | address | 1 | 0 | 20 | src/auction/Auction.sol:Auction |
| _status | uint256 | 2 | 0 | 32 | src/auction/Auction.sol:Auction |
| _paused | bool | 3 | 0 | 1 | src/auction/Auction.sol:Auction |
| settings | struct AuctionTypesV1.Settings | 4 | 0 | 64 | src/auction/Auction.sol:Auction |
| token | contract Token | 6 | 0 | 20 | src/auction/Auction.sol:Auction |
| auction | struct AuctionTypesV1.Auction | 7 | 0 | 96 | src/auction/Auction.sol:Auction |
| currentBidReferral | address | 10 | 0 | 20 | src/auction/Auction.sol:Auction |
| founderReward | struct AuctionTypesV2.FounderReward | 11 | 0 | 32 | src/auction/Auction.sol:Auction |

=======================
➡ Governor
Expand Down

0 comments on commit 18531cb

Please sign in to comment.