Skip to content

Commit

Permalink
chore: storage layout
Browse files Browse the repository at this point in the history
  • Loading branch information
thaixuandang committed Nov 21, 2024
1 parent 0c29e69 commit d8c6679
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions logs/contract-code-sizes.log
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
| Contract | Size (B) | Margin (B) |
|-----------------------------|----------|------------|
| Address | 58 | 24,518 |
| AggregateRouter | 13,859 | 10,717 |
| BytesLib | 58 | 24,518 |
| Commands | 58 | 24,518 |
| Constants | 58 | 24,518 |
| ERC1967Proxy | 145 | 24,431 |
| ERC1967Utils | 58 | 24,518 |
| EnumerableSet | 58 | 24,518 |
| KatanaGovernance | 11,049 | 13,527 |
| KatanaImmutables | 58 | 24,518 |
| KatanaV2Library | 58 | 24,518 |
| LockAndMsgSender | 58 | 24,518 |
| PaymentsImmutables | 58 | 24,518 |
| ProxyAdmin | 1,478 | 23,098 |
| SafeCast | 58 | 24,518 |
| SafeCast160 | 58 | 24,518 |
| SafeTransferLib | 58 | 24,518 |
| StorageSlot | 58 | 24,518 |
| TransparentUpgradeableProxy | 1,223 | 23,353 |
| V3Path | 58 | 24,518 |
| Contract | Runtime Size (B) | Initcode Size (B) | Runtime Margin (B) | Initcode Margin (B) |
|-----------------------------|------------------|-------------------|--------------------|---------------------|
| Address | 58 | 87 | 24,518 | 49,065 |
| AggregateRouter | 13,859 | 14,525 | 10,717 | 34,627 |
| BytesLib | 58 | 87 | 24,518 | 49,065 |
| Commands | 58 | 87 | 24,518 | 49,065 |
| Constants | 58 | 87 | 24,518 | 49,065 |
| ERC1967Proxy | 145 | 721 | 24,431 | 48,431 |
| ERC1967Utils | 58 | 87 | 24,518 | 49,065 |
| EnumerableSet | 58 | 87 | 24,518 | 49,065 |
| KatanaGovernance | 11,049 | 11,265 | 13,527 | 37,887 |
| KatanaImmutables | 58 | 363 | 24,518 | 48,789 |
| KatanaV2Library | 58 | 87 | 24,518 | 49,065 |
| LockAndMsgSender | 58 | 102 | 24,518 | 49,050 |
| PaymentsImmutables | 58 | 279 | 24,518 | 48,873 |
| ProxyAdmin | 1,478 | 1,694 | 23,098 | 47,458 |
| SafeCast | 58 | 87 | 24,518 | 49,065 |
| SafeCast160 | 58 | 87 | 24,518 | 49,065 |
| SafeTransferLib | 58 | 87 | 24,518 | 49,065 |
| StorageSlot | 58 | 87 | 24,518 | 49,065 |
| TransparentUpgradeableProxy | 1,223 | 3,790 | 23,353 | 45,362 |
| V3Path | 58 | 87 | 24,518 | 49,065 |

0 comments on commit d8c6679

Please sign in to comment.