Documentation ¶
Index ¶
- Constants
- type PROXYREGISTRY
- type PROXYREGISTRYCaller
- type PROXYREGISTRYCallerRaw
- type PROXYREGISTRYCallerSession
- type PROXYREGISTRYFilterer
- type PROXYREGISTRYRaw
- func (_PROXYREGISTRY *PROXYREGISTRYRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_PROXYREGISTRY *PROXYREGISTRYRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_PROXYREGISTRY *PROXYREGISTRYRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type PROXYREGISTRYSession
- type PROXYREGISTRYTransactor
- type PROXYREGISTRYTransactorRaw
- type PROXYREGISTRYTransactorSession
Constants ¶
const PROXYREGISTRYABI = "" /* 761-byte string literal not displayed */
PROXYREGISTRYABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PROXYREGISTRY ¶
type PROXYREGISTRY struct { PROXYREGISTRYCaller // Read-only binding to the contract PROXYREGISTRYTransactor // Write-only binding to the contract PROXYREGISTRYFilterer // Log filterer for contract events }
PROXYREGISTRY is an auto generated Go binding around an Ethereum contract.
func NewPROXYREGISTRY ¶
func NewPROXYREGISTRY(address common.Address, backend bind.ContractBackend) (*PROXYREGISTRY, error)
NewPROXYREGISTRY creates a new instance of PROXYREGISTRY, bound to a specific deployed contract.
type PROXYREGISTRYCaller ¶
type PROXYREGISTRYCaller struct {
// contains filtered or unexported fields
}
PROXYREGISTRYCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewPROXYREGISTRYCaller ¶
func NewPROXYREGISTRYCaller(address common.Address, caller bind.ContractCaller) (*PROXYREGISTRYCaller, error)
NewPROXYREGISTRYCaller creates a new read-only instance of PROXYREGISTRY, bound to a specific deployed contract.
type PROXYREGISTRYCallerRaw ¶
type PROXYREGISTRYCallerRaw struct {
Contract *PROXYREGISTRYCaller // Generic read-only contract binding to access the raw methods on
}
PROXYREGISTRYCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*PROXYREGISTRYCallerRaw) Call ¶
func (_PROXYREGISTRY *PROXYREGISTRYCallerRaw) 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 PROXYREGISTRYCallerSession ¶
type PROXYREGISTRYCallerSession struct { Contract *PROXYREGISTRYCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
PROXYREGISTRYCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type PROXYREGISTRYFilterer ¶
type PROXYREGISTRYFilterer struct {
// contains filtered or unexported fields
}
PROXYREGISTRYFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewPROXYREGISTRYFilterer ¶
func NewPROXYREGISTRYFilterer(address common.Address, filterer bind.ContractFilterer) (*PROXYREGISTRYFilterer, error)
NewPROXYREGISTRYFilterer creates a new log filterer instance of PROXYREGISTRY, bound to a specific deployed contract.
type PROXYREGISTRYRaw ¶
type PROXYREGISTRYRaw struct {
Contract *PROXYREGISTRY // Generic contract binding to access the raw methods on
}
PROXYREGISTRYRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*PROXYREGISTRYRaw) Call ¶
func (_PROXYREGISTRY *PROXYREGISTRYRaw) 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 (*PROXYREGISTRYRaw) Transact ¶
func (_PROXYREGISTRY *PROXYREGISTRYRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*PROXYREGISTRYRaw) Transfer ¶
func (_PROXYREGISTRY *PROXYREGISTRYRaw) 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 PROXYREGISTRYSession ¶
type PROXYREGISTRYSession struct { Contract *PROXYREGISTRY // 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 }
PROXYREGISTRYSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*PROXYREGISTRYSession) Build ¶
func (_PROXYREGISTRY *PROXYREGISTRYSession) Build() (*types.Transaction, error)
Build is a paid mutator transaction binding the contract method 0x8e1a55fc.
Solidity: function build() returns(address proxy)
func (*PROXYREGISTRYSession) Build0 ¶
func (_PROXYREGISTRY *PROXYREGISTRYSession) Build0(owner common.Address) (*types.Transaction, error)
Build0 is a paid mutator transaction binding the contract method 0xf3701da2.
Solidity: function build(address owner) returns(address proxy)
type PROXYREGISTRYTransactor ¶
type PROXYREGISTRYTransactor struct {
// contains filtered or unexported fields
}
PROXYREGISTRYTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewPROXYREGISTRYTransactor ¶
func NewPROXYREGISTRYTransactor(address common.Address, transactor bind.ContractTransactor) (*PROXYREGISTRYTransactor, error)
NewPROXYREGISTRYTransactor creates a new write-only instance of PROXYREGISTRY, bound to a specific deployed contract.
func (*PROXYREGISTRYTransactor) Build ¶
func (_PROXYREGISTRY *PROXYREGISTRYTransactor) Build(opts *bind.TransactOpts) (*types.Transaction, error)
Build is a paid mutator transaction binding the contract method 0x8e1a55fc.
Solidity: function build() returns(address proxy)
func (*PROXYREGISTRYTransactor) Build0 ¶
func (_PROXYREGISTRY *PROXYREGISTRYTransactor) Build0(opts *bind.TransactOpts, owner common.Address) (*types.Transaction, error)
Build0 is a paid mutator transaction binding the contract method 0xf3701da2.
Solidity: function build(address owner) returns(address proxy)
type PROXYREGISTRYTransactorRaw ¶
type PROXYREGISTRYTransactorRaw struct {
Contract *PROXYREGISTRYTransactor // Generic write-only contract binding to access the raw methods on
}
PROXYREGISTRYTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*PROXYREGISTRYTransactorRaw) Transact ¶
func (_PROXYREGISTRY *PROXYREGISTRYTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*PROXYREGISTRYTransactorRaw) Transfer ¶
func (_PROXYREGISTRY *PROXYREGISTRYTransactorRaw) 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 PROXYREGISTRYTransactorSession ¶
type PROXYREGISTRYTransactorSession struct { Contract *PROXYREGISTRYTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
PROXYREGISTRYTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*PROXYREGISTRYTransactorSession) Build ¶
func (_PROXYREGISTRY *PROXYREGISTRYTransactorSession) Build() (*types.Transaction, error)
Build is a paid mutator transaction binding the contract method 0x8e1a55fc.
Solidity: function build() returns(address proxy)
func (*PROXYREGISTRYTransactorSession) Build0 ¶
func (_PROXYREGISTRY *PROXYREGISTRYTransactorSession) Build0(owner common.Address) (*types.Transaction, error)
Build0 is a paid mutator transaction binding the contract method 0xf3701da2.
Solidity: function build(address owner) returns(address proxy)