ArbitrumGovRelay

package
v0.0.0-...-a05b099 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const ARBITRUMGOVRELAYABI = "" /* 2762-byte string literal not displayed */

ARBITRUMGOVRELAYABI is the input ABI used to generate the binding from.

Variables

View Source
var File_ArbitrumGovRelay_ArbitrumGovRelay_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ARBITRUMGOVRELAY

type ARBITRUMGOVRELAY struct {
	ARBITRUMGOVRELAYCaller     // Read-only binding to the contract
	ARBITRUMGOVRELAYTransactor // Write-only binding to the contract
	ARBITRUMGOVRELAYFilterer   // Log filterer for contract events
}

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

func NewARBITRUMGOVRELAY

func NewARBITRUMGOVRELAY(address common.Address, backend bind.ContractBackend) (*ARBITRUMGOVRELAY, error)

NewARBITRUMGOVRELAY creates a new instance of ARBITRUMGOVRELAY, bound to a specific deployed contract.

type ARBITRUMGOVRELAYCaller

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

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

func NewARBITRUMGOVRELAYCaller

func NewARBITRUMGOVRELAYCaller(address common.Address, caller bind.ContractCaller) (*ARBITRUMGOVRELAYCaller, error)

NewARBITRUMGOVRELAYCaller creates a new read-only instance of ARBITRUMGOVRELAY, bound to a specific deployed contract.

func (*ARBITRUMGOVRELAYCaller) Inbox

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYCaller) Inbox(opts *bind.CallOpts) (common.Address, error)

Inbox is a free data retrieval call binding the contract method 0xfb0e722b.

Solidity: function inbox() view returns(address)

func (*ARBITRUMGOVRELAYCaller) L2GovernanceRelay

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYCaller) L2GovernanceRelay(opts *bind.CallOpts) (common.Address, error)

L2GovernanceRelay is a free data retrieval call binding the contract method 0x862a98a1.

Solidity: function l2GovernanceRelay() view returns(address)

func (*ARBITRUMGOVRELAYCaller) Wards

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYCaller) Wards(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

Wards is a free data retrieval call binding the contract method 0xbf353dbb.

Solidity: function wards(address ) view returns(uint256)

type ARBITRUMGOVRELAYCallerRaw

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

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

func (*ARBITRUMGOVRELAYCallerRaw) Call

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYCallerRaw) 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 ARBITRUMGOVRELAYCallerSession

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

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

func (*ARBITRUMGOVRELAYCallerSession) Inbox

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYCallerSession) Inbox() (common.Address, error)

Inbox is a free data retrieval call binding the contract method 0xfb0e722b.

Solidity: function inbox() view returns(address)

func (*ARBITRUMGOVRELAYCallerSession) L2GovernanceRelay

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYCallerSession) L2GovernanceRelay() (common.Address, error)

L2GovernanceRelay is a free data retrieval call binding the contract method 0x862a98a1.

Solidity: function l2GovernanceRelay() view returns(address)

func (*ARBITRUMGOVRELAYCallerSession) Wards

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYCallerSession) Wards(arg0 common.Address) (*big.Int, error)

Wards is a free data retrieval call binding the contract method 0xbf353dbb.

Solidity: function wards(address ) view returns(uint256)

type ARBITRUMGOVRELAYDeny

type ARBITRUMGOVRELAYDeny struct {
	Usr common.Address
	Raw types.Log // Blockchain specific contextual infos
}

ARBITRUMGOVRELAYDeny represents a Deny event raised by the ARBITRUMGOVRELAY contract.

type ARBITRUMGOVRELAYDenyIterator

