package
0.7.0
Repository: https://github.com/zksync-sdk/zksync2-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DeployToken deploys a new Ethereum contract, binding an instance of Token to it.
NewIncrementer creates a new instance of Incrementer, bound to a specific deployed contract.
NewIncrementerCaller creates a new read-only instance of Incrementer, bound to a specific deployed contract.
NewIncrementerFilterer creates a new log filterer instance of Incrementer, bound to a specific deployed contract.
NewIncrementerTransactor creates a new write-only instance of Incrementer, bound to a specific deployed contract.
NewToken creates a new instance of Token, bound to a specific deployed contract.
NewTokenCaller creates a new read-only instance of Token, bound to a specific deployed contract.
NewTokenFilterer creates a new log filterer instance of Token, bound to a specific deployed contract.
NewTokenTransactor creates a new write-only instance of Token, bound to a specific deployed contract.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
ApprovalToken is deployed using create2 and Salt.
IncrementerABI is the input ABI used to generate the binding from.
IncrementerMetaData contains all meta data concerning the Incrementer contract.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MultisigAccount is an account that signs transaction using PrivateKey1 and PrivateKey2 and is deployed using create2 and Salt.
Paymaster is an approval based paymaster for approval token deployed using create2 and Salt.
No description provided by the author
TokenABI is the input ABI used to generate the binding from.
TokenBin is the compiled bytecode used for deploying new contracts.
TokenMetaData contains all meta data concerning the Token contract.

# Structs

Incrementer is an auto generated Go binding around an Ethereum contract.
IncrementerCaller is an auto generated read-only Go binding around an Ethereum contract.
IncrementerCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
IncrementerCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
IncrementerFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
IncrementerRaw is an auto generated low-level Go binding around an Ethereum contract.
IncrementerSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
IncrementerTransactor is an auto generated write-only Go binding around an Ethereum contract.
IncrementerTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
IncrementerTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Token is an auto generated Go binding around an Ethereum contract.
TokenApproval represents a Approval event raised by the Token contract.
TokenApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Token contract.
TokenCaller is an auto generated read-only Go binding around an Ethereum contract.
TokenCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
TokenCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
No description provided by the author
TokenFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
TokenRaw is an auto generated low-level Go binding around an Ethereum contract.
TokenSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
TokenTransactor is an auto generated write-only Go binding around an Ethereum contract.
TokenTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
TokenTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
TokenTransfer represents a Transfer event raised by the Token contract.
TokenTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Token contract.