ipolygonzkevmerrors

package
v0.0.0-...-80db9d8 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2024 License: AGPL-3.0, AGPL-3.0-or-later Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IpolygonzkevmerrorsABI = IpolygonzkevmerrorsMetaData.ABI

IpolygonzkevmerrorsABI is the input ABI used to generate the binding from. Deprecated: Use IpolygonzkevmerrorsMetaData.ABI instead.

View Source
var IpolygonzkevmerrorsMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"BatchAlreadyVerified\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BatchNotSequencedOrNotSequenceEnd\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ExceedMaxVerifyBatches\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FinalNumBatchBelowLastVerifiedBatch\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FinalNumBatchDoesNotMatchPendingState\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FinalPendingStateNumInvalid\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ForceBatchNotAllowed\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ForceBatchTimeoutNotExpired\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ForceBatchesAlreadyActive\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ForceBatchesOverflow\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ForcedDataDoesNotMatch\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"GlobalExitRootNotExist\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"HaltTimeoutNotExpired\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InitNumBatchAboveLastVerifiedBatch\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InitNumBatchDoesNotMatchPendingState\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidProof\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidRangeBatchTimeTarget\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidRangeForceBatchTimeout\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidRangeMultiplierBatchFee\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NewAccInputHashDoesNotExist\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NewPendingStateTimeoutMustBeLower\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NewStateRootNotInsidePrime\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NewTrustedAggregatorTimeoutMustBeLower\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotEnoughMaticAmount\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OldAccInputHashDoesNotExist\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OldStateRootDoesNotExist\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyAdmin\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyPendingAdmin\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyTrustedAggregator\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyTrustedSequencer\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PendingStateDoesNotExist\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PendingStateInvalid\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PendingStateNotConsolidable\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PendingStateTimeoutExceedHaltAggregationTimeout\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SequenceZeroBatches\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SequencedTimestampBelowForcedTimestamp\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SequencedTimestampInvalid\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"StoredRootMustBeDifferentThanNewRoot\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"TransactionsLengthAboveMax\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"TrustedAggregatorTimeoutExceedHaltAggregationTimeout\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"TrustedAggregatorTimeoutNotExpired\",\"type\":\"error\"}]",
}

IpolygonzkevmerrorsMetaData contains all meta data concerning the Ipolygonzkevmerrors contract.

Functions

This section is empty.

Types

type Ipolygonzkevmerrors

type Ipolygonzkevmerrors struct {
	IpolygonzkevmerrorsCaller     // Read-only binding to the contract
	IpolygonzkevmerrorsTransactor // Write-only binding to the contract
	IpolygonzkevmerrorsFilterer   // Log filterer for contract events
}

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

func NewIpolygonzkevmerrors

func NewIpolygonzkevmerrors(address common.Address, backend bind.ContractBackend) (*Ipolygonzkevmerrors, error)

NewIpolygonzkevmerrors creates a new instance of Ipolygonzkevmerrors, bound to a specific deployed contract.

type IpolygonzkevmerrorsCaller

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

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

func NewIpolygonzkevmerrorsCaller

func NewIpolygonzkevmerrorsCaller(address common.Address, caller bind.ContractCaller) (*IpolygonzkevmerrorsCaller, error)

NewIpolygonzkevmerrorsCaller creates a new read-only instance of Ipolygonzkevmerrors, bound to a specific deployed contract.

type IpolygonzkevmerrorsCallerRaw

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

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

func (*IpolygonzkevmerrorsCallerRaw) Call

func (_Ipolygonzkevmerrors *IpolygonzkevmerrorsCallerRaw) 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 IpolygonzkevmerrorsCallerSession

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

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

type IpolygonzkevmerrorsFilterer

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

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

func NewIpolygonzkevmerrorsFilterer

func NewIpolygonzkevmerrorsFilterer(address common.Address, filterer bind.ContractFilterer) (*IpolygonzkevmerrorsFilterer, error)

NewIpolygonzkevmerrorsFilterer creates a new log filterer instance of Ipolygonzkevmerrors, bound to a specific deployed contract.

type IpolygonzkevmerrorsRaw

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

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

func (*IpolygonzkevmerrorsRaw) Call

func (_Ipolygonzkevmerrors *IpolygonzkevmerrorsRaw) 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 (*IpolygonzkevmerrorsRaw) Transact

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

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

func (*IpolygonzkevmerrorsRaw) Transfer

func (_Ipolygonzkevmerrors *IpolygonzkevmerrorsRaw) 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 IpolygonzkevmerrorsSession

type IpolygonzkevmerrorsSession struct {
	Contract     *Ipolygonzkevmerrors // 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
}

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

type IpolygonzkevmerrorsTransactor

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

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

func NewIpolygonzkevmerrorsTransactor

func NewIpolygonzkevmerrorsTransactor(address common.Address, transactor bind.ContractTransactor) (*IpolygonzkevmerrorsTransactor, error)

NewIpolygonzkevmerrorsTransactor creates a new write-only instance of Ipolygonzkevmerrors, bound to a specific deployed contract.

type IpolygonzkevmerrorsTransactorRaw

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

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

func (*IpolygonzkevmerrorsTransactorRaw) Transact

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

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

func (*IpolygonzkevmerrorsTransactorRaw) Transfer

func (_Ipolygonzkevmerrors *IpolygonzkevmerrorsTransactorRaw) 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 IpolygonzkevmerrorsTransactorSession

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

IpolygonzkevmerrorsTransactorSession 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