type ARBITRUMGOVRELAYDenyIterator struct {
	Event *ARBITRUMGOVRELAYDeny // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

ARBITRUMGOVRELAYDenyIterator is returned from FilterDeny and is used to iterate over the raw logs and unpacked data for Deny events raised by the ARBITRUMGOVRELAY contract.

func (*ARBITRUMGOVRELAYDenyIterator) Close

func (it *ARBITRUMGOVRELAYDenyIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*ARBITRUMGOVRELAYDenyIterator) Error

func (it *ARBITRUMGOVRELAYDenyIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ARBITRUMGOVRELAYDenyIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type ARBITRUMGOVRELAYFilterer

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

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

func NewARBITRUMGOVRELAYFilterer

func NewARBITRUMGOVRELAYFilterer(address common.Address, filterer bind.ContractFilterer) (*ARBITRUMGOVRELAYFilterer, error)

NewARBITRUMGOVRELAYFilterer creates a new log filterer instance of ARBITRUMGOVRELAY, bound to a specific deployed contract.

func (*ARBITRUMGOVRELAYFilterer) FilterDeny

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYFilterer) FilterDeny(opts *bind.FilterOpts, usr []common.Address) (*ARBITRUMGOVRELAYDenyIterator, error)

FilterDeny is a free log retrieval operation binding the contract event 0x184450df2e323acec0ed3b5c7531b81f9b4cdef7914dfd4c0a4317416bb5251b.

Solidity: event Deny(address indexed usr)

func (*ARBITRUMGOVRELAYFilterer) FilterRely

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYFilterer) FilterRely(opts *bind.FilterOpts, usr []common.Address) (*ARBITRUMGOVRELAYRelyIterator, error)

FilterRely is a free log retrieval operation binding the contract event 0xdd0e34038ac38b2a1ce960229778ac48a8719bc900b6c4f8d0475c6e8b385a60.

Solidity: event Rely(address indexed usr)

func (*ARBITRUMGOVRELAYFilterer) FilterTxToL2

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYFilterer) FilterTxToL2(opts *bind.FilterOpts, from []common.Address, to []common.Address, seqNum []*big.Int) (*ARBITRUMGOVRELAYTxToL2Iterator, error)

FilterTxToL2 is a free log retrieval operation binding the contract event 0xc1d1490cf25c3b40d600dfb27c7680340ed1ab901b7e8f3551280968a3b372b0.

Solidity: event TxToL2(address indexed from, address indexed to, uint256 indexed seqNum, bytes data)

func (*ARBITRUMGOVRELAYFilterer) ParseDeny

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYFilterer) ParseDeny(log types.Log) (*ARBITRUMGOVRELAYDeny, error)

ParseDeny is a log parse operation binding the contract event 0x184450df2e323acec0ed3b5c7531b81f9b4cdef7914dfd4c0a4317416bb5251b.

Solidity: event Deny(address indexed usr)

func (*ARBITRUMGOVRELAYFilterer) ParseRely

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYFilterer) ParseRely(log types.Log) (*ARBITRUMGOVRELAYRely, error)

ParseRely is a log parse operation binding the contract event 0xdd0e34038ac38b2a1ce960229778ac48a8719bc900b6c4f8d0475c6e8b385a60.

Solidity: event Rely(address indexed usr)

func (*ARBITRUMGOVRELAYFilterer) ParseTxToL2

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYFilterer) ParseTxToL2(log types.Log) (*ARBITRUMGOVRELAYTxToL2, error)

ParseTxToL2 is a log parse operation binding the contract event 0xc1d1490cf25c3b40d600dfb27c7680340ed1ab901b7e8f3551280968a3b372b0.

Solidity: event TxToL2(address indexed from, address indexed to, uint256 indexed seqNum, bytes data)

func (*ARBITRUMGOVRELAYFilterer) WatchDeny

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYFilterer) WatchDeny(opts *bind.WatchOpts, sink chan<- *ARBITRUMGOVRELAYDeny, usr []common.Address) (event.Subscription, error)

WatchDeny is a free log subscription operation binding the contract event 0x184450df2e323acec0ed3b5c7531b81f9b4cdef7914dfd4c0a4317416bb5251b.

Solidity: event Deny(address indexed usr)

func (*ARBITRUMGOVRELAYFilterer) WatchRely

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYFilterer) WatchRely(opts *bind.WatchOpts, sink chan<- *ARBITRUMGOVRELAYRely, usr []common.Address) (event.Subscription, error)

WatchRely is a free log subscription operation binding the contract event 0xdd0e34038ac38b2a1ce960229778ac48a8719bc900b6c4f8d0475c6e8b385a60.

Solidity: event Rely(address indexed usr)

func (*ARBITRUMGOVRELAYFilterer) WatchTxToL2

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYFilterer) WatchTxToL2(opts *bind.WatchOpts, sink chan<- *ARBITRUMGOVRELAYTxToL2, from []common.Address, to []common.Address, seqNum []*big.Int) (event.Subscription, error)

