Skip to content

Commit

Permalink
chore: storage layout
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhuynh3103 committed Jan 17, 2024
1 parent 8c094a3 commit a4c947b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions logs/storage/InitTest.sol:InitTest.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test/init-test/InitTest.sol:InitTest:_failed (storage_slot: 0) (offset: 0) (type: bool) (numberOfBytes: 1)
test/init-test/InitTest.sol:InitTest:gasMeteringOff (storage_slot: 0) (offset: 1) (type: bool) (numberOfBytes: 1)
test/init-test/InitTest.sol:InitTest:stdstore (storage_slot: 1) (offset: 0) (type: struct StdStorage) (numberOfBytes: 224)
test/init-test/InitTest.sol:InitTest:_inputArguments (storage_slot: 8) (offset: 0) (type: struct InitTestInput) (numberOfBytes: 3776)
test/init-test/InitTest.sol:InitTest:_deployer (storage_slot: 126) (offset: 0) (type: address) (numberOfBytes: 20)
test/init-test/InitTest.sol:InitTest:_proxyAdmin (storage_slot: 127) (offset: 0) (type: address) (numberOfBytes: 20)
test/init-test/InitTest.sol:InitTest:_inputArguments (storage_slot: 8) (offset: 0) (type: struct InitTestInput) (numberOfBytes: 4128)
test/init-test/InitTest.sol:InitTest:_deployer (storage_slot: 137) (offset: 0) (type: address) (numberOfBytes: 20)
test/init-test/InitTest.sol:InitTest:_proxyAdmin (storage_slot: 138) (offset: 0) (type: address) (numberOfBytes: 20)

0 comments on commit a4c947b

Please sign in to comment.