Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ GetCode
Method
GetCode
core/vm/interface.go:38–38 ·
view source on GitHub ↗
(common.Address)
Source
from the content-addressed store, hash-verified
36
37
GetCodeHash(common.Address) common.Hash
38
GetCode(common.Address) []byte
39
SetCode(common.Address, []byte)
40
GetCodeSize(common.Address) int
41
Callers
15
checkEqual
Method · 0.65
checkStateAccounts
Function · 0.65
opExtCodeCopy
Function · 0.65
call
Method · 0.65
callCode
Method · 0.65
delegateCall
Method · 0.65
StaticCall
Method · 0.65
CodeAt
Method · 0.65
PendingCodeAt
Method · 0.65
GetCode
Method · 0.65
GetAllTransactionsByBlockNumberAndIndex
Method · 0.65
validatePostState
Method · 0.65
Implementers
2
StateDB
core/state/statedb.go
NoopStateDB
core/vm/noop.go
Calls
no outgoing calls
Tested by
4
checkEqual
Method · 0.52
checkStateAccounts
Function · 0.52
validateReceiptsByManyPeers
Function · 0.52
TestGetBalanceAtMiddleBlock
Function · 0.52