WatchTxToL2 is a free log subscription operation binding the contract event 0xc1d1490cf25c3b40d600dfb27c7680340ed1ab901b7e8f3551280968a3b372b0.

Solidity: event TxToL2(address indexed from, address indexed to, uint256 indexed seqNum, bytes data)

type ARBITRUMGOVRELAYRaw

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

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

func (*ARBITRUMGOVRELAYRaw) Call

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYRaw) 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 (*ARBITRUMGOVRELAYRaw) Transact

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

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

func (*ARBITRUMGOVRELAYRaw) Transfer

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYRaw) 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 ARBITRUMGOVRELAYRely

type ARBITRUMGOVRELAYRely struct {
	Usr common.Address
	Raw types.Log // Blockchain specific contextual infos
}

ARBITRUMGOVRELAYRely represents a Rely event raised by the ARBITRUMGOVRELAY contract.

type ARBITRUMGOVRELAYRelyIterator

type ARBITRUMGOVRELAYRelyIterator struct {
	Event *ARBITRUMGOVRELAYRely // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

ARBITRUMGOVRELAYRelyIterator is returned from FilterRely and is used to iterate over the raw logs and unpacked data for Rely events raised by the ARBITRUMGOVRELAY contract.

func (*ARBITRUMGOVRELAYRelyIterator) Close

func (it *ARBITRUMGOVRELAYRelyIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*ARBITRUMGOVRELAYRelyIterator) Error

func (it *ARBITRUMGOVRELAYRelyIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ARBITRUMGOVRELAYRelyIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type ARBITRUMGOVRELAYSession

type ARBITRUMGOVRELAYSession struct {
	Contract     *ARBITRUMGOVRELAY // 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
}

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

func (*ARBITRUMGOVRELAYSession) Deny

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYSession) Deny(usr common.Address) (*types.Transaction, error)

Deny is a paid mutator transaction binding the contract method 0x9c52a7f1.

Solidity: function deny(address usr) returns()

func (*ARBITRUMGOVRELAYSession) Inbox

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYSession) Inbox() (common.Address, error)

Inbox is a free data retrieval call binding the contract method 0xfb0e722b.

Solidity: function inbox() view returns(address)

func (*ARBITRUMGOVRELAYSession) L2GovernanceRelay

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYSession) L2GovernanceRelay() (common.Address, error)

L2GovernanceRelay is a free data retrieval call binding the contract method 0x862a98a1.

Solidity: function l2GovernanceRelay() view returns(address)

func (*ARBITRUMGOVRELAYSession) Receive

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYSession) Receive() (*types.Transaction, error)

Receive is a paid mutator transaction binding the contract receive function.

Solidity: receive() payable returns()

func (*ARBITRUMGOVRELAYSession) Reclaim

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYSession) Reclaim(receiver common.Address, amount *big.Int) (*types.Transaction, error)

Reclaim is a paid mutator transaction binding the contract method 0x8bd317eb.

Solidity: function reclaim(address receiver, uint256 amount) returns()

func (*ARBITRUMGOVRELAYSession) Relay

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYSession) Relay(target common.Address, targetData []byte, l1CallValue *big.Int, maxGas *big.Int, gasPriceBid *big.Int, maxSubmissionCost *big.Int) (*types.Transaction, error)

Relay is a paid mutator transaction binding the contract method 0xe668cdb0.

Solidity: function relay(address target, bytes targetData, uint256 l1CallValue, uint256 maxGas, uint256 gasPriceBid, uint256 maxSubmissionCost) payable returns()

func (*ARBITRUMGOVRELAYSession) Rely

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYSession) Rely(usr common.Address) (*types.Transaction, error)

Rely is a paid mutator transaction binding the contract method 0x65fae35e.

Solidity: function rely(address usr) returns()

func (*ARBITRUMGOVRELAYSession) Wards

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYSession) Wards(arg0 common.Address) (*big.Int, error)

Wards is a free data retrieval call binding the contract method 0xbf353dbb.

Solidity: function wards(address ) view returns(uint256)

type ARBITRUMGOVRELAYTransactor

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

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

func NewARBITRUMGOVRELAYTransactor

func NewARBITRUMGOVRELAYTransactor(address common.Address, transactor bind.ContractTransactor) (*ARBITRUMGOVRELAYTransactor, error)

