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

Method stateAt

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

Source from the content-addressed store, hash-verified

171}
172
173u256 ClientBase::stateAt(Address _a, u256 _l, BlockNumber _block) const
174{
175 return block(_block).storage(_a, _l);
176}
177
178h256 ClientBase::stateRootAt(Address _a, BlockNumber _block) const
179{

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
eth_getStorageAtMethod · 0.45

Calls 1

storageMethod · 0.45

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36