pub fn charge_params_read(gas_used: &mut u64, ctx: &ArbPrecompileCtx)Expand description
Charge the warm StylusParams read. The params slot is read frequently and
billed to Computation, not as a storage read; centralized so every reader
attributes it to the same resource.