Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 591 Bytes

46.mdx

File metadata and controls

35 lines (24 loc) · 591 Bytes
fork group
Istanbul
Block Information

Index 1 is top of the stack. See PUSH.

Notes

Here are some chain ids:

Id Chain
1 Mainnet
5 Goerli
11155111 Sepolia
17000 Holešky

Stack output

  1. chainId: chain id of the network.

Example

* Input Output
1 1

Reproduce in playground.

Error cases

The state changes done by the current context are reverted in those cases:

  • Not enough gas.
  • Stack overflow.