MCPcopy Create free account
hub / github.com/CPChain/chain / CaptureStart

Method CaptureStart

core/vm/logger.go:100–100  ·  view source on GitHub ↗
(from common.Address, to common.Address, call bool, input []byte, gas uint64, value *big.Int)

Source from the content-addressed store, hash-verified

98// if you need to retain them beyond the current call.
99type Tracer interface {
100 CaptureStart(from common.Address, to common.Address, call bool, input []byte, gas uint64, value *big.Int) error
101 CaptureState(env *EVM, pc uint64, op OpCode, gas, cost uint64, memory *Memory, stack *Stack, contract *Contract, depth int, err error) error
102 CaptureFault(env *EVM, pc uint64, op OpCode, gas, cost uint64, memory *Memory, stack *Stack, contract *Contract, depth int, err error) error
103 CaptureEnd(output []byte, gasUsed uint64, t time.Duration, err error) error

Callers 2

callMethod · 0.65
CreateMethod · 0.65

Implementers 2

StructLoggercore/vm/logger.go
Tracerprotocols/cpc/tracers/tracer.go

Calls

no outgoing calls

Tested by

no test coverage detected