| 141 | bool hasCLZ() const { return *this >= osaka(); } |
| 142 | bool hasCreate2() const { return *this >= constantinople(); } |
| 143 | bool hasExtCodeHash() const { return *this >= constantinople(); } |
| 144 | bool hasChainID() const { return *this >= istanbul(); } |
| 145 | bool hasSelfBalance() const { return *this >= istanbul(); } |
| 146 | bool hasBaseFee() const { return *this >= london(); } |
no outgoing calls
no test coverage detected