NewARBITRUMGOVRELAYTransactor creates a new write-only instance of ARBITRUMGOVRELAY, bound to a specific deployed contract.

func (*ARBITRUMGOVRELAYTransactor) Deny

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactor) Deny(opts *bind.TransactOpts, usr common.Address) (*types.Transaction, error)

Deny is a paid mutator transaction binding the contract method 0x9c52a7f1.

Solidity: function deny(address usr) returns()

func (*ARBITRUMGOVRELAYTransactor) Receive

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactor) Receive(opts *bind.TransactOpts) (*types.Transaction, error)

Receive is a paid mutator transaction binding the contract receive function.

Solidity: receive() payable returns()

func (*ARBITRUMGOVRELAYTransactor) Reclaim

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactor) Reclaim(opts *bind.TransactOpts, receiver common.Address, amount *big.Int) (*types.Transaction, error)

Reclaim is a paid mutator transaction binding the contract method 0x8bd317eb.

Solidity: function reclaim(address receiver, uint256 amount) returns()

func (*ARBITRUMGOVRELAYTransactor) Relay

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactor) Relay(opts *bind.TransactOpts, target common.Address, targetData []byte, l1CallValue *big.Int, maxGas *big.Int, gasPriceBid *big.Int, maxSubmissionCost *big.Int) (*types.Transaction, error)

Relay is a paid mutator transaction binding the contract method 0xe668cdb0.

Solidity: function relay(address target, bytes targetData, uint256 l1CallValue, uint256 maxGas, uint256 gasPriceBid, uint256 maxSubmissionCost) payable returns()

func (*ARBITRUMGOVRELAYTransactor) Rely

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactor) Rely(opts *bind.TransactOpts, usr common.Address) (*types.Transaction, error)

Rely is a paid mutator transaction binding the contract method 0x65fae35e.

Solidity: function rely(address usr) returns()

type ARBITRUMGOVRELAYTransactorRaw

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

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

func (*ARBITRUMGOVRELAYTransactorRaw) Transact

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

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

func (*ARBITRUMGOVRELAYTransactorRaw) Transfer

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactorRaw) 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 ARBITRUMGOVRELAYTransactorSession

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

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

func (*ARBITRUMGOVRELAYTransactorSession) Deny

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactorSession) Deny(usr common.Address) (*types.Transaction, error)

Deny is a paid mutator transaction binding the contract method 0x9c52a7f1.

Solidity: function deny(address usr) returns()

func (*ARBITRUMGOVRELAYTransactorSession) Receive

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactorSession) Receive() (*types.Transaction, error)

Receive is a paid mutator transaction binding the contract receive function.

Solidity: receive() payable returns()

func (*ARBITRUMGOVRELAYTransactorSession) Reclaim

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactorSession) Reclaim(receiver common.Address, amount *big.Int) (*types.Transaction, error)

Reclaim is a paid mutator transaction binding the contract method 0x8bd317eb.

Solidity: function reclaim(address receiver, uint256 amount) returns()

func (*ARBITRUMGOVRELAYTransactorSession) Relay

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactorSession) Relay(target common.Address, targetData []byte, l1CallValue *big.Int, maxGas *big.Int, gasPriceBid *big.Int, maxSubmissionCost *big.Int) (*types.Transaction, error)

Relay is a paid mutator transaction binding the contract method 0xe668cdb0.

Solidity: function relay(address target, bytes targetData, uint256 l1CallValue, uint256 maxGas, uint256 gasPriceBid, uint256 maxSubmissionCost) payable returns()

func (*ARBITRUMGOVRELAYTransactorSession) Rely

func (_ARBITRUMGOVRELAY *ARBITRUMGOVRELAYTransactorSession) Rely(usr common.Address) (*types.Transaction, error)

Rely is a paid mutator transaction binding the contract method 0x65fae35e.

Solidity: function rely(address usr) returns()

type ARBITRUMGOVRELAYTxToL2

type ARBITRUMGOVRELAYTxToL2 struct {
	From   common.Address
	To     common.Address
	SeqNum *big.Int
	Data   []byte
	Raw    types.Log // Blockchain specific contextual infos
}

ARBITRUMGOVRELAYTxToL2 represents a TxToL2 event raised by the ARBITRUMGOVRELAY contract.

