Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
bytes ClientBase::codeAt(Address _a, BlockNumber _block) const
184
{
185
return block(_block).code(_a);
186
}
187
188
h256 ClientBase::codeHashAt(Address _a, BlockNumber _block) const
189
{
Callers
5
BOOST_AUTO_TEST_CASE
Function · 0.45
eth_getCode
Method · 0.45
admin_eth_inspect
Method · 0.45
CASE
Function · 0.45
evm_query
Function · 0.45
Calls
1
code
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36