Documentation
¶
Index ¶
- Variables
- type Iagglayergatewayerrorsprevious
- type IagglayergatewayerrorspreviousCaller
- type IagglayergatewayerrorspreviousCallerRaw
- type IagglayergatewayerrorspreviousCallerSession
- type IagglayergatewayerrorspreviousFilterer
- type IagglayergatewayerrorspreviousRaw
- func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IagglayergatewayerrorspreviousSession
- type IagglayergatewayerrorspreviousTransactor
- type IagglayergatewayerrorspreviousTransactorRaw
- func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IagglayergatewayerrorspreviousTransactorSession
Constants ¶
This section is empty.
Variables ¶
var IagglayergatewayerrorspreviousABI = IagglayergatewayerrorspreviousMetaData.ABI
IagglayergatewayerrorspreviousABI is the input ABI used to generate the binding from. Deprecated: Use IagglayergatewayerrorspreviousMetaData.ABI instead.
var IagglayergatewayerrorspreviousMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"AggchainVKeyAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AggchainVKeyNotFound\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidProofBytesLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidZeroAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyAggLayerAdmin\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyPendingAggLayerAdmin\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PPSelectorCannotBeZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"},{\"internalType\":\"address\",\"name\":\"verifier\",\"type\":\"address\"}],\"name\":\"RouteAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"RouteIsAlreadyFrozen\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"RouteIsFrozen\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"RouteNotFound\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"VKeyCannotBeZero\",\"type\":\"error\"}]",
}
IagglayergatewayerrorspreviousMetaData contains all meta data concerning the Iagglayergatewayerrorsprevious contract.
Functions ¶
This section is empty.
Types ¶
type Iagglayergatewayerrorsprevious ¶
type Iagglayergatewayerrorsprevious struct { IagglayergatewayerrorspreviousCaller // Read-only binding to the contract IagglayergatewayerrorspreviousTransactor // Write-only binding to the contract IagglayergatewayerrorspreviousFilterer // Log filterer for contract events }
Iagglayergatewayerrorsprevious is an auto generated Go binding around an Ethereum contract.
func NewIagglayergatewayerrorsprevious ¶
func NewIagglayergatewayerrorsprevious(address common.Address, backend bind.ContractBackend) (*Iagglayergatewayerrorsprevious, error)
NewIagglayergatewayerrorsprevious creates a new instance of Iagglayergatewayerrorsprevious, bound to a specific deployed contract.
type IagglayergatewayerrorspreviousCaller ¶
type IagglayergatewayerrorspreviousCaller struct {
// contains filtered or unexported fields
}
IagglayergatewayerrorspreviousCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewIagglayergatewayerrorspreviousCaller ¶
func NewIagglayergatewayerrorspreviousCaller(address common.Address, caller bind.ContractCaller) (*IagglayergatewayerrorspreviousCaller, error)
NewIagglayergatewayerrorspreviousCaller creates a new read-only instance of Iagglayergatewayerrorsprevious, bound to a specific deployed contract.
type IagglayergatewayerrorspreviousCallerRaw ¶
type IagglayergatewayerrorspreviousCallerRaw struct {
Contract *IagglayergatewayerrorspreviousCaller // Generic read-only contract binding to access the raw methods on
}
IagglayergatewayerrorspreviousCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*IagglayergatewayerrorspreviousCallerRaw) Call ¶
func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousCallerRaw) 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 IagglayergatewayerrorspreviousCallerSession ¶
type IagglayergatewayerrorspreviousCallerSession struct { Contract *IagglayergatewayerrorspreviousCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
IagglayergatewayerrorspreviousCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type IagglayergatewayerrorspreviousFilterer ¶
type IagglayergatewayerrorspreviousFilterer struct {
// contains filtered or unexported fields
}
IagglayergatewayerrorspreviousFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewIagglayergatewayerrorspreviousFilterer ¶
func NewIagglayergatewayerrorspreviousFilterer(address common.Address, filterer bind.ContractFilterer) (*IagglayergatewayerrorspreviousFilterer, error)
NewIagglayergatewayerrorspreviousFilterer creates a new log filterer instance of Iagglayergatewayerrorsprevious, bound to a specific deployed contract.
type IagglayergatewayerrorspreviousRaw ¶
type IagglayergatewayerrorspreviousRaw struct {
Contract *Iagglayergatewayerrorsprevious // Generic contract binding to access the raw methods on
}
IagglayergatewayerrorspreviousRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*IagglayergatewayerrorspreviousRaw) Call ¶
func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousRaw) 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 (*IagglayergatewayerrorspreviousRaw) Transact ¶
func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IagglayergatewayerrorspreviousRaw) Transfer ¶
func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousRaw) 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 IagglayergatewayerrorspreviousSession ¶
type IagglayergatewayerrorspreviousSession struct { Contract *Iagglayergatewayerrorsprevious // 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 }
IagglayergatewayerrorspreviousSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
type IagglayergatewayerrorspreviousTransactor ¶
type IagglayergatewayerrorspreviousTransactor struct {
// contains filtered or unexported fields
}
IagglayergatewayerrorspreviousTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewIagglayergatewayerrorspreviousTransactor ¶
func NewIagglayergatewayerrorspreviousTransactor(address common.Address, transactor bind.ContractTransactor) (*IagglayergatewayerrorspreviousTransactor, error)
NewIagglayergatewayerrorspreviousTransactor creates a new write-only instance of Iagglayergatewayerrorsprevious, bound to a specific deployed contract.
type IagglayergatewayerrorspreviousTransactorRaw ¶
type IagglayergatewayerrorspreviousTransactorRaw struct {
Contract *IagglayergatewayerrorspreviousTransactor // Generic write-only contract binding to access the raw methods on
}
IagglayergatewayerrorspreviousTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*IagglayergatewayerrorspreviousTransactorRaw) Transact ¶
func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IagglayergatewayerrorspreviousTransactorRaw) Transfer ¶
func (_Iagglayergatewayerrorsprevious *IagglayergatewayerrorspreviousTransactorRaw) 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 IagglayergatewayerrorspreviousTransactorSession ¶
type IagglayergatewayerrorspreviousTransactorSession struct { Contract *IagglayergatewayerrorspreviousTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
IagglayergatewayerrorspreviousTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.