Documentation ¶
Index ¶
- Constants
- type GoGoStorage
- type GoGoStorageCaller
- func (_GoGoStorage *GoGoStorageCaller) GetAddress(opts *bind.CallOpts, _key [32]byte) (common.Address, error)
- func (_GoGoStorage *GoGoStorageCaller) GetBool(opts *bind.CallOpts, _key [32]byte) (bool, error)
- func (_GoGoStorage *GoGoStorageCaller) GetBytes(opts *bind.CallOpts, _key [32]byte) ([]byte, error)
- func (_GoGoStorage *GoGoStorageCaller) GetBytes32(opts *bind.CallOpts, _key [32]byte) ([32]byte, error)
- func (_GoGoStorage *GoGoStorageCaller) GetInt(opts *bind.CallOpts, _key [32]byte) (*big.Int, error)
- func (_GoGoStorage *GoGoStorageCaller) GetString(opts *bind.CallOpts, _key [32]byte) (string, error)
- func (_GoGoStorage *GoGoStorageCaller) GetUint(opts *bind.CallOpts, _key [32]byte) (*big.Int, error)
- type GoGoStorageCallerRaw
- type GoGoStorageCallerSession
- func (_GoGoStorage *GoGoStorageCallerSession) GetAddress(_key [32]byte) (common.Address, error)
- func (_GoGoStorage *GoGoStorageCallerSession) GetBool(_key [32]byte) (bool, error)
- func (_GoGoStorage *GoGoStorageCallerSession) GetBytes(_key [32]byte) ([]byte, error)
- func (_GoGoStorage *GoGoStorageCallerSession) GetBytes32(_key [32]byte) ([32]byte, error)
- func (_GoGoStorage *GoGoStorageCallerSession) GetInt(_key [32]byte) (*big.Int, error)
- func (_GoGoStorage *GoGoStorageCallerSession) GetString(_key [32]byte) (string, error)
- func (_GoGoStorage *GoGoStorageCallerSession) GetUint(_key [32]byte) (*big.Int, error)
- type GoGoStorageFilterer
- type GoGoStorageRaw
- func (_GoGoStorage *GoGoStorageRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_GoGoStorage *GoGoStorageRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type GoGoStorageSession
- func (_GoGoStorage *GoGoStorageSession) DeleteAddress(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) DeleteBool(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) DeleteBytes(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) DeleteBytes32(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) DeleteInt(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) DeleteString(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) DeleteUint(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) GetAddress(_key [32]byte) (common.Address, error)
- func (_GoGoStorage *GoGoStorageSession) GetBool(_key [32]byte) (bool, error)
- func (_GoGoStorage *GoGoStorageSession) GetBytes(_key [32]byte) ([]byte, error)
- func (_GoGoStorage *GoGoStorageSession) GetBytes32(_key [32]byte) ([32]byte, error)
- func (_GoGoStorage *GoGoStorageSession) GetInt(_key [32]byte) (*big.Int, error)
- func (_GoGoStorage *GoGoStorageSession) GetString(_key [32]byte) (string, error)
- func (_GoGoStorage *GoGoStorageSession) GetUint(_key [32]byte) (*big.Int, error)
- func (_GoGoStorage *GoGoStorageSession) SetAddress(_key [32]byte, _value common.Address) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) SetBool(_key [32]byte, _value bool) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) SetBytes(_key [32]byte, _value []byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) SetBytes32(_key [32]byte, _value [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) SetInt(_key [32]byte, _value *big.Int) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) SetString(_key [32]byte, _value string) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageSession) SetUint(_key [32]byte, _value *big.Int) (*types.Transaction, error)
- type GoGoStorageTransactor
- func (_GoGoStorage *GoGoStorageTransactor) DeleteAddress(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) DeleteBool(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) DeleteBytes(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) DeleteBytes32(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) DeleteInt(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) DeleteString(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) DeleteUint(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) SetAddress(opts *bind.TransactOpts, _key [32]byte, _value common.Address) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) SetBool(opts *bind.TransactOpts, _key [32]byte, _value bool) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) SetBytes(opts *bind.TransactOpts, _key [32]byte, _value []byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) SetBytes32(opts *bind.TransactOpts, _key [32]byte, _value [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) SetInt(opts *bind.TransactOpts, _key [32]byte, _value *big.Int) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) SetString(opts *bind.TransactOpts, _key [32]byte, _value string) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactor) SetUint(opts *bind.TransactOpts, _key [32]byte, _value *big.Int) (*types.Transaction, error)
- type GoGoStorageTransactorRaw
- type GoGoStorageTransactorSession
- func (_GoGoStorage *GoGoStorageTransactorSession) DeleteAddress(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) DeleteBool(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) DeleteBytes(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) DeleteBytes32(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) DeleteInt(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) DeleteString(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) DeleteUint(_key [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) SetAddress(_key [32]byte, _value common.Address) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) SetBool(_key [32]byte, _value bool) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) SetBytes(_key [32]byte, _value []byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) SetBytes32(_key [32]byte, _value [32]byte) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) SetInt(_key [32]byte, _value *big.Int) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) SetString(_key [32]byte, _value string) (*types.Transaction, error)
- func (_GoGoStorage *GoGoStorageTransactorSession) SetUint(_key [32]byte, _value *big.Int) (*types.Transaction, error)
Constants ¶
const GoGoStorageABI = "" /* 8307-byte string literal not displayed */
GoGoStorageABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoGoStorage ¶
type GoGoStorage struct { GoGoStorageCaller // Read-only binding to the contract GoGoStorageTransactor // Write-only binding to the contract GoGoStorageFilterer // Log filterer for contract events }
GoGoStorage is an auto generated Go binding around an Ethereum contract.
func NewGoGoStorage ¶
func NewGoGoStorage(address common.Address, backend bind.ContractBackend) (*GoGoStorage, error)
NewGoGoStorage creates a new instance of GoGoStorage, bound to a specific deployed contract.
type GoGoStorageCaller ¶
type GoGoStorageCaller struct {
// contains filtered or unexported fields
}
GoGoStorageCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewGoGoStorageCaller ¶
func NewGoGoStorageCaller(address common.Address, caller bind.ContractCaller) (*GoGoStorageCaller, error)
NewGoGoStorageCaller creates a new read-only instance of GoGoStorage, bound to a specific deployed contract.
func (*GoGoStorageCaller) GetAddress ¶
func (_GoGoStorage *GoGoStorageCaller) GetAddress(opts *bind.CallOpts, _key [32]byte) (common.Address, error)
GetAddress is a free data retrieval call binding the contract method 0x21f8a721.
Solidity: function getAddress(bytes32 _key) view returns(address)
func (*GoGoStorageCaller) GetBool ¶
GetBool is a free data retrieval call binding the contract method 0x7ae1cfca.
Solidity: function getBool(bytes32 _key) view returns(bool)
func (*GoGoStorageCaller) GetBytes ¶
GetBytes is a free data retrieval call binding the contract method 0xc031a180.
Solidity: function getBytes(bytes32 _key) view returns(bytes)
func (*GoGoStorageCaller) GetBytes32 ¶
func (_GoGoStorage *GoGoStorageCaller) GetBytes32(opts *bind.CallOpts, _key [32]byte) ([32]byte, error)
GetBytes32 is a free data retrieval call binding the contract method 0xa6ed563e.
Solidity: function getBytes32(bytes32 _key) view returns(bytes32)
func (*GoGoStorageCaller) GetInt ¶
GetInt is a free data retrieval call binding the contract method 0xdc97d962.
Solidity: function getInt(bytes32 _key) view returns(int256)
type GoGoStorageCallerRaw ¶
type GoGoStorageCallerRaw struct {
Contract *GoGoStorageCaller // Generic read-only contract binding to access the raw methods on
}
GoGoStorageCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*GoGoStorageCallerRaw) Call ¶
func (_GoGoStorage *GoGoStorageCallerRaw) 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 GoGoStorageCallerSession ¶
type GoGoStorageCallerSession struct { Contract *GoGoStorageCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
GoGoStorageCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*GoGoStorageCallerSession) GetAddress ¶
func (_GoGoStorage *GoGoStorageCallerSession) GetAddress(_key [32]byte) (common.Address, error)
GetAddress is a free data retrieval call binding the contract method 0x21f8a721.
Solidity: function getAddress(bytes32 _key) view returns(address)
func (*GoGoStorageCallerSession) GetBool ¶
func (_GoGoStorage *GoGoStorageCallerSession) GetBool(_key [32]byte) (bool, error)
GetBool is a free data retrieval call binding the contract method 0x7ae1cfca.
Solidity: function getBool(bytes32 _key) view returns(bool)
func (*GoGoStorageCallerSession) GetBytes ¶
func (_GoGoStorage *GoGoStorageCallerSession) GetBytes(_key [32]byte) ([]byte, error)
GetBytes is a free data retrieval call binding the contract method 0xc031a180.
Solidity: function getBytes(bytes32 _key) view returns(bytes)
func (*GoGoStorageCallerSession) GetBytes32 ¶
func (_GoGoStorage *GoGoStorageCallerSession) GetBytes32(_key [32]byte) ([32]byte, error)
GetBytes32 is a free data retrieval call binding the contract method 0xa6ed563e.
Solidity: function getBytes32(bytes32 _key) view returns(bytes32)
func (*GoGoStorageCallerSession) GetInt ¶
func (_GoGoStorage *GoGoStorageCallerSession) GetInt(_key [32]byte) (*big.Int, error)
GetInt is a free data retrieval call binding the contract method 0xdc97d962.
Solidity: function getInt(bytes32 _key) view returns(int256)
type GoGoStorageFilterer ¶
type GoGoStorageFilterer struct {
// contains filtered or unexported fields
}
GoGoStorageFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewGoGoStorageFilterer ¶
func NewGoGoStorageFilterer(address common.Address, filterer bind.ContractFilterer) (*GoGoStorageFilterer, error)
NewGoGoStorageFilterer creates a new log filterer instance of GoGoStorage, bound to a specific deployed contract.
type GoGoStorageRaw ¶
type GoGoStorageRaw struct {
Contract *GoGoStorage // Generic contract binding to access the raw methods on
}
GoGoStorageRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*GoGoStorageRaw) Call ¶
func (_GoGoStorage *GoGoStorageRaw) 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 (*GoGoStorageRaw) Transact ¶
func (_GoGoStorage *GoGoStorageRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*GoGoStorageRaw) Transfer ¶
func (_GoGoStorage *GoGoStorageRaw) 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 GoGoStorageSession ¶
type GoGoStorageSession struct { Contract *GoGoStorage // 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 }
GoGoStorageSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*GoGoStorageSession) DeleteAddress ¶
func (_GoGoStorage *GoGoStorageSession) DeleteAddress(_key [32]byte) (*types.Transaction, error)
DeleteAddress is a paid mutator transaction binding the contract method 0x0e14a376.
Solidity: function deleteAddress(bytes32 _key) returns()
func (*GoGoStorageSession) DeleteBool ¶
func (_GoGoStorage *GoGoStorageSession) DeleteBool(_key [32]byte) (*types.Transaction, error)
DeleteBool is a paid mutator transaction binding the contract method 0x2c62ff2d.
Solidity: function deleteBool(bytes32 _key) returns()
func (*GoGoStorageSession) DeleteBytes ¶
func (_GoGoStorage *GoGoStorageSession) DeleteBytes(_key [32]byte) (*types.Transaction, error)
DeleteBytes is a paid mutator transaction binding the contract method 0x616b59f6.
Solidity: function deleteBytes(bytes32 _key) returns()
func (*GoGoStorageSession) DeleteBytes32 ¶
func (_GoGoStorage *GoGoStorageSession) DeleteBytes32(_key [32]byte) (*types.Transaction, error)
DeleteBytes32 is a paid mutator transaction binding the contract method 0x0b9adc57.
Solidity: function deleteBytes32(bytes32 _key) returns()
func (*GoGoStorageSession) DeleteInt ¶
func (_GoGoStorage *GoGoStorageSession) DeleteInt(_key [32]byte) (*types.Transaction, error)
DeleteInt is a paid mutator transaction binding the contract method 0x8c160095.
Solidity: function deleteInt(bytes32 _key) returns()
func (*GoGoStorageSession) DeleteString ¶
func (_GoGoStorage *GoGoStorageSession) DeleteString(_key [32]byte) (*types.Transaction, error)
DeleteString is a paid mutator transaction binding the contract method 0xf6bb3cc4.
Solidity: function deleteString(bytes32 _key) returns()
func (*GoGoStorageSession) DeleteUint ¶
func (_GoGoStorage *GoGoStorageSession) DeleteUint(_key [32]byte) (*types.Transaction, error)
DeleteUint is a paid mutator transaction binding the contract method 0xe2b202bf.
Solidity: function deleteUint(bytes32 _key) returns()
func (*GoGoStorageSession) GetAddress ¶
func (_GoGoStorage *GoGoStorageSession) GetAddress(_key [32]byte) (common.Address, error)
GetAddress is a free data retrieval call binding the contract method 0x21f8a721.
Solidity: function getAddress(bytes32 _key) view returns(address)
func (*GoGoStorageSession) GetBool ¶
func (_GoGoStorage *GoGoStorageSession) GetBool(_key [32]byte) (bool, error)
GetBool is a free data retrieval call binding the contract method 0x7ae1cfca.
Solidity: function getBool(bytes32 _key) view returns(bool)
func (*GoGoStorageSession) GetBytes ¶
func (_GoGoStorage *GoGoStorageSession) GetBytes(_key [32]byte) ([]byte, error)
GetBytes is a free data retrieval call binding the contract method 0xc031a180.
Solidity: function getBytes(bytes32 _key) view returns(bytes)
func (*GoGoStorageSession) GetBytes32 ¶
func (_GoGoStorage *GoGoStorageSession) GetBytes32(_key [32]byte) ([32]byte, error)
GetBytes32 is a free data retrieval call binding the contract method 0xa6ed563e.
Solidity: function getBytes32(bytes32 _key) view returns(bytes32)
func (*GoGoStorageSession) GetInt ¶
func (_GoGoStorage *GoGoStorageSession) GetInt(_key [32]byte) (*big.Int, error)
GetInt is a free data retrieval call binding the contract method 0xdc97d962.
Solidity: function getInt(bytes32 _key) view returns(int256)
func (*GoGoStorageSession) GetString ¶
func (_GoGoStorage *GoGoStorageSession) GetString(_key [32]byte) (string, error)
GetString is a free data retrieval call binding the contract method 0x986e791a.
Solidity: function getString(bytes32 _key) view returns(string)
func (*GoGoStorageSession) GetUint ¶
func (_GoGoStorage *GoGoStorageSession) GetUint(_key [32]byte) (*big.Int, error)
GetUint is a free data retrieval call binding the contract method 0xbd02d0f5.
Solidity: function getUint(bytes32 _key) view returns(uint256)
func (*GoGoStorageSession) SetAddress ¶
func (_GoGoStorage *GoGoStorageSession) SetAddress(_key [32]byte, _value common.Address) (*types.Transaction, error)
SetAddress is a paid mutator transaction binding the contract method 0xca446dd9.
Solidity: function setAddress(bytes32 _key, address _value) returns()
func (*GoGoStorageSession) SetBool ¶
func (_GoGoStorage *GoGoStorageSession) SetBool(_key [32]byte, _value bool) (*types.Transaction, error)
SetBool is a paid mutator transaction binding the contract method 0xabfdcced.
Solidity: function setBool(bytes32 _key, bool _value) returns()
func (*GoGoStorageSession) SetBytes ¶
func (_GoGoStorage *GoGoStorageSession) SetBytes(_key [32]byte, _value []byte) (*types.Transaction, error)
SetBytes is a paid mutator transaction binding the contract method 0x2e28d084.
Solidity: function setBytes(bytes32 _key, bytes _value) returns()
func (*GoGoStorageSession) SetBytes32 ¶
func (_GoGoStorage *GoGoStorageSession) SetBytes32(_key [32]byte, _value [32]byte) (*types.Transaction, error)
SetBytes32 is a paid mutator transaction binding the contract method 0x4e91db08.
Solidity: function setBytes32(bytes32 _key, bytes32 _value) returns()
func (*GoGoStorageSession) SetInt ¶
func (_GoGoStorage *GoGoStorageSession) SetInt(_key [32]byte, _value *big.Int) (*types.Transaction, error)
SetInt is a paid mutator transaction binding the contract method 0x3e49bed0.
Solidity: function setInt(bytes32 _key, int256 _value) returns()
func (*GoGoStorageSession) SetString ¶
func (_GoGoStorage *GoGoStorageSession) SetString(_key [32]byte, _value string) (*types.Transaction, error)
SetString is a paid mutator transaction binding the contract method 0x6e899550.
Solidity: function setString(bytes32 _key, string _value) returns()
func (*GoGoStorageSession) SetUint ¶
func (_GoGoStorage *GoGoStorageSession) SetUint(_key [32]byte, _value *big.Int) (*types.Transaction, error)
SetUint is a paid mutator transaction binding the contract method 0xe2a4853a.
Solidity: function setUint(bytes32 _key, uint256 _value) returns()
type GoGoStorageTransactor ¶
type GoGoStorageTransactor struct {
// contains filtered or unexported fields
}
GoGoStorageTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewGoGoStorageTransactor ¶
func NewGoGoStorageTransactor(address common.Address, transactor bind.ContractTransactor) (*GoGoStorageTransactor, error)
NewGoGoStorageTransactor creates a new write-only instance of GoGoStorage, bound to a specific deployed contract.
func (*GoGoStorageTransactor) DeleteAddress ¶
func (_GoGoStorage *GoGoStorageTransactor) DeleteAddress(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
DeleteAddress is a paid mutator transaction binding the contract method 0x0e14a376.
Solidity: function deleteAddress(bytes32 _key) returns()
func (*GoGoStorageTransactor) DeleteBool ¶
func (_GoGoStorage *GoGoStorageTransactor) DeleteBool(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
DeleteBool is a paid mutator transaction binding the contract method 0x2c62ff2d.
Solidity: function deleteBool(bytes32 _key) returns()
func (*GoGoStorageTransactor) DeleteBytes ¶
func (_GoGoStorage *GoGoStorageTransactor) DeleteBytes(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
DeleteBytes is a paid mutator transaction binding the contract method 0x616b59f6.
Solidity: function deleteBytes(bytes32 _key) returns()
func (*GoGoStorageTransactor) DeleteBytes32 ¶
func (_GoGoStorage *GoGoStorageTransactor) DeleteBytes32(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
DeleteBytes32 is a paid mutator transaction binding the contract method 0x0b9adc57.
Solidity: function deleteBytes32(bytes32 _key) returns()
func (*GoGoStorageTransactor) DeleteInt ¶
func (_GoGoStorage *GoGoStorageTransactor) DeleteInt(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
DeleteInt is a paid mutator transaction binding the contract method 0x8c160095.
Solidity: function deleteInt(bytes32 _key) returns()
func (*GoGoStorageTransactor) DeleteString ¶
func (_GoGoStorage *GoGoStorageTransactor) DeleteString(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
DeleteString is a paid mutator transaction binding the contract method 0xf6bb3cc4.
Solidity: function deleteString(bytes32 _key) returns()
func (*GoGoStorageTransactor) DeleteUint ¶
func (_GoGoStorage *GoGoStorageTransactor) DeleteUint(opts *bind.TransactOpts, _key [32]byte) (*types.Transaction, error)
DeleteUint is a paid mutator transaction binding the contract method 0xe2b202bf.
Solidity: function deleteUint(bytes32 _key) returns()
func (*GoGoStorageTransactor) SetAddress ¶
func (_GoGoStorage *GoGoStorageTransactor) SetAddress(opts *bind.TransactOpts, _key [32]byte, _value common.Address) (*types.Transaction, error)
SetAddress is a paid mutator transaction binding the contract method 0xca446dd9.
Solidity: function setAddress(bytes32 _key, address _value) returns()
func (*GoGoStorageTransactor) SetBool ¶
func (_GoGoStorage *GoGoStorageTransactor) SetBool(opts *bind.TransactOpts, _key [32]byte, _value bool) (*types.Transaction, error)
SetBool is a paid mutator transaction binding the contract method 0xabfdcced.
Solidity: function setBool(bytes32 _key, bool _value) returns()
func (*GoGoStorageTransactor) SetBytes ¶
func (_GoGoStorage *GoGoStorageTransactor) SetBytes(opts *bind.TransactOpts, _key [32]byte, _value []byte) (*types.Transaction, error)
SetBytes is a paid mutator transaction binding the contract method 0x2e28d084.
Solidity: function setBytes(bytes32 _key, bytes _value) returns()
func (*GoGoStorageTransactor) SetBytes32 ¶
func (_GoGoStorage *GoGoStorageTransactor) SetBytes32(opts *bind.TransactOpts, _key [32]byte, _value [32]byte) (*types.Transaction, error)
SetBytes32 is a paid mutator transaction binding the contract method 0x4e91db08.
Solidity: function setBytes32(bytes32 _key, bytes32 _value) returns()
func (*GoGoStorageTransactor) SetInt ¶
func (_GoGoStorage *GoGoStorageTransactor) SetInt(opts *bind.TransactOpts, _key [32]byte, _value *big.Int) (*types.Transaction, error)
SetInt is a paid mutator transaction binding the contract method 0x3e49bed0.
Solidity: function setInt(bytes32 _key, int256 _value) returns()
func (*GoGoStorageTransactor) SetString ¶
func (_GoGoStorage *GoGoStorageTransactor) SetString(opts *bind.TransactOpts, _key [32]byte, _value string) (*types.Transaction, error)
SetString is a paid mutator transaction binding the contract method 0x6e899550.
Solidity: function setString(bytes32 _key, string _value) returns()
func (*GoGoStorageTransactor) SetUint ¶
func (_GoGoStorage *GoGoStorageTransactor) SetUint(opts *bind.TransactOpts, _key [32]byte, _value *big.Int) (*types.Transaction, error)
SetUint is a paid mutator transaction binding the contract method 0xe2a4853a.
Solidity: function setUint(bytes32 _key, uint256 _value) returns()
type GoGoStorageTransactorRaw ¶
type GoGoStorageTransactorRaw struct {
Contract *GoGoStorageTransactor // Generic write-only contract binding to access the raw methods on
}
GoGoStorageTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*GoGoStorageTransactorRaw) Transact ¶
func (_GoGoStorage *GoGoStorageTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*GoGoStorageTransactorRaw) Transfer ¶
func (_GoGoStorage *GoGoStorageTransactorRaw) 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 GoGoStorageTransactorSession ¶
type GoGoStorageTransactorSession struct { Contract *GoGoStorageTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
GoGoStorageTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*GoGoStorageTransactorSession) DeleteAddress ¶
func (_GoGoStorage *GoGoStorageTransactorSession) DeleteAddress(_key [32]byte) (*types.Transaction, error)
DeleteAddress is a paid mutator transaction binding the contract method 0x0e14a376.
Solidity: function deleteAddress(bytes32 _key) returns()
func (*GoGoStorageTransactorSession) DeleteBool ¶
func (_GoGoStorage *GoGoStorageTransactorSession) DeleteBool(_key [32]byte) (*types.Transaction, error)
DeleteBool is a paid mutator transaction binding the contract method 0x2c62ff2d.
Solidity: function deleteBool(bytes32 _key) returns()
func (*GoGoStorageTransactorSession) DeleteBytes ¶
func (_GoGoStorage *GoGoStorageTransactorSession) DeleteBytes(_key [32]byte) (*types.Transaction, error)
DeleteBytes is a paid mutator transaction binding the contract method 0x616b59f6.
Solidity: function deleteBytes(bytes32 _key) returns()
func (*GoGoStorageTransactorSession) DeleteBytes32 ¶
func (_GoGoStorage *GoGoStorageTransactorSession) DeleteBytes32(_key [32]byte) (*types.Transaction, error)
DeleteBytes32 is a paid mutator transaction binding the contract method 0x0b9adc57.
Solidity: function deleteBytes32(bytes32 _key) returns()
func (*GoGoStorageTransactorSession) DeleteInt ¶
func (_GoGoStorage *GoGoStorageTransactorSession) DeleteInt(_key [32]byte) (*types.Transaction, error)
DeleteInt is a paid mutator transaction binding the contract method 0x8c160095.
Solidity: function deleteInt(bytes32 _key) returns()
func (*GoGoStorageTransactorSession) DeleteString ¶
func (_GoGoStorage *GoGoStorageTransactorSession) DeleteString(_key [32]byte) (*types.Transaction, error)
DeleteString is a paid mutator transaction binding the contract method 0xf6bb3cc4.
Solidity: function deleteString(bytes32 _key) returns()
func (*GoGoStorageTransactorSession) DeleteUint ¶
func (_GoGoStorage *GoGoStorageTransactorSession) DeleteUint(_key [32]byte) (*types.Transaction, error)
DeleteUint is a paid mutator transaction binding the contract method 0xe2b202bf.
Solidity: function deleteUint(bytes32 _key) returns()
func (*GoGoStorageTransactorSession) SetAddress ¶
func (_GoGoStorage *GoGoStorageTransactorSession) SetAddress(_key [32]byte, _value common.Address) (*types.Transaction, error)
SetAddress is a paid mutator transaction binding the contract method 0xca446dd9.
Solidity: function setAddress(bytes32 _key, address _value) returns()
func (*GoGoStorageTransactorSession) SetBool ¶
func (_GoGoStorage *GoGoStorageTransactorSession) SetBool(_key [32]byte, _value bool) (*types.Transaction, error)
SetBool is a paid mutator transaction binding the contract method 0xabfdcced.
Solidity: function setBool(bytes32 _key, bool _value) returns()
func (*GoGoStorageTransactorSession) SetBytes ¶
func (_GoGoStorage *GoGoStorageTransactorSession) SetBytes(_key [32]byte, _value []byte) (*types.Transaction, error)
SetBytes is a paid mutator transaction binding the contract method 0x2e28d084.
Solidity: function setBytes(bytes32 _key, bytes _value) returns()
func (*GoGoStorageTransactorSession) SetBytes32 ¶
func (_GoGoStorage *GoGoStorageTransactorSession) SetBytes32(_key [32]byte, _value [32]byte) (*types.Transaction, error)
SetBytes32 is a paid mutator transaction binding the contract method 0x4e91db08.
Solidity: function setBytes32(bytes32 _key, bytes32 _value) returns()
func (*GoGoStorageTransactorSession) SetInt ¶
func (_GoGoStorage *GoGoStorageTransactorSession) SetInt(_key [32]byte, _value *big.Int) (*types.Transaction, error)
SetInt is a paid mutator transaction binding the contract method 0x3e49bed0.
Solidity: function setInt(bytes32 _key, int256 _value) returns()
func (*GoGoStorageTransactorSession) SetString ¶
func (_GoGoStorage *GoGoStorageTransactorSession) SetString(_key [32]byte, _value string) (*types.Transaction, error)
SetString is a paid mutator transaction binding the contract method 0x6e899550.
Solidity: function setString(bytes32 _key, string _value) returns()
func (*GoGoStorageTransactorSession) SetUint ¶
func (_GoGoStorage *GoGoStorageTransactorSession) SetUint(_key [32]byte, _value *big.Int) (*types.Transaction, error)
SetUint is a paid mutator transaction binding the contract method 0xe2a4853a.
Solidity: function setUint(bytes32 _key, uint256 _value) returns()