Documentation ¶
Index ¶
- Variables
- type DiaOracleV2MultiupdateService
- type DiaOracleV2MultiupdateServiceCaller
- type DiaOracleV2MultiupdateServiceCallerRaw
- type DiaOracleV2MultiupdateServiceCallerSession
- type DiaOracleV2MultiupdateServiceFilterer
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) FilterOracleUpdate(opts *bind.FilterOpts) (*DiaOracleV2MultiupdateServiceOracleUpdateIterator, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) FilterUpdaterAddressChange(opts *bind.FilterOpts) (*DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) ParseOracleUpdate(log types.Log) (*DiaOracleV2MultiupdateServiceOracleUpdate, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) ParseUpdaterAddressChange(log types.Log) (*DiaOracleV2MultiupdateServiceUpdaterAddressChange, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) WatchOracleUpdate(opts *bind.WatchOpts, sink chan<- *DiaOracleV2MultiupdateServiceOracleUpdate) (event.Subscription, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) WatchUpdaterAddressChange(opts *bind.WatchOpts, ...) (event.Subscription, error)
- type DiaOracleV2MultiupdateServiceOracleUpdate
- type DiaOracleV2MultiupdateServiceOracleUpdateIterator
- type DiaOracleV2MultiupdateServiceRaw
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type DiaOracleV2MultiupdateServiceSession
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) GetValue(key string) (*big.Int, *big.Int, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) SetMultipleValues(keys []string, compressedValues []*big.Int) (*types.Transaction, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) SetValue(key string, value *big.Int, timestamp *big.Int) (*types.Transaction, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) UpdateOracleUpdaterAddress(newOracleUpdaterAddress common.Address) (*types.Transaction, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) Values(arg0 string) (*big.Int, error)
- type DiaOracleV2MultiupdateServiceTransactor
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactor) SetMultipleValues(opts *bind.TransactOpts, keys []string, compressedValues []*big.Int) (*types.Transaction, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactor) SetValue(opts *bind.TransactOpts, key string, value *big.Int, timestamp *big.Int) (*types.Transaction, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactor) UpdateOracleUpdaterAddress(opts *bind.TransactOpts, newOracleUpdaterAddress common.Address) (*types.Transaction, error)
- type DiaOracleV2MultiupdateServiceTransactorRaw
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type DiaOracleV2MultiupdateServiceTransactorSession
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorSession) SetMultipleValues(keys []string, compressedValues []*big.Int) (*types.Transaction, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorSession) SetValue(key string, value *big.Int, timestamp *big.Int) (*types.Transaction, error)
- func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorSession) UpdateOracleUpdaterAddress(newOracleUpdaterAddress common.Address) (*types.Transaction, error)
- type DiaOracleV2MultiupdateServiceUpdaterAddressChange
- type DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator
Constants ¶
This section is empty.
Variables ¶
var DiaOracleV2MultiupdateServiceABI = DiaOracleV2MultiupdateServiceMetaData.ABI
DiaOracleV2MultiupdateServiceABI is the input ABI used to generate the binding from. Deprecated: Use DiaOracleV2MultiupdateServiceMetaData.ABI instead.
var DiaOracleV2MultiupdateServiceMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"key\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"uint128\",\"name\":\"value\",\"type\":\"uint128\"},{\"indexed\":false,\"internalType\":\"uint128\",\"name\":\"timestamp\",\"type\":\"uint128\"}],\"name\":\"OracleUpdate\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newUpdater\",\"type\":\"address\"}],\"name\":\"UpdaterAddressChange\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"key\",\"type\":\"string\"}],\"name\":\"getValue\",\"outputs\":[{\"internalType\":\"uint128\",\"name\":\"\",\"type\":\"uint128\"},{\"internalType\":\"uint128\",\"name\":\"\",\"type\":\"uint128\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string[]\",\"name\":\"keys\",\"type\":\"string[]\"},{\"internalType\":\"uint256[]\",\"name\":\"compressedValues\",\"type\":\"uint256[]\"}],\"name\":\"setMultipleValues\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"key\",\"type\":\"string\"},{\"internalType\":\"uint128\",\"name\":\"value\",\"type\":\"uint128\"},{\"internalType\":\"uint128\",\"name\":\"timestamp\",\"type\":\"uint128\"}],\"name\":\"setValue\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOracleUpdaterAddress\",\"type\":\"address\"}],\"name\":\"updateOracleUpdaterAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"name\":\"values\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}
DiaOracleV2MultiupdateServiceMetaData contains all meta data concerning the DiaOracleV2MultiupdateService contract.
Functions ¶
This section is empty.
Types ¶
type DiaOracleV2MultiupdateService ¶
type DiaOracleV2MultiupdateService struct { DiaOracleV2MultiupdateServiceCaller // Read-only binding to the contract DiaOracleV2MultiupdateServiceTransactor // Write-only binding to the contract DiaOracleV2MultiupdateServiceFilterer // Log filterer for contract events }
DiaOracleV2MultiupdateService is an auto generated Go binding around an Ethereum contract.
func NewDiaOracleV2MultiupdateService ¶
func NewDiaOracleV2MultiupdateService(address common.Address, backend bind.ContractBackend) (*DiaOracleV2MultiupdateService, error)
NewDiaOracleV2MultiupdateService creates a new instance of DiaOracleV2MultiupdateService, bound to a specific deployed contract.
type DiaOracleV2MultiupdateServiceCaller ¶
type DiaOracleV2MultiupdateServiceCaller struct {
// contains filtered or unexported fields
}
DiaOracleV2MultiupdateServiceCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewDiaOracleV2MultiupdateServiceCaller ¶
func NewDiaOracleV2MultiupdateServiceCaller(address common.Address, caller bind.ContractCaller) (*DiaOracleV2MultiupdateServiceCaller, error)
NewDiaOracleV2MultiupdateServiceCaller creates a new read-only instance of DiaOracleV2MultiupdateService, bound to a specific deployed contract.
func (*DiaOracleV2MultiupdateServiceCaller) GetValue ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceCaller) GetValue(opts *bind.CallOpts, key string) (*big.Int, *big.Int, error)
GetValue is a free data retrieval call binding the contract method 0x960384a0.
Solidity: function getValue(string key) view returns(uint128, uint128)
func (*DiaOracleV2MultiupdateServiceCaller) Values ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceCaller) Values(opts *bind.CallOpts, arg0 string) (*big.Int, error)
Values is a free data retrieval call binding the contract method 0x5a9ade8b.
Solidity: function values(string ) view returns(uint256)
type DiaOracleV2MultiupdateServiceCallerRaw ¶
type DiaOracleV2MultiupdateServiceCallerRaw struct {
Contract *DiaOracleV2MultiupdateServiceCaller // Generic read-only contract binding to access the raw methods on
}
DiaOracleV2MultiupdateServiceCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*DiaOracleV2MultiupdateServiceCallerRaw) Call ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceCallerRaw) 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 DiaOracleV2MultiupdateServiceCallerSession ¶
type DiaOracleV2MultiupdateServiceCallerSession struct { Contract *DiaOracleV2MultiupdateServiceCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
DiaOracleV2MultiupdateServiceCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*DiaOracleV2MultiupdateServiceCallerSession) GetValue ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceCallerSession) GetValue(key string) (*big.Int, *big.Int, error)
GetValue is a free data retrieval call binding the contract method 0x960384a0.
Solidity: function getValue(string key) view returns(uint128, uint128)
func (*DiaOracleV2MultiupdateServiceCallerSession) Values ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceCallerSession) Values(arg0 string) (*big.Int, error)
Values is a free data retrieval call binding the contract method 0x5a9ade8b.
Solidity: function values(string ) view returns(uint256)
type DiaOracleV2MultiupdateServiceFilterer ¶
type DiaOracleV2MultiupdateServiceFilterer struct {
// contains filtered or unexported fields
}
DiaOracleV2MultiupdateServiceFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewDiaOracleV2MultiupdateServiceFilterer ¶
func NewDiaOracleV2MultiupdateServiceFilterer(address common.Address, filterer bind.ContractFilterer) (*DiaOracleV2MultiupdateServiceFilterer, error)
NewDiaOracleV2MultiupdateServiceFilterer creates a new log filterer instance of DiaOracleV2MultiupdateService, bound to a specific deployed contract.
func (*DiaOracleV2MultiupdateServiceFilterer) FilterOracleUpdate ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) FilterOracleUpdate(opts *bind.FilterOpts) (*DiaOracleV2MultiupdateServiceOracleUpdateIterator, error)
FilterOracleUpdate is a free log retrieval operation binding the contract event 0xa7fc99ed7617309ee23f63ae90196a1e490d362e6f6a547a59bc809ee2291782.
Solidity: event OracleUpdate(string key, uint128 value, uint128 timestamp)
func (*DiaOracleV2MultiupdateServiceFilterer) FilterUpdaterAddressChange ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) FilterUpdaterAddressChange(opts *bind.FilterOpts) (*DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator, error)
FilterUpdaterAddressChange is a free log retrieval operation binding the contract event 0x121e958a4cadf7f8dadefa22cc019700365240223668418faebed197da07089f.
Solidity: event UpdaterAddressChange(address newUpdater)
func (*DiaOracleV2MultiupdateServiceFilterer) ParseOracleUpdate ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) ParseOracleUpdate(log types.Log) (*DiaOracleV2MultiupdateServiceOracleUpdate, error)
ParseOracleUpdate is a log parse operation binding the contract event 0xa7fc99ed7617309ee23f63ae90196a1e490d362e6f6a547a59bc809ee2291782.
Solidity: event OracleUpdate(string key, uint128 value, uint128 timestamp)
func (*DiaOracleV2MultiupdateServiceFilterer) ParseUpdaterAddressChange ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) ParseUpdaterAddressChange(log types.Log) (*DiaOracleV2MultiupdateServiceUpdaterAddressChange, error)
ParseUpdaterAddressChange is a log parse operation binding the contract event 0x121e958a4cadf7f8dadefa22cc019700365240223668418faebed197da07089f.
Solidity: event UpdaterAddressChange(address newUpdater)
func (*DiaOracleV2MultiupdateServiceFilterer) WatchOracleUpdate ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) WatchOracleUpdate(opts *bind.WatchOpts, sink chan<- *DiaOracleV2MultiupdateServiceOracleUpdate) (event.Subscription, error)
WatchOracleUpdate is a free log subscription operation binding the contract event 0xa7fc99ed7617309ee23f63ae90196a1e490d362e6f6a547a59bc809ee2291782.
Solidity: event OracleUpdate(string key, uint128 value, uint128 timestamp)
func (*DiaOracleV2MultiupdateServiceFilterer) WatchUpdaterAddressChange ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceFilterer) WatchUpdaterAddressChange(opts *bind.WatchOpts, sink chan<- *DiaOracleV2MultiupdateServiceUpdaterAddressChange) (event.Subscription, error)
WatchUpdaterAddressChange is a free log subscription operation binding the contract event 0x121e958a4cadf7f8dadefa22cc019700365240223668418faebed197da07089f.
Solidity: event UpdaterAddressChange(address newUpdater)
type DiaOracleV2MultiupdateServiceOracleUpdate ¶
type DiaOracleV2MultiupdateServiceOracleUpdate struct { Key string Value *big.Int Timestamp *big.Int Raw types.Log // Blockchain specific contextual infos }
DiaOracleV2MultiupdateServiceOracleUpdate represents a OracleUpdate event raised by the DiaOracleV2MultiupdateService contract.
type DiaOracleV2MultiupdateServiceOracleUpdateIterator ¶
type DiaOracleV2MultiupdateServiceOracleUpdateIterator struct { Event *DiaOracleV2MultiupdateServiceOracleUpdate // Event containing the contract specifics and raw log // contains filtered or unexported fields }
DiaOracleV2MultiupdateServiceOracleUpdateIterator is returned from FilterOracleUpdate and is used to iterate over the raw logs and unpacked data for OracleUpdate events raised by the DiaOracleV2MultiupdateService contract.
func (*DiaOracleV2MultiupdateServiceOracleUpdateIterator) Close ¶
func (it *DiaOracleV2MultiupdateServiceOracleUpdateIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*DiaOracleV2MultiupdateServiceOracleUpdateIterator) Error ¶
func (it *DiaOracleV2MultiupdateServiceOracleUpdateIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*DiaOracleV2MultiupdateServiceOracleUpdateIterator) Next ¶
func (it *DiaOracleV2MultiupdateServiceOracleUpdateIterator) 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 DiaOracleV2MultiupdateServiceRaw ¶
type DiaOracleV2MultiupdateServiceRaw struct {
Contract *DiaOracleV2MultiupdateService // Generic contract binding to access the raw methods on
}
DiaOracleV2MultiupdateServiceRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*DiaOracleV2MultiupdateServiceRaw) Call ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceRaw) 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 (*DiaOracleV2MultiupdateServiceRaw) Transact ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*DiaOracleV2MultiupdateServiceRaw) Transfer ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceRaw) 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 DiaOracleV2MultiupdateServiceSession ¶
type DiaOracleV2MultiupdateServiceSession struct { Contract *DiaOracleV2MultiupdateService // 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 }
DiaOracleV2MultiupdateServiceSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*DiaOracleV2MultiupdateServiceSession) GetValue ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) GetValue(key string) (*big.Int, *big.Int, error)
GetValue is a free data retrieval call binding the contract method 0x960384a0.
Solidity: function getValue(string key) view returns(uint128, uint128)
func (*DiaOracleV2MultiupdateServiceSession) SetMultipleValues ¶ added in v1.4.332
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) SetMultipleValues(keys []string, compressedValues []*big.Int) (*types.Transaction, error)
SetMultipleValues is a paid mutator transaction binding the contract method 0x8d241526.
Solidity: function setMultipleValues(string[] keys, uint256[] compressedValues) returns()
func (*DiaOracleV2MultiupdateServiceSession) SetValue ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) SetValue(key string, value *big.Int, timestamp *big.Int) (*types.Transaction, error)
SetValue is a paid mutator transaction binding the contract method 0x7898e0c2.
Solidity: function setValue(string key, uint128 value, uint128 timestamp) returns()
func (*DiaOracleV2MultiupdateServiceSession) UpdateOracleUpdaterAddress ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) UpdateOracleUpdaterAddress(newOracleUpdaterAddress common.Address) (*types.Transaction, error)
UpdateOracleUpdaterAddress is a paid mutator transaction binding the contract method 0x6aa45efc.
Solidity: function updateOracleUpdaterAddress(address newOracleUpdaterAddress) returns()
func (*DiaOracleV2MultiupdateServiceSession) Values ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceSession) Values(arg0 string) (*big.Int, error)
Values is a free data retrieval call binding the contract method 0x5a9ade8b.
Solidity: function values(string ) view returns(uint256)
type DiaOracleV2MultiupdateServiceTransactor ¶
type DiaOracleV2MultiupdateServiceTransactor struct {
// contains filtered or unexported fields
}
DiaOracleV2MultiupdateServiceTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewDiaOracleV2MultiupdateServiceTransactor ¶
func NewDiaOracleV2MultiupdateServiceTransactor(address common.Address, transactor bind.ContractTransactor) (*DiaOracleV2MultiupdateServiceTransactor, error)
NewDiaOracleV2MultiupdateServiceTransactor creates a new write-only instance of DiaOracleV2MultiupdateService, bound to a specific deployed contract.
func (*DiaOracleV2MultiupdateServiceTransactor) SetMultipleValues ¶ added in v1.4.332
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactor) SetMultipleValues(opts *bind.TransactOpts, keys []string, compressedValues []*big.Int) (*types.Transaction, error)
SetMultipleValues is a paid mutator transaction binding the contract method 0x8d241526.
Solidity: function setMultipleValues(string[] keys, uint256[] compressedValues) returns()
func (*DiaOracleV2MultiupdateServiceTransactor) SetValue ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactor) SetValue(opts *bind.TransactOpts, key string, value *big.Int, timestamp *big.Int) (*types.Transaction, error)
SetValue is a paid mutator transaction binding the contract method 0x7898e0c2.
Solidity: function setValue(string key, uint128 value, uint128 timestamp) returns()
func (*DiaOracleV2MultiupdateServiceTransactor) UpdateOracleUpdaterAddress ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactor) UpdateOracleUpdaterAddress(opts *bind.TransactOpts, newOracleUpdaterAddress common.Address) (*types.Transaction, error)
UpdateOracleUpdaterAddress is a paid mutator transaction binding the contract method 0x6aa45efc.
Solidity: function updateOracleUpdaterAddress(address newOracleUpdaterAddress) returns()
type DiaOracleV2MultiupdateServiceTransactorRaw ¶
type DiaOracleV2MultiupdateServiceTransactorRaw struct {
Contract *DiaOracleV2MultiupdateServiceTransactor // Generic write-only contract binding to access the raw methods on
}
DiaOracleV2MultiupdateServiceTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*DiaOracleV2MultiupdateServiceTransactorRaw) Transact ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*DiaOracleV2MultiupdateServiceTransactorRaw) Transfer ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorRaw) 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 DiaOracleV2MultiupdateServiceTransactorSession ¶
type DiaOracleV2MultiupdateServiceTransactorSession struct { Contract *DiaOracleV2MultiupdateServiceTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
DiaOracleV2MultiupdateServiceTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*DiaOracleV2MultiupdateServiceTransactorSession) SetMultipleValues ¶ added in v1.4.332
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorSession) SetMultipleValues(keys []string, compressedValues []*big.Int) (*types.Transaction, error)
SetMultipleValues is a paid mutator transaction binding the contract method 0x8d241526.
Solidity: function setMultipleValues(string[] keys, uint256[] compressedValues) returns()
func (*DiaOracleV2MultiupdateServiceTransactorSession) SetValue ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorSession) SetValue(key string, value *big.Int, timestamp *big.Int) (*types.Transaction, error)
SetValue is a paid mutator transaction binding the contract method 0x7898e0c2.
Solidity: function setValue(string key, uint128 value, uint128 timestamp) returns()
func (*DiaOracleV2MultiupdateServiceTransactorSession) UpdateOracleUpdaterAddress ¶
func (_DiaOracleV2MultiupdateService *DiaOracleV2MultiupdateServiceTransactorSession) UpdateOracleUpdaterAddress(newOracleUpdaterAddress common.Address) (*types.Transaction, error)
UpdateOracleUpdaterAddress is a paid mutator transaction binding the contract method 0x6aa45efc.
Solidity: function updateOracleUpdaterAddress(address newOracleUpdaterAddress) returns()
type DiaOracleV2MultiupdateServiceUpdaterAddressChange ¶
type DiaOracleV2MultiupdateServiceUpdaterAddressChange struct { NewUpdater common.Address Raw types.Log // Blockchain specific contextual infos }
DiaOracleV2MultiupdateServiceUpdaterAddressChange represents a UpdaterAddressChange event raised by the DiaOracleV2MultiupdateService contract.
type DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator ¶
type DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator struct { Event *DiaOracleV2MultiupdateServiceUpdaterAddressChange // Event containing the contract specifics and raw log // contains filtered or unexported fields }
DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator is returned from FilterUpdaterAddressChange and is used to iterate over the raw logs and unpacked data for UpdaterAddressChange events raised by the DiaOracleV2MultiupdateService contract.
func (*DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator) Close ¶
func (it *DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator) Error ¶
func (it *DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator) Next ¶
func (it *DiaOracleV2MultiupdateServiceUpdaterAddressChangeIterator) 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.