ANHANG C
Ethereum EVM-Opcodes und Gasverbrauch
Dieser Anhang basiert auf der Konsolidierungsarbeit der Leute von https://github.com/trailofbits/evm-opcodes. Er ist als Referenz für Ethereum-VM-(EVM-)Opcodes gedacht und enthält Informationen zu den Instruktionen. Die Informationen stehen unter der Apache-Lizenz 2.0 (http://bit.ly/2zfrv0b).
Opcode |
Name |
Beschreibung |
Zusatzinformation |
Gas |
0x00 |
STOP |
Ausführung anhalten |
– |
0 |
0x01 |
ADD |
Addition |
– |
3 |
0x02 |
MUL |
Multiplikation |
– |
5 |
0x03 |
SUB |
Subtraktion |
– |
3 |
0x04 |
DIV |
ganzzahlige Division |
– |
5 |
0x05 |
SDIV |
ganzzahlige Division mit Vorzeichen (gekürzt) |
– |
5 |
0x06 |
MOD |
Modulo-Operation |
– |
5 |
0x07 |
SMOD |
Modulo mit Vorzeichen ... |
Get Ethereum – Grundlagen und Programmierung now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.