dump

package
v0.0.0-...-8d1e6a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2023 License: GPL-3.0, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var OvmEthAddress = common.HexToAddress("0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000")
View Source
var OvmFeeWallet = common.HexToAddress("0x4200000000000000000000000000000000000011")
View Source
var OvmWhitelistAddress = common.HexToAddress("0x4200000000000000000000000000000000000002")

Functions

This section is empty.

Types

type OvmDump

type OvmDump struct {
	Accounts map[string]OvmDumpAccount `json:"accounts"`
}

type OvmDumpAccount

type OvmDumpAccount struct {
	Address  common.Address         `json:"address"`
	Code     string                 `json:"code"`
	CodeHash string                 `json:"codeHash"`
	Storage  map[common.Hash]string `json:"storage"`
	ABI      abi.ABI                `json:"abi"`
	Nonce    uint64                 `json:"nonce"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL