MCPcopy
hub / github.com/ethereum/EIPs / dataCopy

Struct dataCopy

assets/eip-7885/op-geth/nocgo/core/vm/contracts.go:469–469  ·  view source on GitHub ↗

data copy implemented as a native contract.

Source from the content-addressed store, hash-verified

467
468// data copy implemented as a native contract.
469type dataCopy struct{}
470
471// RequiredGas returns the gas required to execute the pre-compiled contract.
472//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected