Documentation ¶
Index ¶
- Variables
- type StorageSlot
- type StorageSlotCaller
- type StorageSlotCallerRaw
- type StorageSlotCallerSession
- type StorageSlotFilterer
- type StorageSlotRaw
- func (_StorageSlot *StorageSlotRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_StorageSlot *StorageSlotRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_StorageSlot *StorageSlotRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type StorageSlotSession
- type StorageSlotTransactor
- type StorageSlotTransactorRaw
- type StorageSlotTransactorSession
Constants ¶
This section is empty.
Variables ¶
var StorageSlotABI = StorageSlotMetaData.ABI
StorageSlotABI is the input ABI used to generate the binding from. Deprecated: Use StorageSlotMetaData.ABI instead.
var StorageSlotMetaData = &bind.MetaData{
ABI: "[]",
}
StorageSlotMetaData contains all meta data concerning the StorageSlot contract.
Functions ¶
This section is empty.
Types ¶
type StorageSlot ¶
type StorageSlot struct { StorageSlotCaller // Read-only binding to the contract StorageSlotTransactor // Write-only binding to the contract StorageSlotFilterer // Log filterer for contract events }
StorageSlot is an auto generated Go binding around an Ethereum contract.
func NewStorageSlot ¶
func NewStorageSlot(address common.Address, backend bind.ContractBackend) (*StorageSlot, error)
NewStorageSlot creates a new instance of StorageSlot, bound to a specific deployed contract.
type StorageSlotCaller ¶
type StorageSlotCaller struct {
// contains filtered or unexported fields
}
StorageSlotCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewStorageSlotCaller ¶
func NewStorageSlotCaller(address common.Address, caller bind.ContractCaller) (*StorageSlotCaller, error)
NewStorageSlotCaller creates a new read-only instance of StorageSlot, bound to a specific deployed contract.
type StorageSlotCallerRaw ¶
type StorageSlotCallerRaw struct {
Contract *StorageSlotCaller // Generic read-only contract binding to access the raw methods on
}
StorageSlotCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*StorageSlotCallerRaw) Call ¶
func (_StorageSlot *StorageSlotCallerRaw) 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 StorageSlotCallerSession ¶
type StorageSlotCallerSession struct { Contract *StorageSlotCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
StorageSlotCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type StorageSlotFilterer ¶
type StorageSlotFilterer struct {
// contains filtered or unexported fields
}
StorageSlotFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewStorageSlotFilterer ¶
func NewStorageSlotFilterer(address common.Address, filterer bind.ContractFilterer) (*StorageSlotFilterer, error)
NewStorageSlotFilterer creates a new log filterer instance of StorageSlot, bound to a specific deployed contract.
type StorageSlotRaw ¶
type StorageSlotRaw struct {
Contract *StorageSlot // Generic contract binding to access the raw methods on
}
StorageSlotRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*StorageSlotRaw) Call ¶
func (_StorageSlot *StorageSlotRaw) 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 (*StorageSlotRaw) Transact ¶
func (_StorageSlot *StorageSlotRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*StorageSlotRaw) Transfer ¶
func (_StorageSlot *StorageSlotRaw) 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 StorageSlotSession ¶
type StorageSlotSession struct { Contract *StorageSlot // 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 }
StorageSlotSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type StorageSlotTransactor ¶
type StorageSlotTransactor struct {
// contains filtered or unexported fields
}
StorageSlotTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewStorageSlotTransactor ¶
func NewStorageSlotTransactor(address common.Address, transactor bind.ContractTransactor) (*StorageSlotTransactor, error)
NewStorageSlotTransactor creates a new write-only instance of StorageSlot, bound to a specific deployed contract.
type StorageSlotTransactorRaw ¶
type StorageSlotTransactorRaw struct {
Contract *StorageSlotTransactor // Generic write-only contract binding to access the raw methods on
}
StorageSlotTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*StorageSlotTransactorRaw) Transact ¶
func (_StorageSlot *StorageSlotTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*StorageSlotTransactorRaw) Transfer ¶
func (_StorageSlot *StorageSlotTransactorRaw) 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 StorageSlotTransactorSession ¶
type StorageSlotTransactorSession struct { Contract *StorageSlotTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
StorageSlotTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.