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

Method call

src/cpp-ethereum/libethereum/Executive.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261bool Executive::call(Address _receiveAddress, Address _senderAddress, u256 _value, u256 _gasPrice, bytesConstRef _data, u256 _gas)
262{
263 CallParameters params{_senderAddress, _receiveAddress, _receiveAddress, _value, _value, _gas, _data, {}};
264 return call(params, _gasPrice, _senderAddress);
265}
266
267bool Executive::call(CallParameters const& _p, u256 const& _gasPrice, Address const& _origin)
268{

Callers

nothing calls this directly

Calls 15

callFunction · 0.85
savepointMethod · 0.80
isPrecompiledMethod · 0.80
costOfPrecompiledMethod · 0.80
u256ParamMethod · 0.80
executePrecompiledMethod · 0.80
incNonceMethod · 0.45
numberMethod · 0.45
addBalanceMethod · 0.45
sizeMethod · 0.45
addressHasCodeMethod · 0.45
codeMethod · 0.45

Tested by

no test coverage detected