appchainparameterregistry

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AppChainParameterRegistryABI = AppChainParameterRegistryMetaData.ABI

AppChainParameterRegistryABI is the input ABI used to generate the binding from. Deprecated: Use AppChainParameterRegistryMetaData.ABI instead.

View Source
var AppChainParameterRegistryMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"adminParameterKey\",\"inputs\":[],\"outputs\":[{\"name\":\"key_\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"contractName\",\"inputs\":[],\"outputs\":[{\"name\":\"contractName_\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"get\",\"inputs\":[{\"name\":\"key_\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[{\"name\":\"value_\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"get\",\"inputs\":[{\"name\":\"keys_\",\"type\":\"string[]\",\"internalType\":\"string[]\"}],\"outputs\":[{\"name\":\"values_\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"implementation\",\"inputs\":[],\"outputs\":[{\"name\":\"implementation_\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"initialize\",\"inputs\":[{\"name\":\"admins_\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"isAdmin\",\"inputs\":[{\"name\":\"account_\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"isAdmin_\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"migrate\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"migratorParameterKey\",\"inputs\":[],\"outputs\":[{\"name\":\"key_\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"set\",\"inputs\":[{\"name\":\"key_\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"value_\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"set\",\"inputs\":[{\"name\":\"keys_\",\"type\":\"string[]\",\"internalType\":\"string[]\"},{\"name\":\"values_\",\"type\":\"bytes32[]\",\"internalType\":\"bytes32[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"version\",\"inputs\":[],\"outputs\":[{\"name\":\"version_\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"pure\"},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Migrated\",\"inputs\":[{\"name\":\"migrator\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"ParameterSet\",\"inputs\":[{\"name\":\"keyHash\",\"type\":\"string\",\"indexed\":true,\"internalType\":\"string\"},{\"name\":\"key\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"},{\"name\":\"value\",\"type\":\"bytes32\",\"indexed\":false,\"internalType\":\"bytes32\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Upgraded\",\"inputs\":[{\"name\":\"implementation\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"ArrayLengthMismatch\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"EmptyAdmins\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"EmptyCode\",\"inputs\":[{\"name\":\"migrator_\",\"type\":\"address\",\"internalType\":\"address\"}]},{\"type\":\"error\",\"name\":\"InvalidInitialization\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"MigrationFailed\",\"inputs\":[{\"name\":\"migrator_\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"revertData_\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]},{\"type\":\"error\",\"name\":\"NoKeyComponents\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NoKeys\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotAdmin\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"NotInitializing\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ParameterOutOfTypeBounds\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"StringsInsufficientHexLength\",\"inputs\":[{\"name\":\"value\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"length\",\"type\":\"uint256\",\"internalType\":\"uint256\"}]},{\"type\":\"error\",\"name\":\"ZeroAdmin\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ZeroMigrator\",\"inputs\":[]}]",
}

AppChainParameterRegistryMetaData contains all meta data concerning the AppChainParameterRegistry contract.

Functions

This section is empty.

Types

type AppChainParameterRegistry

type AppChainParameterRegistry struct {
	AppChainParameterRegistryCaller     // Read-only binding to the contract
	AppChainParameterRegistryTransactor // Write-only binding to the contract
	AppChainParameterRegistryFilterer   // Log filterer for contract events
}

AppChainParameterRegistry is an auto generated Go binding around an Ethereum contract.

func NewAppChainParameterRegistry

func NewAppChainParameterRegistry(address common.Address, backend bind.ContractBackend) (*AppChainParameterRegistry, error)

NewAppChainParameterRegistry creates a new instance of AppChainParameterRegistry, bound to a specific deployed contract.

type AppChainParameterRegistryCaller

type AppChainParameterRegistryCaller struct {
	// contains filtered or unexported fields
}

AppChainParameterRegistryCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewAppChainParameterRegistryCaller

func NewAppChainParameterRegistryCaller(address common.Address, caller bind.ContractCaller) (*AppChainParameterRegistryCaller, error)

NewAppChainParameterRegistryCaller creates a new read-only instance of AppChainParameterRegistry, bound to a specific deployed contract.

