Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ Address
Method
Address
core/vm/contract.go:27–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
// ContractRef is a reference to the contract's backing object
26
type
ContractRef
interface
{
27
Address() common.Address
28
}
29
30
// AccountRef implements ContractRef.
Callers
15
TransitionDb
Method · 0.65
UnmarshalJSON
Method · 0.65
UnmarshalJSON
Method · 0.65
UnmarshalTOML
Method · 0.65
compareStateObjects
Function · 0.65
updateStateObject
Method · 0.65
deleteStateObject
Method · 0.65
setStateObject
Method · 0.65
NewContract
Function · 0.65
Address
Method · 0.65
gasSStore
Function · 0.65
gasSuicide
Function · 0.65
Implementers
4
stateObject
core/state/state_object.go
Contract
core/vm/contract.go
dummyContractRef
core/vm/logger_test.go
account
protocols/cpc/tracers/tracer_test.go
Calls
no outgoing calls
Tested by
2
compareStateObjects
Function · 0.52
TestStoreCapture
Function · 0.52