Documentation
¶
Index ¶
- Variables
- type Versions
- type VersionsCaller
- type VersionsCallerRaw
- type VersionsCallerSession
- type VersionsFilterer
- type VersionsRaw
- func (_Versions *VersionsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Versions *VersionsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Versions *VersionsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type VersionsSession
- type VersionsTransactor
- type VersionsTransactorRaw
- type VersionsTransactorSession
Constants ¶
This section is empty.
Variables ¶
var VersionsABI = VersionsMetaData.ABI
VersionsABI is the input ABI used to generate the binding from. Deprecated: Use VersionsMetaData.ABI instead.
var VersionsBin = VersionsMetaData.Bin
VersionsBin is the compiled bytecode used for deploying new contracts. Deprecated: Use VersionsMetaData.Bin instead.
var VersionsMetaData = &bind.MetaData{
ABI: "[]",
Bin: "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122057b47491dea85370ad9620e69892fad0dc6e9b8e4abae7bf5e07b7e52c4eef8764736f6c634300081a0033",
}
VersionsMetaData contains all meta data concerning the Versions contract.
Functions ¶
This section is empty.
Types ¶
type Versions ¶
type Versions struct { VersionsCaller // Read-only binding to the contract VersionsTransactor // Write-only binding to the contract VersionsFilterer // Log filterer for contract events }
Versions is an auto generated Go binding around an Ethereum contract.
func DeployVersions ¶
func DeployVersions(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Versions, error)
DeployVersions deploys a new Ethereum contract, binding an instance of Versions to it.
func NewVersions ¶
NewVersions creates a new instance of Versions, bound to a specific deployed contract.
type VersionsCaller ¶
type VersionsCaller struct {
// contains filtered or unexported fields
}
VersionsCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewVersionsCaller ¶
func NewVersionsCaller(address common.Address, caller bind.ContractCaller) (*VersionsCaller, error)
NewVersionsCaller creates a new read-only instance of Versions, bound to a specific deployed contract.
type VersionsCallerRaw ¶
type VersionsCallerRaw struct {
Contract *VersionsCaller // Generic read-only contract binding to access the raw methods on
}
VersionsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*VersionsCallerRaw) Call ¶
func (_Versions *VersionsCallerRaw) 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 VersionsCallerSession ¶
type VersionsCallerSession struct { Contract *VersionsCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
VersionsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type VersionsFilterer ¶
type VersionsFilterer struct {
// contains filtered or unexported fields
}
VersionsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewVersionsFilterer ¶
func NewVersionsFilterer(address common.Address, filterer bind.ContractFilterer) (*VersionsFilterer, error)
NewVersionsFilterer creates a new log filterer instance of Versions, bound to a specific deployed contract.
type VersionsRaw ¶
type VersionsRaw struct {
Contract *Versions // Generic contract binding to access the raw methods on
}
VersionsRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*VersionsRaw) Call ¶
func (_Versions *VersionsRaw) 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 (*VersionsRaw) Transact ¶
func (_Versions *VersionsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*VersionsRaw) Transfer ¶
func (_Versions *VersionsRaw) 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 VersionsSession ¶
type VersionsSession struct { Contract *Versions // 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 }
VersionsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type VersionsTransactor ¶
type VersionsTransactor struct {
// contains filtered or unexported fields
}
VersionsTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewVersionsTransactor ¶
func NewVersionsTransactor(address common.Address, transactor bind.ContractTransactor) (*VersionsTransactor, error)
NewVersionsTransactor creates a new write-only instance of Versions, bound to a specific deployed contract.
type VersionsTransactorRaw ¶
type VersionsTransactorRaw struct {
Contract *VersionsTransactor // Generic write-only contract binding to access the raw methods on
}
VersionsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*VersionsTransactorRaw) Transact ¶
func (_Versions *VersionsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*VersionsTransactorRaw) Transfer ¶
func (_Versions *VersionsTransactorRaw) 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 VersionsTransactorSession ¶
type VersionsTransactorSession struct { Contract *VersionsTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
VersionsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.