Documentation ¶
Index ¶
- Variables
- type Ibasepolygonzkevmglobalexitroot
- type IbasepolygonzkevmglobalexitrootCaller
- type IbasepolygonzkevmglobalexitrootCallerRaw
- type IbasepolygonzkevmglobalexitrootCallerSession
- type IbasepolygonzkevmglobalexitrootFilterer
- type IbasepolygonzkevmglobalexitrootRaw
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IbasepolygonzkevmglobalexitrootSession
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootSession) GlobalExitRootMap(globalExitRootNum [32]byte) (*types.Transaction, error)
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootSession) UpdateExitRoot(newRollupExitRoot [32]byte) (*types.Transaction, error)
- type IbasepolygonzkevmglobalexitrootTransactor
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactor) GlobalExitRootMap(opts *bind.TransactOpts, globalExitRootNum [32]byte) (*types.Transaction, error)
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactor) UpdateExitRoot(opts *bind.TransactOpts, newRollupExitRoot [32]byte) (*types.Transaction, error)
- type IbasepolygonzkevmglobalexitrootTransactorRaw
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type IbasepolygonzkevmglobalexitrootTransactorSession
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactorSession) GlobalExitRootMap(globalExitRootNum [32]byte) (*types.Transaction, error)
- func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactorSession) UpdateExitRoot(newRollupExitRoot [32]byte) (*types.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
var IbasepolygonzkevmglobalexitrootABI = IbasepolygonzkevmglobalexitrootMetaData.ABI
IbasepolygonzkevmglobalexitrootABI is the input ABI used to generate the binding from. Deprecated: Use IbasepolygonzkevmglobalexitrootMetaData.ABI instead.
var IbasepolygonzkevmglobalexitrootMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"OnlyAllowedContracts\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"globalExitRootNum\",\"type\":\"bytes32\"}],\"name\":\"globalExitRootMap\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"newRollupExitRoot\",\"type\":\"bytes32\"}],\"name\":\"updateExitRoot\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
IbasepolygonzkevmglobalexitrootMetaData contains all meta data concerning the Ibasepolygonzkevmglobalexitroot contract.
Functions ¶
This section is empty.
Types ¶
type Ibasepolygonzkevmglobalexitroot ¶
type Ibasepolygonzkevmglobalexitroot struct { IbasepolygonzkevmglobalexitrootCaller // Read-only binding to the contract IbasepolygonzkevmglobalexitrootTransactor // Write-only binding to the contract IbasepolygonzkevmglobalexitrootFilterer // Log filterer for contract events }
Ibasepolygonzkevmglobalexitroot is an auto generated Go binding around an Ethereum contract.
func NewIbasepolygonzkevmglobalexitroot ¶
func NewIbasepolygonzkevmglobalexitroot(address common.Address, backend bind.ContractBackend) (*Ibasepolygonzkevmglobalexitroot, error)
NewIbasepolygonzkevmglobalexitroot creates a new instance of Ibasepolygonzkevmglobalexitroot, bound to a specific deployed contract.
type IbasepolygonzkevmglobalexitrootCaller ¶
type IbasepolygonzkevmglobalexitrootCaller struct {
// contains filtered or unexported fields
}
IbasepolygonzkevmglobalexitrootCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewIbasepolygonzkevmglobalexitrootCaller ¶
func NewIbasepolygonzkevmglobalexitrootCaller(address common.Address, caller bind.ContractCaller) (*IbasepolygonzkevmglobalexitrootCaller, error)
NewIbasepolygonzkevmglobalexitrootCaller creates a new read-only instance of Ibasepolygonzkevmglobalexitroot, bound to a specific deployed contract.
type IbasepolygonzkevmglobalexitrootCallerRaw ¶
type IbasepolygonzkevmglobalexitrootCallerRaw struct {
Contract *IbasepolygonzkevmglobalexitrootCaller // Generic read-only contract binding to access the raw methods on
}
IbasepolygonzkevmglobalexitrootCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*IbasepolygonzkevmglobalexitrootCallerRaw) Call ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootCallerRaw) 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 IbasepolygonzkevmglobalexitrootCallerSession ¶
type IbasepolygonzkevmglobalexitrootCallerSession struct { Contract *IbasepolygonzkevmglobalexitrootCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
IbasepolygonzkevmglobalexitrootCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
type IbasepolygonzkevmglobalexitrootFilterer ¶
type IbasepolygonzkevmglobalexitrootFilterer struct {
// contains filtered or unexported fields
}
IbasepolygonzkevmglobalexitrootFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewIbasepolygonzkevmglobalexitrootFilterer ¶
func NewIbasepolygonzkevmglobalexitrootFilterer(address common.Address, filterer bind.ContractFilterer) (*IbasepolygonzkevmglobalexitrootFilterer, error)
NewIbasepolygonzkevmglobalexitrootFilterer creates a new log filterer instance of Ibasepolygonzkevmglobalexitroot, bound to a specific deployed contract.
type IbasepolygonzkevmglobalexitrootRaw ¶
type IbasepolygonzkevmglobalexitrootRaw struct {
Contract *Ibasepolygonzkevmglobalexitroot // Generic contract binding to access the raw methods on
}
IbasepolygonzkevmglobalexitrootRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*IbasepolygonzkevmglobalexitrootRaw) Call ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootRaw) 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 (*IbasepolygonzkevmglobalexitrootRaw) Transact ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IbasepolygonzkevmglobalexitrootRaw) Transfer ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootRaw) 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 IbasepolygonzkevmglobalexitrootSession ¶
type IbasepolygonzkevmglobalexitrootSession struct { Contract *Ibasepolygonzkevmglobalexitroot // 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 }
IbasepolygonzkevmglobalexitrootSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*IbasepolygonzkevmglobalexitrootSession) GlobalExitRootMap ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootSession) GlobalExitRootMap(globalExitRootNum [32]byte) (*types.Transaction, error)
GlobalExitRootMap is a paid mutator transaction binding the contract method 0x257b3632.
Solidity: function globalExitRootMap(bytes32 globalExitRootNum) returns(uint256)
func (*IbasepolygonzkevmglobalexitrootSession) UpdateExitRoot ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootSession) UpdateExitRoot(newRollupExitRoot [32]byte) (*types.Transaction, error)
UpdateExitRoot is a paid mutator transaction binding the contract method 0x33d6247d.
Solidity: function updateExitRoot(bytes32 newRollupExitRoot) returns()
type IbasepolygonzkevmglobalexitrootTransactor ¶
type IbasepolygonzkevmglobalexitrootTransactor struct {
// contains filtered or unexported fields
}
IbasepolygonzkevmglobalexitrootTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewIbasepolygonzkevmglobalexitrootTransactor ¶
func NewIbasepolygonzkevmglobalexitrootTransactor(address common.Address, transactor bind.ContractTransactor) (*IbasepolygonzkevmglobalexitrootTransactor, error)
NewIbasepolygonzkevmglobalexitrootTransactor creates a new write-only instance of Ibasepolygonzkevmglobalexitroot, bound to a specific deployed contract.
func (*IbasepolygonzkevmglobalexitrootTransactor) GlobalExitRootMap ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactor) GlobalExitRootMap(opts *bind.TransactOpts, globalExitRootNum [32]byte) (*types.Transaction, error)
GlobalExitRootMap is a paid mutator transaction binding the contract method 0x257b3632.
Solidity: function globalExitRootMap(bytes32 globalExitRootNum) returns(uint256)
func (*IbasepolygonzkevmglobalexitrootTransactor) UpdateExitRoot ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactor) UpdateExitRoot(opts *bind.TransactOpts, newRollupExitRoot [32]byte) (*types.Transaction, error)
UpdateExitRoot is a paid mutator transaction binding the contract method 0x33d6247d.
Solidity: function updateExitRoot(bytes32 newRollupExitRoot) returns()
type IbasepolygonzkevmglobalexitrootTransactorRaw ¶
type IbasepolygonzkevmglobalexitrootTransactorRaw struct {
Contract *IbasepolygonzkevmglobalexitrootTransactor // Generic write-only contract binding to access the raw methods on
}
IbasepolygonzkevmglobalexitrootTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*IbasepolygonzkevmglobalexitrootTransactorRaw) Transact ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*IbasepolygonzkevmglobalexitrootTransactorRaw) Transfer ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactorRaw) 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 IbasepolygonzkevmglobalexitrootTransactorSession ¶
type IbasepolygonzkevmglobalexitrootTransactorSession struct { Contract *IbasepolygonzkevmglobalexitrootTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
IbasepolygonzkevmglobalexitrootTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*IbasepolygonzkevmglobalexitrootTransactorSession) GlobalExitRootMap ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactorSession) GlobalExitRootMap(globalExitRootNum [32]byte) (*types.Transaction, error)
GlobalExitRootMap is a paid mutator transaction binding the contract method 0x257b3632.
Solidity: function globalExitRootMap(bytes32 globalExitRootNum) returns(uint256)
func (*IbasepolygonzkevmglobalexitrootTransactorSession) UpdateExitRoot ¶
func (_Ibasepolygonzkevmglobalexitroot *IbasepolygonzkevmglobalexitrootTransactorSession) UpdateExitRoot(newRollupExitRoot [32]byte) (*types.Transaction, error)
UpdateExitRoot is a paid mutator transaction binding the contract method 0x33d6247d.
Solidity: function updateExitRoot(bytes32 newRollupExitRoot) returns()