Documentation ¶
Index ¶
- Variables
- type AccountActivation
- type AccountActivationActivateAccount
- type AccountActivationActivateAccountIterator
- type AccountActivationBeneficiaryChanged
- type AccountActivationBeneficiaryChangedIterator
- type AccountActivationCaller
- func (_AccountActivation *AccountActivationCaller) Beneficiary(opts *bind.CallOpts) (common.Address, error)
- func (_AccountActivation *AccountActivationCaller) NetworkCost(opts *bind.CallOpts, network string) (*big.Int, error)
- func (_AccountActivation *AccountActivationCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- type AccountActivationCallerRaw
- type AccountActivationCallerSession
- type AccountActivationFilterer
- func (_AccountActivation *AccountActivationFilterer) FilterActivateAccount(opts *bind.FilterOpts) (*AccountActivationActivateAccountIterator, error)
- func (_AccountActivation *AccountActivationFilterer) FilterBeneficiaryChanged(opts *bind.FilterOpts, previousBeneficiary []common.Address, ...) (*AccountActivationBeneficiaryChangedIterator, error)
- func (_AccountActivation *AccountActivationFilterer) FilterNetworkCostChanged(opts *bind.FilterOpts) (*AccountActivationNetworkCostChangedIterator, error)
- func (_AccountActivation *AccountActivationFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*AccountActivationOwnershipTransferredIterator, error)
- func (_AccountActivation *AccountActivationFilterer) ParseActivateAccount(log types.Log) (*AccountActivationActivateAccount, error)
- func (_AccountActivation *AccountActivationFilterer) ParseBeneficiaryChanged(log types.Log) (*AccountActivationBeneficiaryChanged, error)
- func (_AccountActivation *AccountActivationFilterer) ParseNetworkCostChanged(log types.Log) (*AccountActivationNetworkCostChanged, error)
- func (_AccountActivation *AccountActivationFilterer) ParseOwnershipTransferred(log types.Log) (*AccountActivationOwnershipTransferred, error)
- func (_AccountActivation *AccountActivationFilterer) WatchActivateAccount(opts *bind.WatchOpts, sink chan<- *AccountActivationActivateAccount) (event.Subscription, error)
- func (_AccountActivation *AccountActivationFilterer) WatchBeneficiaryChanged(opts *bind.WatchOpts, sink chan<- *AccountActivationBeneficiaryChanged, ...) (event.Subscription, error)
- func (_AccountActivation *AccountActivationFilterer) WatchNetworkCostChanged(opts *bind.WatchOpts, sink chan<- *AccountActivationNetworkCostChanged) (event.Subscription, error)
- func (_AccountActivation *AccountActivationFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *AccountActivationOwnershipTransferred, ...) (event.Subscription, error)
- type AccountActivationNetworkCostChanged
- type AccountActivationNetworkCostChangedIterator
- type AccountActivationOwnershipTransferred
- type AccountActivationOwnershipTransferredIterator
- type AccountActivationRaw
- func (_AccountActivation *AccountActivationRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_AccountActivation *AccountActivationRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type AccountActivationSession
- func (_AccountActivation *AccountActivationSession) ActivateAccount(network string, account string) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationSession) Beneficiary() (common.Address, error)
- func (_AccountActivation *AccountActivationSession) ChangeBeneficiary(newBeneficiary common.Address) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationSession) NetworkCost(network string) (*big.Int, error)
- func (_AccountActivation *AccountActivationSession) Owner() (common.Address, error)
- func (_AccountActivation *AccountActivationSession) RenounceOwnership() (*types.Transaction, error)
- func (_AccountActivation *AccountActivationSession) SetNetworkCost(network string, cost *big.Int) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- type AccountActivationTransactor
- func (_AccountActivation *AccountActivationTransactor) ActivateAccount(opts *bind.TransactOpts, network string, account string) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationTransactor) ChangeBeneficiary(opts *bind.TransactOpts, newBeneficiary common.Address) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationTransactor) SetNetworkCost(opts *bind.TransactOpts, network string, cost *big.Int) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- type AccountActivationTransactorRaw
- type AccountActivationTransactorSession
- func (_AccountActivation *AccountActivationTransactorSession) ActivateAccount(network string, account string) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationTransactorSession) ChangeBeneficiary(newBeneficiary common.Address) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationTransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_AccountActivation *AccountActivationTransactorSession) SetNetworkCost(network string, cost *big.Int) (*types.Transaction, error)
- func (_AccountActivation *AccountActivationTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
var AccountActivationABI = AccountActivationMetaData.ABI
AccountActivationABI is the input ABI used to generate the binding from. Deprecated: Use AccountActivationMetaData.ABI instead.
var AccountActivationMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"network\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"account\",\"type\":\"string\"}],\"name\":\"ActivateAccount\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousBeneficiary\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newBeneficiary\",\"type\":\"address\"}],\"name\":\"BeneficiaryChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"network\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"cost\",\"type\":\"uint256\"}],\"name\":\"NetworkCostChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"network\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"account\",\"type\":\"string\"}],\"name\":\"activateAccount\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"beneficiary\",\"outputs\":[{\"internalType\":\"addresspayable\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"addresspayable\",\"name\":\"newBeneficiary\",\"type\":\"address\"}],\"name\":\"changeBeneficiary\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"network\",\"type\":\"string\"}],\"name\":\"networkCost\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"network\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"cost\",\"type\":\"uint256\"}],\"name\":\"setNetworkCost\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
AccountActivationMetaData contains all meta data concerning the AccountActivation contract.
Functions ¶
This section is empty.
Types ¶
type AccountActivation ¶
type AccountActivation struct { AccountActivationCaller // Read-only binding to the contract AccountActivationTransactor // Write-only binding to the contract AccountActivationFilterer // Log filterer for contract events }
AccountActivation is an auto generated Go binding around an Ethereum contract.
func NewAccountActivation ¶
func NewAccountActivation(address common.Address, backend bind.ContractBackend) (*AccountActivation, error)
NewAccountActivation creates a new instance of AccountActivation, bound to a specific deployed contract.
type AccountActivationActivateAccount ¶
type AccountActivationActivateAccount struct { Network string Account string Raw types.Log // Blockchain specific contextual infos }
AccountActivationActivateAccount represents a ActivateAccount event raised by the AccountActivation contract.
type AccountActivationActivateAccountIterator ¶
type AccountActivationActivateAccountIterator struct { Event *AccountActivationActivateAccount // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountActivationActivateAccountIterator is returned from FilterActivateAccount and is used to iterate over the raw logs and unpacked data for ActivateAccount events raised by the AccountActivation contract.
func (*AccountActivationActivateAccountIterator) Close ¶
func (it *AccountActivationActivateAccountIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountActivationActivateAccountIterator) Error ¶
func (it *AccountActivationActivateAccountIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountActivationActivateAccountIterator) Next ¶
func (it *AccountActivationActivateAccountIterator) 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 AccountActivationBeneficiaryChanged ¶
type AccountActivationBeneficiaryChanged struct { PreviousBeneficiary common.Address NewBeneficiary common.Address Raw types.Log // Blockchain specific contextual infos }
AccountActivationBeneficiaryChanged represents a BeneficiaryChanged event raised by the AccountActivation contract.
type AccountActivationBeneficiaryChangedIterator ¶
type AccountActivationBeneficiaryChangedIterator struct { Event *AccountActivationBeneficiaryChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountActivationBeneficiaryChangedIterator is returned from FilterBeneficiaryChanged and is used to iterate over the raw logs and unpacked data for BeneficiaryChanged events raised by the AccountActivation contract.
func (*AccountActivationBeneficiaryChangedIterator) Close ¶
func (it *AccountActivationBeneficiaryChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountActivationBeneficiaryChangedIterator) Error ¶
func (it *AccountActivationBeneficiaryChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountActivationBeneficiaryChangedIterator) Next ¶
func (it *AccountActivationBeneficiaryChangedIterator) 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 AccountActivationCaller ¶
type AccountActivationCaller struct {
// contains filtered or unexported fields
}
AccountActivationCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewAccountActivationCaller ¶
func NewAccountActivationCaller(address common.Address, caller bind.ContractCaller) (*AccountActivationCaller, error)
NewAccountActivationCaller creates a new read-only instance of AccountActivation, bound to a specific deployed contract.
func (*AccountActivationCaller) Beneficiary ¶
func (_AccountActivation *AccountActivationCaller) Beneficiary(opts *bind.CallOpts) (common.Address, error)
Beneficiary is a free data retrieval call binding the contract method 0x38af3eed.
Solidity: function beneficiary() view returns(address)
func (*AccountActivationCaller) NetworkCost ¶
func (_AccountActivation *AccountActivationCaller) NetworkCost(opts *bind.CallOpts, network string) (*big.Int, error)
NetworkCost is a free data retrieval call binding the contract method 0x1a5dcb1a.
Solidity: function networkCost(string network) view returns(uint256)
type AccountActivationCallerRaw ¶
type AccountActivationCallerRaw struct {
Contract *AccountActivationCaller // Generic read-only contract binding to access the raw methods on
}
AccountActivationCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*AccountActivationCallerRaw) Call ¶
func (_AccountActivation *AccountActivationCallerRaw) 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 AccountActivationCallerSession ¶
type AccountActivationCallerSession struct { Contract *AccountActivationCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
AccountActivationCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*AccountActivationCallerSession) Beneficiary ¶
func (_AccountActivation *AccountActivationCallerSession) Beneficiary() (common.Address, error)
Beneficiary is a free data retrieval call binding the contract method 0x38af3eed.
Solidity: function beneficiary() view returns(address)
func (*AccountActivationCallerSession) NetworkCost ¶
func (_AccountActivation *AccountActivationCallerSession) NetworkCost(network string) (*big.Int, error)
NetworkCost is a free data retrieval call binding the contract method 0x1a5dcb1a.
Solidity: function networkCost(string network) view returns(uint256)
type AccountActivationFilterer ¶
type AccountActivationFilterer struct {
// contains filtered or unexported fields
}
AccountActivationFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewAccountActivationFilterer ¶
func NewAccountActivationFilterer(address common.Address, filterer bind.ContractFilterer) (*AccountActivationFilterer, error)
NewAccountActivationFilterer creates a new log filterer instance of AccountActivation, bound to a specific deployed contract.
func (*AccountActivationFilterer) FilterActivateAccount ¶
func (_AccountActivation *AccountActivationFilterer) FilterActivateAccount(opts *bind.FilterOpts) (*AccountActivationActivateAccountIterator, error)
FilterActivateAccount is a free log retrieval operation binding the contract event 0x4113caa3b18a53c397c763a5e95ccc6d9d17072e52c5a13b3449d94cc4bdec54.
Solidity: event ActivateAccount(string network, string account)
func (*AccountActivationFilterer) FilterBeneficiaryChanged ¶
func (_AccountActivation *AccountActivationFilterer) FilterBeneficiaryChanged(opts *bind.FilterOpts, previousBeneficiary []common.Address, newBeneficiary []common.Address) (*AccountActivationBeneficiaryChangedIterator, error)
FilterBeneficiaryChanged is a free log retrieval operation binding the contract event 0x768099735d1c322a05a5b9d7b76d99682a1833d3f7055e5ede25e0f2eeaa8c6d.
Solidity: event BeneficiaryChanged(address indexed previousBeneficiary, address indexed newBeneficiary)
func (*AccountActivationFilterer) FilterNetworkCostChanged ¶
func (_AccountActivation *AccountActivationFilterer) FilterNetworkCostChanged(opts *bind.FilterOpts) (*AccountActivationNetworkCostChangedIterator, error)
FilterNetworkCostChanged is a free log retrieval operation binding the contract event 0x4da674d59eb8b81bdf1fe3ef0a634f98c336dbd68c871570e5e9d5927ff020e2.
Solidity: event NetworkCostChanged(string network, uint256 cost)
func (*AccountActivationFilterer) FilterOwnershipTransferred ¶
func (_AccountActivation *AccountActivationFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*AccountActivationOwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*AccountActivationFilterer) ParseActivateAccount ¶
func (_AccountActivation *AccountActivationFilterer) ParseActivateAccount(log types.Log) (*AccountActivationActivateAccount, error)
ParseActivateAccount is a log parse operation binding the contract event 0x4113caa3b18a53c397c763a5e95ccc6d9d17072e52c5a13b3449d94cc4bdec54.
Solidity: event ActivateAccount(string network, string account)
func (*AccountActivationFilterer) ParseBeneficiaryChanged ¶
func (_AccountActivation *AccountActivationFilterer) ParseBeneficiaryChanged(log types.Log) (*AccountActivationBeneficiaryChanged, error)
ParseBeneficiaryChanged is a log parse operation binding the contract event 0x768099735d1c322a05a5b9d7b76d99682a1833d3f7055e5ede25e0f2eeaa8c6d.
Solidity: event BeneficiaryChanged(address indexed previousBeneficiary, address indexed newBeneficiary)
func (*AccountActivationFilterer) ParseNetworkCostChanged ¶
func (_AccountActivation *AccountActivationFilterer) ParseNetworkCostChanged(log types.Log) (*AccountActivationNetworkCostChanged, error)
ParseNetworkCostChanged is a log parse operation binding the contract event 0x4da674d59eb8b81bdf1fe3ef0a634f98c336dbd68c871570e5e9d5927ff020e2.
Solidity: event NetworkCostChanged(string network, uint256 cost)
func (*AccountActivationFilterer) ParseOwnershipTransferred ¶
func (_AccountActivation *AccountActivationFilterer) ParseOwnershipTransferred(log types.Log) (*AccountActivationOwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*AccountActivationFilterer) WatchActivateAccount ¶
func (_AccountActivation *AccountActivationFilterer) WatchActivateAccount(opts *bind.WatchOpts, sink chan<- *AccountActivationActivateAccount) (event.Subscription, error)
WatchActivateAccount is a free log subscription operation binding the contract event 0x4113caa3b18a53c397c763a5e95ccc6d9d17072e52c5a13b3449d94cc4bdec54.
Solidity: event ActivateAccount(string network, string account)
func (*AccountActivationFilterer) WatchBeneficiaryChanged ¶
func (_AccountActivation *AccountActivationFilterer) WatchBeneficiaryChanged(opts *bind.WatchOpts, sink chan<- *AccountActivationBeneficiaryChanged, previousBeneficiary []common.Address, newBeneficiary []common.Address) (event.Subscription, error)
WatchBeneficiaryChanged is a free log subscription operation binding the contract event 0x768099735d1c322a05a5b9d7b76d99682a1833d3f7055e5ede25e0f2eeaa8c6d.
Solidity: event BeneficiaryChanged(address indexed previousBeneficiary, address indexed newBeneficiary)
func (*AccountActivationFilterer) WatchNetworkCostChanged ¶
func (_AccountActivation *AccountActivationFilterer) WatchNetworkCostChanged(opts *bind.WatchOpts, sink chan<- *AccountActivationNetworkCostChanged) (event.Subscription, error)
WatchNetworkCostChanged is a free log subscription operation binding the contract event 0x4da674d59eb8b81bdf1fe3ef0a634f98c336dbd68c871570e5e9d5927ff020e2.
Solidity: event NetworkCostChanged(string network, uint256 cost)
func (*AccountActivationFilterer) WatchOwnershipTransferred ¶
func (_AccountActivation *AccountActivationFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *AccountActivationOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
type AccountActivationNetworkCostChanged ¶
type AccountActivationNetworkCostChanged struct { Network string Cost *big.Int Raw types.Log // Blockchain specific contextual infos }
AccountActivationNetworkCostChanged represents a NetworkCostChanged event raised by the AccountActivation contract.
type AccountActivationNetworkCostChangedIterator ¶
type AccountActivationNetworkCostChangedIterator struct { Event *AccountActivationNetworkCostChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountActivationNetworkCostChangedIterator is returned from FilterNetworkCostChanged and is used to iterate over the raw logs and unpacked data for NetworkCostChanged events raised by the AccountActivation contract.
func (*AccountActivationNetworkCostChangedIterator) Close ¶
func (it *AccountActivationNetworkCostChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountActivationNetworkCostChangedIterator) Error ¶
func (it *AccountActivationNetworkCostChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountActivationNetworkCostChangedIterator) Next ¶
func (it *AccountActivationNetworkCostChangedIterator) 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 AccountActivationOwnershipTransferred ¶
type AccountActivationOwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
AccountActivationOwnershipTransferred represents a OwnershipTransferred event raised by the AccountActivation contract.
type AccountActivationOwnershipTransferredIterator ¶
type AccountActivationOwnershipTransferredIterator struct { Event *AccountActivationOwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AccountActivationOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the AccountActivation contract.
func (*AccountActivationOwnershipTransferredIterator) Close ¶
func (it *AccountActivationOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AccountActivationOwnershipTransferredIterator) Error ¶
func (it *AccountActivationOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AccountActivationOwnershipTransferredIterator) Next ¶
func (it *AccountActivationOwnershipTransferredIterator) 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 AccountActivationRaw ¶
type AccountActivationRaw struct {
Contract *AccountActivation // Generic contract binding to access the raw methods on
}
AccountActivationRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*AccountActivationRaw) Call ¶
func (_AccountActivation *AccountActivationRaw) 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 (*AccountActivationRaw) Transact ¶
func (_AccountActivation *AccountActivationRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AccountActivationRaw) Transfer ¶
func (_AccountActivation *AccountActivationRaw) 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 AccountActivationSession ¶
type AccountActivationSession struct { Contract *AccountActivation // 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 }
AccountActivationSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*AccountActivationSession) ActivateAccount ¶
func (_AccountActivation *AccountActivationSession) ActivateAccount(network string, account string) (*types.Transaction, error)
ActivateAccount is a paid mutator transaction binding the contract method 0x20b9f5bb.
Solidity: function activateAccount(string network, string account) payable returns()
func (*AccountActivationSession) Beneficiary ¶
func (_AccountActivation *AccountActivationSession) Beneficiary() (common.Address, error)
Beneficiary is a free data retrieval call binding the contract method 0x38af3eed.
Solidity: function beneficiary() view returns(address)
func (*AccountActivationSession) ChangeBeneficiary ¶
func (_AccountActivation *AccountActivationSession) ChangeBeneficiary(newBeneficiary common.Address) (*types.Transaction, error)
ChangeBeneficiary is a paid mutator transaction binding the contract method 0xdc070657.
Solidity: function changeBeneficiary(address newBeneficiary) returns()
func (*AccountActivationSession) NetworkCost ¶
func (_AccountActivation *AccountActivationSession) NetworkCost(network string) (*big.Int, error)
NetworkCost is a free data retrieval call binding the contract method 0x1a5dcb1a.
Solidity: function networkCost(string network) view returns(uint256)
func (*AccountActivationSession) Owner ¶
func (_AccountActivation *AccountActivationSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AccountActivationSession) RenounceOwnership ¶
func (_AccountActivation *AccountActivationSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AccountActivationSession) SetNetworkCost ¶
func (_AccountActivation *AccountActivationSession) SetNetworkCost(network string, cost *big.Int) (*types.Transaction, error)
SetNetworkCost is a paid mutator transaction binding the contract method 0x4f82e417.
Solidity: function setNetworkCost(string network, uint256 cost) returns()
func (*AccountActivationSession) TransferOwnership ¶
func (_AccountActivation *AccountActivationSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type AccountActivationTransactor ¶
type AccountActivationTransactor struct {
// contains filtered or unexported fields
}
AccountActivationTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewAccountActivationTransactor ¶
func NewAccountActivationTransactor(address common.Address, transactor bind.ContractTransactor) (*AccountActivationTransactor, error)
NewAccountActivationTransactor creates a new write-only instance of AccountActivation, bound to a specific deployed contract.
func (*AccountActivationTransactor) ActivateAccount ¶
func (_AccountActivation *AccountActivationTransactor) ActivateAccount(opts *bind.TransactOpts, network string, account string) (*types.Transaction, error)
ActivateAccount is a paid mutator transaction binding the contract method 0x20b9f5bb.
Solidity: function activateAccount(string network, string account) payable returns()
func (*AccountActivationTransactor) ChangeBeneficiary ¶
func (_AccountActivation *AccountActivationTransactor) ChangeBeneficiary(opts *bind.TransactOpts, newBeneficiary common.Address) (*types.Transaction, error)
ChangeBeneficiary is a paid mutator transaction binding the contract method 0xdc070657.
Solidity: function changeBeneficiary(address newBeneficiary) returns()
func (*AccountActivationTransactor) RenounceOwnership ¶
func (_AccountActivation *AccountActivationTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AccountActivationTransactor) SetNetworkCost ¶
func (_AccountActivation *AccountActivationTransactor) SetNetworkCost(opts *bind.TransactOpts, network string, cost *big.Int) (*types.Transaction, error)
SetNetworkCost is a paid mutator transaction binding the contract method 0x4f82e417.
Solidity: function setNetworkCost(string network, uint256 cost) returns()
func (*AccountActivationTransactor) TransferOwnership ¶
func (_AccountActivation *AccountActivationTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type AccountActivationTransactorRaw ¶
type AccountActivationTransactorRaw struct {
Contract *AccountActivationTransactor // Generic write-only contract binding to access the raw methods on
}
AccountActivationTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*AccountActivationTransactorRaw) Transact ¶
func (_AccountActivation *AccountActivationTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AccountActivationTransactorRaw) Transfer ¶
func (_AccountActivation *AccountActivationTransactorRaw) 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 AccountActivationTransactorSession ¶
type AccountActivationTransactorSession struct { Contract *AccountActivationTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AccountActivationTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*AccountActivationTransactorSession) ActivateAccount ¶
func (_AccountActivation *AccountActivationTransactorSession) ActivateAccount(network string, account string) (*types.Transaction, error)
ActivateAccount is a paid mutator transaction binding the contract method 0x20b9f5bb.
Solidity: function activateAccount(string network, string account) payable returns()
func (*AccountActivationTransactorSession) ChangeBeneficiary ¶
func (_AccountActivation *AccountActivationTransactorSession) ChangeBeneficiary(newBeneficiary common.Address) (*types.Transaction, error)
ChangeBeneficiary is a paid mutator transaction binding the contract method 0xdc070657.
Solidity: function changeBeneficiary(address newBeneficiary) returns()
func (*AccountActivationTransactorSession) RenounceOwnership ¶
func (_AccountActivation *AccountActivationTransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AccountActivationTransactorSession) SetNetworkCost ¶
func (_AccountActivation *AccountActivationTransactorSession) SetNetworkCost(network string, cost *big.Int) (*types.Transaction, error)
SetNetworkCost is a paid mutator transaction binding the contract method 0x4f82e417.
Solidity: function setNetworkCost(string network, uint256 cost) returns()
func (*AccountActivationTransactorSession) TransferOwnership ¶
func (_AccountActivation *AccountActivationTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()