mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-27 07:05:47 +00:00
Add parameters
This commit is contained in:
parent
fefbbea5f4
commit
2b6c2039fa
@ -6,6 +6,10 @@
|
||||
Type: Homestead feature
|
||||
Created: 2015-11-15
|
||||
|
||||
### Parameters
|
||||
- FORK_BLKNUM: 2,675,000 ([Spurious Dragon](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-607.md))
|
||||
- CHAIN_ID: 1
|
||||
|
||||
### Overview
|
||||
|
||||
Add a new opcode, `DELEGATECALL` at `0xf4`, which is similar in idea to `CALLCODE`, except that it propagates the sender and value from the parent scope to the child scope, i.e. the call created has the same sender and value as the original call.
|
||||
|
Loading…
x
Reference in New Issue
Block a user