# Functions
DeployEthereumBridge deploys a new Ethereum contract, binding an instance of EthereumBridge to it.
NewEthereumBridge creates a new instance of EthereumBridge, bound to a specific deployed contract.
NewEthereumBridgeCaller creates a new read-only instance of EthereumBridge, bound to a specific deployed contract.
NewEthereumBridgeFilterer creates a new log filterer instance of EthereumBridge, bound to a specific deployed contract.
NewEthereumBridgeTransactor creates a new write-only instance of EthereumBridge, bound to a specific deployed contract.
# Variables
EthereumBridgeABI is the input ABI used to generate the binding from.
EthereumBridgeBin is the compiled bytecode used for deploying new contracts.
EthereumBridgeMetaData contains all meta data concerning the EthereumBridge contract.
# Structs
EthereumBridge is an auto generated Go binding around an Ethereum contract.
EthereumBridgeCaller is an auto generated read-only Go binding around an Ethereum contract.
EthereumBridgeCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
EthereumBridgeCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
EthereumBridgeCreatedWrappedToken represents a CreatedWrappedToken event raised by the EthereumBridge contract.
EthereumBridgeCreatedWrappedTokenIterator is returned from FilterCreatedWrappedToken and is used to iterate over the raw logs and unpacked data for CreatedWrappedToken events raised by the EthereumBridge contract.
EthereumBridgeFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
EthereumBridgeInitialized represents a Initialized event raised by the EthereumBridge contract.
EthereumBridgeInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the EthereumBridge contract.
EthereumBridgeRaw is an auto generated low-level Go binding around an Ethereum contract.
EthereumBridgeSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
EthereumBridgeTransactor is an auto generated write-only Go binding around an Ethereum contract.
EthereumBridgeTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
EthereumBridgeTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.