Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
u256 ClientBase::stateAt(Address _a, u256 _l, BlockNumber _block) const
174
{
175
return block(_block).storage(_a, _l);
176
}
177
178
h256 ClientBase::stateRootAt(Address _a, BlockNumber _block) const
179
{
Callers
3
BOOST_AUTO_TEST_CASE
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
eth_getStorageAt
Method · 0.45
Calls
1
storage
Method · 0.45
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36