Documentation ¶
Index ¶
- Variables
- type Revert
- type RevertCaller
- type RevertCallerRaw
- type RevertCallerSession
- type RevertFilterer
- type RevertRaw
- func (_Revert *RevertRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Revert *RevertRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Revert *RevertRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type RevertSession
- type RevertTransactor
- type RevertTransactorRaw
- type RevertTransactorSession
Constants ¶
This section is empty.
Variables ¶
var RevertABI = RevertMetaData.ABI
RevertABI is the input ABI used to generate the binding from. Deprecated: Use RevertMetaData.ABI instead.
var RevertBin = RevertMetaData.Bin
RevertBin is the compiled bytecode used for deploying new contracts. Deprecated: Use RevertMetaData.Bin instead.
var RevertMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"}]",
Bin: "0x6080604052348015600f57600080fd5b5060405162461bcd60e51b815260206004820152601460248201527f546f646179206973206e6f74206a7565726e6573000000000000000000000000604482015260640160405180910390fdfe",
}
RevertMetaData contains all meta data concerning the Revert contract.
Functions ¶
This section is empty.
Types ¶
type Revert ¶
type Revert struct { RevertCaller // Read-only binding to the contract RevertTransactor // Write-only binding to the contract RevertFilterer // Log filterer for contract events }
Revert is an auto generated Go binding around an Ethereum contract.
func DeployRevert ¶
func DeployRevert(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Revert, error)
DeployRevert deploys a new Ethereum contract, binding an instance of Revert to it.
type RevertCaller ¶
type RevertCaller struct {
// contains filtered or unexported fields
}
RevertCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewRevertCaller ¶
func NewRevertCaller(address common.Address, caller bind.ContractCaller) (*RevertCaller, error)
NewRevertCaller creates a new read-only instance of Revert, bound to a specific deployed contract.
type RevertCallerRaw ¶
type RevertCallerRaw struct {
Contract *RevertCaller // Generic read-only contract binding to access the raw methods on
}
RevertCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*RevertCallerRaw) Call ¶
func (_Revert *RevertCallerRaw) 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 RevertCallerSession ¶
type RevertCallerSession struct { Contract *RevertCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
RevertCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type RevertFilterer ¶
type RevertFilterer struct {
// contains filtered or unexported fields
}
RevertFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewRevertFilterer ¶
func NewRevertFilterer(address common.Address, filterer bind.ContractFilterer) (*RevertFilterer, error)
NewRevertFilterer creates a new log filterer instance of Revert, bound to a specific deployed contract.
type RevertRaw ¶
type RevertRaw struct {
Contract *Revert // Generic contract binding to access the raw methods on
}
RevertRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*RevertRaw) Call ¶
func (_Revert *RevertRaw) 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 (*RevertRaw) Transact ¶
func (_Revert *RevertRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*RevertRaw) Transfer ¶
func (_Revert *RevertRaw) 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 RevertSession ¶
type RevertSession struct { Contract *Revert // 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 }
RevertSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type RevertTransactor ¶
type RevertTransactor struct {
// contains filtered or unexported fields
}
RevertTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewRevertTransactor ¶
func NewRevertTransactor(address common.Address, transactor bind.ContractTransactor) (*RevertTransactor, error)
NewRevertTransactor creates a new write-only instance of Revert, bound to a specific deployed contract.
type RevertTransactorRaw ¶
type RevertTransactorRaw struct {
Contract *RevertTransactor // Generic write-only contract binding to access the raw methods on
}
RevertTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*RevertTransactorRaw) Transact ¶
func (_Revert *RevertTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*RevertTransactorRaw) Transfer ¶
func (_Revert *RevertTransactorRaw) 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 RevertTransactorSession ¶
type RevertTransactorSession struct { Contract *RevertTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
RevertTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.