Documentation ¶
Index ¶
- Variables
- type AlastriaContracts
- type AlastriaContractsCaller
- type AlastriaContractsCallerRaw
- type AlastriaContractsCallerSession
- type AlastriaContractsFilterer
- func (_AlastriaContracts *AlastriaContractsFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*AlastriaContractsUpgradedIterator, error)
- func (_AlastriaContracts *AlastriaContractsFilterer) ParseUpgraded(log types.Log) (*AlastriaContractsUpgraded, error)
- func (_AlastriaContracts *AlastriaContractsFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *AlastriaContractsUpgraded, ...) (event.Subscription, error)
- 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
- type AlastriaContractsTransactor
- type AlastriaContractsTransactorRaw
- type AlastriaContractsTransactorSession
- type AlastriaContractsUpgraded
- type AlastriaContractsUpgradedIterator
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: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_logic\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"_data\",\"type\":\"bytes\"}],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"fallback\"}]",
}
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.
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) FilterUpgraded ¶
func (_AlastriaContracts *AlastriaContractsFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*AlastriaContractsUpgradedIterator, error)
FilterUpgraded is a free log retrieval operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
func (*AlastriaContractsFilterer) ParseUpgraded ¶
func (_AlastriaContracts *AlastriaContractsFilterer) ParseUpgraded(log types.Log) (*AlastriaContractsUpgraded, error)
ParseUpgraded is a log parse operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
func (*AlastriaContractsFilterer) WatchUpgraded ¶
func (_AlastriaContracts *AlastriaContractsFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *AlastriaContractsUpgraded, implementation []common.Address) (event.Subscription, error)
WatchUpgraded is a free log subscription operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
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) Fallback ¶
func (_AlastriaContracts *AlastriaContractsSession) Fallback(calldata []byte) (*types.Transaction, error)
Fallback is a paid mutator transaction binding the contract fallback function.
Solidity: fallback() payable 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) Fallback ¶
func (_AlastriaContracts *AlastriaContractsTransactor) Fallback(opts *bind.TransactOpts, calldata []byte) (*types.Transaction, error)
Fallback is a paid mutator transaction binding the contract fallback function.
Solidity: fallback() payable 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) Fallback ¶
func (_AlastriaContracts *AlastriaContractsTransactorSession) Fallback(calldata []byte) (*types.Transaction, error)
Fallback is a paid mutator transaction binding the contract fallback function.
Solidity: fallback() payable returns()
type AlastriaContractsUpgraded ¶
type AlastriaContractsUpgraded struct { Implementation common.Address Raw types.Log // Blockchain specific contextual infos }
AlastriaContractsUpgraded represents a Upgraded event raised by the AlastriaContracts contract.
type AlastriaContractsUpgradedIterator ¶
type AlastriaContractsUpgradedIterator struct { Event *AlastriaContractsUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
AlastriaContractsUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the AlastriaContracts contract.
func (*AlastriaContractsUpgradedIterator) Close ¶
func (it *AlastriaContractsUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*AlastriaContractsUpgradedIterator) Error ¶
func (it *AlastriaContractsUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*AlastriaContractsUpgradedIterator) Next ¶
func (it *AlastriaContractsUpgradedIterator) 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.