Documentation ¶
Index ¶
- Variables
- type ZetaErrors
- type ZetaErrorsCaller
- type ZetaErrorsCallerRaw
- type ZetaErrorsCallerSession
- type ZetaErrorsFilterer
- type ZetaErrorsRaw
- func (_ZetaErrors *ZetaErrorsRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ZetaErrors *ZetaErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ZetaErrors *ZetaErrorsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ZetaErrorsSession
- type ZetaErrorsTransactor
- type ZetaErrorsTransactorRaw
- type ZetaErrorsTransactorSession
Constants ¶
This section is empty.
Variables ¶
var ZetaErrorsABI = ZetaErrorsMetaData.ABI
ZetaErrorsABI is the input ABI used to generate the binding from. Deprecated: Use ZetaErrorsMetaData.ABI instead.
var ZetaErrorsMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"CallerIsNotConnector\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"CallerIsNotTss\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"CallerIsNotTssOrUpdater\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"CallerIsNotTssUpdater\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZetaTransferError\",\"type\":\"error\"}]",
}
ZetaErrorsMetaData contains all meta data concerning the ZetaErrors contract.
Functions ¶
This section is empty.
Types ¶
type ZetaErrors ¶
type ZetaErrors struct { ZetaErrorsCaller // Read-only binding to the contract ZetaErrorsTransactor // Write-only binding to the contract ZetaErrorsFilterer // Log filterer for contract events }
ZetaErrors is an auto generated Go binding around an Ethereum contract.
func NewZetaErrors ¶
func NewZetaErrors(address common.Address, backend bind.ContractBackend) (*ZetaErrors, error)
NewZetaErrors creates a new instance of ZetaErrors, bound to a specific deployed contract.
type ZetaErrorsCaller ¶
type ZetaErrorsCaller struct {
// contains filtered or unexported fields
}
ZetaErrorsCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewZetaErrorsCaller ¶
func NewZetaErrorsCaller(address common.Address, caller bind.ContractCaller) (*ZetaErrorsCaller, error)
NewZetaErrorsCaller creates a new read-only instance of ZetaErrors, bound to a specific deployed contract.
type ZetaErrorsCallerRaw ¶
type ZetaErrorsCallerRaw struct {
Contract *ZetaErrorsCaller // Generic read-only contract binding to access the raw methods on
}
ZetaErrorsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ZetaErrorsCallerRaw) Call ¶
func (_ZetaErrors *ZetaErrorsCallerRaw) 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 ZetaErrorsCallerSession ¶
type ZetaErrorsCallerSession struct { Contract *ZetaErrorsCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ZetaErrorsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type ZetaErrorsFilterer ¶
type ZetaErrorsFilterer struct {
// contains filtered or unexported fields
}
ZetaErrorsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewZetaErrorsFilterer ¶
func NewZetaErrorsFilterer(address common.Address, filterer bind.ContractFilterer) (*ZetaErrorsFilterer, error)
NewZetaErrorsFilterer creates a new log filterer instance of ZetaErrors, bound to a specific deployed contract.
type ZetaErrorsRaw ¶
type ZetaErrorsRaw struct {
Contract *ZetaErrors // Generic contract binding to access the raw methods on
}
ZetaErrorsRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ZetaErrorsRaw) Call ¶
func (_ZetaErrors *ZetaErrorsRaw) 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 (*ZetaErrorsRaw) Transact ¶
func (_ZetaErrors *ZetaErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ZetaErrorsRaw) Transfer ¶
func (_ZetaErrors *ZetaErrorsRaw) 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 ZetaErrorsSession ¶
type ZetaErrorsSession struct { Contract *ZetaErrors // 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 }
ZetaErrorsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type ZetaErrorsTransactor ¶
type ZetaErrorsTransactor struct {
// contains filtered or unexported fields
}
ZetaErrorsTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewZetaErrorsTransactor ¶
func NewZetaErrorsTransactor(address common.Address, transactor bind.ContractTransactor) (*ZetaErrorsTransactor, error)
NewZetaErrorsTransactor creates a new write-only instance of ZetaErrors, bound to a specific deployed contract.
type ZetaErrorsTransactorRaw ¶
type ZetaErrorsTransactorRaw struct {
Contract *ZetaErrorsTransactor // Generic write-only contract binding to access the raw methods on
}
ZetaErrorsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ZetaErrorsTransactorRaw) Transact ¶
func (_ZetaErrors *ZetaErrorsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ZetaErrorsTransactorRaw) Transfer ¶
func (_ZetaErrors *ZetaErrorsTransactorRaw) 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 ZetaErrorsTransactorSession ¶
type ZetaErrorsTransactorSession struct { Contract *ZetaErrorsTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ZetaErrorsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.