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

Method Balance

core/state/state_object.go:346–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344}
345
346func (self *stateObject) Balance() *big.Int {
347 return self.data.Balance
348}
349
350func (self *stateObject) Nonce() uint64 {
351 return self.data.Nonce

Callers 6

AddBalanceMethod · 0.95
SubBalanceMethod · 0.95
compareStateObjectsFunction · 0.45
GetBalanceMethod · 0.45
SuicideMethod · 0.45
TestCopyFunction · 0.45

Calls

no outgoing calls

Tested by 2

compareStateObjectsFunction · 0.36
TestCopyFunction · 0.36