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 78cd2ef commit 0da55a7
Showing 1 changed file with 5 additions and 0 deletions.
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 0da55a7

Please sign in to comment.