Documentation
¶
Index ¶
- Variables
- type SignerOwnable
- type SignerOwnableCaller
- type SignerOwnableCallerRaw
- type SignerOwnableCallerSession
- type SignerOwnableFilterer
- type SignerOwnableRaw
- func (_SignerOwnable *SignerOwnableRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_SignerOwnable *SignerOwnableRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_SignerOwnable *SignerOwnableRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type SignerOwnableSession
- type SignerOwnableTransactor
- type SignerOwnableTransactorRaw
- type SignerOwnableTransactorSession
Constants ¶
This section is empty.
Variables ¶
var SignerOwnableABI = SignerOwnableMetaData.ABI
SignerOwnableABI is the input ABI used to generate the binding from. Deprecated: Use SignerOwnableMetaData.ABI instead.
var SignerOwnableMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"signerGetter\",\"outputs\":[{\"internalType\":\"contractISignerAddress\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}
SignerOwnableMetaData contains all meta data concerning the SignerOwnable contract.
Functions ¶
This section is empty.
Types ¶
type SignerOwnable ¶
type SignerOwnable struct { SignerOwnableCaller // Read-only binding to the contract SignerOwnableTransactor // Write-only binding to the contract SignerOwnableFilterer // Log filterer for contract events }
SignerOwnable is an auto generated Go binding around an Ethereum contract.
func NewSignerOwnable ¶
func NewSignerOwnable(address common.Address, backend bind.ContractBackend) (*SignerOwnable, error)
NewSignerOwnable creates a new instance of SignerOwnable, bound to a specific deployed contract.
type SignerOwnableCaller ¶
type SignerOwnableCaller struct {
// contains filtered or unexported fields
}
SignerOwnableCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewSignerOwnableCaller ¶
func NewSignerOwnableCaller(address common.Address, caller bind.ContractCaller) (*SignerOwnableCaller, error)
NewSignerOwnableCaller creates a new read-only instance of SignerOwnable, bound to a specific deployed contract.
func (*SignerOwnableCaller) SignerGetter ¶
func (_SignerOwnable *SignerOwnableCaller) SignerGetter(opts *bind.CallOpts) (common.Address, error)
SignerGetter is a free data retrieval call binding the contract method 0x5c211f88.
Solidity: function signerGetter() view returns(address)
type SignerOwnableCallerRaw ¶
type SignerOwnableCallerRaw struct {
Contract *SignerOwnableCaller // Generic read-only contract binding to access the raw methods on
}
SignerOwnableCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*SignerOwnableCallerRaw) Call ¶
func (_SignerOwnable *SignerOwnableCallerRaw) 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 SignerOwnableCallerSession ¶
type SignerOwnableCallerSession struct { Contract *SignerOwnableCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
SignerOwnableCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*SignerOwnableCallerSession) SignerGetter ¶
func (_SignerOwnable *SignerOwnableCallerSession) SignerGetter() (common.Address, error)
SignerGetter is a free data retrieval call binding the contract method 0x5c211f88.
Solidity: function signerGetter() view returns(address)
type SignerOwnableFilterer ¶
type SignerOwnableFilterer struct {
// contains filtered or unexported fields
}
SignerOwnableFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewSignerOwnableFilterer ¶
func NewSignerOwnableFilterer(address common.Address, filterer bind.ContractFilterer) (*SignerOwnableFilterer, error)
NewSignerOwnableFilterer creates a new log filterer instance of SignerOwnable, bound to a specific deployed contract.
type SignerOwnableRaw ¶
type SignerOwnableRaw struct {
Contract *SignerOwnable // Generic contract binding to access the raw methods on
}
SignerOwnableRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*SignerOwnableRaw) Call ¶
func (_SignerOwnable *SignerOwnableRaw) 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 (*SignerOwnableRaw) Transact ¶
func (_SignerOwnable *SignerOwnableRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SignerOwnableRaw) Transfer ¶
func (_SignerOwnable *SignerOwnableRaw) 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 SignerOwnableSession ¶
type SignerOwnableSession struct { Contract *SignerOwnable // 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 }
SignerOwnableSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*SignerOwnableSession) SignerGetter ¶
func (_SignerOwnable *SignerOwnableSession) SignerGetter() (common.Address, error)
SignerGetter is a free data retrieval call binding the contract method 0x5c211f88.
Solidity: function signerGetter() view returns(address)
type SignerOwnableTransactor ¶
type SignerOwnableTransactor struct {
// contains filtered or unexported fields
}
SignerOwnableTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewSignerOwnableTransactor ¶
func NewSignerOwnableTransactor(address common.Address, transactor bind.ContractTransactor) (*SignerOwnableTransactor, error)
NewSignerOwnableTransactor creates a new write-only instance of SignerOwnable, bound to a specific deployed contract.
type SignerOwnableTransactorRaw ¶
type SignerOwnableTransactorRaw struct {
Contract *SignerOwnableTransactor // Generic write-only contract binding to access the raw methods on
}
SignerOwnableTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*SignerOwnableTransactorRaw) Transact ¶
func (_SignerOwnable *SignerOwnableTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SignerOwnableTransactorRaw) Transfer ¶
func (_SignerOwnable *SignerOwnableTransactorRaw) 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 SignerOwnableTransactorSession ¶
type SignerOwnableTransactorSession struct { Contract *SignerOwnableTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
SignerOwnableTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.