settlementchainparameterregistry

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 SettlementChainParameterRegistryABI = SettlementChainParameterRegistryMetaData.ABI

SettlementChainParameterRegistryABI is the input ABI used to generate the binding from. Deprecated: Use SettlementChainParameterRegistryMetaData.ABI instead.

View Source
var SettlementChainParameterRegistryMetaData = &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\":[]}]",
}

SettlementChainParameterRegistryMetaData contains all meta data concerning the SettlementChainParameterRegistry contract.

Functions

This section is empty.

Types

type SettlementChainParameterRegistry

type SettlementChainParameterRegistry struct {
	SettlementChainParameterRegistryCaller     // Read-only binding to the contract
	SettlementChainParameterRegistryTransactor // Write-only binding to the contract
	SettlementChainParameterRegistryFilterer   // Log filterer for contract events
}

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

func NewSettlementChainParameterRegistry

func NewSettlementChainParameterRegistry(address common.Address, backend bind.ContractBackend) (*SettlementChainParameterRegistry, error)

NewSettlementChainParameterRegistry creates a new instance of SettlementChainParameterRegistry, bound to a specific deployed contract.

type SettlementChainParameterRegistryCaller

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

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

func NewSettlementChainParameterRegistryCaller

func NewSettlementChainParameterRegistryCaller(address common.Address, caller bind.ContractCaller) (*SettlementChainParameterRegistryCaller, error)

NewSettlementChainParameterRegistryCaller creates a new read-only instance of SettlementChainParameterRegistry, bound to a specific deployed contract.

func (*SettlementChainParameterRegistryCaller) AdminParameterKey

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCaller) 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 (*SettlementChainParameterRegistryCaller) ContractName added in v1.0.0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCaller) 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 (*SettlementChainParameterRegistryCaller) Get

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCaller) 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 (*SettlementChainParameterRegistryCaller) Get0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCaller) 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 (*SettlementChainParameterRegistryCaller) Implementation

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCaller) 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 (*SettlementChainParameterRegistryCaller) IsAdmin

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCaller) 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 (*SettlementChainParameterRegistryCaller) MigratorParameterKey

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCaller) 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 (*SettlementChainParameterRegistryCaller) Version added in v1.0.0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCaller) 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 SettlementChainParameterRegistryCallerRaw

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

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

func (*SettlementChainParameterRegistryCallerRaw) Call

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCallerRaw) 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 SettlementChainParameterRegistryCallerSession

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

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

func (*SettlementChainParameterRegistryCallerSession) AdminParameterKey

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCallerSession) AdminParameterKey() (string, error)

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

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

func (*SettlementChainParameterRegistryCallerSession) ContractName added in v1.0.0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCallerSession) ContractName() (string, error)

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

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

func (*SettlementChainParameterRegistryCallerSession) Get

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCallerSession) 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 (*SettlementChainParameterRegistryCallerSession) Get0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCallerSession) 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 (*SettlementChainParameterRegistryCallerSession) Implementation

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCallerSession) Implementation() (common.Address, error)

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

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

func (*SettlementChainParameterRegistryCallerSession) IsAdmin

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCallerSession) 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 (*SettlementChainParameterRegistryCallerSession) MigratorParameterKey

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCallerSession) MigratorParameterKey() (string, error)

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

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

func (*SettlementChainParameterRegistryCallerSession) Version added in v1.0.0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryCallerSession) Version() (string, error)

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

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

type SettlementChainParameterRegistryFilterer

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

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

func NewSettlementChainParameterRegistryFilterer

func NewSettlementChainParameterRegistryFilterer(address common.Address, filterer bind.ContractFilterer) (*SettlementChainParameterRegistryFilterer, error)

NewSettlementChainParameterRegistryFilterer creates a new log filterer instance of SettlementChainParameterRegistry, bound to a specific deployed contract.

func (*SettlementChainParameterRegistryFilterer) FilterInitialized

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) FilterInitialized(opts *bind.FilterOpts) (*SettlementChainParameterRegistryInitializedIterator, error)

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

Solidity: event Initialized(uint64 version)

func (*SettlementChainParameterRegistryFilterer) FilterMigrated

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) FilterMigrated(opts *bind.FilterOpts, migrator []common.Address) (*SettlementChainParameterRegistryMigratedIterator, error)

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

Solidity: event Migrated(address indexed migrator)

func (*SettlementChainParameterRegistryFilterer) FilterParameterSet

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) FilterParameterSet(opts *bind.FilterOpts, keyHash []string) (*SettlementChainParameterRegistryParameterSetIterator, error)

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

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

func (*SettlementChainParameterRegistryFilterer) FilterUpgraded

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*SettlementChainParameterRegistryUpgradedIterator, error)

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

Solidity: event Upgraded(address indexed implementation)

func (*SettlementChainParameterRegistryFilterer) ParseInitialized

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) ParseInitialized(log types.Log) (*SettlementChainParameterRegistryInitialized, error)

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

Solidity: event Initialized(uint64 version)

func (*SettlementChainParameterRegistryFilterer) ParseMigrated

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) ParseMigrated(log types.Log) (*SettlementChainParameterRegistryMigrated, error)

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

Solidity: event Migrated(address indexed migrator)

func (*SettlementChainParameterRegistryFilterer) ParseParameterSet

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) ParseParameterSet(log types.Log) (*SettlementChainParameterRegistryParameterSet, error)

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

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

func (*SettlementChainParameterRegistryFilterer) ParseUpgraded

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) ParseUpgraded(log types.Log) (*SettlementChainParameterRegistryUpgraded, error)

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

Solidity: event Upgraded(address indexed implementation)

