Documentation ¶
Index ¶
- Variables
- type Reader4844
- type Reader4844Caller
- type Reader4844CallerRaw
- type Reader4844CallerSession
- type Reader4844Filterer
- type Reader4844Raw
- func (_Reader4844 *Reader4844Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Reader4844 *Reader4844Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Reader4844 *Reader4844Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Reader4844Session
- type Reader4844Transactor
- type Reader4844TransactorRaw
- type Reader4844TransactorSession
Constants ¶
This section is empty.
Variables ¶
var Reader4844ABI = Reader4844MetaData.ABI
Reader4844ABI is the input ABI used to generate the binding from. Deprecated: Use Reader4844MetaData.ABI instead.
var Reader4844Bin = Reader4844MetaData.Bin
Reader4844Bin is the compiled bytecode used for deploying new contracts. Deprecated: Use Reader4844MetaData.Bin instead.
var Reader4844MetaData = &bind.MetaData{
ABI: "null",
Bin: "0x605f80600d600039806000f3fe3415600957600080fd5b6000803560e01c63e83a2d828114602857631f6d6ef781146057578182fd5b815b804980603557506045565b600582901b60400152600101602a565b602083528060205260408160051b0183f35b4a8252602082f3",
}
Reader4844MetaData contains all meta data concerning the Reader4844 contract.
Functions ¶
This section is empty.
Types ¶
type Reader4844 ¶
type Reader4844 struct { Reader4844Caller // Read-only binding to the contract Reader4844Transactor // Write-only binding to the contract Reader4844Filterer // Log filterer for contract events }
Reader4844 is an auto generated Go binding around an Ethereum contract.
func DeployReader4844 ¶
func DeployReader4844(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Reader4844, error)
DeployReader4844 deploys a new Ethereum contract, binding an instance of Reader4844 to it.
func NewReader4844 ¶
func NewReader4844(address common.Address, backend bind.ContractBackend) (*Reader4844, error)
NewReader4844 creates a new instance of Reader4844, bound to a specific deployed contract.
type Reader4844Caller ¶
type Reader4844Caller struct {
// contains filtered or unexported fields
}
Reader4844Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewReader4844Caller ¶
func NewReader4844Caller(address common.Address, caller bind.ContractCaller) (*Reader4844Caller, error)
NewReader4844Caller creates a new read-only instance of Reader4844, bound to a specific deployed contract.
type Reader4844CallerRaw ¶
type Reader4844CallerRaw struct {
Contract *Reader4844Caller // Generic read-only contract binding to access the raw methods on
}
Reader4844CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Reader4844CallerRaw) Call ¶
func (_Reader4844 *Reader4844CallerRaw) 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 Reader4844CallerSession ¶
type Reader4844CallerSession struct { Contract *Reader4844Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Reader4844CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type Reader4844Filterer ¶
type Reader4844Filterer struct {
// contains filtered or unexported fields
}
Reader4844Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewReader4844Filterer ¶
func NewReader4844Filterer(address common.Address, filterer bind.ContractFilterer) (*Reader4844Filterer, error)
NewReader4844Filterer creates a new log filterer instance of Reader4844, bound to a specific deployed contract.
type Reader4844Raw ¶
type Reader4844Raw struct {
Contract *Reader4844 // Generic contract binding to access the raw methods on
}
Reader4844Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*Reader4844Raw) Call ¶
func (_Reader4844 *Reader4844Raw) 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 (*Reader4844Raw) Transact ¶
func (_Reader4844 *Reader4844Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Reader4844Raw) Transfer ¶
func (_Reader4844 *Reader4844Raw) 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 Reader4844Session ¶
type Reader4844Session struct { Contract *Reader4844 // 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 }
Reader4844Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type Reader4844Transactor ¶
type Reader4844Transactor struct {
// contains filtered or unexported fields
}
Reader4844Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewReader4844Transactor ¶
func NewReader4844Transactor(address common.Address, transactor bind.ContractTransactor) (*Reader4844Transactor, error)
NewReader4844Transactor creates a new write-only instance of Reader4844, bound to a specific deployed contract.
type Reader4844TransactorRaw ¶
type Reader4844TransactorRaw struct {
Contract *Reader4844Transactor // Generic write-only contract binding to access the raw methods on
}
Reader4844TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Reader4844TransactorRaw) Transact ¶
func (_Reader4844 *Reader4844TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Reader4844TransactorRaw) Transfer ¶
func (_Reader4844 *Reader4844TransactorRaw) 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 Reader4844TransactorSession ¶
type Reader4844TransactorSession struct { Contract *Reader4844Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Reader4844TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.