Skip to content

Commit

Permalink
chore: storage layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Aug 28, 2024
1 parent e06403a commit 6703c74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logs/contract-code-sizes.log
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| ERC721 | 4,363 | 20,213 |
| EnumerableSet | 86 | 24,490 |
| ErrorHandler | 86 | 24,490 |
| GeneralConfig | 32,890 | -8,314 |
| GeneralConfig | 32,968 | -8,392 |
| GlobalProposal | 86 | 24,490 |
| HasBridgeDeprecated | 63 | 24,513 |
| HasValidatorDeprecated | 63 | 24,513 |
Expand Down Expand Up @@ -81,6 +81,7 @@
| TransparentUpgradeableProxyV2 | 2,361 | 22,215 |
| Uint96ArrayUtils | 86 | 24,490 |
| WBTC | 6,574 | 18,002 |
| WBTC_Sepolia | 2,173 | 22,403 |
| WethUnwrapper | 1,218 | 23,358 |
| console | 86 | 24,490 |
| safeconsole | 86 | 24,490 |
Expand Down
5 changes: 5 additions & 0 deletions logs/storage/WBTC_Sepolia.sol:WBTC_Sepolia.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
src/tokens/erc20/WBTC_Sepolia.sol:WBTC_Sepolia:_balances (storage_slot: 0) (offset: 0) (type: mapping(address => uint256)) (numberOfBytes: 32)
src/tokens/erc20/WBTC_Sepolia.sol:WBTC_Sepolia:_allowances (storage_slot: 1) (offset: 0) (type: mapping(address => mapping(address => uint256))) (numberOfBytes: 32)
src/tokens/erc20/WBTC_Sepolia.sol:WBTC_Sepolia:_totalSupply (storage_slot: 2) (offset: 0) (type: uint256) (numberOfBytes: 32)
src/tokens/erc20/WBTC_Sepolia.sol:WBTC_Sepolia:_name (storage_slot: 3) (offset: 0) (type: string) (numberOfBytes: 32)
src/tokens/erc20/WBTC_Sepolia.sol:WBTC_Sepolia:_symbol (storage_slot: 4) (offset: 0) (type: string) (numberOfBytes: 32)

0 comments on commit 6703c74

Please sign in to comment.