mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"name": "EIP-2565",
|
|
"number": 2565,
|
|
"comment": "ModExp gas cost",
|
|
"url": "https://eips.ethereum.org/EIPS/eip-2565",
|
|
"status": "Last call",
|
|
"minimumHardfork": "byzantium",
|
|
"gasConfig": {},
|
|
"gasPrices": {
|
|
"modexpGquaddivisor": {
|
|
"v": 3,
|
|
"d": "Gquaddivisor from modexp precompile for gas calculation"
|
|
}
|
|
},
|
|
"vm": {},
|
|
"pow": {}
|
|
}
|