Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Your assumption is invalid. Contracts that need to deal with time don't usually use block.number. They usually use block.timestamp, as they should. Commented Jun 7, 2019 at 9:19
  • For other potential invalid assumptions, see ethereum.stackexchange.com/a/200/131 Commented Jun 7, 2019 at 21:53
  • Related: ethereum.stackexchange.com/questions/156277/… Commented Nov 15, 2023 at 16:22