Documentation
¶
Index ¶
- Variables
- type SignatureVerificationErrors
- type SignatureVerificationErrorsCaller
- type SignatureVerificationErrorsCallerRaw
- type SignatureVerificationErrorsCallerSession
- type SignatureVerificationErrorsFilterer
- type SignatureVerificationErrorsRaw
- func (_SignatureVerificationErrors *SignatureVerificationErrorsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_SignatureVerificationErrors *SignatureVerificationErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_SignatureVerificationErrors *SignatureVerificationErrorsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type SignatureVerificationErrorsSession
- type SignatureVerificationErrorsTransactor
- type SignatureVerificationErrorsTransactorRaw
- func (_SignatureVerificationErrors *SignatureVerificationErrorsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_SignatureVerificationErrors *SignatureVerificationErrorsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type SignatureVerificationErrorsTransactorSession
Constants ¶
This section is empty.
Variables ¶
var SignatureVerificationErrorsABI = SignatureVerificationErrorsMetaData.ABI
SignatureVerificationErrorsABI is the input ABI used to generate the binding from. Deprecated: Use SignatureVerificationErrorsMetaData.ABI instead.
var SignatureVerificationErrorsMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"BadContractSignature\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"}],\"name\":\"BadSignatureV\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSignature\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSigner\",\"type\":\"error\"}]",
}
SignatureVerificationErrorsMetaData contains all meta data concerning the SignatureVerificationErrors contract.
Functions ¶
This section is empty.
Types ¶
type SignatureVerificationErrors ¶
type SignatureVerificationErrors struct { SignatureVerificationErrorsCaller // Read-only binding to the contract SignatureVerificationErrorsTransactor // Write-only binding to the contract SignatureVerificationErrorsFilterer // Log filterer for contract events }
SignatureVerificationErrors is an auto generated Go binding around an Ethereum contract.
func NewSignatureVerificationErrors ¶
func NewSignatureVerificationErrors(address common.Address, backend bind.ContractBackend) (*SignatureVerificationErrors, error)
NewSignatureVerificationErrors creates a new instance of SignatureVerificationErrors, bound to a specific deployed contract.
type SignatureVerificationErrorsCaller ¶
type SignatureVerificationErrorsCaller struct {
// contains filtered or unexported fields
}
SignatureVerificationErrorsCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewSignatureVerificationErrorsCaller ¶
func NewSignatureVerificationErrorsCaller(address common.Address, caller bind.ContractCaller) (*SignatureVerificationErrorsCaller, error)
NewSignatureVerificationErrorsCaller creates a new read-only instance of SignatureVerificationErrors, bound to a specific deployed contract.
type SignatureVerificationErrorsCallerRaw ¶
type SignatureVerificationErrorsCallerRaw struct {
Contract *SignatureVerificationErrorsCaller // Generic read-only contract binding to access the raw methods on
}
SignatureVerificationErrorsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*SignatureVerificationErrorsCallerRaw) Call ¶
func (_SignatureVerificationErrors *SignatureVerificationErrorsCallerRaw) 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 SignatureVerificationErrorsCallerSession ¶
type SignatureVerificationErrorsCallerSession struct { Contract *SignatureVerificationErrorsCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
SignatureVerificationErrorsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type SignatureVerificationErrorsFilterer ¶
type SignatureVerificationErrorsFilterer struct {
// contains filtered or unexported fields
}
SignatureVerificationErrorsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewSignatureVerificationErrorsFilterer ¶
func NewSignatureVerificationErrorsFilterer(address common.Address, filterer bind.ContractFilterer) (*SignatureVerificationErrorsFilterer, error)
NewSignatureVerificationErrorsFilterer creates a new log filterer instance of SignatureVerificationErrors, bound to a specific deployed contract.
type SignatureVerificationErrorsRaw ¶
type SignatureVerificationErrorsRaw struct {
Contract *SignatureVerificationErrors // Generic contract binding to access the raw methods on
}
SignatureVerificationErrorsRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*SignatureVerificationErrorsRaw) Call ¶
func (_SignatureVerificationErrors *SignatureVerificationErrorsRaw) 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 (*SignatureVerificationErrorsRaw) Transact ¶
func (_SignatureVerificationErrors *SignatureVerificationErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SignatureVerificationErrorsRaw) Transfer ¶
func (_SignatureVerificationErrors *SignatureVerificationErrorsRaw) 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 SignatureVerificationErrorsSession ¶
type SignatureVerificationErrorsSession struct { Contract *SignatureVerificationErrors // 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 }
SignatureVerificationErrorsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type SignatureVerificationErrorsTransactor ¶
type SignatureVerificationErrorsTransactor struct {
// contains filtered or unexported fields
}
SignatureVerificationErrorsTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewSignatureVerificationErrorsTransactor ¶
func NewSignatureVerificationErrorsTransactor(address common.Address, transactor bind.ContractTransactor) (*SignatureVerificationErrorsTransactor, error)
NewSignatureVerificationErrorsTransactor creates a new write-only instance of SignatureVerificationErrors, bound to a specific deployed contract.
type SignatureVerificationErrorsTransactorRaw ¶
type SignatureVerificationErrorsTransactorRaw struct {
Contract *SignatureVerificationErrorsTransactor // Generic write-only contract binding to access the raw methods on
}
SignatureVerificationErrorsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*SignatureVerificationErrorsTransactorRaw) Transact ¶
func (_SignatureVerificationErrors *SignatureVerificationErrorsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*SignatureVerificationErrorsTransactorRaw) Transfer ¶
func (_SignatureVerificationErrors *SignatureVerificationErrorsTransactorRaw) 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 SignatureVerificationErrorsTransactorSession ¶
type SignatureVerificationErrorsTransactorSession struct { Contract *SignatureVerificationErrorsTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
SignatureVerificationErrorsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.