You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`0x3d` |RETURNDATASIZE |Pushes the size of the return data buffer onto the stack |https://github.com/ethereum/EIPs/blob/master/EIPS/eip-211.md[EIP 211] |2
101
93
102
-
|`0x3e` |RETURNDATACOPY |Copies data from the return data buffer to
|`0xe1` |SLOADBYTES |Only referenced in pyethereum |- |-
332
299
333
300
|`0xe2` |SSTOREBYTES |Only referenced in pyethereum |- |-
334
301
335
302
|`0xe3` |SSIZE |Only referenced in pyethereum |- |-
336
303
337
-
|`0xe4` - `0xef` |Unused |-
304
+
|`0xe4` - `0xef` |Unused |- |- |
338
305
339
306
|`0xf0` |CREATE |Create a new account with associated code |- |32000
340
307
341
308
|`0xf1` |CALL |Message-call into an account |- |Complicated
342
309
343
-
|`0xf2` |CALLCODE |Message-call into this account with alternative
344
-
account's code |- |Complicated
310
+
|`0xf2` |CALLCODE |Message-call into this account with alternative account's code |- |Complicated
345
311
346
312
|`0xf3` |RETURN |Halt execution returning output data |- |0
347
313
348
-
|`0xf4` |DELEGATECALL |Message-call into this account with an
349
-
alternative account's code, but persisting into this account with an
350
-
alternative account's code |- |Complicated
314
+
|`0xf4` |DELEGATECALL |Message-call into this account with an alternative account's code, but persisting into this account with an alternative account's code |- |Complicated
351
315
352
-
|`0xf5` |CALLBLACKBOX |- |- | |40
316
+
|`0xf5` |CALLBLACKBOX |- |- |40
353
317
354
-
|`0xf6` - `0xf9` |Unused |- |-
318
+
|`0xf6` - `0xf9` |Unused |- |- |
355
319
356
320
|`0xfa` |STATICCALL |Similar to CALL, but does not modify state |- |40
357
321
358
-
|`0xfb` |CREATE2 |Create a new account and set creation address to
359
-
`sha3(sender + sha3(init code)) % 2**160` |-
322
+
|`0xfb` |CREATE2 |Create a new account and set creation address to `sha3(sender + sha3(init code)) % 2**160` |- |
360
323
361
324
|`0xfc` |TXEXECGAS |Not in yellow paper FIXME |- |-
362
325
363
-
|`0xfd` |REVERT |Stop execution and revert state changes, without
364
-
consuming all provided gas and providing a reason |- |0
326
+
|`0xfd` |REVERT |Stop execution and revert state changes, without consuming all provided gas and providing a reason |- |0
0 commit comments