Documentation ¶
Index ¶
- Constants
- type Contract
- type ContractCaller
- func (_Contract *ContractCaller) Get(opts *bind.CallOpts, key string, tokenId *big.Int) (string, error)
- func (_Contract *ContractCaller) GetByHash(opts *bind.CallOpts, keyHash *big.Int, tokenId *big.Int) (struct{ ... }, error)
- func (_Contract *ContractCaller) GetMany(opts *bind.CallOpts, keys []string, tokenId *big.Int) ([]string, error)
- func (_Contract *ContractCaller) GetManyByHash(opts *bind.CallOpts, keyHashes []*big.Int, tokenId *big.Int) (struct{ ... }, error)
- func (_Contract *ContractCaller) HashToKey(opts *bind.CallOpts, keyHash *big.Int) (string, error)
- func (_Contract *ContractCaller) HashesToKeys(opts *bind.CallOpts, hashes []*big.Int) ([]string, error)
- func (_Contract *ContractCaller) NonceOf(opts *bind.CallOpts, tokenId *big.Int) (*big.Int, error)
- func (_Contract *ContractCaller) Registry(opts *bind.CallOpts) (common.Address, error)
- type ContractCallerRaw
- type ContractCallerSession
- func (_Contract *ContractCallerSession) Get(key string, tokenId *big.Int) (string, error)
- func (_Contract *ContractCallerSession) GetByHash(keyHash *big.Int, tokenId *big.Int) (struct{ ... }, error)
- func (_Contract *ContractCallerSession) GetMany(keys []string, tokenId *big.Int) ([]string, error)
- func (_Contract *ContractCallerSession) GetManyByHash(keyHashes []*big.Int, tokenId *big.Int) (struct{ ... }, error)
- func (_Contract *ContractCallerSession) HashToKey(keyHash *big.Int) (string, error)
- func (_Contract *ContractCallerSession) HashesToKeys(hashes []*big.Int) ([]string, error)
- func (_Contract *ContractCallerSession) NonceOf(tokenId *big.Int) (*big.Int, error)
- func (_Contract *ContractCallerSession) Registry() (common.Address, error)
- type ContractFilterer
- func (_Contract *ContractFilterer) FilterNewKey(opts *bind.FilterOpts, tokenId []*big.Int, keyIndex []string) (*ContractNewKeyIterator, error)
- func (_Contract *ContractFilterer) FilterResetRecords(opts *bind.FilterOpts, tokenId []*big.Int) (*ContractResetRecordsIterator, error)
- func (_Contract *ContractFilterer) FilterSet(opts *bind.FilterOpts, tokenId []*big.Int, keyIndex []string, ...) (*ContractSetIterator, error)
- func (_Contract *ContractFilterer) ParseNewKey(log types.Log) (*ContractNewKey, error)
- func (_Contract *ContractFilterer) ParseResetRecords(log types.Log) (*ContractResetRecords, error)
- func (_Contract *ContractFilterer) ParseSet(log types.Log) (*ContractSet, error)
- func (_Contract *ContractFilterer) WatchNewKey(opts *bind.WatchOpts, sink chan<- *ContractNewKey, tokenId []*big.Int, ...) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchResetRecords(opts *bind.WatchOpts, sink chan<- *ContractResetRecords, tokenId []*big.Int) (event.Subscription, error)
- func (_Contract *ContractFilterer) WatchSet(opts *bind.WatchOpts, sink chan<- *ContractSet, tokenId []*big.Int, ...) (event.Subscription, error)
- type ContractNewKey
- type ContractNewKeyIterator
- type ContractRaw
- func (_Contract *ContractRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Contract *ContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Contract *ContractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ContractResetRecords
- type ContractResetRecordsIterator
- type ContractSession
- func (_Contract *ContractSession) Get(key string, tokenId *big.Int) (string, error)
- func (_Contract *ContractSession) GetByHash(keyHash *big.Int, tokenId *big.Int) (struct{ ... }, error)
- func (_Contract *ContractSession) GetMany(keys []string, tokenId *big.Int) ([]string, error)
- func (_Contract *ContractSession) GetManyByHash(keyHashes []*big.Int, tokenId *big.Int) (struct{ ... }, error)
- func (_Contract *ContractSession) HashToKey(keyHash *big.Int) (string, error)
- func (_Contract *ContractSession) HashesToKeys(hashes []*big.Int) ([]string, error)
- func (_Contract *ContractSession) NonceOf(tokenId *big.Int) (*big.Int, error)
- func (_Contract *ContractSession) Preconfigure(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractSession) Reconfigure(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractSession) ReconfigureFor(keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
- func (_Contract *ContractSession) Registry() (common.Address, error)
- func (_Contract *ContractSession) Reset(tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractSession) ResetFor(tokenId *big.Int, signature []byte) (*types.Transaction, error)
- func (_Contract *ContractSession) Set(key string, value string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractSession) SetFor(key string, value string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
- func (_Contract *ContractSession) SetMany(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractSession) SetManyFor(keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
- type ContractSet
- type ContractSetIterator
- type ContractTransactor
- func (_Contract *ContractTransactor) Preconfigure(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactor) Reconfigure(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactor) ReconfigureFor(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int, ...) (*types.Transaction, error)
- func (_Contract *ContractTransactor) Reset(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactor) ResetFor(opts *bind.TransactOpts, tokenId *big.Int, signature []byte) (*types.Transaction, error)
- func (_Contract *ContractTransactor) Set(opts *bind.TransactOpts, key string, value string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactor) SetFor(opts *bind.TransactOpts, key string, value string, tokenId *big.Int, ...) (*types.Transaction, error)
- func (_Contract *ContractTransactor) SetMany(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactor) SetManyFor(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int, ...) (*types.Transaction, error)
- type ContractTransactorRaw
- type ContractTransactorSession
- func (_Contract *ContractTransactorSession) Preconfigure(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) Reconfigure(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) ReconfigureFor(keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) Reset(tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) ResetFor(tokenId *big.Int, signature []byte) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) Set(key string, value string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) SetFor(key string, value string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) SetMany(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
- func (_Contract *ContractTransactorSession) SetManyFor(keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
Constants ¶
const ContractABI = "" /* 7155-byte string literal not displayed */
ContractABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contract ¶
type Contract struct { ContractCaller // Read-only binding to the contract ContractTransactor // Write-only binding to the contract ContractFilterer // Log filterer for contract events }
Contract is an auto generated Go binding around an Ethereum contract.
func NewContract ¶
NewContract creates a new instance of Contract, bound to a specific deployed contract.
type ContractCaller ¶
type ContractCaller struct {
// contains filtered or unexported fields
}
ContractCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewContractCaller ¶
func NewContractCaller(address common.Address, caller bind.ContractCaller) (*ContractCaller, error)
NewContractCaller creates a new read-only instance of Contract, bound to a specific deployed contract.
func (*ContractCaller) Get ¶
func (_Contract *ContractCaller) Get(opts *bind.CallOpts, key string, tokenId *big.Int) (string, error)
Get is a free data retrieval call binding the contract method 0x1be5e7ed.
Solidity: function get(string key, uint256 tokenId) view returns(string)
func (*ContractCaller) GetByHash ¶
func (_Contract *ContractCaller) GetByHash(opts *bind.CallOpts, keyHash *big.Int, tokenId *big.Int) (struct { Key string Value string }, error)
GetByHash is a free data retrieval call binding the contract method 0x672b9f81.
Solidity: function getByHash(uint256 keyHash, uint256 tokenId) view returns(string key, string value)
func (*ContractCaller) GetMany ¶
func (_Contract *ContractCaller) GetMany(opts *bind.CallOpts, keys []string, tokenId *big.Int) ([]string, error)
GetMany is a free data retrieval call binding the contract method 0x1bd8cc1a.
Solidity: function getMany(string[] keys, uint256 tokenId) view returns(string[])
func (*ContractCaller) GetManyByHash ¶
func (_Contract *ContractCaller) GetManyByHash(opts *bind.CallOpts, keyHashes []*big.Int, tokenId *big.Int) (struct { Keys []string Values []string }, error)
GetManyByHash is a free data retrieval call binding the contract method 0xb85afd28.
Solidity: function getManyByHash(uint256[] keyHashes, uint256 tokenId) view returns(string[] keys, string[] values)
func (*ContractCaller) HashToKey ¶
HashToKey is a free data retrieval call binding the contract method 0x2c3d376d.
Solidity: function hashToKey(uint256 keyHash) view returns(string)
func (*ContractCaller) HashesToKeys ¶
func (_Contract *ContractCaller) HashesToKeys(opts *bind.CallOpts, hashes []*big.Int) ([]string, error)
HashesToKeys is a free data retrieval call binding the contract method 0x8c87a4ea.
Solidity: function hashesToKeys(uint256[] hashes) view returns(string[])
type ContractCallerRaw ¶
type ContractCallerRaw struct {
Contract *ContractCaller // Generic read-only contract binding to access the raw methods on
}
ContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ContractCallerRaw) Call ¶
func (_Contract *ContractCallerRaw) 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 ContractCallerSession ¶
type ContractCallerSession struct { Contract *ContractCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ContractCallerSession) Get ¶
Get is a free data retrieval call binding the contract method 0x1be5e7ed.
Solidity: function get(string key, uint256 tokenId) view returns(string)
func (*ContractCallerSession) GetByHash ¶
func (_Contract *ContractCallerSession) GetByHash(keyHash *big.Int, tokenId *big.Int) (struct { Key string Value string }, error)
GetByHash is a free data retrieval call binding the contract method 0x672b9f81.
Solidity: function getByHash(uint256 keyHash, uint256 tokenId) view returns(string key, string value)
func (*ContractCallerSession) GetMany ¶
GetMany is a free data retrieval call binding the contract method 0x1bd8cc1a.
Solidity: function getMany(string[] keys, uint256 tokenId) view returns(string[])
func (*ContractCallerSession) GetManyByHash ¶
func (_Contract *ContractCallerSession) GetManyByHash(keyHashes []*big.Int, tokenId *big.Int) (struct { Keys []string Values []string }, error)
GetManyByHash is a free data retrieval call binding the contract method 0xb85afd28.
Solidity: function getManyByHash(uint256[] keyHashes, uint256 tokenId) view returns(string[] keys, string[] values)
func (*ContractCallerSession) HashToKey ¶
func (_Contract *ContractCallerSession) HashToKey(keyHash *big.Int) (string, error)
HashToKey is a free data retrieval call binding the contract method 0x2c3d376d.
Solidity: function hashToKey(uint256 keyHash) view returns(string)
func (*ContractCallerSession) HashesToKeys ¶
func (_Contract *ContractCallerSession) HashesToKeys(hashes []*big.Int) ([]string, error)
HashesToKeys is a free data retrieval call binding the contract method 0x8c87a4ea.
Solidity: function hashesToKeys(uint256[] hashes) view returns(string[])
type ContractFilterer ¶
type ContractFilterer struct {
// contains filtered or unexported fields
}
ContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewContractFilterer ¶
func NewContractFilterer(address common.Address, filterer bind.ContractFilterer) (*ContractFilterer, error)
NewContractFilterer creates a new log filterer instance of Contract, bound to a specific deployed contract.
func (*ContractFilterer) FilterNewKey ¶
func (_Contract *ContractFilterer) FilterNewKey(opts *bind.FilterOpts, tokenId []*big.Int, keyIndex []string) (*ContractNewKeyIterator, error)
FilterNewKey is a free log retrieval operation binding the contract event 0x7ae4f661958fbecc2f77be6b0eb280d2a6f604b29e1e7221c82b9da0c4af7f86.
Solidity: event NewKey(uint256 indexed tokenId, string indexed keyIndex, string key)
func (*ContractFilterer) FilterResetRecords ¶
func (_Contract *ContractFilterer) FilterResetRecords(opts *bind.FilterOpts, tokenId []*big.Int) (*ContractResetRecordsIterator, error)
FilterResetRecords is a free log retrieval operation binding the contract event 0x185c30856dadb58bf097c1f665a52ada7029752dbcad008ea3fefc73bee8c9fe.
Solidity: event ResetRecords(uint256 indexed tokenId)
func (*ContractFilterer) FilterSet ¶
func (_Contract *ContractFilterer) FilterSet(opts *bind.FilterOpts, tokenId []*big.Int, keyIndex []string, valueIndex []string) (*ContractSetIterator, error)
FilterSet is a free log retrieval operation binding the contract event 0x851ffe8e74d5015261dba0a1f9e1b0e5d42c5af5d2ad1908fee897c7d80a0d92.
Solidity: event Set(uint256 indexed tokenId, string indexed keyIndex, string indexed valueIndex, string key, string value)
func (*ContractFilterer) ParseNewKey ¶
func (_Contract *ContractFilterer) ParseNewKey(log types.Log) (*ContractNewKey, error)
ParseNewKey is a log parse operation binding the contract event 0x7ae4f661958fbecc2f77be6b0eb280d2a6f604b29e1e7221c82b9da0c4af7f86.
Solidity: event NewKey(uint256 indexed tokenId, string indexed keyIndex, string key)
func (*ContractFilterer) ParseResetRecords ¶
func (_Contract *ContractFilterer) ParseResetRecords(log types.Log) (*ContractResetRecords, error)
ParseResetRecords is a log parse operation binding the contract event 0x185c30856dadb58bf097c1f665a52ada7029752dbcad008ea3fefc73bee8c9fe.
Solidity: event ResetRecords(uint256 indexed tokenId)
func (*ContractFilterer) ParseSet ¶
func (_Contract *ContractFilterer) ParseSet(log types.Log) (*ContractSet, error)
ParseSet is a log parse operation binding the contract event 0x851ffe8e74d5015261dba0a1f9e1b0e5d42c5af5d2ad1908fee897c7d80a0d92.
Solidity: event Set(uint256 indexed tokenId, string indexed keyIndex, string indexed valueIndex, string key, string value)
func (*ContractFilterer) WatchNewKey ¶
func (_Contract *ContractFilterer) WatchNewKey(opts *bind.WatchOpts, sink chan<- *ContractNewKey, tokenId []*big.Int, keyIndex []string) (event.Subscription, error)
WatchNewKey is a free log subscription operation binding the contract event 0x7ae4f661958fbecc2f77be6b0eb280d2a6f604b29e1e7221c82b9da0c4af7f86.
Solidity: event NewKey(uint256 indexed tokenId, string indexed keyIndex, string key)
func (*ContractFilterer) WatchResetRecords ¶
func (_Contract *ContractFilterer) WatchResetRecords(opts *bind.WatchOpts, sink chan<- *ContractResetRecords, tokenId []*big.Int) (event.Subscription, error)
WatchResetRecords is a free log subscription operation binding the contract event 0x185c30856dadb58bf097c1f665a52ada7029752dbcad008ea3fefc73bee8c9fe.
Solidity: event ResetRecords(uint256 indexed tokenId)
func (*ContractFilterer) WatchSet ¶
func (_Contract *ContractFilterer) WatchSet(opts *bind.WatchOpts, sink chan<- *ContractSet, tokenId []*big.Int, keyIndex []string, valueIndex []string) (event.Subscription, error)
WatchSet is a free log subscription operation binding the contract event 0x851ffe8e74d5015261dba0a1f9e1b0e5d42c5af5d2ad1908fee897c7d80a0d92.
Solidity: event Set(uint256 indexed tokenId, string indexed keyIndex, string indexed valueIndex, string key, string value)
type ContractNewKey ¶
type ContractNewKey struct { TokenId *big.Int KeyIndex common.Hash Key string Raw types.Log // Blockchain specific contextual infos }
ContractNewKey represents a NewKey event raised by the Contract contract.
type ContractNewKeyIterator ¶
type ContractNewKeyIterator struct { Event *ContractNewKey // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractNewKeyIterator is returned from FilterNewKey and is used to iterate over the raw logs and unpacked data for NewKey events raised by the Contract contract.
func (*ContractNewKeyIterator) Close ¶
func (it *ContractNewKeyIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractNewKeyIterator) Error ¶
func (it *ContractNewKeyIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractNewKeyIterator) Next ¶
func (it *ContractNewKeyIterator) 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 ContractRaw ¶
type ContractRaw struct {
Contract *Contract // Generic contract binding to access the raw methods on
}
ContractRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ContractRaw) Call ¶
func (_Contract *ContractRaw) 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 (*ContractRaw) Transact ¶
func (_Contract *ContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractRaw) Transfer ¶
func (_Contract *ContractRaw) 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 ContractResetRecords ¶
type ContractResetRecords struct { TokenId *big.Int Raw types.Log // Blockchain specific contextual infos }
ContractResetRecords represents a ResetRecords event raised by the Contract contract.
type ContractResetRecordsIterator ¶
type ContractResetRecordsIterator struct { Event *ContractResetRecords // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractResetRecordsIterator is returned from FilterResetRecords and is used to iterate over the raw logs and unpacked data for ResetRecords events raised by the Contract contract.
func (*ContractResetRecordsIterator) Close ¶
func (it *ContractResetRecordsIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractResetRecordsIterator) Error ¶
func (it *ContractResetRecordsIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractResetRecordsIterator) Next ¶
func (it *ContractResetRecordsIterator) 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 ContractSession ¶
type ContractSession struct { Contract *Contract // 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 }
ContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ContractSession) Get ¶
Get is a free data retrieval call binding the contract method 0x1be5e7ed.
Solidity: function get(string key, uint256 tokenId) view returns(string)
func (*ContractSession) GetByHash ¶
func (_Contract *ContractSession) GetByHash(keyHash *big.Int, tokenId *big.Int) (struct { Key string Value string }, error)
GetByHash is a free data retrieval call binding the contract method 0x672b9f81.
Solidity: function getByHash(uint256 keyHash, uint256 tokenId) view returns(string key, string value)
func (*ContractSession) GetMany ¶
GetMany is a free data retrieval call binding the contract method 0x1bd8cc1a.
Solidity: function getMany(string[] keys, uint256 tokenId) view returns(string[])
func (*ContractSession) GetManyByHash ¶
func (_Contract *ContractSession) GetManyByHash(keyHashes []*big.Int, tokenId *big.Int) (struct { Keys []string Values []string }, error)
GetManyByHash is a free data retrieval call binding the contract method 0xb85afd28.
Solidity: function getManyByHash(uint256[] keyHashes, uint256 tokenId) view returns(string[] keys, string[] values)
func (*ContractSession) HashToKey ¶
func (_Contract *ContractSession) HashToKey(keyHash *big.Int) (string, error)
HashToKey is a free data retrieval call binding the contract method 0x2c3d376d.
Solidity: function hashToKey(uint256 keyHash) view returns(string)
func (*ContractSession) HashesToKeys ¶
func (_Contract *ContractSession) HashesToKeys(hashes []*big.Int) ([]string, error)
HashesToKeys is a free data retrieval call binding the contract method 0x8c87a4ea.
Solidity: function hashesToKeys(uint256[] hashes) view returns(string[])
func (*ContractSession) NonceOf ¶
NonceOf is a free data retrieval call binding the contract method 0x6ccbae5f.
Solidity: function nonceOf(uint256 tokenId) view returns(uint256)
func (*ContractSession) Preconfigure ¶
func (_Contract *ContractSession) Preconfigure(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
Preconfigure is a paid mutator transaction binding the contract method 0xe837ae74.
Solidity: function preconfigure(string[] keys, string[] values, uint256 tokenId) returns()
func (*ContractSession) Reconfigure ¶
func (_Contract *ContractSession) Reconfigure(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
Reconfigure is a paid mutator transaction binding the contract method 0xec129eea.
Solidity: function reconfigure(string[] keys, string[] values, uint256 tokenId) returns()
func (*ContractSession) ReconfigureFor ¶
func (_Contract *ContractSession) ReconfigureFor(keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
ReconfigureFor is a paid mutator transaction binding the contract method 0xa3557e6c.
Solidity: function reconfigureFor(string[] keys, string[] values, uint256 tokenId, bytes signature) returns()
func (*ContractSession) Registry ¶
func (_Contract *ContractSession) Registry() (common.Address, error)
Registry is a free data retrieval call binding the contract method 0x7b103999.
Solidity: function registry() view returns(address)
func (*ContractSession) Reset ¶
func (_Contract *ContractSession) Reset(tokenId *big.Int) (*types.Transaction, error)
Reset is a paid mutator transaction binding the contract method 0x310bd74b.
Solidity: function reset(uint256 tokenId) returns()
func (*ContractSession) ResetFor ¶
func (_Contract *ContractSession) ResetFor(tokenId *big.Int, signature []byte) (*types.Transaction, error)
ResetFor is a paid mutator transaction binding the contract method 0xb87abc11.
Solidity: function resetFor(uint256 tokenId, bytes signature) returns()
func (*ContractSession) Set ¶
func (_Contract *ContractSession) Set(key string, value string, tokenId *big.Int) (*types.Transaction, error)
Set is a paid mutator transaction binding the contract method 0x47c81699.
Solidity: function set(string key, string value, uint256 tokenId) returns()
func (*ContractSession) SetFor ¶
func (_Contract *ContractSession) SetFor(key string, value string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
SetFor is a paid mutator transaction binding the contract method 0xc5974073.
Solidity: function setFor(string key, string value, uint256 tokenId, bytes signature) returns()
func (*ContractSession) SetMany ¶
func (_Contract *ContractSession) SetMany(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
SetMany is a paid mutator transaction binding the contract method 0xce92b33e.
Solidity: function setMany(string[] keys, string[] values, uint256 tokenId) returns()
func (*ContractSession) SetManyFor ¶
func (_Contract *ContractSession) SetManyFor(keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
SetManyFor is a paid mutator transaction binding the contract method 0x8f69c188.
Solidity: function setManyFor(string[] keys, string[] values, uint256 tokenId, bytes signature) returns()
type ContractSet ¶
type ContractSet struct { TokenId *big.Int KeyIndex common.Hash ValueIndex common.Hash Key string Value string Raw types.Log // Blockchain specific contextual infos }
ContractSet represents a Set event raised by the Contract contract.
type ContractSetIterator ¶
type ContractSetIterator struct { Event *ContractSet // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ContractSetIterator is returned from FilterSet and is used to iterate over the raw logs and unpacked data for Set events raised by the Contract contract.
func (*ContractSetIterator) Close ¶
func (it *ContractSetIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ContractSetIterator) Error ¶
func (it *ContractSetIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ContractSetIterator) Next ¶
func (it *ContractSetIterator) 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 ContractTransactor ¶
type ContractTransactor struct {
// contains filtered or unexported fields
}
ContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewContractTransactor ¶
func NewContractTransactor(address common.Address, transactor bind.ContractTransactor) (*ContractTransactor, error)
NewContractTransactor creates a new write-only instance of Contract, bound to a specific deployed contract.
func (*ContractTransactor) Preconfigure ¶
func (_Contract *ContractTransactor) Preconfigure(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
Preconfigure is a paid mutator transaction binding the contract method 0xe837ae74.
Solidity: function preconfigure(string[] keys, string[] values, uint256 tokenId) returns()
func (*ContractTransactor) Reconfigure ¶
func (_Contract *ContractTransactor) Reconfigure(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
Reconfigure is a paid mutator transaction binding the contract method 0xec129eea.
Solidity: function reconfigure(string[] keys, string[] values, uint256 tokenId) returns()
func (*ContractTransactor) ReconfigureFor ¶
func (_Contract *ContractTransactor) ReconfigureFor(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
ReconfigureFor is a paid mutator transaction binding the contract method 0xa3557e6c.
Solidity: function reconfigureFor(string[] keys, string[] values, uint256 tokenId, bytes signature) returns()
func (*ContractTransactor) Reset ¶
func (_Contract *ContractTransactor) Reset(opts *bind.TransactOpts, tokenId *big.Int) (*types.Transaction, error)
Reset is a paid mutator transaction binding the contract method 0x310bd74b.
Solidity: function reset(uint256 tokenId) returns()
func (*ContractTransactor) ResetFor ¶
func (_Contract *ContractTransactor) ResetFor(opts *bind.TransactOpts, tokenId *big.Int, signature []byte) (*types.Transaction, error)
ResetFor is a paid mutator transaction binding the contract method 0xb87abc11.
Solidity: function resetFor(uint256 tokenId, bytes signature) returns()
func (*ContractTransactor) Set ¶
func (_Contract *ContractTransactor) Set(opts *bind.TransactOpts, key string, value string, tokenId *big.Int) (*types.Transaction, error)
Set is a paid mutator transaction binding the contract method 0x47c81699.
Solidity: function set(string key, string value, uint256 tokenId) returns()
func (*ContractTransactor) SetFor ¶
func (_Contract *ContractTransactor) SetFor(opts *bind.TransactOpts, key string, value string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
SetFor is a paid mutator transaction binding the contract method 0xc5974073.
Solidity: function setFor(string key, string value, uint256 tokenId, bytes signature) returns()
func (*ContractTransactor) SetMany ¶
func (_Contract *ContractTransactor) SetMany(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
SetMany is a paid mutator transaction binding the contract method 0xce92b33e.
Solidity: function setMany(string[] keys, string[] values, uint256 tokenId) returns()
func (*ContractTransactor) SetManyFor ¶
func (_Contract *ContractTransactor) SetManyFor(opts *bind.TransactOpts, keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
SetManyFor is a paid mutator transaction binding the contract method 0x8f69c188.
Solidity: function setManyFor(string[] keys, string[] values, uint256 tokenId, bytes signature) returns()
type ContractTransactorRaw ¶
type ContractTransactorRaw struct {
Contract *ContractTransactor // Generic write-only contract binding to access the raw methods on
}
ContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ContractTransactorRaw) Transact ¶
func (_Contract *ContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ContractTransactorRaw) Transfer ¶
func (_Contract *ContractTransactorRaw) 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 ContractTransactorSession ¶
type ContractTransactorSession struct { Contract *ContractTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ContractTransactorSession) Preconfigure ¶
func (_Contract *ContractTransactorSession) Preconfigure(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
Preconfigure is a paid mutator transaction binding the contract method 0xe837ae74.
Solidity: function preconfigure(string[] keys, string[] values, uint256 tokenId) returns()
func (*ContractTransactorSession) Reconfigure ¶
func (_Contract *ContractTransactorSession) Reconfigure(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
Reconfigure is a paid mutator transaction binding the contract method 0xec129eea.
Solidity: function reconfigure(string[] keys, string[] values, uint256 tokenId) returns()
func (*ContractTransactorSession) ReconfigureFor ¶
func (_Contract *ContractTransactorSession) ReconfigureFor(keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
ReconfigureFor is a paid mutator transaction binding the contract method 0xa3557e6c.
Solidity: function reconfigureFor(string[] keys, string[] values, uint256 tokenId, bytes signature) returns()
func (*ContractTransactorSession) Reset ¶
func (_Contract *ContractTransactorSession) Reset(tokenId *big.Int) (*types.Transaction, error)
Reset is a paid mutator transaction binding the contract method 0x310bd74b.
Solidity: function reset(uint256 tokenId) returns()
func (*ContractTransactorSession) ResetFor ¶
func (_Contract *ContractTransactorSession) ResetFor(tokenId *big.Int, signature []byte) (*types.Transaction, error)
ResetFor is a paid mutator transaction binding the contract method 0xb87abc11.
Solidity: function resetFor(uint256 tokenId, bytes signature) returns()
func (*ContractTransactorSession) Set ¶
func (_Contract *ContractTransactorSession) Set(key string, value string, tokenId *big.Int) (*types.Transaction, error)
Set is a paid mutator transaction binding the contract method 0x47c81699.
Solidity: function set(string key, string value, uint256 tokenId) returns()
func (*ContractTransactorSession) SetFor ¶
func (_Contract *ContractTransactorSession) SetFor(key string, value string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
SetFor is a paid mutator transaction binding the contract method 0xc5974073.
Solidity: function setFor(string key, string value, uint256 tokenId, bytes signature) returns()
func (*ContractTransactorSession) SetMany ¶
func (_Contract *ContractTransactorSession) SetMany(keys []string, values []string, tokenId *big.Int) (*types.Transaction, error)
SetMany is a paid mutator transaction binding the contract method 0xce92b33e.
Solidity: function setMany(string[] keys, string[] values, uint256 tokenId) returns()
func (*ContractTransactorSession) SetManyFor ¶
func (_Contract *ContractTransactorSession) SetManyFor(keys []string, values []string, tokenId *big.Int, signature []byte) (*types.Transaction, error)
SetManyFor is a paid mutator transaction binding the contract method 0x8f69c188.
Solidity: function setManyFor(string[] keys, string[] values, uint256 tokenId, bytes signature) returns()