mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-29 16:15:23 +00:00
Add parameters
This commit is contained in:
parent
fefbbea5f4
commit
2b6c2039fa
@ -6,6 +6,10 @@
|
|||||||
Type: Homestead feature
|
Type: Homestead feature
|
||||||
Created: 2015-11-15
|
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
|
### 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.
|
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