Skip to main content

ACCESS_LIST_STORAGE_KEY_COST

Constant ACCESS_LIST_STORAGE_KEY_COST 

Source
pub const ACCESS_LIST_STORAGE_KEY_COST: u64 = _; // 2_000u64
Expand description

Gas charged per storage key included in a transaction’s access list (was 1,900 pre-EIP-8038). Derived per the spec as COLD_STORAGE_ACCESS - WARM_ACCESS: the access list pre-pays only the cold premium, the warm base is still charged at first use.