package
0.0.0-20231115050327-37e35ec2fbd2
Repository: https://github.com/fastlane-labs/atlas-examples.git
Documentation: pkg.go.dev

# Functions

NewSimulator creates a new instance of Simulator, bound to a specific deployed contract.
NewSimulatorCaller creates a new read-only instance of Simulator, bound to a specific deployed contract.
NewSimulatorFilterer creates a new log filterer instance of Simulator, bound to a specific deployed contract.
NewSimulatorTransactor creates a new write-only instance of Simulator, bound to a specific deployed contract.

# Variables

SimulatorABI is the input ABI used to generate the binding from.
SimulatorMetaData contains all meta data concerning the Simulator contract.

# Structs

DAppOperation is an auto generated low-level Go binding around an user-defined struct.
Simulator is an auto generated Go binding around an Ethereum contract.
SimulatorCaller is an auto generated read-only Go binding around an Ethereum contract.
SimulatorCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
SimulatorCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
SimulatorFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
SimulatorMEVPaymentFailure represents a MEVPaymentFailure event raised by the Simulator contract.
SimulatorMEVPaymentFailureIterator is returned from FilterMEVPaymentFailure and is used to iterate over the raw logs and unpacked data for MEVPaymentFailure events raised by the Simulator contract.
SimulatorNewExecutionEnvironment represents a NewExecutionEnvironment event raised by the Simulator contract.
SimulatorNewExecutionEnvironmentIterator is returned from FilterNewExecutionEnvironment and is used to iterate over the raw logs and unpacked data for NewExecutionEnvironment events raised by the Simulator contract.
SimulatorRaw is an auto generated low-level Go binding around an Ethereum contract.
SimulatorSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
SimulatorSolverTxResult represents a SolverTxResult event raised by the Simulator contract.
SimulatorSolverTxResultIterator is returned from FilterSolverTxResult and is used to iterate over the raw logs and unpacked data for SolverTxResult events raised by the Simulator contract.
SimulatorTransactor is an auto generated write-only Go binding around an Ethereum contract.
SimulatorTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
SimulatorTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
SimulatorUserTxResult represents a UserTxResult event raised by the Simulator contract.
SimulatorUserTxResultIterator is returned from FilterUserTxResult and is used to iterate over the raw logs and unpacked data for UserTxResult events raised by the Simulator contract.
SolverOperation is an auto generated low-level Go binding around an user-defined struct.
UserOperation is an auto generated low-level Go binding around an user-defined struct.