# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewErc20 creates a new instance of Erc20, bound to a specific deployed contract.
NewErc20Caller creates a new read-only instance of Erc20, bound to a specific deployed contract.
NewErc20Filterer creates a new log filterer instance of Erc20, bound to a specific deployed contract.
NewErc20Transactor creates a new write-only instance of Erc20, bound to a specific deployed contract.
PackMessage go build -ldflags -s -v -o main cmd/abigen/*.go ./main --abi erc20.json --pkg chain_evm --type Erc20 --out erc20.go --alias _totalSupply=TotalSupply1.
# Variables
Erc20ABI is the input ABI used to generate the binding from.
Erc20MetaData contains all meta data concerning the Erc20 contract.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Erc20 is an auto generated Go binding around an Ethereum contract.
Erc20AddedBlackList represents a AddedBlackList event raised by the Erc20 contract.
Erc20AddedBlackListIterator is returned from FilterAddedBlackList and is used to iterate over the raw logs and unpacked data for AddedBlackList events raised by the Erc20 contract.
Erc20Approval represents a Approval event raised by the Erc20 contract.
Erc20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Erc20 contract.
Erc20Caller is an auto generated read-only Go binding around an Ethereum contract.
Erc20CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
Erc20CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
Erc20Deprecate represents a Deprecate event raised by the Erc20 contract.
Erc20DeprecateIterator is returned from FilterDeprecate and is used to iterate over the raw logs and unpacked data for Deprecate events raised by the Erc20 contract.
Erc20DestroyedBlackFunds represents a DestroyedBlackFunds event raised by the Erc20 contract.
Erc20DestroyedBlackFundsIterator is returned from FilterDestroyedBlackFunds and is used to iterate over the raw logs and unpacked data for DestroyedBlackFunds events raised by the Erc20 contract.
Erc20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
Erc20Issue represents a Issue event raised by the Erc20 contract.
Erc20IssueIterator is returned from FilterIssue and is used to iterate over the raw logs and unpacked data for Issue events raised by the Erc20 contract.
Erc20Params represents a Params event raised by the Erc20 contract.
Erc20ParamsIterator is returned from FilterParams and is used to iterate over the raw logs and unpacked data for Params events raised by the Erc20 contract.
Erc20Pause represents a Pause event raised by the Erc20 contract.
Erc20PauseIterator is returned from FilterPause and is used to iterate over the raw logs and unpacked data for Pause events raised by the Erc20 contract.
Erc20Raw is an auto generated low-level Go binding around an Ethereum contract.
Erc20Redeem represents a Redeem event raised by the Erc20 contract.
Erc20RedeemIterator is returned from FilterRedeem and is used to iterate over the raw logs and unpacked data for Redeem events raised by the Erc20 contract.
Erc20RemovedBlackList represents a RemovedBlackList event raised by the Erc20 contract.
Erc20RemovedBlackListIterator is returned from FilterRemovedBlackList and is used to iterate over the raw logs and unpacked data for RemovedBlackList events raised by the Erc20 contract.
Erc20Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
Erc20Transactor is an auto generated write-only Go binding around an Ethereum contract.
Erc20TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
Erc20TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Erc20Transfer represents a Transfer event raised by the Erc20 contract.
Erc20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Erc20 contract.
Erc20Unpause represents a Unpause event raised by the Erc20 contract.
Erc20UnpauseIterator is returned from FilterUnpause and is used to iterate over the raw logs and unpacked data for Unpause events raised by the Erc20 contract.
No description provided by the author
No description provided by the author