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

Method balance

test/EVMHost.cpp:1356–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1354}
1355
1356void EVMHostPrinter::balance()
1357{
1358 m_stateStream << "BALANCE "
1359 << m_host.convertFromEVMC(m_host.get_balance(m_account))
1360 << std::endl;
1361}
1362
1363void EVMHostPrinter::selfdestructRecords()
1364{

Callers

nothing calls this directly

Calls 2

convertFromEVMCMethod · 0.80
get_balanceMethod · 0.45

Tested by

no test coverage detected