func (*AppChainParameterRegistryCaller) AdminParameterKey

func (_AppChainParameterRegistry *AppChainParameterRegistryCaller) AdminParameterKey(opts *bind.CallOpts) (string, error)

AdminParameterKey is a free data retrieval call binding the contract method 0x9f40b625.

Solidity: function adminParameterKey() pure returns(string key_)

func (*AppChainParameterRegistryCaller) ContractName added in v1.0.0

func (_AppChainParameterRegistry *AppChainParameterRegistryCaller) ContractName(opts *bind.CallOpts) (string, error)

ContractName is a free data retrieval call binding the contract method 0x75d0c0dc.

Solidity: function contractName() pure returns(string contractName_)

func (*AppChainParameterRegistryCaller) Get

func (_AppChainParameterRegistry *AppChainParameterRegistryCaller) Get(opts *bind.CallOpts, key_ string) ([32]byte, error)

Get is a free data retrieval call binding the contract method 0x693ec85e.

Solidity: function get(string key_) view returns(bytes32 value_)

func (*AppChainParameterRegistryCaller) Get0

func (_AppChainParameterRegistry *AppChainParameterRegistryCaller) Get0(opts *bind.CallOpts, keys_ []string) ([][32]byte, error)

Get0 is a free data retrieval call binding the contract method 0xb5cbae61.

Solidity: function get(string[] keys_) view returns(bytes32[] values_)

func (*AppChainParameterRegistryCaller) Implementation

func (_AppChainParameterRegistry *AppChainParameterRegistryCaller) Implementation(opts *bind.CallOpts) (common.Address, error)

Implementation is a free data retrieval call binding the contract method 0x5c60da1b.

Solidity: function implementation() view returns(address implementation_)

func (*AppChainParameterRegistryCaller) IsAdmin

func (_AppChainParameterRegistry *AppChainParameterRegistryCaller) IsAdmin(opts *bind.CallOpts, account_ common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address account_) view returns(bool isAdmin_)

func (*AppChainParameterRegistryCaller) MigratorParameterKey

func (_AppChainParameterRegistry *AppChainParameterRegistryCaller) MigratorParameterKey(opts *bind.CallOpts) (string, error)

MigratorParameterKey is a free data retrieval call binding the contract method 0x8aab82ba.

Solidity: function migratorParameterKey() pure returns(string key_)

func (*AppChainParameterRegistryCaller) Version added in v1.0.0

func (_AppChainParameterRegistry *AppChainParameterRegistryCaller) Version(opts *bind.CallOpts) (string, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() pure returns(string version_)

type AppChainParameterRegistryCallerRaw

type AppChainParameterRegistryCallerRaw struct {
	Contract *AppChainParameterRegistryCaller // Generic read-only contract binding to access the raw methods on
}

AppChainParameterRegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*AppChainParameterRegistryCallerRaw) Call

func (_AppChainParameterRegistry *AppChainParameterRegistryCallerRaw) 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 AppChainParameterRegistryCallerSession

type AppChainParameterRegistryCallerSession struct {
	Contract *AppChainParameterRegistryCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts                    // Call options to use throughout this session
}

AppChainParameterRegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*AppChainParameterRegistryCallerSession) AdminParameterKey

func (_AppChainParameterRegistry *AppChainParameterRegistryCallerSession) AdminParameterKey() (string, error)

AdminParameterKey is a free data retrieval call binding the contract method 0x9f40b625.

Solidity: function adminParameterKey() pure returns(string key_)

func (*AppChainParameterRegistryCallerSession) ContractName added in v1.0.0

func (_AppChainParameterRegistry *AppChainParameterRegistryCallerSession) ContractName() (string, error)

ContractName is a free data retrieval call binding the contract method 0x75d0c0dc.

Solidity: function contractName() pure returns(string contractName_)

func (*AppChainParameterRegistryCallerSession) Get

func (_AppChainParameterRegistry *AppChainParameterRegistryCallerSession) Get(key_ string) ([32]byte, error)

