FAQs
Below you will find some common questions and answers around Lumia zkEVM.
Which EVM op_codes are different on Lumia zkEVM?
SELFDESTRUCT: removed by SENDALL
EXTCODEHASH: returns hash contract bytecode from zkEVM state tree (do not check if the account is empty)
DIFFICULTY: returns 0
BLOCKCHASH: returns all previous block hashes (not just the last 256 blocks)
BLOCKCHASH is the state root at the end of a processable transaction and it is stored on the system smart contract
NUMBER: number of processable transactions
Last updated