type ARBITRUMGOVRELAYTxToL2Iterator

type ARBITRUMGOVRELAYTxToL2Iterator struct {
	Event *ARBITRUMGOVRELAYTxToL2 // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

ARBITRUMGOVRELAYTxToL2Iterator is returned from FilterTxToL2 and is used to iterate over the raw logs and unpacked data for TxToL2 events raised by the ARBITRUMGOVRELAY contract.

func (*ARBITRUMGOVRELAYTxToL2Iterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*ARBITRUMGOVRELAYTxToL2Iterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ARBITRUMGOVRELAYTxToL2Iterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type Deny

type Deny struct {
	Ts  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Usr []byte                 `protobuf:"bytes,2,opt,name=Usr,proto3" json:"Usr,omitempty"` //	address
	// contains filtered or unexported fields
}

func (*Deny) Descriptor deprecated

func (*Deny) Descriptor() ([]byte, []int)

Deprecated: Use Deny.ProtoReflect.Descriptor instead.

func (*Deny) GetTs

func (x *Deny) GetTs() *timestamppb.Timestamp

func (*Deny) GetUsr

func (x *Deny) GetUsr() []byte

func (*Deny) ProtoMessage

func (*Deny) ProtoMessage()

func (*Deny) ProtoReflect

func (x *Deny) ProtoReflect() protoreflect.Message

func (*Deny) Reset

func (x *Deny) Reset()

func (*Deny) String

func (x *Deny) String() string

type Rely

type Rely struct {
	Ts  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	Usr []byte                 `protobuf:"bytes,2,opt,name=Usr,proto3" json:"Usr,omitempty"` //	address
	// contains filtered or unexported fields
}

func (*Rely) Descriptor deprecated

func (*Rely) Descriptor() ([]byte, []int)

Deprecated: Use Rely.ProtoReflect.Descriptor instead.

func (*Rely) GetTs

func (x *Rely) GetTs() *timestamppb.Timestamp

func (*Rely) GetUsr

func (x *Rely) GetUsr() []byte

func (*Rely) ProtoMessage

func (*Rely) ProtoMessage()

func (*Rely) ProtoReflect

func (x *Rely) ProtoReflect() protoreflect.Message

func (*Rely) Reset

func (x *Rely) Reset()

func (*Rely) String

func (x *Rely) String() string

type SmartContract

type SmartContract struct{}

func (*SmartContract) Message

func (sc *SmartContract) Message(eventName string, contractAbi *abi.ABI, vLog types.Log, timestamp *timestamppb.Timestamp) protoreflect.ProtoMessage

type TxToL2

type TxToL2 struct {
	Ts     *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	From   []byte                 `protobuf:"bytes,2,opt,name=From,proto3" json:"From,omitempty"`     //	address
	To     []byte                 `protobuf:"bytes,3,opt,name=To,proto3" json:"To,omitempty"`         //	address
	SeqNum []byte                 `protobuf:"bytes,4,opt,name=SeqNum,proto3" json:"SeqNum,omitempty"` //	uint256
	Data   []byte                 `protobuf:"bytes,5,opt,name=Data,proto3" json:"Data,omitempty"`     //	bytes
	// contains filtered or unexported fields
}

func (*TxToL2) Descriptor deprecated

func (*TxToL2) Descriptor() ([]byte, []int)

Deprecated: Use TxToL2.ProtoReflect.Descriptor instead.

func (*TxToL2) GetData

func (x *TxToL2) GetData() []byte

func (*TxToL2) GetFrom

func (x *TxToL2) GetFrom() []byte

func (*TxToL2) GetSeqNum

func (x *TxToL2) GetSeqNum() []byte

func (*TxToL2) GetTo

func (x *TxToL2) GetTo() []byte

func (*TxToL2) GetTs

func (x *TxToL2) GetTs() *timestamppb.Timestamp

func (*TxToL2) ProtoMessage

func (*TxToL2) ProtoMessage()

func (*TxToL2) ProtoReflect

func (x *TxToL2) ProtoReflect() protoreflect.Message

func (*TxToL2) Reset

func (x *TxToL2) Reset()

func (*TxToL2) String

func (x *TxToL2) String() string

Jump to

Keyboard shortcuts

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