MCPcopy Create free account
hub / github.com/CPChain/chain / GetBalance

Method GetBalance

core/vm/interface.go:32–32  ·  view source on GitHub ↗
(common.Address)

Source from the content-addressed store, hash-verified

30 SubBalance(common.Address, *big.Int)
31 AddBalance(common.Address, *big.Int)
32 GetBalance(common.Address) *big.Int
33
34 GetNonce(common.Address) uint64
35 SetNonce(common.Address, uint64)

Callers 15

ExampleGenerateChainFunction · 0.65
buyGasMethod · 0.65
CanTransferFunction · 0.65
validateTxMethod · 0.65
promoteExecutablesMethod · 0.65
demoteUnexecutablesMethod · 0.65
checkEqualMethod · 0.65
TestCopyOfCopyFunction · 0.65
checkStateAccountsFunction · 0.65
gasSuicideFunction · 0.65
opBalanceFunction · 0.65
opSuicideFunction · 0.65

Implementers 2

StateDBcore/state/statedb.go
NoopStateDBcore/vm/noop.go

Calls

no outgoing calls

Tested by 11

ExampleGenerateChainFunction · 0.52
checkEqualMethod · 0.52
TestCopyOfCopyFunction · 0.52
checkStateAccountsFunction · 0.52
BalanceAtMethod · 0.52
testGetNodeDataFunction · 0.52
TestSyncStateFunction · 0.52
TestRefundFunction · 0.52
TestRefundAllFunction · 0.52