six words and two mappings. the byte map shows each storage slot as thirty two cells.
| slot | type | meaning |
|---|---|---|
| 0 | uint256 | totalSupply |
| 1 | uint256 | cistern |
| 2 | uint256 | position |
| 3 | uint256 | pressure, fp18 |
| 4 | uint64 | pressureBlock |
| 5 | uint64 | usedInBlock, base units |
| 6 | mapping | balances |
| 7 | mapping | lastMintBlock |
there is no owner slot, no paused flag, no implementation pointer, no fee recipient. anything the contract could do to those slots it cannot do because they do not exist.