1 Commits

Author SHA1 Message Date
vbuterin
306eec6c56
Add IS_STATIC opcode (#2975)
Add a `IS_STATIC (0x4A)` opcode that pushes `1` if the current context is static (ie. the execution is in a `STATICCALL` or a descendant thereof, so state-changing operations are not possible), and `0` if it is not.
2020-09-13 14:21:11 +08:00