# Functions
DeployNativeProxy deploys a new Ethereum contract, binding an instance of NativeProxy to it.
NewNativeProxy creates a new instance of NativeProxy, bound to a specific deployed contract.
NewNativeProxyCaller creates a new read-only instance of NativeProxy, bound to a specific deployed contract.
NewNativeProxyFilterer creates a new log filterer instance of NativeProxy, bound to a specific deployed contract.
NewNativeProxyTransactor creates a new write-only instance of NativeProxy, bound to a specific deployed contract.
# Constants
NativeProxyABI is the input ABI used to generate the binding from.
# Variables
NativeProxyBin is the compiled bytecode used for deploying new contracts.
# Structs
NativeProxy is an auto generated Go binding around an Ethereum contract.
NativeProxyCaller is an auto generated read-only Go binding around an Ethereum contract.
NativeProxyCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
NativeProxyCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
NativeProxyFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
NativeProxyRaw is an auto generated low-level Go binding around an Ethereum contract.
NativeProxySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
NativeProxyTransactor is an auto generated write-only Go binding around an Ethereum contract.
NativeProxyTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
NativeProxyTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
NativeProxyTransferProxied represents a TransferProxied event raised by the NativeProxy contract.
NativeProxyTransferProxiedIterator is returned from FilterTransferProxied and is used to iterate over the raw logs and unpacked data for TransferProxied events raised by the NativeProxy contract.