package internal
import "github.com/ethereum/go-ethereum/eth/tracers/internal"
Index ¶
- func GetMemoryCopyPadded(m []byte, offset, size int64) ([]byte, error)
- func MemoryPtr(m []byte, offset, size int64) []byte
- func StackBack(st []uint256.Int, n int) *uint256.Int
Functions ¶
func GetMemoryCopyPadded ¶
GetMemoryCopyPadded returns offset + size as a new slice. It zero-pads the slice if it extends beyond memory bounds.
func MemoryPtr ¶
MemoryPtr returns a pointer to a slice of memory.
func StackBack ¶
StackBack returns the n'th item in stack
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
eth/tracers/internal/tracetest |
- Version
- v1.15.11 (latest)
- Published
- May 5, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 2 days ago –
Tools for package owners.