Documentation ¶
Index ¶
- Variables
- type UQ112x112
- type UQ112x112Caller
- type UQ112x112CallerRaw
- type UQ112x112CallerSession
- type UQ112x112Filterer
- type UQ112x112Raw
- func (_UQ112x112 *UQ112x112Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_UQ112x112 *UQ112x112Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_UQ112x112 *UQ112x112Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type UQ112x112Session
- type UQ112x112Transactor
- type UQ112x112TransactorRaw
- type UQ112x112TransactorSession
Constants ¶
This section is empty.
Variables ¶
var UQ112x112ABI = UQ112x112MetaData.ABI
UQ112x112ABI is the input ABI used to generate the binding from. Deprecated: Use UQ112x112MetaData.ABI instead.
var UQ112x112Bin = UQ112x112MetaData.Bin
UQ112x112Bin is the compiled bytecode used for deploying new contracts. Deprecated: Use UQ112x112MetaData.Bin instead.
var UQ112x112MetaData = &bind.MetaData{
ABI: "[]",
Bin: "0x60556023600b82828239805160001a607314601657fe5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea265627a7a72315820f65e814514650b232466a1181c516158bb53891394cd5f9bf66ecfa0478fddf864736f6c63430005100032",
}
UQ112x112MetaData contains all meta data concerning the UQ112x112 contract.
Functions ¶
This section is empty.
Types ¶
type UQ112x112 ¶
type UQ112x112 struct { UQ112x112Caller // Read-only binding to the contract UQ112x112Transactor // Write-only binding to the contract UQ112x112Filterer // Log filterer for contract events }
UQ112x112 is an auto generated Go binding around an Ethereum contract.
func DeployUQ112x112 ¶
func DeployUQ112x112(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *UQ112x112, error)
DeployUQ112x112 deploys a new Ethereum contract, binding an instance of UQ112x112 to it.
func NewUQ112x112 ¶
NewUQ112x112 creates a new instance of UQ112x112, bound to a specific deployed contract.
type UQ112x112Caller ¶
type UQ112x112Caller struct {
// contains filtered or unexported fields
}
UQ112x112Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewUQ112x112Caller ¶
func NewUQ112x112Caller(address common.Address, caller bind.ContractCaller) (*UQ112x112Caller, error)
NewUQ112x112Caller creates a new read-only instance of UQ112x112, bound to a specific deployed contract.
type UQ112x112CallerRaw ¶
type UQ112x112CallerRaw struct {
Contract *UQ112x112Caller // Generic read-only contract binding to access the raw methods on
}
UQ112x112CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*UQ112x112CallerRaw) Call ¶
func (_UQ112x112 *UQ112x112CallerRaw) 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 UQ112x112CallerSession ¶
type UQ112x112CallerSession struct { Contract *UQ112x112Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
UQ112x112CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type UQ112x112Filterer ¶
type UQ112x112Filterer struct {
// contains filtered or unexported fields
}
UQ112x112Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewUQ112x112Filterer ¶
func NewUQ112x112Filterer(address common.Address, filterer bind.ContractFilterer) (*UQ112x112Filterer, error)
NewUQ112x112Filterer creates a new log filterer instance of UQ112x112, bound to a specific deployed contract.
type UQ112x112Raw ¶
type UQ112x112Raw struct {
Contract *UQ112x112 // Generic contract binding to access the raw methods on
}
UQ112x112Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*UQ112x112Raw) Call ¶
func (_UQ112x112 *UQ112x112Raw) 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 (*UQ112x112Raw) Transact ¶
func (_UQ112x112 *UQ112x112Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*UQ112x112Raw) Transfer ¶
func (_UQ112x112 *UQ112x112Raw) 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 UQ112x112Session ¶
type UQ112x112Session struct { Contract *UQ112x112 // 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 }
UQ112x112Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type UQ112x112Transactor ¶
type UQ112x112Transactor struct {
// contains filtered or unexported fields
}
UQ112x112Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewUQ112x112Transactor ¶
func NewUQ112x112Transactor(address common.Address, transactor bind.ContractTransactor) (*UQ112x112Transactor, error)
NewUQ112x112Transactor creates a new write-only instance of UQ112x112, bound to a specific deployed contract.
type UQ112x112TransactorRaw ¶
type UQ112x112TransactorRaw struct {
Contract *UQ112x112Transactor // Generic write-only contract binding to access the raw methods on
}
UQ112x112TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*UQ112x112TransactorRaw) Transact ¶
func (_UQ112x112 *UQ112x112TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*UQ112x112TransactorRaw) Transfer ¶
func (_UQ112x112 *UQ112x112TransactorRaw) 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 UQ112x112TransactorSession ¶
type UQ112x112TransactorSession struct { Contract *UQ112x112Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
UQ112x112TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.