MCPcopy Create free account
hub / github.com/LUX-Core/lux / codeAt

Method codeAt

src/cpp-ethereum/libethereum/ClientBase.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183bytes ClientBase::codeAt(Address _a, BlockNumber _block) const
184{
185 return block(_block).code(_a);
186}
187
188h256 ClientBase::codeHashAt(Address _a, BlockNumber _block) const
189{

Callers 5

BOOST_AUTO_TEST_CASEFunction · 0.45
eth_getCodeMethod · 0.45
admin_eth_inspectMethod · 0.45
CASEFunction · 0.45
evm_queryFunction · 0.45

Calls 1

codeMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36