mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"name": "EIP-2315",
|
|
"number": 2315,
|
|
"comment": "Simple subroutines for the EVM",
|
|
"url": "https://eips.ethereum.org/EIPS/eip-2315",
|
|
"status": "Draft",
|
|
"minimumHardfork": "istanbul",
|
|
"gasConfig": {},
|
|
"gasPrices": {
|
|
"beginsub": {
|
|
"v": 2,
|
|
"d": "Base fee of the BEGINSUB opcode"
|
|
},
|
|
"returnsub": {
|
|
"v": 5,
|
|
"d": "Base fee of the RETURNSUB opcode"
|
|
},
|
|
"jumpsub": {
|
|
"v": 10,
|
|
"d": "Base fee of the JUMPSUB opcode"
|
|
}
|
|
},
|
|
"vm": {},
|
|
"pow": {}
|
|
}
|