// ProxyAdminOwnerUpdatedIterator is returned from FilterOwnerUpdated and is used to iterate over the raw logs and unpacked data for OwnerUpdated events raised by the ProxyAdmin contract.
// ProxyAdminOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ProxyAdmin contract.
typeProxyAdminOwnerUpdatedIteratorstruct{
typeProxyAdminOwnershipTransferredIteratorstruct{
Event*ProxyAdminOwnerUpdated// Event containing the contract specifics and raw log
Event*ProxyAdminOwnershipTransferred// 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
...
@@ -623,7 +644,7 @@ type ProxyAdminOwnerUpdatedIterator struct {
...
@@ -623,7 +644,7 @@ type ProxyAdminOwnerUpdatedIterator 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.
// ProxyAdminOwnerUpdated represents a OwnerUpdated event raised by the ProxyAdmin contract.
// ProxyAdminOwnershipTransferred represents a OwnershipTransferred event raised by the ProxyAdmin contract.
typeProxyAdminOwnerUpdatedstruct{
typeProxyAdminOwnershipTransferredstruct{
Usercommon.Address
PreviousOwnercommon.Address
NewOwnercommon.Address
NewOwnercommon.Address
Rawtypes.Log// Blockchain specific contextual infos
Rawtypes.Log// Blockchain specific contextual infos
}
}
// FilterOwnerUpdated is a free log retrieval operation binding the contract event 0x8292fce18fa69edf4db7b94ea2e58241df0ae57f97e0a6c9b29067028bf92d76.
// FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
// WatchOwnerUpdated is a free log subscription operation binding the contract event 0x8292fce18fa69edf4db7b94ea2e58241df0ae57f97e0a6c9b29067028bf92d76.
// WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.