MCPcopy
hub / github.com/bnb-chain/bsc / ContractRef

Interface ContractRef

core/vm/contract.go:39–41  ·  view source on GitHub ↗

ContractRef is a reference to the contract's backing object

Source from the content-addressed store, hash-verified

37
38// ContractRef is a reference to the contract's backing object
39type ContractRef interface {
40 Address() common.Address
41}
42
43// AccountRef implements ContractRef.
44//

Callers 8

TransitionDbMethod · 0.65
compareStateObjectsFunction · 0.65
updateStateObjectMethod · 0.65
deleteStateObjectMethod · 0.65
setStateObjectMethod · 0.65
NewContractFunction · 0.65
AddressMethod · 0.65
gasSStoreFunction · 0.65

Implementers 9

stateObjectcore/state/state_object.go
Contractcore/vm/contract.go
contractRefcore/vm/instructions_test.go
dummyContractRefeth/tracers/logger/logger_test.go
accounteth/tracers/js/tracer_test.go
MixedcaseAddresscommon/types.go
Accountgraphql/graphql.go
AccessTuplegraphql/graphql.go
Withdrawalgraphql/graphql.go

Calls

no outgoing calls

Tested by

no test coverage detected