You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**SELFDESTRUCT**| Not supported | Replaced by **SENDALL**. |
54
-
|**EXTCODEHASH**| Supported | It returns the hash of the contract bytecode from the zkEVM state tree without checking if the account is empty. |
55
-
|**DIFFICULTY**| Supported | It returns "0" instead of a random number as in the EVM. |
56
-
|**BLOCKHASH**| Supported | It is the state root at the end of a processable transaction and is stored on the system smart contract. It returns all previous block hashes instead of just the last 256 blocks. |
57
-
|**NUMBER**| Supported | It returns the number of processable transactions. |
58
-
|**JUMPDEST**| Supported | It is allowed in PUSH bytes to avoid runtime bytecode analysis. |
59
-
|**BASEFEE**| Not supported | The zkEVM implements the Berlin hardfork, but not the London hardfork. |
53
+
|`SELFDESTRUCT`| Not supported | Replaced by **SENDALL**. |
54
+
|`EXTCODEHASH`| Supported | It returns the hash of the contract bytecode from the zkEVM state tree without checking if the account is empty. |
55
+
|`DIFFICULTY`| Supported | It returns "0" instead of a random number as in the EVM. |
56
+
|`BLOCKHASH`| Supported | It is the state root at the end of a processable transaction and is stored on the system smart contract. It returns all previous block hashes instead of just the last 256 blocks. |
57
+
|`NUMBER`| Supported | It returns the number of processable transactions. |
58
+
|`JUMPDEST`| Supported | It is allowed in PUSH bytes to avoid runtime bytecode analysis. |
59
+
|`BASEFEE`| Not supported | The zkEVM implements the Berlin hardfork, but not the London hardfork. |
0 commit comments