Skip to content

Commit

Permalink
print storage
Browse files Browse the repository at this point in the history
  • Loading branch information
godzillaba committed Oct 16, 2024
1 parent d74a6d9 commit cc2a6a0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/storage/UpgradeExecutor
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
| Name | Type | Slot | Offset | Bytes | Contract |
|---------------|--------------------------------------------------------------|------|--------|-------|-----------------------------------------|
| _initialized | uint8 | 0 | 0 | 1 | src/UpgradeExecutor.sol:UpgradeExecutor |
| _initializing | bool | 0 | 1 | 1 | src/UpgradeExecutor.sol:UpgradeExecutor |
| __gap | uint256[50] | 1 | 0 | 1600 | src/UpgradeExecutor.sol:UpgradeExecutor |
| __gap | uint256[50] | 51 | 0 | 1600 | src/UpgradeExecutor.sol:UpgradeExecutor |
| _roles | mapping(bytes32 => struct AccessControlUpgradeable.RoleData) | 101 | 0 | 32 | src/UpgradeExecutor.sol:UpgradeExecutor |
| __gap | uint256[49] | 102 | 0 | 1568 | src/UpgradeExecutor.sol:UpgradeExecutor |
| _status | uint256 | 151 | 0 | 32 | src/UpgradeExecutor.sol:UpgradeExecutor |
| Name | Type | Slot | Offset | Bytes | Contract |
|---------------|--------------------------------------------------------------|------|--------|-------|-------------------------------------------------------------------------------------|
| _initialized | uint8 | 0 | 0 | 1 | node_modules/@offchainlabs/upgrade-executor/src/UpgradeExecutor.sol:UpgradeExecutor |
| _initializing | bool | 0 | 1 | 1 | node_modules/@offchainlabs/upgrade-executor/src/UpgradeExecutor.sol:UpgradeExecutor |
| __gap | uint256[50] | 1 | 0 | 1600 | node_modules/@offchainlabs/upgrade-executor/src/UpgradeExecutor.sol:UpgradeExecutor |
| __gap | uint256[50] | 51 | 0 | 1600 | node_modules/@offchainlabs/upgrade-executor/src/UpgradeExecutor.sol:UpgradeExecutor |
| _roles | mapping(bytes32 => struct AccessControlUpgradeable.RoleData) | 101 | 0 | 32 | node_modules/@offchainlabs/upgrade-executor/src/UpgradeExecutor.sol:UpgradeExecutor |
| __gap | uint256[49] | 102 | 0 | 1568 | node_modules/@offchainlabs/upgrade-executor/src/UpgradeExecutor.sol:UpgradeExecutor |
| _status | uint256 | 151 | 0 | 32 | node_modules/@offchainlabs/upgrade-executor/src/UpgradeExecutor.sol:UpgradeExecutor |

0 comments on commit cc2a6a0

Please sign in to comment.