Versions in this module Expand all Collapse all v0 v0.28.0 Nov 8, 2024 Changes in this version + var SystemDeployerABI = SystemDeployerMetaData.ABI + var SystemDeployerBin = SystemDeployerMetaData.Bin + var SystemDeployerMetaData = &bind.MetaData + type SystemDeployer struct + func DeploySystemDeployer(auth *bind.TransactOpts, backend bind.ContractBackend, eoaAdmin common.Address) (common.Address, *types.Transaction, *SystemDeployer, error) + func NewSystemDeployer(address common.Address, backend bind.ContractBackend) (*SystemDeployer, error) + type SystemDeployerCaller struct + func NewSystemDeployerCaller(address common.Address, caller bind.ContractCaller) (*SystemDeployerCaller, error) + type SystemDeployerCallerRaw struct + Contract *SystemDeployerCaller + func (_SystemDeployer *SystemDeployerCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type SystemDeployerCallerSession struct + CallOpts bind.CallOpts + Contract *SystemDeployerCaller + type SystemDeployerFilterer struct + func NewSystemDeployerFilterer(address common.Address, filterer bind.ContractFilterer) (*SystemDeployerFilterer, error) + func (_SystemDeployer *SystemDeployerFilterer) FilterSystemContractDeployed(opts *bind.FilterOpts) (*SystemDeployerSystemContractDeployedIterator, error) + func (_SystemDeployer *SystemDeployerFilterer) ParseSystemContractDeployed(log types.Log) (*SystemDeployerSystemContractDeployed, error) + func (_SystemDeployer *SystemDeployerFilterer) WatchSystemContractDeployed(opts *bind.WatchOpts, sink chan<- *SystemDeployerSystemContractDeployed) (event.Subscription, error) + type SystemDeployerRaw struct + Contract *SystemDeployer + func (_SystemDeployer *SystemDeployerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_SystemDeployer *SystemDeployerRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_SystemDeployer *SystemDeployerRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type SystemDeployerSession struct + CallOpts bind.CallOpts + Contract *SystemDeployer + TransactOpts bind.TransactOpts + type SystemDeployerSystemContractDeployed struct + ContractAddress common.Address + Name string + Raw types.Log + type SystemDeployerSystemContractDeployedIterator struct + Event *SystemDeployerSystemContractDeployed + func (it *SystemDeployerSystemContractDeployedIterator) Close() error + func (it *SystemDeployerSystemContractDeployedIterator) Error() error + func (it *SystemDeployerSystemContractDeployedIterator) Next() bool + type SystemDeployerTransactor struct + func NewSystemDeployerTransactor(address common.Address, transactor bind.ContractTransactor) (*SystemDeployerTransactor, error) + type SystemDeployerTransactorRaw struct + Contract *SystemDeployerTransactor + func (_SystemDeployer *SystemDeployerTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_SystemDeployer *SystemDeployerTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type SystemDeployerTransactorSession struct + Contract *SystemDeployerTransactor + TransactOpts bind.TransactOpts