HasOpCode

package
v0.0.0-...-38c47b8 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2023 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 HasOpCodeABI = HasOpCodeMetaData.ABI

HasOpCodeABI is the input ABI used to generate the binding from. Deprecated: Use HasOpCodeMetaData.ABI instead.

View Source
var HasOpCodeBin = HasOpCodeMetaData.Bin

HasOpCodeBin is the compiled bytecode used for deploying new contracts. Deprecated: Use HasOpCodeMetaData.Bin instead.

View Source
var HasOpCodeMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"opBalance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"opGasPrice\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
	Bin: "0x6080604052600080556000600155348015601857600080fd5b506080806100276000396000f3fe6080604052348015600f57600080fd5b506004361060325760003560e01c80633ab08cf914603757806374c73639146042575b600080fd5b60403331600155565b005b60403a60005556fea264697066735822122086d3f33465f92e2f6ddc32c9acfb8512d8c86ff16e540197cd39d4f3aaf38ffc64736f6c634300080c0033",
}

HasOpCodeMetaData contains all meta data concerning the HasOpCode contract.

Functions

This section is empty.

Types

type HasOpCode

type HasOpCode struct {
	HasOpCodeCaller     // Read-only binding to the contract
	HasOpCodeTransactor // Write-only binding to the contract
	HasOpCodeFilterer   // Log filterer for contract events
}

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

func DeployHasOpCode

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

DeployHasOpCode deploys a new Ethereum contract, binding an instance of HasOpCode to it.

func NewHasOpCode

func NewHasOpCode(address common.Address, backend bind.ContractBackend) (*HasOpCode, error)

NewHasOpCode creates a new instance of HasOpCode, bound to a specific deployed contract.

type HasOpCodeCaller

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

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

func NewHasOpCodeCaller

func NewHasOpCodeCaller(address common.Address, caller bind.ContractCaller) (*HasOpCodeCaller, error)

NewHasOpCodeCaller creates a new read-only instance of HasOpCode, bound to a specific deployed contract.

type HasOpCodeCallerRaw

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

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

func (*HasOpCodeCallerRaw) Call

func (_HasOpCode *HasOpCodeCallerRaw) 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 HasOpCodeCallerSession

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

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

type HasOpCodeFilterer

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

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

func NewHasOpCodeFilterer

func NewHasOpCodeFilterer(address common.Address, filterer bind.ContractFilterer) (*HasOpCodeFilterer, error)

NewHasOpCodeFilterer creates a new log filterer instance of HasOpCode, bound to a specific deployed contract.

type HasOpCodeRaw

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

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

func (*HasOpCodeRaw) Call

func (_HasOpCode *HasOpCodeRaw) 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 (*HasOpCodeRaw) Transact

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

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

func (*HasOpCodeRaw) Transfer

func (_HasOpCode *HasOpCodeRaw) 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 HasOpCodeSession

type HasOpCodeSession struct {
	Contract     *HasOpCode        // 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
}

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

func (*HasOpCodeSession) OpBalance

func (_HasOpCode *HasOpCodeSession) OpBalance() (*types.Transaction, error)

OpBalance is a paid mutator transaction binding the contract method 0x3ab08cf9.

Solidity: function opBalance() returns()

func (*HasOpCodeSession) OpGasPrice

func (_HasOpCode *HasOpCodeSession) OpGasPrice() (*types.Transaction, error)

OpGasPrice is a paid mutator transaction binding the contract method 0x74c73639.

Solidity: function opGasPrice() returns()

type HasOpCodeTransactor

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

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

func NewHasOpCodeTransactor

func NewHasOpCodeTransactor(address common.Address, transactor bind.ContractTransactor) (*HasOpCodeTransactor, error)

NewHasOpCodeTransactor creates a new write-only instance of HasOpCode, bound to a specific deployed contract.

func (*HasOpCodeTransactor) OpBalance

func (_HasOpCode *HasOpCodeTransactor) OpBalance(opts *bind.TransactOpts) (*types.Transaction, error)

OpBalance is a paid mutator transaction binding the contract method 0x3ab08cf9.

Solidity: function opBalance() returns()

func (*HasOpCodeTransactor) OpGasPrice

func (_HasOpCode *HasOpCodeTransactor) OpGasPrice(opts *bind.TransactOpts) (*types.Transaction, error)

OpGasPrice is a paid mutator transaction binding the contract method 0x74c73639.

Solidity: function opGasPrice() returns()

type HasOpCodeTransactorRaw

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

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

func (*HasOpCodeTransactorRaw) Transact

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

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

func (*HasOpCodeTransactorRaw) Transfer

func (_HasOpCode *HasOpCodeTransactorRaw) 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 HasOpCodeTransactorSession

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

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

func (*HasOpCodeTransactorSession) OpBalance

func (_HasOpCode *HasOpCodeTransactorSession) OpBalance() (*types.Transaction, error)

OpBalance is a paid mutator transaction binding the contract method 0x3ab08cf9.

Solidity: function opBalance() returns()

func (*HasOpCodeTransactorSession) OpGasPrice

func (_HasOpCode *HasOpCodeTransactorSession) OpGasPrice() (*types.Transaction, error)

OpGasPrice is a paid mutator transaction binding the contract method 0x74c73639.

Solidity: function opGasPrice() returns()

Jump to

Keyboard shortcuts

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