Get is a free data retrieval call binding the contract method 0x693ec85e.

Solidity: function get(string key_) view returns(bytes32 value_)

func (*AppChainParameterRegistryCallerSession) Get0

func (_AppChainParameterRegistry *AppChainParameterRegistryCallerSession) Get0(keys_ []string) ([][32]byte, error)

Get0 is a free data retrieval call binding the contract method 0xb5cbae61.

Solidity: function get(string[] keys_) view returns(bytes32[] values_)

func (*AppChainParameterRegistryCallerSession) Implementation

func (_AppChainParameterRegistry *AppChainParameterRegistryCallerSession) Implementation() (common.Address, error)

Implementation is a free data retrieval call binding the contract method 0x5c60da1b.

Solidity: function implementation() view returns(address implementation_)

func (*AppChainParameterRegistryCallerSession) IsAdmin

func (_AppChainParameterRegistry *AppChainParameterRegistryCallerSession) IsAdmin(account_ common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address account_) view returns(bool isAdmin_)

func (*AppChainParameterRegistryCallerSession) MigratorParameterKey

func (_AppChainParameterRegistry *AppChainParameterRegistryCallerSession) MigratorParameterKey() (string, error)

MigratorParameterKey is a free data retrieval call binding the contract method 0x8aab82ba.

Solidity: function migratorParameterKey() pure returns(string key_)

func (*AppChainParameterRegistryCallerSession) Version added in v1.0.0

func (_AppChainParameterRegistry *AppChainParameterRegistryCallerSession) Version() (string, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() pure returns(string version_)

type AppChainParameterRegistryFilterer

type AppChainParameterRegistryFilterer struct {
	// contains filtered or unexported fields
}

AppChainParameterRegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewAppChainParameterRegistryFilterer

func NewAppChainParameterRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*AppChainParameterRegistryFilterer, error)

NewAppChainParameterRegistryFilterer creates a new log filterer instance of AppChainParameterRegistry, bound to a specific deployed contract.

func (*AppChainParameterRegistryFilterer) FilterInitialized

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) FilterInitialized(opts *bind.FilterOpts) (*AppChainParameterRegistryInitializedIterator, error)

FilterInitialized is a free log retrieval operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.

Solidity: event Initialized(uint64 version)

func (*AppChainParameterRegistryFilterer) FilterMigrated

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) FilterMigrated(opts *bind.FilterOpts, migrator []common.Address) (*AppChainParameterRegistryMigratedIterator, error)

FilterMigrated is a free log retrieval operation binding the contract event 0xa2e7361c23d7820040603b83c0cd3f494d377bac69736377d75bb56c651a5098.

Solidity: event Migrated(address indexed migrator)

func (*AppChainParameterRegistryFilterer) FilterParameterSet

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) FilterParameterSet(opts *bind.FilterOpts, keyHash []string) (*AppChainParameterRegistryParameterSetIterator, error)

FilterParameterSet is a free log retrieval operation binding the contract event 0xe5fb4bb3c30225c1b5468d38191df0224e5e7d3d7e1486e66aed36e313b5069b.

Solidity: event ParameterSet(string indexed keyHash, string key, bytes32 value)

func (*AppChainParameterRegistryFilterer) FilterUpgraded

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*AppChainParameterRegistryUpgradedIterator, error)

FilterUpgraded is a free log retrieval operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.

Solidity: event Upgraded(address indexed implementation)

func (*AppChainParameterRegistryFilterer) ParseInitialized

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) ParseInitialized(log types.Log) (*AppChainParameterRegistryInitialized, error)

ParseInitialized is a log parse operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.

Solidity: event Initialized(uint64 version)

func (*AppChainParameterRegistryFilterer) ParseMigrated

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) ParseMigrated(log types.Log) (*AppChainParameterRegistryMigrated, error)

ParseMigrated is a log parse operation binding the contract event 0xa2e7361c23d7820040603b83c0cd3f494d377bac69736377d75bb56c651a5098.

Solidity: event Migrated(address indexed migrator)