func (*SettlementChainParameterRegistryFilterer) WatchInitialized

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *SettlementChainParameterRegistryInitialized) (event.Subscription, error)

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

Solidity: event Initialized(uint64 version)

func (*SettlementChainParameterRegistryFilterer) WatchMigrated

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) WatchMigrated(opts *bind.WatchOpts, sink chan<- *SettlementChainParameterRegistryMigrated, 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 (*SettlementChainParameterRegistryFilterer) WatchParameterSet

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) WatchParameterSet(opts *bind.WatchOpts, sink chan<- *SettlementChainParameterRegistryParameterSet, 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 (*SettlementChainParameterRegistryFilterer) WatchUpgraded

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *SettlementChainParameterRegistryUpgraded, 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 SettlementChainParameterRegistryInitialized

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

SettlementChainParameterRegistryInitialized represents a Initialized event raised by the SettlementChainParameterRegistry contract.

type SettlementChainParameterRegistryInitializedIterator

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

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

func (*SettlementChainParameterRegistryInitializedIterator) Close

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

func (*SettlementChainParameterRegistryInitializedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SettlementChainParameterRegistryInitializedIterator) 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 SettlementChainParameterRegistryMigrated

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

SettlementChainParameterRegistryMigrated represents a Migrated event raised by the SettlementChainParameterRegistry contract.

type SettlementChainParameterRegistryMigratedIterator

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

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

func (*SettlementChainParameterRegistryMigratedIterator) Close

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

func (*SettlementChainParameterRegistryMigratedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SettlementChainParameterRegistryMigratedIterator) 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 SettlementChainParameterRegistryParameterSet

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

SettlementChainParameterRegistryParameterSet represents a ParameterSet event raised by the SettlementChainParameterRegistry contract.

type SettlementChainParameterRegistryParameterSetIterator

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

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

func (*SettlementChainParameterRegistryParameterSetIterator) Close

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

func (*SettlementChainParameterRegistryParameterSetIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SettlementChainParameterRegistryParameterSetIterator) 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 SettlementChainParameterRegistryRaw

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

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

func (*SettlementChainParameterRegistryRaw) Call

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryRaw) 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 (*SettlementChainParameterRegistryRaw) Transact

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

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

func (*SettlementChainParameterRegistryRaw) Transfer

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryRaw) 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 SettlementChainParameterRegistrySession

type SettlementChainParameterRegistrySession struct {
	Contract     *SettlementChainParameterRegistry // 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
}

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

func (*SettlementChainParameterRegistrySession) AdminParameterKey

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) AdminParameterKey() (string, error)

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

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

func (*SettlementChainParameterRegistrySession) ContractName added in v1.0.0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) ContractName() (string, error)

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

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

func (*SettlementChainParameterRegistrySession) Get

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) 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 (*SettlementChainParameterRegistrySession) Get0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) 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 (*SettlementChainParameterRegistrySession) Implementation

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) Implementation() (common.Address, error)

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

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

func (*SettlementChainParameterRegistrySession) Initialize

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) 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 (*SettlementChainParameterRegistrySession) IsAdmin

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) 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 (*SettlementChainParameterRegistrySession) Migrate

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) Migrate() (*types.Transaction, error)

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

Solidity: function migrate() returns()

func (*SettlementChainParameterRegistrySession) MigratorParameterKey

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) MigratorParameterKey() (string, error)

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

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

func (*SettlementChainParameterRegistrySession) Set

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) 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 (*SettlementChainParameterRegistrySession) Set0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) 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 (*SettlementChainParameterRegistrySession) Version added in v1.0.0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistrySession) Version() (string, error)

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

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

type SettlementChainParameterRegistryTransactor

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

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

func NewSettlementChainParameterRegistryTransactor

func NewSettlementChainParameterRegistryTransactor(address common.Address, transactor bind.ContractTransactor) (*SettlementChainParameterRegistryTransactor, error)

NewSettlementChainParameterRegistryTransactor creates a new write-only instance of SettlementChainParameterRegistry, bound to a specific deployed contract.

func (*SettlementChainParameterRegistryTransactor) Initialize

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryTransactor) 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 (*SettlementChainParameterRegistryTransactor) Migrate

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryTransactor) Migrate(opts *bind.TransactOpts) (*types.Transaction, error)

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

Solidity: function migrate() returns()

func (*SettlementChainParameterRegistryTransactor) Set

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryTransactor) 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 (*SettlementChainParameterRegistryTransactor) Set0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryTransactor) 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 SettlementChainParameterRegistryTransactorRaw

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

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

func (*SettlementChainParameterRegistryTransactorRaw) Transact

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

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

func (*SettlementChainParameterRegistryTransactorRaw) Transfer

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryTransactorRaw) 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 SettlementChainParameterRegistryTransactorSession

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

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

func (*SettlementChainParameterRegistryTransactorSession) Initialize

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryTransactorSession) 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 (*SettlementChainParameterRegistryTransactorSession) Migrate

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryTransactorSession) Migrate() (*types.Transaction, error)

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

Solidity: function migrate() returns()

func (*SettlementChainParameterRegistryTransactorSession) Set

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryTransactorSession) 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 (*SettlementChainParameterRegistryTransactorSession) Set0

func (_SettlementChainParameterRegistry *SettlementChainParameterRegistryTransactorSession) 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 SettlementChainParameterRegistryUpgraded

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

SettlementChainParameterRegistryUpgraded represents a Upgraded event raised by the SettlementChainParameterRegistry contract.

type SettlementChainParameterRegistryUpgradedIterator

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

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

func (*SettlementChainParameterRegistryUpgradedIterator) Close

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

func (*SettlementChainParameterRegistryUpgradedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*SettlementChainParameterRegistryUpgradedIterator) 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