EIP-141

Designated invalid EVM instruction

StatusFinal

TypeStandards Track

CategoryCore

Created2017-02-09

AuthorsAlex Beregszaszi (@axic)

Last synced5/19/2026, 1:18:24 AM

Branchmaster

Upstreamethereum/EIPs/EIPS/eip-141.md

Abstract

An instruction is designated to remain as an invalid instruction.

Motivation

The invalid instruction can be used as a distinct reason to abort execution.

Specification

The opcode 0xfe is the INVALID instruction. It can be used to abort the execution (i.e. duplicates as an ABORT instruction).

Backwards Compatibility

This instruction was never used and therefore has no effect on past contracts.

Copyright and related rights waived via CC0.