📄️ System Contracts
System contracts are built-in contracts designed to facilitate inter-chain communications.
📄️ Precompile Contracts
On top of a set of opcodes, EVM also offers advanced functionalities through precompiled contracts. These are special contracts bundled with EVM at fixed addresses that can be called with a determined gas. The gas is purely the contractual cost, neither the cost of the call itself nor the instructions to put the parameters in memory.
📄️ Genesis Contracts
🛠 This page is a work in progress. 🚧