Skip to content

Commit

Permalink
Update EIP-6189: Add support for EIP-5920 (ethereum#6333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Jan 15, 2023
1 parent 725c2da commit eaabdb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-6189.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ A contract is an alias contract if its nonce is `2^64-1`, and its contract code

### Opcode Changes

#### `CALL`, `CALLCODE`, `DELEGATECALL`, `STATICCALL`, and EOA Transactions
#### `CALL`, `CALLCODE`, `DELEGATECALL`, `STATICCALL`, `PAY`, and EOA Transactions

The "callee" refers to the account that is being called.
The "callee" refers to the account that is being called or being paid.

If the nonce of the callee is `2^64-1`, the call is forwarded to the address stored in the `0`th storage slot of the callee (as if the callee was the address stored in the `0`th storage slot of the callee). This repeats until a non-alias contract is reached. The `CALLER` remains unchanged.

Expand Down

0 comments on commit eaabdb7

Please sign in to comment.