// BridgeContractTokenConfigChangedIterator is returned from FilterTokenConfigChanged and is used to iterate over the raw logs and unpacked data for TokenConfigChanged events raised by the BridgeContract contract.
// BridgeContractTokenOutConfigChangedIterator is returned from FilterTokenOutConfigChanged and is used to iterate over the raw logs and unpacked data for TokenOutConfigChanged events raised by the BridgeContract contract.
// BridgeContractTokenConfigChanged represents a TokenConfigChanged event raised by the BridgeContract contract.
// BridgeContractTokenOutConfigChanged represents a TokenOutConfigChanged event raised by the BridgeContract contract.
typeBridgeContractTokenConfigChangedstruct{
typeBridgeContractTokenOutConfigChangedstruct{
Tokencommon.Address
Tokencommon.Address
ToChainID*big.Int
ToChainID*big.Int
Enabledbool
Enabledbool
Rawtypes.Log// Blockchain specific contextual infos
Rawtypes.Log// Blockchain specific contextual infos
}
}
// FilterTokenConfigChanged is a free log retrieval operation binding the contract event 0x66222645539139c5b1766dfe48c7e504e3c7506c906e43adf39cc81eaa9454ef.
// FilterTokenOutConfigChanged is a free log retrieval operation binding the contract event 0x7a89a2a1171b4ec8a8bfb7384ef449a1861191d4c9273a574be616e3b47ea0e1.
// WatchTokenConfigChanged is a free log subscription operation binding the contract event 0x66222645539139c5b1766dfe48c7e504e3c7506c906e43adf39cc81eaa9454ef.
// WatchTokenOutConfigChanged is a free log subscription operation binding the contract event 0x7a89a2a1171b4ec8a8bfb7384ef449a1861191d4c9273a574be616e3b47ea0e1.
// BridgeContractTransferInIterator is returned from filterTransferIn and is used to iterate over the raw logs and unpacked data for TransferIn events raised by the BridgeContract contract.
// BridgeContractTransferInIterator is returned from FilterTransferIn and is used to iterate over the raw logs and unpacked data for TransferIn events raised by the BridgeContract contract.
typeBridgeContractTransferInIteratorstruct{
typeBridgeContractTransferInIteratorstruct{
Event*BridgeContractTransferIn// Event containing the contract specifics and raw log
Event*BridgeContractTransferIn// Event containing the contract specifics and raw log
...
@@ -2393,7 +2394,7 @@ func (_BridgeContract *BridgeContractFilterer) ParseTransferInRejection(log type
...
@@ -2393,7 +2394,7 @@ func (_BridgeContract *BridgeContractFilterer) ParseTransferInRejection(log type
returnevent,nil
returnevent,nil
}
}
// BridgeContractTransferOutIterator is returned from filterTransferOut and is used to iterate over the raw logs and unpacked data for TransferOut events raised by the BridgeContract contract.
// BridgeContractTransferOutIterator is returned from FilterTransferOut and is used to iterate over the raw logs and unpacked data for TransferOut events raised by the BridgeContract contract.
typeBridgeContractTransferOutIteratorstruct{
typeBridgeContractTransferOutIteratorstruct{
Event*BridgeContractTransferOut// Event containing the contract specifics and raw log
Event*BridgeContractTransferOut// Event containing the contract specifics and raw log