Documentation
¶
Index ¶
- Variables
- type Iversion
- type IversionCaller
- type IversionCallerRaw
- type IversionCallerSession
- type IversionFilterer
- type IversionRaw
- func (_Iversion *IversionRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Iversion *IversionRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Iversion *IversionRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IversionSession
- type IversionTransactor
- type IversionTransactorRaw
- type IversionTransactorSession
Constants ¶
This section is empty.
Variables ¶
var IversionABI = IversionMetaData.ABI
IversionABI is the input ABI used to generate the binding from. Deprecated: Use IversionMetaData.ABI instead.
var IversionMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}]",
}
IversionMetaData contains all meta data concerning the Iversion contract.
Functions ¶
This section is empty.
Types ¶
type Iversion ¶
type Iversion struct {
IversionCaller // Read-only binding to the contract
IversionTransactor // Write-only binding to the contract
IversionFilterer // Log filterer for contract events
}
Iversion is an auto generated Go binding around an Ethereum contract.
func NewIversion ¶
NewIversion creates a new instance of Iversion, bound to a specific deployed contract.
type IversionCaller ¶
type IversionCaller struct {
// contains filtered or unexported fields
}
IversionCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewIversionCaller ¶
func NewIversionCaller(address common.Address, caller bind.ContractCaller) (*IversionCaller, error)
NewIversionCaller creates a new read-only instance of Iversion, bound to a specific deployed contract.
type IversionCallerRaw ¶
type IversionCallerRaw struct {
Contract *IversionCaller // Generic read-only contract binding to access the raw methods on
}
IversionCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*IversionCallerRaw) Call ¶
func (_Iversion *IversionCallerRaw) 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 IversionCallerSession ¶
type IversionCallerSession struct {
Contract *IversionCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts // Call options to use throughout this session
}
IversionCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*IversionCallerSession) Version ¶
func (_Iversion *IversionCallerSession) Version() (string, error)
Version is a free data retrieval call binding the contract method 0x54fd4d50.
Solidity: function version() pure returns(string)
type IversionFilterer ¶
type IversionFilterer struct {
// contains filtered or unexported fields
}
IversionFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewIversionFilterer ¶
func NewIversionFilterer(address common.Address, filterer bind.ContractFilterer) (*IversionFilterer, error)
NewIversionFilterer creates a new log filterer instance of Iversion, bound to a specific deployed contract.
type IversionRaw ¶
type IversionRaw struct {
Contract *Iversion // Generic contract binding to access the raw methods on
}
IversionRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*IversionRaw) Call ¶
func (_Iversion *IversionRaw) 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 (*IversionRaw) Transact ¶
func (_Iversion *IversionRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IversionRaw) Transfer ¶
func (_Iversion *IversionRaw) 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 IversionSession ¶
type IversionSession struct {
Contract *Iversion // 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
}
IversionSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*IversionSession) Version ¶
func (_Iversion *IversionSession) Version() (string, error)
Version is a free data retrieval call binding the contract method 0x54fd4d50.
Solidity: function version() pure returns(string)
type IversionTransactor ¶
type IversionTransactor struct {
// contains filtered or unexported fields
}
IversionTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewIversionTransactor ¶
func NewIversionTransactor(address common.Address, transactor bind.ContractTransactor) (*IversionTransactor, error)
NewIversionTransactor creates a new write-only instance of Iversion, bound to a specific deployed contract.
type IversionTransactorRaw ¶
type IversionTransactorRaw struct {
Contract *IversionTransactor // Generic write-only contract binding to access the raw methods on
}
IversionTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*IversionTransactorRaw) Transact ¶
func (_Iversion *IversionTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IversionTransactorRaw) Transfer ¶
func (_Iversion *IversionTransactorRaw) 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 IversionTransactorSession ¶
type IversionTransactorSession struct {
Contract *IversionTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
IversionTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.