legacyzkevmstatevariables

package
v0.0.0-...-f6182d2 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: AGPL-3.0, AGPL-3.0-or-later Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LegacyzkevmstatevariablesABI = LegacyzkevmstatevariablesMetaData.ABI

LegacyzkevmstatevariablesABI is the input ABI used to generate the binding from. Deprecated: Use LegacyzkevmstatevariablesMetaData.ABI instead.

View Source
var LegacyzkevmstatevariablesBin = LegacyzkevmstatevariablesMetaData.Bin

LegacyzkevmstatevariablesBin is the compiled bytecode used for deploying new contracts. Deprecated: Use LegacyzkevmstatevariablesMetaData.Bin instead.

View Source
var LegacyzkevmstatevariablesMetaData = &bind.MetaData{
	ABI: "[]",
	Bin: "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea2646970667358221220bc6b8098ef103741b2b32b5cbaec0e2a09cd5375b122e07d4925f04362887a2d64736f6c63430008140033",
}

LegacyzkevmstatevariablesMetaData contains all meta data concerning the Legacyzkevmstatevariables contract.

Functions

This section is empty.

Types

type Legacyzkevmstatevariables

type Legacyzkevmstatevariables struct {
	LegacyzkevmstatevariablesCaller     // Read-only binding to the contract
	LegacyzkevmstatevariablesTransactor // Write-only binding to the contract
	LegacyzkevmstatevariablesFilterer   // Log filterer for contract events
}

Legacyzkevmstatevariables is an auto generated Go binding around an Ethereum contract.

func DeployLegacyzkevmstatevariables

func DeployLegacyzkevmstatevariables(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Legacyzkevmstatevariables, error)

DeployLegacyzkevmstatevariables deploys a new Ethereum contract, binding an instance of Legacyzkevmstatevariables to it.

func NewLegacyzkevmstatevariables

func NewLegacyzkevmstatevariables(address common.Address, backend bind.ContractBackend) (*Legacyzkevmstatevariables, error)

NewLegacyzkevmstatevariables creates a new instance of Legacyzkevmstatevariables, bound to a specific deployed contract.

type LegacyzkevmstatevariablesCaller

type LegacyzkevmstatevariablesCaller struct {
	// contains filtered or unexported fields
}

LegacyzkevmstatevariablesCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewLegacyzkevmstatevariablesCaller

func NewLegacyzkevmstatevariablesCaller(address common.Address, caller bind.ContractCaller) (*LegacyzkevmstatevariablesCaller, error)

NewLegacyzkevmstatevariablesCaller creates a new read-only instance of Legacyzkevmstatevariables, bound to a specific deployed contract.

type LegacyzkevmstatevariablesCallerRaw

type LegacyzkevmstatevariablesCallerRaw struct {
	Contract *LegacyzkevmstatevariablesCaller // Generic read-only contract binding to access the raw methods on
}

LegacyzkevmstatevariablesCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*LegacyzkevmstatevariablesCallerRaw) Call

func (_Legacyzkevmstatevariables *LegacyzkevmstatevariablesCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type LegacyzkevmstatevariablesCallerSession

type LegacyzkevmstatevariablesCallerSession struct {
	Contract *LegacyzkevmstatevariablesCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                    // Call options to use throughout this session
}

LegacyzkevmstatevariablesCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type LegacyzkevmstatevariablesFilterer

type LegacyzkevmstatevariablesFilterer struct {
	// contains filtered or unexported fields
}

LegacyzkevmstatevariablesFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewLegacyzkevmstatevariablesFilterer

func NewLegacyzkevmstatevariablesFilterer(address common.Address, filterer bind.ContractFilterer) (*LegacyzkevmstatevariablesFilterer, error)

NewLegacyzkevmstatevariablesFilterer creates a new log filterer instance of Legacyzkevmstatevariables, bound to a specific deployed contract.

type LegacyzkevmstatevariablesRaw

type LegacyzkevmstatevariablesRaw struct {
	Contract *Legacyzkevmstatevariables // Generic contract binding to access the raw methods on
}

LegacyzkevmstatevariablesRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*LegacyzkevmstatevariablesRaw) Call

func (_Legacyzkevmstatevariables *LegacyzkevmstatevariablesRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*LegacyzkevmstatevariablesRaw) Transact

func (_Legacyzkevmstatevariables *LegacyzkevmstatevariablesRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*LegacyzkevmstatevariablesRaw) Transfer

func (_Legacyzkevmstatevariables *LegacyzkevmstatevariablesRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type LegacyzkevmstatevariablesSession

type LegacyzkevmstatevariablesSession struct {
	Contract     *Legacyzkevmstatevariables // Generic contract binding to set the session for
	CallOpts     bind.CallOpts              // Call options to use throughout this session
	TransactOpts bind.TransactOpts          // Transaction auth options to use throughout this session
}

LegacyzkevmstatevariablesSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type LegacyzkevmstatevariablesTransactor

type LegacyzkevmstatevariablesTransactor struct {
	// contains filtered or unexported fields
}

LegacyzkevmstatevariablesTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewLegacyzkevmstatevariablesTransactor

func NewLegacyzkevmstatevariablesTransactor(address common.Address, transactor bind.ContractTransactor) (*LegacyzkevmstatevariablesTransactor, error)

NewLegacyzkevmstatevariablesTransactor creates a new write-only instance of Legacyzkevmstatevariables, bound to a specific deployed contract.

type LegacyzkevmstatevariablesTransactorRaw

type LegacyzkevmstatevariablesTransactorRaw struct {
	Contract *LegacyzkevmstatevariablesTransactor // Generic write-only contract binding to access the raw methods on
}

LegacyzkevmstatevariablesTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*LegacyzkevmstatevariablesTransactorRaw) Transact

func (_Legacyzkevmstatevariables *LegacyzkevmstatevariablesTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*LegacyzkevmstatevariablesTransactorRaw) Transfer

func (_Legacyzkevmstatevariables *LegacyzkevmstatevariablesTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type LegacyzkevmstatevariablesTransactorSession

type LegacyzkevmstatevariablesTransactorSession struct {
	Contract     *LegacyzkevmstatevariablesTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
}

LegacyzkevmstatevariablesTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

Jump to

Keyboard shortcuts

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