@polareth/evmstate
Version:
A TypeScript library for tracing, and visualizing EVM state changes with detailed human-readable labeling.
21 lines (20 loc) • 445 B
text/typescript
// Generated storage layout for SimpleContract
export default {
"storage": [
{
"astId": 58,
"contract": "/Users/polarzero/code/projects/evmstate/test/contracts/Factory.s.sol:SimpleContract",
"label": "value",
"offset": 0,
"slot": "0",
"type": "t_uint256"
}
],
"types": {
"t_uint256": {
"encoding": "inplace",
"label": "uint256",
"numberOfBytes": "32"
}
}
} as const;