UNPKG

@polareth/evmstate

Version:

A TypeScript library for tracing, and visualizing EVM state changes with detailed human-readable labeling.

21 lines (20 loc) 448 B
// Generated storage layout for CounterImpl export default { "storage": [ { "astId": 3, "contract": "/Users/polarzero/code/projects/evmstate/test/contracts/TransparentProxy.s.sol:CounterImpl", "label": "_count", "offset": 0, "slot": "0", "type": "t_uint256" } ], "types": { "t_uint256": { "encoding": "inplace", "label": "uint256", "numberOfBytes": "32" } } } as const;