// L2OutputOracleOutputDeletedIterator is returned from FilterOutputDeleted and is used to iterate over the raw logs and unpacked data for OutputDeleted events raised by the L2OutputOracle contract.
// L2OutputOracleOutputProposedIterator is returned from FilterOutputProposed and is used to iterate over the raw logs and unpacked data for OutputProposed events raised by the L2OutputOracle contract.
typeL2OutputOracleOutputDeletedIteratorstruct{
typeL2OutputOracleOutputProposedIteratorstruct{
Event*L2OutputOracleOutputDeleted// Event containing the contract specifics and raw log
Event*L2OutputOracleOutputProposed// Event containing the contract specifics and raw log
contract*bind.BoundContract// Generic contract to use for unpacking event data
contract*bind.BoundContract// Generic contract to use for unpacking event data
eventstring// Event name to use for unpacking event data
eventstring// Event name to use for unpacking event data
...
@@ -824,7 +824,7 @@ type L2OutputOracleOutputDeletedIterator struct {
...
@@ -824,7 +824,7 @@ type L2OutputOracleOutputDeletedIterator struct {
// Next advances the iterator to the subsequent event, returning whether there
// 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
// 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.
// returned and Error() can be queried for the exact failure.
// L2OutputOracleOutputDeleted represents a OutputDeleted event raised by the L2OutputOracle contract.
// L2OutputOracleOutputProposed represents a OutputProposed event raised by the L2OutputOracle contract.
typeL2OutputOracleOutputDeletedstruct{
typeL2OutputOracleOutputProposedstruct{
OutputRoot[32]byte
OutputRoot[32]byte
L1Timestamp*big.Int
L1Timestamp*big.Int
L2BlockNumber*big.Int
L2BlockNumber*big.Int
Rawtypes.Log// Blockchain specific contextual infos
Rawtypes.Log// Blockchain specific contextual infos
}
}
// FilterOutputDeleted is a free log retrieval operation binding the contract event 0x11e942315215fbc11bf574b22ca610d001e704d870a2307833c188d31600b5c6.
// FilterOutputProposed is a free log retrieval operation binding the contract event 0xc120f5e881491e6e212befa39e36b8f57d5eca31915f2e5d60a420f418caa6df.
// WatchOutputDeleted is a free log subscription operation binding the contract event 0x11e942315215fbc11bf574b22ca610d001e704d870a2307833c188d31600b5c6.
// WatchOutputProposed is a free log subscription operation binding the contract event 0xc120f5e881491e6e212befa39e36b8f57d5eca31915f2e5d60a420f418caa6df.
// L2OutputOracleOutputProposedIterator is returned from FilterOutputProposed and is used to iterate over the raw logs and unpacked data for OutputProposed events raised by the L2OutputOracle contract.
// L2OutputOracleOutputsDeletedIterator is returned from FilterOutputsDeleted and is used to iterate over the raw logs and unpacked data for OutputsDeleted events raised by the L2OutputOracle contract.
typeL2OutputOracleOutputProposedIteratorstruct{
typeL2OutputOracleOutputsDeletedIteratorstruct{
Event*L2OutputOracleOutputProposed// Event containing the contract specifics and raw log
Event*L2OutputOracleOutputsDeleted// Event containing the contract specifics and raw log
contract*bind.BoundContract// Generic contract to use for unpacking event data
contract*bind.BoundContract// Generic contract to use for unpacking event data
eventstring// Event name to use for unpacking event data
eventstring// Event name to use for unpacking event data
...
@@ -986,7 +986,7 @@ type L2OutputOracleOutputProposedIterator struct {
...
@@ -986,7 +986,7 @@ type L2OutputOracleOutputProposedIterator struct {
// Next advances the iterator to the subsequent event, returning whether there
// 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
// 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.
// returned and Error() can be queried for the exact failure.
// L2OutputOracleOutputProposed represents a OutputProposed event raised by the L2OutputOracle contract.
// L2OutputOracleOutputsDeleted represents a OutputsDeleted event raised by the L2OutputOracle contract.
typeL2OutputOracleOutputProposedstruct{
typeL2OutputOracleOutputsDeletedstruct{
OutputRoot[32]byte
L1Timestamp*big.Int
L2BlockNumber*big.Int
L2BlockNumber*big.Int
Rawtypes.Log// Blockchain specific contextual infos
Rawtypes.Log// Blockchain specific contextual infos
}
}
// FilterOutputProposed is a free log retrieval operation binding the contract event 0xc120f5e881491e6e212befa39e36b8f57d5eca31915f2e5d60a420f418caa6df.
// FilterOutputsDeleted is a free log retrieval operation binding the contract event 0x21cbfd8ae20a7662b0a8aa9162fc9428f52c94b2e0ac268312628ea47f3f17eb.
// WatchOutputProposed is a free log subscription operation binding the contract event 0xc120f5e881491e6e212befa39e36b8f57d5eca31915f2e5d60a420f418caa6df.
// WatchOutputsDeleted is a free log subscription operation binding the contract event 0x21cbfd8ae20a7662b0a8aa9162fc9428f52c94b2e0ac268312628ea47f3f17eb.