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

Method GetCodeHash

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

Source from the content-addressed store, hash-verified

35 SetNonce(common.Address, uint64)
36
37 GetCodeHash(common.Address) common.Hash
38 GetCode(common.Address) []byte
39 SetCode(common.Address, []byte)
40 GetCodeSize(common.Address) int

Callers 6

checkEqualMethod · 0.65
callMethod · 0.65
callCodeMethod · 0.65
delegateCallMethod · 0.65
StaticCallMethod · 0.65
CreateMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

checkEqualMethod · 0.52