Documentation ¶
Index ¶
- Constants
- type AddressMap
- type AddressMapCaller
- type AddressMapCallerRaw
- type AddressMapCallerSession
- type AddressMapFilterer
- type AddressMapRaw
- func (_AddressMap *AddressMapRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_AddressMap *AddressMapRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_AddressMap *AddressMapRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type AddressMapSession
- type AddressMapTransactor
- type AddressMapTransactorRaw
- type AddressMapTransactorSession
Constants ¶
const AddressMapABI = "[]"
AddressMapABI is the input ABI used to generate the binding from.
const AddressMapBin = `` /* 240-byte string literal not displayed */
AddressMapBin is the compiled bytecode used for deploying new contracts.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressMap ¶
type AddressMap struct { AddressMapCaller // Read-only binding to the contract AddressMapTransactor // Write-only binding to the contract AddressMapFilterer // Log filterer for contract events }
AddressMap is an auto generated Go binding around an Ethereum contract.
func DeployAddressMap ¶
func DeployAddressMap(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *AddressMap, error)
DeployAddressMap deploys a new Ethereum contract, binding an instance of AddressMap to it.
func NewAddressMap ¶
func NewAddressMap(address common.Address, backend bind.ContractBackend) (*AddressMap, error)
NewAddressMap creates a new instance of AddressMap, bound to a specific deployed contract.
type AddressMapCaller ¶
type AddressMapCaller struct {
// contains filtered or unexported fields
}
AddressMapCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewAddressMapCaller ¶
func NewAddressMapCaller(address common.Address, caller bind.ContractCaller) (*AddressMapCaller, error)
NewAddressMapCaller creates a new read-only instance of AddressMap, bound to a specific deployed contract.
type AddressMapCallerRaw ¶
type AddressMapCallerRaw struct {
Contract *AddressMapCaller // Generic read-only contract binding to access the raw methods on
}
AddressMapCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*AddressMapCallerRaw) Call ¶
func (_AddressMap *AddressMapCallerRaw) 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 AddressMapCallerSession ¶
type AddressMapCallerSession struct { Contract *AddressMapCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
AddressMapCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type AddressMapFilterer ¶
type AddressMapFilterer struct {
// contains filtered or unexported fields
}
AddressMapFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewAddressMapFilterer ¶
func NewAddressMapFilterer(address common.Address, filterer bind.ContractFilterer) (*AddressMapFilterer, error)
NewAddressMapFilterer creates a new log filterer instance of AddressMap, bound to a specific deployed contract.
type AddressMapRaw ¶
type AddressMapRaw struct {
Contract *AddressMap // Generic contract binding to access the raw methods on
}
AddressMapRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*AddressMapRaw) Call ¶
func (_AddressMap *AddressMapRaw) 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 (*AddressMapRaw) Transact ¶
func (_AddressMap *AddressMapRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AddressMapRaw) Transfer ¶
func (_AddressMap *AddressMapRaw) 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 AddressMapSession ¶
type AddressMapSession struct { Contract *AddressMap // 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 }
AddressMapSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type AddressMapTransactor ¶
type AddressMapTransactor struct {
// contains filtered or unexported fields
}
AddressMapTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewAddressMapTransactor ¶
func NewAddressMapTransactor(address common.Address, transactor bind.ContractTransactor) (*AddressMapTransactor, error)
NewAddressMapTransactor creates a new write-only instance of AddressMap, bound to a specific deployed contract.
type AddressMapTransactorRaw ¶
type AddressMapTransactorRaw struct {
Contract *AddressMapTransactor // Generic write-only contract binding to access the raw methods on
}
AddressMapTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*AddressMapTransactorRaw) Transact ¶
func (_AddressMap *AddressMapTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AddressMapTransactorRaw) Transfer ¶
func (_AddressMap *AddressMapTransactorRaw) 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 AddressMapTransactorSession ¶
type AddressMapTransactorSession struct { Contract *AddressMapTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AddressMapTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.