package
0.0.0-20220727093233-2377799c98cb
Repository: https://github.com/dhunterao/go-uni.git
Documentation: pkg.go.dev
# Functions
DeployVyper deploys a new Ethereum contract, binding an instance of Vyper to it.
NewVyper creates a new instance of Vyper, bound to a specific deployed contract.
NewVyperCaller creates a new read-only instance of Vyper, bound to a specific deployed contract.
NewVyperFilterer creates a new log filterer instance of Vyper, bound to a specific deployed contract.
NewVyperTransactor creates a new write-only instance of Vyper, bound to a specific deployed contract.
# Variables
VyperABI is the input ABI used to generate the binding from.
VyperBin is the compiled bytecode used for deploying new contracts.
VyperMetaData contains all meta data concerning the Vyper contract.
# Structs
Vyper is an auto generated Go binding around an Ethereum contract.
VyperCaller is an auto generated read-only Go binding around an Ethereum contract.
VyperCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
VyperCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
VyperFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
VyperRaw is an auto generated low-level Go binding around an Ethereum contract.
VyperSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
VyperTransactor is an auto generated write-only Go binding around an Ethereum contract.
VyperTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
VyperTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.