Documentation ¶
Index ¶
- Variables
- type Revert2
- type Revert2Caller
- type Revert2CallerRaw
- type Revert2CallerSession
- type Revert2Filterer
- type Revert2Raw
- func (_Revert2 *Revert2Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Revert2 *Revert2Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Revert2 *Revert2Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Revert2Session
- type Revert2Transactor
- type Revert2TransactorRaw
- type Revert2TransactorSession
Constants ¶
This section is empty.
Variables ¶
var Revert2ABI = Revert2MetaData.ABI
Revert2ABI is the input ABI used to generate the binding from. Deprecated: Use Revert2MetaData.ABI instead.
var Revert2Bin = Revert2MetaData.Bin
Revert2Bin is the compiled bytecode used for deploying new contracts. Deprecated: Use Revert2MetaData.Bin instead.
var Revert2MetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"generateError\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
Bin: "0x6080604052348015600f57600080fd5b5060ae8061001e6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80634abbb40a14602d575b600080fd5b60336035565b005b60405162461bcd60e51b8152602060048201526014602482015273546f646179206973206e6f74206a7565726e657360601b604482015260640160405180910390fdfea2646970667358221220b10f6c7dcbccc8fe7166fa5bad433bf84bfb174e480a2594f33ebeb4d996073e64736f6c634300080c0033",
}
Revert2MetaData contains all meta data concerning the Revert2 contract.
Functions ¶
This section is empty.
Types ¶
type Revert2 ¶
type Revert2 struct { Revert2Caller // Read-only binding to the contract Revert2Transactor // Write-only binding to the contract Revert2Filterer // Log filterer for contract events }
Revert2 is an auto generated Go binding around an Ethereum contract.
func DeployRevert2 ¶
func DeployRevert2(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Revert2, error)
DeployRevert2 deploys a new Ethereum contract, binding an instance of Revert2 to it.
func NewRevert2 ¶
NewRevert2 creates a new instance of Revert2, bound to a specific deployed contract.
type Revert2Caller ¶
type Revert2Caller struct {
// contains filtered or unexported fields
}
Revert2Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewRevert2Caller ¶
func NewRevert2Caller(address common.Address, caller bind.ContractCaller) (*Revert2Caller, error)
NewRevert2Caller creates a new read-only instance of Revert2, bound to a specific deployed contract.
type Revert2CallerRaw ¶
type Revert2CallerRaw struct {
Contract *Revert2Caller // Generic read-only contract binding to access the raw methods on
}
Revert2CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Revert2CallerRaw) Call ¶
func (_Revert2 *Revert2CallerRaw) 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 Revert2CallerSession ¶
type Revert2CallerSession struct { Contract *Revert2Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Revert2CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type Revert2Filterer ¶
type Revert2Filterer struct {
// contains filtered or unexported fields
}
Revert2Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewRevert2Filterer ¶
func NewRevert2Filterer(address common.Address, filterer bind.ContractFilterer) (*Revert2Filterer, error)
NewRevert2Filterer creates a new log filterer instance of Revert2, bound to a specific deployed contract.
type Revert2Raw ¶
type Revert2Raw struct {
Contract *Revert2 // Generic contract binding to access the raw methods on
}
Revert2Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*Revert2Raw) Call ¶
func (_Revert2 *Revert2Raw) 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 (*Revert2Raw) Transact ¶
func (_Revert2 *Revert2Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Revert2Raw) Transfer ¶
func (_Revert2 *Revert2Raw) 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 Revert2Session ¶
type Revert2Session struct { Contract *Revert2 // 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 }
Revert2Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*Revert2Session) GenerateError ¶
func (_Revert2 *Revert2Session) GenerateError() (*types.Transaction, error)
GenerateError is a paid mutator transaction binding the contract method 0x4abbb40a.
Solidity: function generateError() returns()
type Revert2Transactor ¶
type Revert2Transactor struct {
// contains filtered or unexported fields
}
Revert2Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewRevert2Transactor ¶
func NewRevert2Transactor(address common.Address, transactor bind.ContractTransactor) (*Revert2Transactor, error)
NewRevert2Transactor creates a new write-only instance of Revert2, bound to a specific deployed contract.
func (*Revert2Transactor) GenerateError ¶
func (_Revert2 *Revert2Transactor) GenerateError(opts *bind.TransactOpts) (*types.Transaction, error)
GenerateError is a paid mutator transaction binding the contract method 0x4abbb40a.
Solidity: function generateError() returns()
type Revert2TransactorRaw ¶
type Revert2TransactorRaw struct {
Contract *Revert2Transactor // Generic write-only contract binding to access the raw methods on
}
Revert2TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Revert2TransactorRaw) Transact ¶
func (_Revert2 *Revert2TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Revert2TransactorRaw) Transfer ¶
func (_Revert2 *Revert2TransactorRaw) 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 Revert2TransactorSession ¶
type Revert2TransactorSession struct { Contract *Revert2Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Revert2TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*Revert2TransactorSession) GenerateError ¶
func (_Revert2 *Revert2TransactorSession) GenerateError() (*types.Transaction, error)
GenerateError is a paid mutator transaction binding the contract method 0x4abbb40a.
Solidity: function generateError() returns()