package
0.0.0-20240131102510-b82e34e541d0
Repository: https://github.com/abcdelabs/understanding-ethereum-go-version.git
Documentation: pkg.go.dev

# Functions

DeployStorage deploys a new Ethereum contract, binding an instance of Storage to it.
NewStorage creates a new instance of Storage, bound to a specific deployed contract.
NewStorageCaller creates a new read-only instance of Storage, bound to a specific deployed contract.
NewStorageFilterer creates a new log filterer instance of Storage, bound to a specific deployed contract.
NewStorageTransactor creates a new write-only instance of Storage, bound to a specific deployed contract.

# Constants

StorageABI is the input ABI used to generate the binding from.

# Variables

StorageBin is the compiled bytecode used for deploying new contracts.
StorageFuncSigs maps the 4-byte function signature to its string representation.

# Structs

Storage is an auto generated Go binding around an Ethereum contract.
StorageCaller is an auto generated read-only Go binding around an Ethereum contract.
StorageCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
StorageCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
StorageFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
StorageRaw is an auto generated low-level Go binding around an Ethereum contract.
StorageSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
StorageTransactor is an auto generated write-only Go binding around an Ethereum contract.
StorageTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
StorageTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.