MCPcopy Create free account
hub / github.com/argotorg/solidity / convertFromEVMC

Method convertFromEVMC

test/EVMHost.cpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456h160 EVMHost::convertFromEVMC(evmc::address const& _addr)
457{
458 return h160(bytes(std::begin(_addr.bytes), std::end(_addr.bytes)));
459}
460
461evmc::address EVMHost::convertToEVMC(h160 const& _addr)
462{

Callers 4

storageMethod · 0.80
balanceMethod · 0.80
selfdestructRecordsMethod · 0.80
callRecordsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected