Style guide

SSTORE

smart-contractsuppercasealways_latin

Definition

An EVM opcode that writes a 256-bit word to contract storage. Storage writes are the most expensive standard EVM operation (gas cost varies by whether the slot was previously zero or non-zero).