Versions in this module Expand all Collapse all v1 v1.1.3 Jan 20, 2025 v1.1.2 Jan 20, 2025 Changes in this version + type Context struct + From string + Gas uint64 + GasPrice string + GasUsed uint64 + Input []byte + Nonce uint64 + OldStateRoot common.Hash + Output []byte + Time uint64 + To string + Type string + Value *big.Int + type Contract struct + Address common.Address + Caller common.Address + Gas uint64 + Input []byte + Value *big.Int + type FullTrace struct + Context Context + Steps []Step + type InternalTxContext struct + OpCode string + RemainingGas uint64 + type Step struct + Contract Contract + Depth int + Error error + Gas uint64 + GasCost uint64 + Memory []byte + MemoryOffset uint32 + MemorySize uint32 + Op uint64 + OpCode string + Pc uint64 + Refund uint64 + ReturnData []byte + Stack []*big.Int + StateRoot common.Hash + Storage map[common.Hash]common.Hash + type StoreDiff struct + Location uint64 + Value uint64 + type Tracer struct + Code string