Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkEqual
Method · 0.65
call
Method · 0.65
callCode
Method · 0.65
delegateCall
Method · 0.65
StaticCall
Method · 0.65
Create
Method · 0.65
Implementers
2
StateDB
core/state/statedb.go
NoopStateDB
core/vm/noop.go
Calls
no outgoing calls
Tested by
1
checkEqual
Method · 0.52