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

Struct dummyContractRef

eth/tracers/logger/logger_test.go:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type dummyContractRef struct {
32 calledForEach bool
33}
34
35func (dummyContractRef) Address() common.Address { return common.Address{} }
36func (dummyContractRef) Value() *big.Int { return new(big.Int) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected