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

Method Empty

core/vm/interface.go:56–56  ·  view source on GitHub ↗

Empty returns whether the given account is empty. Empty is defined according to EIP161 (balance = nonce = code = 0).

(common.Address)

Source from the content-addressed store, hash-verified

54 // Empty returns whether the given account is empty. Empty
55 // is defined according to EIP161 (balance = nonce = code = 0).
56 Empty(common.Address) bool
57
58 RevertToSnapshot(int)
59 Snapshot() int

Callers 11

removeTxMethod · 0.65
promoteExecutablesMethod · 0.65
demoteUnexecutablesMethod · 0.65
CommitStateDBMethod · 0.65
WriteBlockWithStateMethod · 0.65
gasCallFunction · 0.65
gasSuicideFunction · 0.65
loopMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 3