MCPcopy 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
26type ContractRef interface {
27 Address() common.Address
28}
29
30// AccountRef implements ContractRef.

Callers 15

TransitionDbMethod · 0.65
UnmarshalJSONMethod · 0.65
UnmarshalJSONMethod · 0.65
UnmarshalTOMLMethod · 0.65
compareStateObjectsFunction · 0.65
updateStateObjectMethod · 0.65
deleteStateObjectMethod · 0.65
setStateObjectMethod · 0.65
NewContractFunction · 0.65
AddressMethod · 0.65
gasSStoreFunction · 0.65
gasSuicideFunction · 0.65

Implementers 4

stateObjectcore/state/state_object.go
Contractcore/vm/contract.go
dummyContractRefcore/vm/logger_test.go
accountprotocols/cpc/tracers/tracer_test.go

Calls

no outgoing calls

Tested by 2

compareStateObjectsFunction · 0.52
TestStoreCaptureFunction · 0.52