package
0.0.9
Repository: https://github.com/rethmint/revm-api.git
Documentation: pkg.go.dev

# Functions

DeployTest deploys a new Ethereum contract, binding an instance of Test to it.
NewTest creates a new instance of Test, bound to a specific deployed contract.
NewTestCaller creates a new read-only instance of Test, bound to a specific deployed contract.
NewTestFilterer creates a new log filterer instance of Test, bound to a specific deployed contract.
NewTestTransactor creates a new write-only instance of Test, bound to a specific deployed contract.

# Variables

TestABI is the input ABI used to generate the binding from.
TestBin is the compiled bytecode used for deploying new contracts.
TestMetaData contains all meta data concerning the Test contract.

# Structs

Test is an auto generated Go binding around an Ethereum contract.
TestCaller is an auto generated read-only Go binding around an Ethereum contract.
TestCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TestCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
TestFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TestIncreased represents a Increased event raised by the Test contract.
TestIncreasedIterator is returned from FilterIncreased and is used to iterate over the raw logs and unpacked data for Increased events raised by the Test contract.
TestRaw is an auto generated low-level Go binding around an Ethereum contract.
TestSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TestTransactor is an auto generated write-only Go binding around an Ethereum contract.
TestTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TestTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.