Skip to content

Commit

Permalink
Update EIP-7620: Clarify EOFCREATE in static mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobacz committed Sep 5, 2024
1 parent a78f470 commit 603abf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-7620.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Details on each instruction follow in the next sections.
#### `EOFCREATE`

- deduct `TX_CREATE_COST` gas
- halt with exceptional failure if the current frame is in `static-mode`.
- read immediate operand `initcontainer_index`, encoded as 8-bit unsigned value
- pop `value`, `salt`, `input_offset`, `input_size` from the operand stack
- perform (and charge for) memory expansion using `[input_offset, input_size]`
Expand Down

0 comments on commit 603abf5

Please sign in to comment.