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

Method selfdestructRecords

test/EVMHost.cpp:1363–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361}
1362
1363void EVMHostPrinter::selfdestructRecords()
1364{
1365 for (auto const& record: m_host.recorded_selfdestructs)
1366 for (auto const& beneficiary: record.second)
1367 m_stateStream << "SELFDESTRUCT"
1368 << " BENEFICIARY "
1369 << m_host.convertFromEVMC(beneficiary)
1370 << std::endl;
1371}
1372
1373void EVMHostPrinter::callRecords()
1374{

Callers

nothing calls this directly

Calls 1

convertFromEVMCMethod · 0.80

Tested by

no test coverage detected