EIP-2535
Meaning ⎊ The official Ethereum standard defining the multi-facet proxy architecture for scalable and upgradeable smart contracts.
Function Selector
Meaning ⎊ The four-byte hash of a function signature used to identify and route function calls within a smart contract system.
Static Call Overhead
Meaning ⎊ The gas cost and latency associated with read-only cross-contract function calls.
Stateful Smart Contracts
Meaning ⎊ Smart contracts that maintain persistent data on the blockchain ledger across multiple transaction cycles.
