Documentation ¶
Index ¶
- Variables
- type AlastriaContracts
- type AlastriaContractsCaller
- type AlastriaContractsCallerRaw
- type AlastriaContractsCallerSession
- type AlastriaContractsFilterer
- func (_AlastriaContracts *AlastriaContractsFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*AlastriaContractsOwnershipTransferredIterator, error)
- func (_AlastriaContracts *AlastriaContractsFilterer) ParseOwnershipTransferred(log types.Log) (*AlastriaContractsOwnershipTransferred, error)
- func (_AlastriaContracts *AlastriaContractsFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *AlastriaContractsOwnershipTransferred, ...) (event.Subscription, error)
- type AlastriaContractsOwnershipTransferred
- type AlastriaContractsOwnershipTransferredIterator
- type AlastriaContractsRaw
- func (_AlastriaContracts *AlastriaContractsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_AlastriaContracts *AlastriaContractsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_AlastriaContracts *AlastriaContractsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type AlastriaContractsSession
- func (_AlastriaContracts *AlastriaContractsSession) Initialize(sender common.Address) (*types.Transaction, error)
- func (_AlastriaContracts *AlastriaContractsSession) IsOwner() (bool, error)
- func (_AlastriaContracts *AlastriaContractsSession) Owner() (common.Address, error)
- func (_AlastriaContracts *AlastriaContractsSession) RenounceOwnership() (*types.Transaction, error)
- func (_AlastriaContracts *AlastriaContractsSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- type AlastriaContractsTransactor
- func (_AlastriaContracts *AlastriaContractsTransactor) Initialize(opts *bind.TransactOpts, sender common.Address) (*types.Transaction, error)
- func (_AlastriaContracts *AlastriaContractsTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_AlastriaContracts *AlastriaContractsTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- type AlastriaContractsTransactorRaw
- type AlastriaContractsTransactorSession
- func (_AlastriaContracts *AlastriaContractsTransactorSession) Initialize(sender common.Address) (*types.Transaction, error)
- func (_AlastriaContracts *AlastriaContractsTransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_AlastriaContracts *AlastriaContractsTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
var AlastriaContractsABI = AlastriaContractsMetaData.ABI
AlastriaContractsABI is the input ABI used to generate the binding from. Deprecated: Use AlastriaContractsMetaData.ABI instead.
var AlastriaContractsMetaData = &bind.MetaData{
ABI: "[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"isOwner\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
AlastriaContractsMetaData contains all meta data concerning the AlastriaContracts contract.
Functions ¶
This section is empty.
Types ¶
type AlastriaContracts ¶
type AlastriaContracts struct { AlastriaContractsCaller // Read-only binding to the contract AlastriaContractsTransactor // Write-only binding to the contract AlastriaContractsFilterer // Log filterer for contract events }
AlastriaContracts is an auto generated Go binding around an Ethereum contract.
func NewAlastriaContracts ¶
func NewAlastriaContracts(address common.Address, backend bind.ContractBackend) (*AlastriaContracts, error)
NewAlastriaContracts creates a new instance of AlastriaContracts, bound to a specific deployed contract.
type AlastriaContractsCaller ¶
type AlastriaContractsCaller struct {
// contains filtered or unexported fields
}
AlastriaContractsCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewAlastriaContractsCaller ¶
func NewAlastriaContractsCaller(address common.Address, caller bind.ContractCaller) (*AlastriaContractsCaller, error)
NewAlastriaContractsCaller creates a new read-only instance of AlastriaContracts, bound to a specific deployed contract.
type AlastriaContractsCallerRaw ¶
type AlastriaContractsCallerRaw struct {
Contract *AlastriaContractsCaller // Generic read-only contract binding to access the raw methods on
}
AlastriaContractsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*AlastriaContractsCallerRaw) Call ¶
func (_AlastriaContracts *AlastriaContractsCallerRaw) 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 AlastriaContractsCallerSession ¶
type AlastriaContractsCallerSession struct { Contract *AlastriaContractsCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
AlastriaContractsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*AlastriaContractsCallerSession) IsOwner ¶
func (_AlastriaContracts *AlastriaContractsCallerSession) IsOwner() (bool, error)
IsOwner is a free data retrieval call binding the contract method 0x8f32d59b.
Solidity: function isOwner() view returns(bool)
type AlastriaContractsFilterer ¶
type AlastriaContractsFilterer struct {
// contains filtered or unexported fields
}
AlastriaContractsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewAlastriaContractsFilterer ¶
func NewAlastriaContractsFilterer(address common.Address, filterer bind.ContractFilterer) (*AlastriaContractsFilterer, error)
NewAlastriaContractsFilterer creates a new log filterer instance of AlastriaContracts, bound to a specific deployed contract.
func (*AlastriaContractsFilterer) FilterOwnershipTransferred ¶
func (_AlastriaContracts *AlastriaContractsFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*AlastriaContractsOwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*AlastriaContractsFilterer) ParseOwnershipTransferred ¶
func (_AlastriaContracts *AlastriaContractsFilterer) ParseOwnershipTransferred(log types.Log) (*AlastriaContractsOwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*AlastriaContractsFilterer) WatchOwnershipTransferred ¶
func (_AlastriaContracts *AlastriaContractsFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *AlastriaContractsOwnershipTransferred, 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 AlastriaContractsOwnershipTransferred ¶
type AlastriaContractsOwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
AlastriaContractsOwnershipTransferred represents a OwnershipTransferred event raised by the AlastriaContracts contract.
type AlastriaContractsOwnershipTransferredIterator ¶
type AlastriaContractsOwnershipTransferredIterator struct { Event *AlastriaContractsOwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AlastriaContractsOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the AlastriaContracts contract.
func (*AlastriaContractsOwnershipTransferredIterator) Close ¶
func (it *AlastriaContractsOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AlastriaContractsOwnershipTransferredIterator) Error ¶
func (it *AlastriaContractsOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AlastriaContractsOwnershipTransferredIterator) Next ¶
func (it *AlastriaContractsOwnershipTransferredIterator) 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 AlastriaContractsRaw ¶
type AlastriaContractsRaw struct {
Contract *AlastriaContracts // Generic contract binding to access the raw methods on
}
AlastriaContractsRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*AlastriaContractsRaw) Call ¶
func (_AlastriaContracts *AlastriaContractsRaw) 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 (*AlastriaContractsRaw) Transact ¶
func (_AlastriaContracts *AlastriaContractsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AlastriaContractsRaw) Transfer ¶
func (_AlastriaContracts *AlastriaContractsRaw) 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 AlastriaContractsSession ¶
type AlastriaContractsSession struct { Contract *AlastriaContracts // 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 }
AlastriaContractsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*AlastriaContractsSession) Initialize ¶
func (_AlastriaContracts *AlastriaContractsSession) Initialize(sender common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
Solidity: function initialize(address sender) returns()
func (*AlastriaContractsSession) IsOwner ¶
func (_AlastriaContracts *AlastriaContractsSession) IsOwner() (bool, error)
IsOwner is a free data retrieval call binding the contract method 0x8f32d59b.
Solidity: function isOwner() view returns(bool)
func (*AlastriaContractsSession) Owner ¶
func (_AlastriaContracts *AlastriaContractsSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AlastriaContractsSession) RenounceOwnership ¶
func (_AlastriaContracts *AlastriaContractsSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AlastriaContractsSession) TransferOwnership ¶
func (_AlastriaContracts *AlastriaContractsSession) 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 AlastriaContractsTransactor ¶
type AlastriaContractsTransactor struct {
// contains filtered or unexported fields
}
AlastriaContractsTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewAlastriaContractsTransactor ¶
func NewAlastriaContractsTransactor(address common.Address, transactor bind.ContractTransactor) (*AlastriaContractsTransactor, error)
NewAlastriaContractsTransactor creates a new write-only instance of AlastriaContracts, bound to a specific deployed contract.
func (*AlastriaContractsTransactor) Initialize ¶
func (_AlastriaContracts *AlastriaContractsTransactor) Initialize(opts *bind.TransactOpts, sender common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
Solidity: function initialize(address sender) returns()
func (*AlastriaContractsTransactor) RenounceOwnership ¶
func (_AlastriaContracts *AlastriaContractsTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AlastriaContractsTransactor) TransferOwnership ¶
func (_AlastriaContracts *AlastriaContractsTransactor) 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 AlastriaContractsTransactorRaw ¶
type AlastriaContractsTransactorRaw struct {
Contract *AlastriaContractsTransactor // Generic write-only contract binding to access the raw methods on
}
AlastriaContractsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*AlastriaContractsTransactorRaw) Transact ¶
func (_AlastriaContracts *AlastriaContractsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AlastriaContractsTransactorRaw) Transfer ¶
func (_AlastriaContracts *AlastriaContractsTransactorRaw) 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 AlastriaContractsTransactorSession ¶
type AlastriaContractsTransactorSession struct { Contract *AlastriaContractsTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AlastriaContractsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*AlastriaContractsTransactorSession) Initialize ¶
func (_AlastriaContracts *AlastriaContractsTransactorSession) Initialize(sender common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
Solidity: function initialize(address sender) returns()
func (*AlastriaContractsTransactorSession) RenounceOwnership ¶
func (_AlastriaContracts *AlastriaContractsTransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AlastriaContractsTransactorSession) TransferOwnership ¶
func (_AlastriaContracts *AlastriaContractsTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()