func (*AppChainParameterRegistryFilterer) ParseParameterSet

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) ParseParameterSet(log types.Log) (*AppChainParameterRegistryParameterSet, error)

ParseParameterSet is a log parse operation binding the contract event 0xe5fb4bb3c30225c1b5468d38191df0224e5e7d3d7e1486e66aed36e313b5069b.

Solidity: event ParameterSet(string indexed keyHash, string key, bytes32 value)

func (*AppChainParameterRegistryFilterer) ParseUpgraded

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) ParseUpgraded(log types.Log) (*AppChainParameterRegistryUpgraded, error)

ParseUpgraded is a log parse operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.

Solidity: event Upgraded(address indexed implementation)

func (*AppChainParameterRegistryFilterer) WatchInitialized

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *AppChainParameterRegistryInitialized) (event.Subscription, error)

WatchInitialized is a free log subscription operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.

Solidity: event Initialized(uint64 version)

func (*AppChainParameterRegistryFilterer) WatchMigrated

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) WatchMigrated(opts *bind.WatchOpts, sink chan<- *AppChainParameterRegistryMigrated, migrator []common.Address) (event.Subscription, error)

WatchMigrated is a free log subscription operation binding the contract event 0xa2e7361c23d7820040603b83c0cd3f494d377bac69736377d75bb56c651a5098.

Solidity: event Migrated(address indexed migrator)

func (*AppChainParameterRegistryFilterer) WatchParameterSet

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) WatchParameterSet(opts *bind.WatchOpts, sink chan<- *AppChainParameterRegistryParameterSet, keyHash []string) (event.Subscription, error)

WatchParameterSet is a free log subscription operation binding the contract event 0xe5fb4bb3c30225c1b5468d38191df0224e5e7d3d7e1486e66aed36e313b5069b.

Solidity: event ParameterSet(string indexed keyHash, string key, bytes32 value)

func (*AppChainParameterRegistryFilterer) WatchUpgraded

func (_AppChainParameterRegistry *AppChainParameterRegistryFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *AppChainParameterRegistryUpgraded, 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 AppChainParameterRegistryInitialized

type AppChainParameterRegistryInitialized struct {
	Version uint64
	Raw     types.Log // Blockchain specific contextual infos
}

AppChainParameterRegistryInitialized represents a Initialized event raised by the AppChainParameterRegistry contract.

type AppChainParameterRegistryInitializedIterator

type AppChainParameterRegistryInitializedIterator struct {
	Event *AppChainParameterRegistryInitialized // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

AppChainParameterRegistryInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the AppChainParameterRegistry contract.

func (*AppChainParameterRegistryInitializedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*AppChainParameterRegistryInitializedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*AppChainParameterRegistryInitializedIterator) Next

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 AppChainParameterRegistryMigrated

type AppChainParameterRegistryMigrated struct {
	Migrator common.Address
	Raw      types.Log // Blockchain specific contextual infos
}

AppChainParameterRegistryMigrated represents a Migrated event raised by the AppChainParameterRegistry contract.

type AppChainParameterRegistryMigratedIterator

type AppChainParameterRegistryMigratedIterator struct {
	Event *AppChainParameterRegistryMigrated // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

AppChainParameterRegistryMigratedIterator is returned from FilterMigrated and is used to iterate over the raw logs and unpacked data for Migrated events raised by the AppChainParameterRegistry contract.

func (*AppChainParameterRegistryMigratedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*AppChainParameterRegistryMigratedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*AppChainParameterRegistryMigratedIterator) Next

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 AppChainParameterRegistryParameterSet

type AppChainParameterRegistryParameterSet struct {
	KeyHash common.Hash
	Key     string
	Value   [32]byte
	Raw     types.Log // Blockchain specific contextual infos
}

AppChainParameterRegistryParameterSet represents a ParameterSet event raised by the AppChainParameterRegistry contract.

type AppChainParameterRegistryParameterSetIterator

type AppChainParameterRegistryParameterSetIterator struct {
	Event *AppChainParameterRegistryParameterSet // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

AppChainParameterRegistryParameterSetIterator is returned from FilterParameterSet and is used to iterate over the raw logs and unpacked data for ParameterSet events raised by the AppChainParameterRegistry contract.

func (*AppChainParameterRegistryParameterSetIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*AppChainParameterRegistryParameterSetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*AppChainParameterRegistryParameterSetIterator) Next

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 AppChainParameterRegistryRaw

type AppChainParameterRegistryRaw struct {
	Contract *AppChainParameterRegistry // Generic contract binding to access the raw methods on
}

AppChainParameterRegistryRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*AppChainParameterRegistryRaw) Call

func (_AppChainParameterRegistry *AppChainParameterRegistryRaw) 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 (*AppChainParameterRegistryRaw) Transact

func (_AppChainParameterRegistry *AppChainParameterRegistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*AppChainParameterRegistryRaw) Transfer

func (_AppChainParameterRegistry *AppChainParameterRegistryRaw) 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 AppChainParameterRegistrySession

type AppChainParameterRegistrySession struct {
	Contract     *AppChainParameterRegistry // 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
}

AppChainParameterRegistrySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*AppChainParameterRegistrySession) AdminParameterKey

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) AdminParameterKey() (string, error)

AdminParameterKey is a free data retrieval call binding the contract method 0x9f40b625.

Solidity: function adminParameterKey() pure returns(string key_)

func (*AppChainParameterRegistrySession) ContractName added in v1.0.0

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) ContractName() (string, error)

