Documentation ¶
Index ¶
- Variables
- type FFFFFFFF
- type FFFFFFFFCaller
- type FFFFFFFFCallerRaw
- type FFFFFFFFCallerSession
- type FFFFFFFFFilterer
- type FFFFFFFFRaw
- func (_FFFFFFFF *FFFFFFFFRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_FFFFFFFF *FFFFFFFFRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_FFFFFFFF *FFFFFFFFRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type FFFFFFFFSession
- type FFFFFFFFTransactor
- type FFFFFFFFTransactorRaw
- type FFFFFFFFTransactorSession
Constants ¶
This section is empty.
Variables ¶
var FFFFFFFFABI = FFFFFFFFMetaData.ABI
FFFFFFFFABI is the input ABI used to generate the binding from. Deprecated: Use FFFFFFFFMetaData.ABI instead.
var FFFFFFFFBin = FFFFFFFFMetaData.Bin
FFFFFFFFBin is the compiled bytecode used for deploying new contracts. Deprecated: Use FFFFFFFFMetaData.Bin instead.
var FFFFFFFFMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"}]",
Bin: "0x6080604052348015600f57600080fd5b506000196000f3fe",
}
FFFFFFFFMetaData contains all meta data concerning the FFFFFFFF contract.
Functions ¶
This section is empty.
Types ¶
type FFFFFFFF ¶
type FFFFFFFF struct { FFFFFFFFCaller // Read-only binding to the contract FFFFFFFFTransactor // Write-only binding to the contract FFFFFFFFFilterer // Log filterer for contract events }
FFFFFFFF is an auto generated Go binding around an Ethereum contract.
func DeployFFFFFFFF ¶
func DeployFFFFFFFF(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *FFFFFFFF, error)
DeployFFFFFFFF deploys a new Ethereum contract, binding an instance of FFFFFFFF to it.
func NewFFFFFFFF ¶
NewFFFFFFFF creates a new instance of FFFFFFFF, bound to a specific deployed contract.
type FFFFFFFFCaller ¶
type FFFFFFFFCaller struct {
// contains filtered or unexported fields
}
FFFFFFFFCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewFFFFFFFFCaller ¶
func NewFFFFFFFFCaller(address common.Address, caller bind.ContractCaller) (*FFFFFFFFCaller, error)
NewFFFFFFFFCaller creates a new read-only instance of FFFFFFFF, bound to a specific deployed contract.
type FFFFFFFFCallerRaw ¶
type FFFFFFFFCallerRaw struct {
Contract *FFFFFFFFCaller // Generic read-only contract binding to access the raw methods on
}
FFFFFFFFCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*FFFFFFFFCallerRaw) Call ¶
func (_FFFFFFFF *FFFFFFFFCallerRaw) 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 FFFFFFFFCallerSession ¶
type FFFFFFFFCallerSession struct { Contract *FFFFFFFFCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
FFFFFFFFCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type FFFFFFFFFilterer ¶
type FFFFFFFFFilterer struct {
// contains filtered or unexported fields
}
FFFFFFFFFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewFFFFFFFFFilterer ¶
func NewFFFFFFFFFilterer(address common.Address, filterer bind.ContractFilterer) (*FFFFFFFFFilterer, error)
NewFFFFFFFFFilterer creates a new log filterer instance of FFFFFFFF, bound to a specific deployed contract.
type FFFFFFFFRaw ¶
type FFFFFFFFRaw struct {
Contract *FFFFFFFF // Generic contract binding to access the raw methods on
}
FFFFFFFFRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*FFFFFFFFRaw) Call ¶
func (_FFFFFFFF *FFFFFFFFRaw) 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 (*FFFFFFFFRaw) Transact ¶
func (_FFFFFFFF *FFFFFFFFRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*FFFFFFFFRaw) Transfer ¶
func (_FFFFFFFF *FFFFFFFFRaw) 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 FFFFFFFFSession ¶
type FFFFFFFFSession struct { Contract *FFFFFFFF // 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 }
FFFFFFFFSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type FFFFFFFFTransactor ¶
type FFFFFFFFTransactor struct {
// contains filtered or unexported fields
}
FFFFFFFFTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewFFFFFFFFTransactor ¶
func NewFFFFFFFFTransactor(address common.Address, transactor bind.ContractTransactor) (*FFFFFFFFTransactor, error)
NewFFFFFFFFTransactor creates a new write-only instance of FFFFFFFF, bound to a specific deployed contract.
type FFFFFFFFTransactorRaw ¶
type FFFFFFFFTransactorRaw struct {
Contract *FFFFFFFFTransactor // Generic write-only contract binding to access the raw methods on
}
FFFFFFFFTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*FFFFFFFFTransactorRaw) Transact ¶
func (_FFFFFFFF *FFFFFFFFTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*FFFFFFFFTransactorRaw) Transfer ¶
func (_FFFFFFFF *FFFFFFFFTransactorRaw) 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 FFFFFFFFTransactorSession ¶
type FFFFFFFFTransactorSession struct { Contract *FFFFFFFFTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
FFFFFFFFTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.