zetainteractorerrors

package
v1.0.2-athens3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ZetaInteractorErrorsABI = ZetaInteractorErrorsMetaData.ABI

ZetaInteractorErrorsABI is the input ABI used to generate the binding from. Deprecated: Use ZetaInteractorErrorsMetaData.ABI instead.

View Source
var ZetaInteractorErrorsMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"InvalidCaller\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidDestinationChainId\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidZetaMessageCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidZetaRevertCall\",\"type\":\"error\"}]",
}

ZetaInteractorErrorsMetaData contains all meta data concerning the ZetaInteractorErrors contract.

Functions

This section is empty.

Types

type ZetaInteractorErrors

type ZetaInteractorErrors struct {
	ZetaInteractorErrorsCaller     // Read-only binding to the contract
	ZetaInteractorErrorsTransactor // Write-only binding to the contract
	ZetaInteractorErrorsFilterer   // Log filterer for contract events
}

ZetaInteractorErrors is an auto generated Go binding around an Ethereum contract.

func NewZetaInteractorErrors

func NewZetaInteractorErrors(address common.Address, backend bind.ContractBackend) (*ZetaInteractorErrors, error)

NewZetaInteractorErrors creates a new instance of ZetaInteractorErrors, bound to a specific deployed contract.

type ZetaInteractorErrorsCaller

type ZetaInteractorErrorsCaller struct {
	// contains filtered or unexported fields
}

ZetaInteractorErrorsCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewZetaInteractorErrorsCaller

func NewZetaInteractorErrorsCaller(address common.Address, caller bind.ContractCaller) (*ZetaInteractorErrorsCaller, error)

NewZetaInteractorErrorsCaller creates a new read-only instance of ZetaInteractorErrors, bound to a specific deployed contract.

type ZetaInteractorErrorsCallerRaw

type ZetaInteractorErrorsCallerRaw struct {
	Contract *ZetaInteractorErrorsCaller // Generic read-only contract binding to access the raw methods on
}

ZetaInteractorErrorsCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*ZetaInteractorErrorsCallerRaw) Call

func (_ZetaInteractorErrors *ZetaInteractorErrorsCallerRaw) 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 ZetaInteractorErrorsCallerSession

type ZetaInteractorErrorsCallerSession struct {
	Contract *ZetaInteractorErrorsCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts               // Call options to use throughout this session
}

ZetaInteractorErrorsCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

type ZetaInteractorErrorsFilterer

type ZetaInteractorErrorsFilterer struct {
	// contains filtered or unexported fields
}

ZetaInteractorErrorsFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewZetaInteractorErrorsFilterer

func NewZetaInteractorErrorsFilterer(address common.Address, filterer bind.ContractFilterer) (*ZetaInteractorErrorsFilterer, error)

NewZetaInteractorErrorsFilterer creates a new log filterer instance of ZetaInteractorErrors, bound to a specific deployed contract.

type ZetaInteractorErrorsRaw

type ZetaInteractorErrorsRaw struct {
	Contract *ZetaInteractorErrors // Generic contract binding to access the raw methods on
}

ZetaInteractorErrorsRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*ZetaInteractorErrorsRaw) Call

func (_ZetaInteractorErrors *ZetaInteractorErrorsRaw) 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 (*ZetaInteractorErrorsRaw) Transact

func (_ZetaInteractorErrors *ZetaInteractorErrorsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ZetaInteractorErrorsRaw) Transfer

func (_ZetaInteractorErrors *ZetaInteractorErrorsRaw) 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 ZetaInteractorErrorsSession

type ZetaInteractorErrorsSession struct {
	Contract     *ZetaInteractorErrors // 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
}

ZetaInteractorErrorsSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

type ZetaInteractorErrorsTransactor

type ZetaInteractorErrorsTransactor struct {
	// contains filtered or unexported fields
}

ZetaInteractorErrorsTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewZetaInteractorErrorsTransactor

func NewZetaInteractorErrorsTransactor(address common.Address, transactor bind.ContractTransactor) (*ZetaInteractorErrorsTransactor, error)

NewZetaInteractorErrorsTransactor creates a new write-only instance of ZetaInteractorErrors, bound to a specific deployed contract.

type ZetaInteractorErrorsTransactorRaw

type ZetaInteractorErrorsTransactorRaw struct {
	Contract *ZetaInteractorErrorsTransactor // Generic write-only contract binding to access the raw methods on
}

ZetaInteractorErrorsTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*ZetaInteractorErrorsTransactorRaw) Transact

func (_ZetaInteractorErrors *ZetaInteractorErrorsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ZetaInteractorErrorsTransactorRaw) Transfer

func (_ZetaInteractorErrors *ZetaInteractorErrorsTransactorRaw) 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 ZetaInteractorErrorsTransactorSession

type ZetaInteractorErrorsTransactorSession struct {
	Contract     *ZetaInteractorErrorsTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts               // Transaction auth options to use throughout this session
}

ZetaInteractorErrorsTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL