2315.json 596 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "EIP-2315",
  3. "number": 2315,
  4. "comment": "Simple subroutines for the EVM",
  5. "url": "https://eips.ethereum.org/EIPS/eip-2315",
  6. "status": "Draft",
  7. "minimumHardfork": "istanbul",
  8. "gasConfig": {},
  9. "gasPrices": {
  10. "beginsub": {
  11. "v": 2,
  12. "d": "Base fee of the BEGINSUB opcode"
  13. },
  14. "returnsub": {
  15. "v": 5,
  16. "d": "Base fee of the RETURNSUB opcode"
  17. },
  18. "jumpsub": {
  19. "v": 10,
  20. "d": "Base fee of the JUMPSUB opcode"
  21. }
  22. },
  23. "vm": {},
  24. "pow": {}
  25. }