Versions in this module Expand all Collapse all v0 v0.0.1 Dec 9, 2023 Changes in this version + var DataStoreABI = DataStoreMetaData.ABI + var DataStoreMetaData = &bind.MetaData + type DataStore struct + func NewDataStore(address common.Address, backend bind.ContractBackend) (*DataStore, error) + type DataStoreCaller struct + func NewDataStoreCaller(address common.Address, caller bind.ContractCaller) (*DataStoreCaller, error) + func (_DataStore *DataStoreCaller) AddressArrayValues(opts *bind.CallOpts, arg0 [32]byte, arg1 *big.Int) (common.Address, error) + func (_DataStore *DataStoreCaller) AddressValues(opts *bind.CallOpts, arg0 [32]byte) (common.Address, error) + func (_DataStore *DataStoreCaller) BoolArrayValues(opts *bind.CallOpts, arg0 [32]byte, arg1 *big.Int) (bool, error) + func (_DataStore *DataStoreCaller) BoolValues(opts *bind.CallOpts, arg0 [32]byte) (bool, error) + func (_DataStore *DataStoreCaller) Bytes32ArrayValues(opts *bind.CallOpts, arg0 [32]byte, arg1 *big.Int) ([32]byte, error) + func (_DataStore *DataStoreCaller) Bytes32Values(opts *bind.CallOpts, arg0 [32]byte) ([32]byte, error) + func (_DataStore *DataStoreCaller) ContainsAddress(opts *bind.CallOpts, setKey [32]byte, value common.Address) (bool, error) + func (_DataStore *DataStoreCaller) ContainsBytes32(opts *bind.CallOpts, setKey [32]byte, value [32]byte) (bool, error) + func (_DataStore *DataStoreCaller) ContainsUint(opts *bind.CallOpts, setKey [32]byte, value *big.Int) (bool, error) + func (_DataStore *DataStoreCaller) GetAddress(opts *bind.CallOpts, key [32]byte) (common.Address, error) + func (_DataStore *DataStoreCaller) GetAddressArray(opts *bind.CallOpts, key [32]byte) ([]common.Address, error) + func (_DataStore *DataStoreCaller) GetAddressCount(opts *bind.CallOpts, setKey [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCaller) GetAddressValuesAt(opts *bind.CallOpts, setKey [32]byte, start *big.Int, end *big.Int) ([]common.Address, error) + func (_DataStore *DataStoreCaller) GetBool(opts *bind.CallOpts, key [32]byte) (bool, error) + func (_DataStore *DataStoreCaller) GetBoolArray(opts *bind.CallOpts, key [32]byte) ([]bool, error) + func (_DataStore *DataStoreCaller) GetBytes32(opts *bind.CallOpts, key [32]byte) ([32]byte, error) + func (_DataStore *DataStoreCaller) GetBytes32Array(opts *bind.CallOpts, key [32]byte) ([][32]byte, error) + func (_DataStore *DataStoreCaller) GetBytes32Count(opts *bind.CallOpts, setKey [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCaller) GetBytes32ValuesAt(opts *bind.CallOpts, setKey [32]byte, start *big.Int, end *big.Int) ([][32]byte, error) + func (_DataStore *DataStoreCaller) GetInt(opts *bind.CallOpts, key [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCaller) GetIntArray(opts *bind.CallOpts, key [32]byte) ([]*big.Int, error) + func (_DataStore *DataStoreCaller) GetString(opts *bind.CallOpts, key [32]byte) (string, error) + func (_DataStore *DataStoreCaller) GetStringArray(opts *bind.CallOpts, key [32]byte) ([]string, error) + func (_DataStore *DataStoreCaller) GetUint(opts *bind.CallOpts, key [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCaller) GetUintArray(opts *bind.CallOpts, key [32]byte) ([]*big.Int, error) + func (_DataStore *DataStoreCaller) GetUintCount(opts *bind.CallOpts, setKey [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCaller) GetUintValuesAt(opts *bind.CallOpts, setKey [32]byte, start *big.Int, end *big.Int) ([]*big.Int, error) + func (_DataStore *DataStoreCaller) IntArrayValues(opts *bind.CallOpts, arg0 [32]byte, arg1 *big.Int) (*big.Int, error) + func (_DataStore *DataStoreCaller) IntValues(opts *bind.CallOpts, arg0 [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCaller) RoleStore(opts *bind.CallOpts) (common.Address, error) + func (_DataStore *DataStoreCaller) StringArrayValues(opts *bind.CallOpts, arg0 [32]byte, arg1 *big.Int) (string, error) + func (_DataStore *DataStoreCaller) StringValues(opts *bind.CallOpts, arg0 [32]byte) (string, error) + func (_DataStore *DataStoreCaller) UintArrayValues(opts *bind.CallOpts, arg0 [32]byte, arg1 *big.Int) (*big.Int, error) + func (_DataStore *DataStoreCaller) UintValues(opts *bind.CallOpts, arg0 [32]byte) (*big.Int, error) + type DataStoreCallerRaw struct + Contract *DataStoreCaller + func (_DataStore *DataStoreCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type DataStoreCallerSession struct + CallOpts bind.CallOpts + Contract *DataStoreCaller + func (_DataStore *DataStoreCallerSession) AddressArrayValues(arg0 [32]byte, arg1 *big.Int) (common.Address, error) + func (_DataStore *DataStoreCallerSession) AddressValues(arg0 [32]byte) (common.Address, error) + func (_DataStore *DataStoreCallerSession) BoolArrayValues(arg0 [32]byte, arg1 *big.Int) (bool, error) + func (_DataStore *DataStoreCallerSession) BoolValues(arg0 [32]byte) (bool, error) + func (_DataStore *DataStoreCallerSession) Bytes32ArrayValues(arg0 [32]byte, arg1 *big.Int) ([32]byte, error) + func (_DataStore *DataStoreCallerSession) Bytes32Values(arg0 [32]byte) ([32]byte, error) + func (_DataStore *DataStoreCallerSession) ContainsAddress(setKey [32]byte, value common.Address) (bool, error) + func (_DataStore *DataStoreCallerSession) ContainsBytes32(setKey [32]byte, value [32]byte) (bool, error) + func (_DataStore *DataStoreCallerSession) ContainsUint(setKey [32]byte, value *big.Int) (bool, error) + func (_DataStore *DataStoreCallerSession) GetAddress(key [32]byte) (common.Address, error) + func (_DataStore *DataStoreCallerSession) GetAddressArray(key [32]byte) ([]common.Address, error) + func (_DataStore *DataStoreCallerSession) GetAddressCount(setKey [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCallerSession) GetAddressValuesAt(setKey [32]byte, start *big.Int, end *big.Int) ([]common.Address, error) + func (_DataStore *DataStoreCallerSession) GetBool(key [32]byte) (bool, error) + func (_DataStore *DataStoreCallerSession) GetBoolArray(key [32]byte) ([]bool, error) + func (_DataStore *DataStoreCallerSession) GetBytes32(key [32]byte) ([32]byte, error) + func (_DataStore *DataStoreCallerSession) GetBytes32Array(key [32]byte) ([][32]byte, error) + func (_DataStore *DataStoreCallerSession) GetBytes32Count(setKey [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCallerSession) GetBytes32ValuesAt(setKey [32]byte, start *big.Int, end *big.Int) ([][32]byte, error) + func (_DataStore *DataStoreCallerSession) GetInt(key [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCallerSession) GetIntArray(key [32]byte) ([]*big.Int, error) + func (_DataStore *DataStoreCallerSession) GetString(key [32]byte) (string, error) + func (_DataStore *DataStoreCallerSession) GetStringArray(key [32]byte) ([]string, error) + func (_DataStore *DataStoreCallerSession) GetUint(key [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCallerSession) GetUintArray(key [32]byte) ([]*big.Int, error) + func (_DataStore *DataStoreCallerSession) GetUintCount(setKey [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCallerSession) GetUintValuesAt(setKey [32]byte, start *big.Int, end *big.Int) ([]*big.Int, error) + func (_DataStore *DataStoreCallerSession) IntArrayValues(arg0 [32]byte, arg1 *big.Int) (*big.Int, error) + func (_DataStore *DataStoreCallerSession) IntValues(arg0 [32]byte) (*big.Int, error) + func (_DataStore *DataStoreCallerSession) RoleStore() (common.Address, error) + func (_DataStore *DataStoreCallerSession) StringArrayValues(arg0 [32]byte, arg1 *big.Int) (string, error) + func (_DataStore *DataStoreCallerSession) StringValues(arg0 [32]byte) (string, error) + func (_DataStore *DataStoreCallerSession) UintArrayValues(arg0 [32]byte, arg1 *big.Int) (*big.Int, error) + func (_DataStore *DataStoreCallerSession) UintValues(arg0 [32]byte) (*big.Int, error) + type DataStoreFilterer struct + func NewDataStoreFilterer(address common.Address, filterer bind.ContractFilterer) (*DataStoreFilterer, error) + type DataStoreRaw struct + Contract *DataStore + func (_DataStore *DataStoreRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_DataStore *DataStoreRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_DataStore *DataStoreRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type DataStoreSession struct + CallOpts bind.CallOpts + Contract *DataStore + TransactOpts bind.TransactOpts + func (_DataStore *DataStoreSession) AddAddress(setKey [32]byte, value common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreSession) AddBytes32(setKey [32]byte, value [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) AddUint(setKey [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) AddressArrayValues(arg0 [32]byte, arg1 *big.Int) (common.Address, error) + func (_DataStore *DataStoreSession) AddressValues(arg0 [32]byte) (common.Address, error) + func (_DataStore *DataStoreSession) ApplyBoundedDeltaToUint(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) ApplyDeltaToInt(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) ApplyDeltaToUint(key [32]byte, value *big.Int, errorMessage string) (*types.Transaction, error) + func (_DataStore *DataStoreSession) ApplyDeltaToUint0(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) BoolArrayValues(arg0 [32]byte, arg1 *big.Int) (bool, error) + func (_DataStore *DataStoreSession) BoolValues(arg0 [32]byte) (bool, error) + func (_DataStore *DataStoreSession) Bytes32ArrayValues(arg0 [32]byte, arg1 *big.Int) ([32]byte, error) + func (_DataStore *DataStoreSession) Bytes32Values(arg0 [32]byte) ([32]byte, error) + func (_DataStore *DataStoreSession) ContainsAddress(setKey [32]byte, value common.Address) (bool, error) + func (_DataStore *DataStoreSession) ContainsBytes32(setKey [32]byte, value [32]byte) (bool, error) + func (_DataStore *DataStoreSession) ContainsUint(setKey [32]byte, value *big.Int) (bool, error) + func (_DataStore *DataStoreSession) DecrementInt(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) DecrementUint(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) GetAddress(key [32]byte) (common.Address, error) + func (_DataStore *DataStoreSession) GetAddressArray(key [32]byte) ([]common.Address, error) + func (_DataStore *DataStoreSession) GetAddressCount(setKey [32]byte) (*big.Int, error) + func (_DataStore *DataStoreSession) GetAddressValuesAt(setKey [32]byte, start *big.Int, end *big.Int) ([]common.Address, error) + func (_DataStore *DataStoreSession) GetBool(key [32]byte) (bool, error) + func (_DataStore *DataStoreSession) GetBoolArray(key [32]byte) ([]bool, error) + func (_DataStore *DataStoreSession) GetBytes32(key [32]byte) ([32]byte, error) + func (_DataStore *DataStoreSession) GetBytes32Array(key [32]byte) ([][32]byte, error) + func (_DataStore *DataStoreSession) GetBytes32Count(setKey [32]byte) (*big.Int, error) + func (_DataStore *DataStoreSession) GetBytes32ValuesAt(setKey [32]byte, start *big.Int, end *big.Int) ([][32]byte, error) + func (_DataStore *DataStoreSession) GetInt(key [32]byte) (*big.Int, error) + func (_DataStore *DataStoreSession) GetIntArray(key [32]byte) ([]*big.Int, error) + func (_DataStore *DataStoreSession) GetString(key [32]byte) (string, error) + func (_DataStore *DataStoreSession) GetStringArray(key [32]byte) ([]string, error) + func (_DataStore *DataStoreSession) GetUint(key [32]byte) (*big.Int, error) + func (_DataStore *DataStoreSession) GetUintArray(key [32]byte) ([]*big.Int, error) + func (_DataStore *DataStoreSession) GetUintCount(setKey [32]byte) (*big.Int, error) + func (_DataStore *DataStoreSession) GetUintValuesAt(setKey [32]byte, start *big.Int, end *big.Int) ([]*big.Int, error) + func (_DataStore *DataStoreSession) IncrementInt(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) IncrementUint(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) IntArrayValues(arg0 [32]byte, arg1 *big.Int) (*big.Int, error) + func (_DataStore *DataStoreSession) IntValues(arg0 [32]byte) (*big.Int, error) + func (_DataStore *DataStoreSession) RemoveAddress(setKey [32]byte, value common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveAddress0(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveAddressArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveBool(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveBoolArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveBytes32(setKey [32]byte, value [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveBytes320(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveBytes32Array(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveInt(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveIntArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveString(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveStringArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveUint(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveUint0(setKey [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RemoveUintArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) RoleStore() (common.Address, error) + func (_DataStore *DataStoreSession) SetAddress(key [32]byte, value common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetAddressArray(key [32]byte, value []common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetBool(key [32]byte, value bool) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetBoolArray(key [32]byte, value []bool) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetBytes32(key [32]byte, value [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetBytes32Array(key [32]byte, value [][32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetInt(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetIntArray(key [32]byte, value []*big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetString(key [32]byte, value string) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetStringArray(key [32]byte, value []string) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetUint(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) SetUintArray(key [32]byte, value []*big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreSession) StringArrayValues(arg0 [32]byte, arg1 *big.Int) (string, error) + func (_DataStore *DataStoreSession) StringValues(arg0 [32]byte) (string, error) + func (_DataStore *DataStoreSession) UintArrayValues(arg0 [32]byte, arg1 *big.Int) (*big.Int, error) + func (_DataStore *DataStoreSession) UintValues(arg0 [32]byte) (*big.Int, error) + type DataStoreTransactor struct + func NewDataStoreTransactor(address common.Address, transactor bind.ContractTransactor) (*DataStoreTransactor, error) + func (_DataStore *DataStoreTransactor) AddAddress(opts *bind.TransactOpts, setKey [32]byte, value common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) AddBytes32(opts *bind.TransactOpts, setKey [32]byte, value [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) AddUint(opts *bind.TransactOpts, setKey [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) ApplyBoundedDeltaToUint(opts *bind.TransactOpts, key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) ApplyDeltaToInt(opts *bind.TransactOpts, key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) ApplyDeltaToUint(opts *bind.TransactOpts, key [32]byte, value *big.Int, errorMessage string) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) ApplyDeltaToUint0(opts *bind.TransactOpts, key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) DecrementInt(opts *bind.TransactOpts, key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) DecrementUint(opts *bind.TransactOpts, key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) IncrementInt(opts *bind.TransactOpts, key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) IncrementUint(opts *bind.TransactOpts, key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveAddress(opts *bind.TransactOpts, setKey [32]byte, value common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveAddress0(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveAddressArray(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveBool(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveBoolArray(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveBytes32(opts *bind.TransactOpts, setKey [32]byte, value [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveBytes320(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveBytes32Array(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveInt(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveIntArray(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveString(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveStringArray(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveUint(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveUint0(opts *bind.TransactOpts, setKey [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) RemoveUintArray(opts *bind.TransactOpts, key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetAddress(opts *bind.TransactOpts, key [32]byte, value common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetAddressArray(opts *bind.TransactOpts, key [32]byte, value []common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetBool(opts *bind.TransactOpts, key [32]byte, value bool) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetBoolArray(opts *bind.TransactOpts, key [32]byte, value []bool) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetBytes32(opts *bind.TransactOpts, key [32]byte, value [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetBytes32Array(opts *bind.TransactOpts, key [32]byte, value [][32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetInt(opts *bind.TransactOpts, key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetIntArray(opts *bind.TransactOpts, key [32]byte, value []*big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetString(opts *bind.TransactOpts, key [32]byte, value string) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetStringArray(opts *bind.TransactOpts, key [32]byte, value []string) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetUint(opts *bind.TransactOpts, key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactor) SetUintArray(opts *bind.TransactOpts, key [32]byte, value []*big.Int) (*types.Transaction, error) + type DataStoreTransactorRaw struct + Contract *DataStoreTransactor + func (_DataStore *DataStoreTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type DataStoreTransactorSession struct + Contract *DataStoreTransactor + TransactOpts bind.TransactOpts + func (_DataStore *DataStoreTransactorSession) AddAddress(setKey [32]byte, value common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) AddBytes32(setKey [32]byte, value [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) AddUint(setKey [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) ApplyBoundedDeltaToUint(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) ApplyDeltaToInt(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) ApplyDeltaToUint(key [32]byte, value *big.Int, errorMessage string) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) ApplyDeltaToUint0(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) DecrementInt(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) DecrementUint(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) IncrementInt(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) IncrementUint(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveAddress(setKey [32]byte, value common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveAddress0(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveAddressArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveBool(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveBoolArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveBytes32(setKey [32]byte, value [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveBytes320(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveBytes32Array(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveInt(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveIntArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveString(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveStringArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveUint(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveUint0(setKey [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) RemoveUintArray(key [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetAddress(key [32]byte, value common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetAddressArray(key [32]byte, value []common.Address) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetBool(key [32]byte, value bool) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetBoolArray(key [32]byte, value []bool) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetBytes32(key [32]byte, value [32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetBytes32Array(key [32]byte, value [][32]byte) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetInt(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetIntArray(key [32]byte, value []*big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetString(key [32]byte, value string) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetStringArray(key [32]byte, value []string) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetUint(key [32]byte, value *big.Int) (*types.Transaction, error) + func (_DataStore *DataStoreTransactorSession) SetUintArray(key [32]byte, value []*big.Int) (*types.Transaction, error)