Documentation
¶
Index ¶
- Variables
- type Hashes
- type HashesCaller
- type HashesCallerRaw
- type HashesCallerSession
- type HashesFilterer
- type HashesRaw
- func (_Hashes *HashesRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Hashes *HashesRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Hashes *HashesRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type HashesSession
- type HashesTransactor
- type HashesTransactorRaw
- type HashesTransactorSession
Constants ¶
This section is empty.
Variables ¶
var HashesABI = HashesMetaData.ABI
HashesABI is the input ABI used to generate the binding from. Deprecated: Use HashesMetaData.ABI instead.
var HashesBin = HashesMetaData.Bin
HashesBin is the compiled bytecode used for deploying new contracts. Deprecated: Use HashesMetaData.Bin instead.
var HashesMetaData = &bind.MetaData{
ABI: "[]",
Bin: "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f5ffdfea2646970667358221220319ea2930412d94b71058c4c3d9eae453cac0e883e8c4fe07693e8ec7cd444a864736f6c634300081c0033",
}
HashesMetaData contains all meta data concerning the Hashes contract.
Functions ¶
This section is empty.
Types ¶
type Hashes ¶
type Hashes struct {
HashesCaller // Read-only binding to the contract
HashesTransactor // Write-only binding to the contract
HashesFilterer // Log filterer for contract events
}
Hashes is an auto generated Go binding around an Ethereum contract.
func DeployHashes ¶
func DeployHashes(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Hashes, error)
DeployHashes deploys a new Ethereum contract, binding an instance of Hashes to it.
type HashesCaller ¶
type HashesCaller struct {
// contains filtered or unexported fields
}
HashesCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewHashesCaller ¶
func NewHashesCaller(address common.Address, caller bind.ContractCaller) (*HashesCaller, error)
NewHashesCaller creates a new read-only instance of Hashes, bound to a specific deployed contract.
type HashesCallerRaw ¶
type HashesCallerRaw struct {
Contract *HashesCaller // Generic read-only contract binding to access the raw methods on
}
HashesCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*HashesCallerRaw) Call ¶
func (_Hashes *HashesCallerRaw) 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 HashesCallerSession ¶
type HashesCallerSession struct {
Contract *HashesCaller // Generic contract caller binding to set the session for
CallOpts bind.CallOpts // Call options to use throughout this session
}
HashesCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type HashesFilterer ¶
type HashesFilterer struct {
// contains filtered or unexported fields
}
HashesFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewHashesFilterer ¶
func NewHashesFilterer(address common.Address, filterer bind.ContractFilterer) (*HashesFilterer, error)
NewHashesFilterer creates a new log filterer instance of Hashes, bound to a specific deployed contract.
type HashesRaw ¶
type HashesRaw struct {
Contract *Hashes // Generic contract binding to access the raw methods on
}
HashesRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*HashesRaw) Call ¶
func (_Hashes *HashesRaw) 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 (*HashesRaw) Transact ¶
func (_Hashes *HashesRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*HashesRaw) Transfer ¶
func (_Hashes *HashesRaw) 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 HashesSession ¶
type HashesSession struct {
Contract *Hashes // 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
}
HashesSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type HashesTransactor ¶
type HashesTransactor struct {
// contains filtered or unexported fields
}
HashesTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewHashesTransactor ¶
func NewHashesTransactor(address common.Address, transactor bind.ContractTransactor) (*HashesTransactor, error)
NewHashesTransactor creates a new write-only instance of Hashes, bound to a specific deployed contract.
type HashesTransactorRaw ¶
type HashesTransactorRaw struct {
Contract *HashesTransactor // Generic write-only contract binding to access the raw methods on
}
HashesTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*HashesTransactorRaw) Transact ¶
func (_Hashes *HashesTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*HashesTransactorRaw) Transfer ¶
func (_Hashes *HashesTransactorRaw) 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 HashesTransactorSession ¶
type HashesTransactorSession struct {
Contract *HashesTransactor // Generic contract transactor binding to set the session for
TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}
HashesTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.