ContractName is a free data retrieval call binding the contract method 0x75d0c0dc.

Solidity: function contractName() pure returns(string contractName_)

func (*AppChainParameterRegistrySession) Get

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) Get(key_ string) ([32]byte, error)

Get is a free data retrieval call binding the contract method 0x693ec85e.

Solidity: function get(string key_) view returns(bytes32 value_)

func (*AppChainParameterRegistrySession) Get0

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) Get0(keys_ []string) ([][32]byte, error)

Get0 is a free data retrieval call binding the contract method 0xb5cbae61.

Solidity: function get(string[] keys_) view returns(bytes32[] values_)

func (*AppChainParameterRegistrySession) Implementation

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) Implementation() (common.Address, error)

Implementation is a free data retrieval call binding the contract method 0x5c60da1b.

Solidity: function implementation() view returns(address implementation_)

func (*AppChainParameterRegistrySession) Initialize

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) Initialize(admins_ []common.Address) (*types.Transaction, error)

Initialize is a paid mutator transaction binding the contract method 0xa224cee7.

Solidity: function initialize(address[] admins_) returns()

func (*AppChainParameterRegistrySession) IsAdmin

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) IsAdmin(account_ common.Address) (bool, error)

IsAdmin is a free data retrieval call binding the contract method 0x24d7806c.

Solidity: function isAdmin(address account_) view returns(bool isAdmin_)

func (*AppChainParameterRegistrySession) Migrate

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) Migrate() (*types.Transaction, error)

Migrate is a paid mutator transaction binding the contract method 0x8fd3ab80.

Solidity: function migrate() returns()

func (*AppChainParameterRegistrySession) MigratorParameterKey

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) MigratorParameterKey() (string, error)

MigratorParameterKey is a free data retrieval call binding the contract method 0x8aab82ba.

Solidity: function migratorParameterKey() pure returns(string key_)

func (*AppChainParameterRegistrySession) Set

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) Set(key_ string, value_ [32]byte) (*types.Transaction, error)

Set is a paid mutator transaction binding the contract method 0x2e3196a5.

Solidity: function set(string key_, bytes32 value_) returns()

func (*AppChainParameterRegistrySession) Set0

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) Set0(keys_ []string, values_ [][32]byte) (*types.Transaction, error)

Set0 is a paid mutator transaction binding the contract method 0xfa482768.

Solidity: function set(string[] keys_, bytes32[] values_) returns()

func (*AppChainParameterRegistrySession) Version added in v1.0.0

