Two byte sources behind the worst case
After Glamsterdam, 60M gas → ~1.55 MB on the wire:
- 75% on cold
SLOADs (32 BAL bytes per 2,100 gas) → 685 KB
- 25% on non-zero-byte calldata (16 gas/byte) → 937 KB
Two independent byte sources not currently floor-priced:
Gap 1 (static, tx content): [EIP-7976] prices calldata at the floor, [EIP-7981] prices access lists. [EIP-7702] auth tuples (108 B each) and [EIP-4844] blob hashes (32 B each) are not yet included.
Gap 2 (runtime, BAL): [EIP-7928] BAL bytes (added by SLOAD, SSTORE, CALL, deploys, etc.) are not yet included.
Each EIP closes exactly one gap.