MCPcopy Create free account
hub / github.com/argotorg/solidity / hasExtCodeHash

Method hasExtCodeHash

liblangutil/EVMVersion.h:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(); }

Callers 3

visitMethod · 0.80
visitMethod · 0.80
validateInstructionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected