Documentation ¶
Index ¶
- Variables
- type DeployCreate0
- type DeployCreate0Caller
- type DeployCreate0CallerRaw
- type DeployCreate0CallerSession
- type DeployCreate0Filterer
- type DeployCreate0Raw
- func (_DeployCreate0 *DeployCreate0Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_DeployCreate0 *DeployCreate0Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_DeployCreate0 *DeployCreate0Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type DeployCreate0Session
- type DeployCreate0Transactor
- type DeployCreate0TransactorRaw
- type DeployCreate0TransactorSession
Constants ¶
This section is empty.
Variables ¶
var DeployCreate0ABI = DeployCreate0MetaData.ABI
DeployCreate0ABI is the input ABI used to generate the binding from. Deprecated: Use DeployCreate0MetaData.ABI instead.
var DeployCreate0Bin = DeployCreate0MetaData.Bin
DeployCreate0Bin is the compiled bytecode used for deploying new contracts. Deprecated: Use DeployCreate0MetaData.Bin instead.
var DeployCreate0MetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"}]",
Bin: "0x6080604052348015600f57600080fd5b506000806000f050603f8060246000396000f3fe6080604052600080fdfea26469706673582212208401af456e61e3b8cef3f26d4eaad7a4a75983147d147f7b6ec8312e0255cb9864736f6c634300080c0033",
}
DeployCreate0MetaData contains all meta data concerning the DeployCreate0 contract.
Functions ¶
This section is empty.
Types ¶
type DeployCreate0 ¶
type DeployCreate0 struct { DeployCreate0Caller // Read-only binding to the contract DeployCreate0Transactor // Write-only binding to the contract DeployCreate0Filterer // Log filterer for contract events }
DeployCreate0 is an auto generated Go binding around an Ethereum contract.
func DeployDeployCreate0 ¶
func DeployDeployCreate0(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *DeployCreate0, error)
DeployDeployCreate0 deploys a new Ethereum contract, binding an instance of DeployCreate0 to it.
func NewDeployCreate0 ¶
func NewDeployCreate0(address common.Address, backend bind.ContractBackend) (*DeployCreate0, error)
NewDeployCreate0 creates a new instance of DeployCreate0, bound to a specific deployed contract.
type DeployCreate0Caller ¶
type DeployCreate0Caller struct {
// contains filtered or unexported fields
}
DeployCreate0Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewDeployCreate0Caller ¶
func NewDeployCreate0Caller(address common.Address, caller bind.ContractCaller) (*DeployCreate0Caller, error)
NewDeployCreate0Caller creates a new read-only instance of DeployCreate0, bound to a specific deployed contract.
type DeployCreate0CallerRaw ¶
type DeployCreate0CallerRaw struct {
Contract *DeployCreate0Caller // Generic read-only contract binding to access the raw methods on
}
DeployCreate0CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*DeployCreate0CallerRaw) Call ¶
func (_DeployCreate0 *DeployCreate0CallerRaw) 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 DeployCreate0CallerSession ¶
type DeployCreate0CallerSession struct { Contract *DeployCreate0Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
DeployCreate0CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type DeployCreate0Filterer ¶
type DeployCreate0Filterer struct {
// contains filtered or unexported fields
}
DeployCreate0Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewDeployCreate0Filterer ¶
func NewDeployCreate0Filterer(address common.Address, filterer bind.ContractFilterer) (*DeployCreate0Filterer, error)
NewDeployCreate0Filterer creates a new log filterer instance of DeployCreate0, bound to a specific deployed contract.
type DeployCreate0Raw ¶
type DeployCreate0Raw struct {
Contract *DeployCreate0 // Generic contract binding to access the raw methods on
}
DeployCreate0Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*DeployCreate0Raw) Call ¶
func (_DeployCreate0 *DeployCreate0Raw) 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 (*DeployCreate0Raw) Transact ¶
func (_DeployCreate0 *DeployCreate0Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*DeployCreate0Raw) Transfer ¶
func (_DeployCreate0 *DeployCreate0Raw) 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 DeployCreate0Session ¶
type DeployCreate0Session struct { Contract *DeployCreate0 // 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 }
DeployCreate0Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type DeployCreate0Transactor ¶
type DeployCreate0Transactor struct {
// contains filtered or unexported fields
}
DeployCreate0Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewDeployCreate0Transactor ¶
func NewDeployCreate0Transactor(address common.Address, transactor bind.ContractTransactor) (*DeployCreate0Transactor, error)
NewDeployCreate0Transactor creates a new write-only instance of DeployCreate0, bound to a specific deployed contract.
type DeployCreate0TransactorRaw ¶
type DeployCreate0TransactorRaw struct {
Contract *DeployCreate0Transactor // Generic write-only contract binding to access the raw methods on
}
DeployCreate0TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*DeployCreate0TransactorRaw) Transact ¶
func (_DeployCreate0 *DeployCreate0TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*DeployCreate0TransactorRaw) Transfer ¶
func (_DeployCreate0 *DeployCreate0TransactorRaw) 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 DeployCreate0TransactorSession ¶
type DeployCreate0TransactorSession struct { Contract *DeployCreate0Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
DeployCreate0TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.