3529.json 746 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "EIP-3529",
  3. "comment": "Reduction in refunds",
  4. "url": "https://eips.ethereum.org/EIPS/eip-3529",
  5. "status": "Draft",
  6. "minimumHardfork": "berlin",
  7. "requiredEIPs": [2929],
  8. "gasConfig": {
  9. "maxRefundQuotient": {
  10. "v": 5,
  11. "d": "Maximum refund quotient; max tx refund is min(tx.gasUsed/maxRefundQuotient, tx.gasRefund)"
  12. }
  13. },
  14. "gasPrices": {
  15. "selfdestructRefund": {
  16. "v": 0,
  17. "d": "Refunded following a selfdestruct operation"
  18. },
  19. "sstoreClearRefundEIP2200": {
  20. "v": 4800,
  21. "d": "Once per SSTORE operation for clearing an originally existing storage slot"
  22. }
  23. },
  24. "vm": {},
  25. "pow": {}
  26. }