Documentation ¶
Index ¶
- Constants
- type Controller
- type ControllerAddedController
- type ControllerAddedControllerIterator
- type ControllerCaller
- type ControllerCallerRaw
- type ControllerCallerSession
- type ControllerFilterer
- func (_Controller *ControllerFilterer) FilterAddedController(opts *bind.FilterOpts) (*ControllerAddedControllerIterator, error)
- func (_Controller *ControllerFilterer) FilterRemovedController(opts *bind.FilterOpts) (*ControllerRemovedControllerIterator, error)
- func (_Controller *ControllerFilterer) WatchAddedController(opts *bind.WatchOpts, sink chan<- *ControllerAddedController) (event.Subscription, error)
- func (_Controller *ControllerFilterer) WatchRemovedController(opts *bind.WatchOpts, sink chan<- *ControllerRemovedController) (event.Subscription, error)
- type ControllerRaw
- func (_Controller *ControllerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_Controller *ControllerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Controller *ControllerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ControllerRemovedController
- type ControllerRemovedControllerIterator
- type ControllerSession
- func (_Controller *ControllerSession) AddController(_account common.Address) (*types.Transaction, error)
- func (_Controller *ControllerSession) ControllerCount() (*big.Int, error)
- func (_Controller *ControllerSession) IsController(_account common.Address) (bool, error)
- func (_Controller *ControllerSession) RemoveController(_account common.Address) (*types.Transaction, error)
- type ControllerTransactor
- type ControllerTransactorRaw
- type ControllerTransactorSession
- type ParseIntScientific
- type ParseIntScientificCaller
- type ParseIntScientificCallerRaw
- type ParseIntScientificCallerSession
- type ParseIntScientificFilterer
- type ParseIntScientificRaw
- func (_ParseIntScientific *ParseIntScientificRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_ParseIntScientific *ParseIntScientificRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ParseIntScientific *ParseIntScientificRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ParseIntScientificSession
- type ParseIntScientificTransactor
- type ParseIntScientificTransactorRaw
- type ParseIntScientificTransactorSession
Constants ¶
const ControllerABI = "" /* 1362-byte string literal not displayed */
ControllerABI is the input ABI used to generate the binding from.
const ControllerBin = `` /* 3084-byte string literal not displayed */
ControllerBin is the compiled bytecode used for deploying new contracts.
const ParseIntScientificABI = "[]"
ParseIntScientificABI is the input ABI used to generate the binding from.
const ParseIntScientificBin = `` /* 164-byte string literal not displayed */
ParseIntScientificBin is the compiled bytecode used for deploying new contracts.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { ControllerCaller // Read-only binding to the contract ControllerTransactor // Write-only binding to the contract ControllerFilterer // Log filterer for contract events }
Controller is an auto generated Go binding around an Ethereum contract.
func DeployController ¶
func DeployController(auth *bind.TransactOpts, backend bind.ContractBackend, _account common.Address) (common.Address, *types.Transaction, *Controller, error)
DeployController deploys a new Ethereum contract, binding an instance of Controller to it.
func NewController ¶
func NewController(address common.Address, backend bind.ContractBackend) (*Controller, error)
NewController creates a new instance of Controller, bound to a specific deployed contract.
type ControllerAddedController ¶
type ControllerAddedController struct { Sender common.Address Controller common.Address Raw types.Log // Blockchain specific contextual infos }
ControllerAddedController represents a AddedController event raised by the Controller contract.
type ControllerAddedControllerIterator ¶
type ControllerAddedControllerIterator struct { Event *ControllerAddedController // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ControllerAddedControllerIterator is returned from FilterAddedController and is used to iterate over the raw logs and unpacked data for AddedController events raised by the Controller contract.
func (*ControllerAddedControllerIterator) Close ¶
func (it *ControllerAddedControllerIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ControllerAddedControllerIterator) Error ¶
func (it *ControllerAddedControllerIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ControllerAddedControllerIterator) Next ¶
func (it *ControllerAddedControllerIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type ControllerCaller ¶
type ControllerCaller struct {
// contains filtered or unexported fields
}
ControllerCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewControllerCaller ¶
func NewControllerCaller(address common.Address, caller bind.ContractCaller) (*ControllerCaller, error)
NewControllerCaller creates a new read-only instance of Controller, bound to a specific deployed contract.
func (*ControllerCaller) ControllerCount ¶
ControllerCount is a free data retrieval call binding the contract method 0x15b9a8b8.
Solidity: function controllerCount() constant returns(uint256)
func (*ControllerCaller) IsController ¶
func (_Controller *ControllerCaller) IsController(opts *bind.CallOpts, _account common.Address) (bool, error)
IsController is a free data retrieval call binding the contract method 0xb429afeb.
Solidity: function isController(_account address) constant returns(bool)
type ControllerCallerRaw ¶
type ControllerCallerRaw struct {
Contract *ControllerCaller // Generic read-only contract binding to access the raw methods on
}
ControllerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ControllerCallerRaw) Call ¶
func (_Controller *ControllerCallerRaw) 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 ControllerCallerSession ¶
type ControllerCallerSession struct { Contract *ControllerCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ControllerCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ControllerCallerSession) ControllerCount ¶
func (_Controller *ControllerCallerSession) ControllerCount() (*big.Int, error)
ControllerCount is a free data retrieval call binding the contract method 0x15b9a8b8.
Solidity: function controllerCount() constant returns(uint256)
func (*ControllerCallerSession) IsController ¶
func (_Controller *ControllerCallerSession) IsController(_account common.Address) (bool, error)
IsController is a free data retrieval call binding the contract method 0xb429afeb.
Solidity: function isController(_account address) constant returns(bool)
type ControllerFilterer ¶
type ControllerFilterer struct {
// contains filtered or unexported fields
}
ControllerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewControllerFilterer ¶
func NewControllerFilterer(address common.Address, filterer bind.ContractFilterer) (*ControllerFilterer, error)
NewControllerFilterer creates a new log filterer instance of Controller, bound to a specific deployed contract.
func (*ControllerFilterer) FilterAddedController ¶
func (_Controller *ControllerFilterer) FilterAddedController(opts *bind.FilterOpts) (*ControllerAddedControllerIterator, error)
FilterAddedController is a free log retrieval operation binding the contract event 0xb890d5abdcd5c2b61ce8bbc2cf6af9b6d7f7451830cbc85037cbdd182c86fe1d.
Solidity: e AddedController(_sender address, _controller address)
func (*ControllerFilterer) FilterRemovedController ¶
func (_Controller *ControllerFilterer) FilterRemovedController(opts *bind.FilterOpts) (*ControllerRemovedControllerIterator, error)
FilterRemovedController is a free log retrieval operation binding the contract event 0xb6a283aaede08e15ef55c74e3014e30eb0c0040d4b156cccb77391268ea37394.
Solidity: e RemovedController(_sender address, _controller address)
func (*ControllerFilterer) WatchAddedController ¶
func (_Controller *ControllerFilterer) WatchAddedController(opts *bind.WatchOpts, sink chan<- *ControllerAddedController) (event.Subscription, error)
WatchAddedController is a free log subscription operation binding the contract event 0xb890d5abdcd5c2b61ce8bbc2cf6af9b6d7f7451830cbc85037cbdd182c86fe1d.
Solidity: e AddedController(_sender address, _controller address)
func (*ControllerFilterer) WatchRemovedController ¶
func (_Controller *ControllerFilterer) WatchRemovedController(opts *bind.WatchOpts, sink chan<- *ControllerRemovedController) (event.Subscription, error)
WatchRemovedController is a free log subscription operation binding the contract event 0xb6a283aaede08e15ef55c74e3014e30eb0c0040d4b156cccb77391268ea37394.
Solidity: e RemovedController(_sender address, _controller address)
type ControllerRaw ¶
type ControllerRaw struct {
Contract *Controller // Generic contract binding to access the raw methods on
}
ControllerRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ControllerRaw) Call ¶
func (_Controller *ControllerRaw) 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 (*ControllerRaw) Transact ¶
func (_Controller *ControllerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ControllerRaw) Transfer ¶
func (_Controller *ControllerRaw) 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 ControllerRemovedController ¶
type ControllerRemovedController struct { Sender common.Address Controller common.Address Raw types.Log // Blockchain specific contextual infos }
ControllerRemovedController represents a RemovedController event raised by the Controller contract.
type ControllerRemovedControllerIterator ¶
type ControllerRemovedControllerIterator struct { Event *ControllerRemovedController // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ControllerRemovedControllerIterator is returned from FilterRemovedController and is used to iterate over the raw logs and unpacked data for RemovedController events raised by the Controller contract.
func (*ControllerRemovedControllerIterator) Close ¶
func (it *ControllerRemovedControllerIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ControllerRemovedControllerIterator) Error ¶
func (it *ControllerRemovedControllerIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ControllerRemovedControllerIterator) Next ¶
func (it *ControllerRemovedControllerIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type ControllerSession ¶
type ControllerSession struct { Contract *Controller // 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 }
ControllerSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ControllerSession) AddController ¶
func (_Controller *ControllerSession) AddController(_account common.Address) (*types.Transaction, error)
AddController is a paid mutator transaction binding the contract method 0xa7fc7a07.
Solidity: function addController(_account address) returns()
func (*ControllerSession) ControllerCount ¶
func (_Controller *ControllerSession) ControllerCount() (*big.Int, error)
ControllerCount is a free data retrieval call binding the contract method 0x15b9a8b8.
Solidity: function controllerCount() constant returns(uint256)
func (*ControllerSession) IsController ¶
func (_Controller *ControllerSession) IsController(_account common.Address) (bool, error)
IsController is a free data retrieval call binding the contract method 0xb429afeb.
Solidity: function isController(_account address) constant returns(bool)
func (*ControllerSession) RemoveController ¶
func (_Controller *ControllerSession) RemoveController(_account common.Address) (*types.Transaction, error)
RemoveController is a paid mutator transaction binding the contract method 0xf6a74ed7.
Solidity: function removeController(_account address) returns()
type ControllerTransactor ¶
type ControllerTransactor struct {
// contains filtered or unexported fields
}
ControllerTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewControllerTransactor ¶
func NewControllerTransactor(address common.Address, transactor bind.ContractTransactor) (*ControllerTransactor, error)
NewControllerTransactor creates a new write-only instance of Controller, bound to a specific deployed contract.
func (*ControllerTransactor) AddController ¶
func (_Controller *ControllerTransactor) AddController(opts *bind.TransactOpts, _account common.Address) (*types.Transaction, error)
AddController is a paid mutator transaction binding the contract method 0xa7fc7a07.
Solidity: function addController(_account address) returns()
func (*ControllerTransactor) RemoveController ¶
func (_Controller *ControllerTransactor) RemoveController(opts *bind.TransactOpts, _account common.Address) (*types.Transaction, error)
RemoveController is a paid mutator transaction binding the contract method 0xf6a74ed7.
Solidity: function removeController(_account address) returns()
type ControllerTransactorRaw ¶
type ControllerTransactorRaw struct {
Contract *ControllerTransactor // Generic write-only contract binding to access the raw methods on
}
ControllerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ControllerTransactorRaw) Transact ¶
func (_Controller *ControllerTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ControllerTransactorRaw) Transfer ¶
func (_Controller *ControllerTransactorRaw) 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 ControllerTransactorSession ¶
type ControllerTransactorSession struct { Contract *ControllerTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ControllerTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ControllerTransactorSession) AddController ¶
func (_Controller *ControllerTransactorSession) AddController(_account common.Address) (*types.Transaction, error)
AddController is a paid mutator transaction binding the contract method 0xa7fc7a07.
Solidity: function addController(_account address) returns()
func (*ControllerTransactorSession) RemoveController ¶
func (_Controller *ControllerTransactorSession) RemoveController(_account common.Address) (*types.Transaction, error)
RemoveController is a paid mutator transaction binding the contract method 0xf6a74ed7.
Solidity: function removeController(_account address) returns()
type ParseIntScientific ¶
type ParseIntScientific struct { ParseIntScientificCaller // Read-only binding to the contract ParseIntScientificTransactor // Write-only binding to the contract ParseIntScientificFilterer // Log filterer for contract events }
ParseIntScientific is an auto generated Go binding around an Ethereum contract.
func DeployParseIntScientific ¶
func DeployParseIntScientific(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ParseIntScientific, error)
DeployParseIntScientific deploys a new Ethereum contract, binding an instance of ParseIntScientific to it.
func NewParseIntScientific ¶
func NewParseIntScientific(address common.Address, backend bind.ContractBackend) (*ParseIntScientific, error)
NewParseIntScientific creates a new instance of ParseIntScientific, bound to a specific deployed contract.
type ParseIntScientificCaller ¶
type ParseIntScientificCaller struct {
// contains filtered or unexported fields
}
ParseIntScientificCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewParseIntScientificCaller ¶
func NewParseIntScientificCaller(address common.Address, caller bind.ContractCaller) (*ParseIntScientificCaller, error)
NewParseIntScientificCaller creates a new read-only instance of ParseIntScientific, bound to a specific deployed contract.
type ParseIntScientificCallerRaw ¶
type ParseIntScientificCallerRaw struct {
Contract *ParseIntScientificCaller // Generic read-only contract binding to access the raw methods on
}
ParseIntScientificCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ParseIntScientificCallerRaw) Call ¶
func (_ParseIntScientific *ParseIntScientificCallerRaw) 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 ParseIntScientificCallerSession ¶
type ParseIntScientificCallerSession struct { Contract *ParseIntScientificCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ParseIntScientificCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type ParseIntScientificFilterer ¶
type ParseIntScientificFilterer struct {
// contains filtered or unexported fields
}
ParseIntScientificFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewParseIntScientificFilterer ¶
func NewParseIntScientificFilterer(address common.Address, filterer bind.ContractFilterer) (*ParseIntScientificFilterer, error)
NewParseIntScientificFilterer creates a new log filterer instance of ParseIntScientific, bound to a specific deployed contract.
type ParseIntScientificRaw ¶
type ParseIntScientificRaw struct {
Contract *ParseIntScientific // Generic contract binding to access the raw methods on
}
ParseIntScientificRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ParseIntScientificRaw) Call ¶
func (_ParseIntScientific *ParseIntScientificRaw) 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 (*ParseIntScientificRaw) Transact ¶
func (_ParseIntScientific *ParseIntScientificRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ParseIntScientificRaw) Transfer ¶
func (_ParseIntScientific *ParseIntScientificRaw) 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 ParseIntScientificSession ¶
type ParseIntScientificSession struct { Contract *ParseIntScientific // 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 }
ParseIntScientificSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type ParseIntScientificTransactor ¶
type ParseIntScientificTransactor struct {
// contains filtered or unexported fields
}
ParseIntScientificTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewParseIntScientificTransactor ¶
func NewParseIntScientificTransactor(address common.Address, transactor bind.ContractTransactor) (*ParseIntScientificTransactor, error)
NewParseIntScientificTransactor creates a new write-only instance of ParseIntScientific, bound to a specific deployed contract.
type ParseIntScientificTransactorRaw ¶
type ParseIntScientificTransactorRaw struct {
Contract *ParseIntScientificTransactor // Generic write-only contract binding to access the raw methods on
}
ParseIntScientificTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ParseIntScientificTransactorRaw) Transact ¶
func (_ParseIntScientific *ParseIntScientificTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ParseIntScientificTransactorRaw) Transfer ¶
func (_ParseIntScientific *ParseIntScientificTransactorRaw) 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 ParseIntScientificTransactorSession ¶
type ParseIntScientificTransactorSession struct { Contract *ParseIntScientificTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ParseIntScientificTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.