# Functions
DeployAttackerContract deploys a new Ethereum contract, binding an instance of AttackerContract to it.
NewAttackerContract creates a new instance of AttackerContract, bound to a specific deployed contract.
NewAttackerContractCaller creates a new read-only instance of AttackerContract, bound to a specific deployed contract.
NewAttackerContractFilterer creates a new log filterer instance of AttackerContract, bound to a specific deployed contract.
NewAttackerContractTransactor creates a new write-only instance of AttackerContract, bound to a specific deployed contract.
NewVictim creates a new instance of Victim, bound to a specific deployed contract.
NewVictimCaller creates a new read-only instance of Victim, bound to a specific deployed contract.
NewVictimFilterer creates a new log filterer instance of Victim, bound to a specific deployed contract.
NewVictimTransactor creates a new write-only instance of Victim, bound to a specific deployed contract.
# Variables
AttackerContractABI is the input ABI used to generate the binding from.
AttackerContractBin is the compiled bytecode used for deploying new contracts.
AttackerContractMetaData contains all meta data concerning the AttackerContract contract.
VictimABI is the input ABI used to generate the binding from.
VictimMetaData contains all meta data concerning the Victim contract.
# Structs
AttackerContract is an auto generated Go binding around an Ethereum contract.
AttackerContractCaller is an auto generated read-only Go binding around an Ethereum contract.
AttackerContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
AttackerContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
AttackerContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
AttackerContractRaw is an auto generated low-level Go binding around an Ethereum contract.
AttackerContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
AttackerContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
AttackerContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
AttackerContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Victim is an auto generated Go binding around an Ethereum contract.
VictimCaller is an auto generated read-only Go binding around an Ethereum contract.
VictimCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
VictimCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
VictimFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
VictimRaw is an auto generated low-level Go binding around an Ethereum contract.
VictimSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
VictimTransactor is an auto generated write-only Go binding around an Ethereum contract.
VictimTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
VictimTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.