0
to get notified when new material releases.
1.1 Why Learn the EVM?
What the EVM is and why you should learn it.
1.2 About This Course
What to expect out of this course and how to navigate it.
1.3 Demystifying EVM Opcodes
A primer for what you will learn in this course.
2.1 The Ethereum Virtual Machine
What a virtual machine is and how it differs from an actual machine.
2.2 Why the EVM is important to Web3
All the ways the industry is using, adopting, and extending the EVM.
3.1 The Execution Environment
How and why context matters.
3.2 Binary and Types
How the EVM sees and works with real data.
3.3 Working with the Stack
The central structure of all operations.
3.4 Working with Memory
When your data is too large to fit onto the stack.
3.5 Working with Contract Storage
The method and costs to contract data persistence.
4.1 How EVM Function Calls Work
The entire process at a high level.
4.2 EVM Calldata
Details on the format of function call inputs.
4.3 The CALL opcode
The foundation of contract-to-contract communication.
4.4 CALL vs STATICCALL vs DELEGATECALL
Similar functionality, more secure.
4.5 Built-in EVM Functions
Contract functions that were baked into the chain.
5.1 How Contract Deployment Works
The somewhat unintuitive way the EVM handles contract deployments.
5.2 Deploying via an EOA Transaction
How the ecosystem of smart contracts began.
5.3 Deploying via the CREATE Opcode
Contracts deploying contracts.
5.4 CREATE vs CREATE2
The advantages and security implications of the newer EVM opcode.
5.5 Deployment Through a Multisig
An advanced way to deploy contracts, with some Solidity-specific details.
6.1 Why Learn ABI Encoding?
The standardizing data encoding that is used everywhere.
6.2 The Anatomy of an ABI-Encoded Function Call
Understand how contracts talk to each other.
6.3 ABI Encoding for Common Types
Learn to see the Matrix.
6.4 ABI Encoding in Solidity
How the popular language uses ABIs behind the scenes.
6.5 Decoding Function Calls in Opcodes
Demystify them at the lowest level.
7.1 The Simplest Smart Contract
Look ma, no solidity!
7.2 The Greeter Contract
A reimplementation of the classic generated contract.
7.3 Internal Function Calls
How internal function calls are implemented in Solidity.
8.1 How Solidity Storage Slots Work
Learn how Solidity chooses storage keys and compacts storage data.
8.2 How Solidity Implements Mappings
Why you can't iterate a mapping's keys.
8.3 How Solidity Implements Strings and Bytes
How strings vary in number of words required.
8.4 How Solidity Implements Arrays
How dynamic arrays can exist in storage.
8.5 How Solidity Manages Memory
Interesting facts about Solidity's memory management.
Sign up for our newsletter to get notified when we release more advanced content for Solidity and EVM developers – Certora, Zero Knowledge, Solidity pitfalls, and more.