Can someone list all situation the will generate a revert op code?

can someone list all situation the will generate a revert op code?

1 Like
  1. divided by zero.
  2. unmatch require.
1 Like

can you guys tell me more case.

1 Like

What about underflow/overflow? If you use unchecked math. Also in low-level assembly in solidity you can probably cause many errors.