func (_AppChainParameterRegistry *AppChainParameterRegistrySession) Version() (string, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() pure returns(string version_)

type AppChainParameterRegistryTransactor

type AppChainParameterRegistryTransactor struct {
	// contains filtered or unexported fields
}

AppChainParameterRegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewAppChainParameterRegistryTransactor

func NewAppChainParameterRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*AppChainParameterRegistryTransactor, error)

NewAppChainParameterRegistryTransactor creates a new write-only instance of AppChainParameterRegistry, bound to a specific deployed contract.

func (*AppChainParameterRegistryTransactor) Initialize

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactor) Initialize(opts *bind.TransactOpts, admins_ []common.Address) (*types.Transaction, error)

Initialize is a paid mutator transaction binding the contract method 0xa224cee7.

Solidity: function initialize(address[] admins_) returns()

func (*AppChainParameterRegistryTransactor) Migrate

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactor) Migrate(opts *bind.TransactOpts) (*types.Transaction, error)

Migrate is a paid mutator transaction binding the contract method 0x8fd3ab80.

Solidity: function migrate() returns()

func (*AppChainParameterRegistryTransactor) Set

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactor) Set(opts *bind.TransactOpts, key_ string, value_ [32]byte) (*types.Transaction, error)

Set is a paid mutator transaction binding the contract method 0x2e3196a5.

Solidity: function set(string key_, bytes32 value_) returns()

func (*AppChainParameterRegistryTransactor) Set0

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactor) Set0(opts *bind.TransactOpts, keys_ []string, values_ [][32]byte) (*types.Transaction, error)

Set0 is a paid mutator transaction binding the contract method 0xfa482768.

Solidity: function set(string[] keys_, bytes32[] values_) returns()

type AppChainParameterRegistryTransactorRaw

type AppChainParameterRegistryTransactorRaw struct {
	Contract *AppChainParameterRegistryTransactor // Generic write-only contract binding to access the raw methods on
}

AppChainParameterRegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*AppChainParameterRegistryTransactorRaw) Transact

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*AppChainParameterRegistryTransactorRaw) Transfer

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactorRaw) 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 AppChainParameterRegistryTransactorSession

type AppChainParameterRegistryTransactorSession struct {
	Contract     *AppChainParameterRegistryTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts                    // Transaction auth options to use throughout this session
}

AppChainParameterRegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*AppChainParameterRegistryTransactorSession) Initialize

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactorSession) Initialize(admins_ []common.Address) (*types.Transaction, error)

Initialize is a paid mutator transaction binding the contract method 0xa224cee7.

Solidity: function initialize(address[] admins_) returns()

func (*AppChainParameterRegistryTransactorSession) Migrate

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactorSession) Migrate() (*types.Transaction, error)

Migrate is a paid mutator transaction binding the contract method 0x8fd3ab80.

Solidity: function migrate() returns()

func (*AppChainParameterRegistryTransactorSession) Set

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactorSession) Set(key_ string, value_ [32]byte) (*types.Transaction, error)

Set is a paid mutator transaction binding the contract method 0x2e3196a5.

Solidity: function set(string key_, bytes32 value_) returns()

func (*AppChainParameterRegistryTransactorSession) Set0

func (_AppChainParameterRegistry *AppChainParameterRegistryTransactorSession) Set0(keys_ []string, values_ [][32]byte) (*types.Transaction, error)

Set0 is a paid mutator transaction binding the contract method 0xfa482768.

Solidity: function set(string[] keys_, bytes32[] values_) returns()

type AppChainParameterRegistryUpgraded

type AppChainParameterRegistryUpgraded struct {
	Implementation common.Address
	Raw            types.Log // Blockchain specific contextual infos
}

AppChainParameterRegistryUpgraded represents a Upgraded event raised by the AppChainParameterRegistry contract.

type AppChainParameterRegistryUpgradedIterator

type AppChainParameterRegistryUpgradedIterator struct {
	Event *AppChainParameterRegistryUpgraded // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

AppChainParameterRegistryUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the AppChainParameterRegistry contract.

func (*AppChainParameterRegistryUpgradedIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*AppChainParameterRegistryUpgradedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*AppChainParameterRegistryUpgradedIterator) Next

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL