
Ethereum eth_getProof Guide: Verify Account and Storage State
Learn what eth_getProof returns, how account and storage proofs connect to a block state root, and which trust and availability limits still matter.

Learn what eth_getProof returns, how account and storage proofs connect to a block state root, and which trust and availability limits still matter.

EIP-7708 makes native ETH transfers queryable as receipt logs. Learn the log format, exclusions, rollout status, and safe indexer migration steps.

Learn how Solidity assigns Ethereum contract storage slots, how mappings and arrays derive locations, and how to inspect state safely with eth_getStorageAt.
Learn how EIP-2930 access lists pre-warm Ethereum addresses and storage slots, how gas accounting works, and when eth_createAccessList can mislead.

Learn how Ethereum transaction receipts record execution status, gas used, logs, contract creation, typed transactions, and receipt-root commitments.
Learn how Ethereum event logs work, how indexed topics differ from data, how to query eth_getLogs, and what reorgs and decoding can break.