aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/Instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'libevmasm/Instruction.h')
-rw-r--r--libevmasm/Instruction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libevmasm/Instruction.h b/libevmasm/Instruction.h
index dc116f88..200751a9 100644
--- a/libevmasm/Instruction.h
+++ b/libevmasm/Instruction.h
@@ -66,6 +66,7 @@ enum class Instruction: uint8_t
SAR, ///< bitwise SAR operation
KECCAK256 = 0x20, ///< compute KECCAK-256 hash
+ RAND = 0x2f, ///< load a random value
ADDRESS = 0x30, ///< get address of currently executing account
BALANCE, ///< get balance of the given account