package
0.0.13
Repository: https://github.com/go-bamboo/contrib.git
Documentation: pkg.go.dev

# Functions

DeployERC20 deploys a new Ethereum contract, binding an instance of ERC20 to it.
DeployUSDT deploys a new Ethereum contract, binding an instance of USDT to it.
NewContext creates a new instance of Context, bound to a specific deployed contract.
NewContextCaller creates a new read-only instance of Context, bound to a specific deployed contract.
NewContextFilterer creates a new log filterer instance of Context, bound to a specific deployed contract.
NewContextTransactor creates a new write-only instance of Context, bound to a specific deployed contract.
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.
NewIERC20 creates a new instance of IERC20, bound to a specific deployed contract.
NewIERC20Caller creates a new read-only instance of IERC20, bound to a specific deployed contract.
NewIERC20Filterer creates a new log filterer instance of IERC20, bound to a specific deployed contract.
NewIERC20Metadata creates a new instance of IERC20Metadata, bound to a specific deployed contract.
NewIERC20MetadataCaller creates a new read-only instance of IERC20Metadata, bound to a specific deployed contract.
NewIERC20MetadataFilterer creates a new log filterer instance of IERC20Metadata, bound to a specific deployed contract.
NewIERC20MetadataTransactor creates a new write-only instance of IERC20Metadata, bound to a specific deployed contract.
NewIERC20Transactor creates a new write-only instance of IERC20, bound to a specific deployed contract.
NewUSDT creates a new instance of USDT, bound to a specific deployed contract.
NewUSDTCaller creates a new read-only instance of USDT, bound to a specific deployed contract.
NewUSDTFilterer creates a new log filterer instance of USDT, bound to a specific deployed contract.
NewUSDTTransactor creates a new write-only instance of USDT, bound to a specific deployed contract.

# Constants

ContextABI is the input ABI used to generate the binding from.
ERC20ABI is the input ABI used to generate the binding from.
IERC20ABI is the input ABI used to generate the binding from.
IERC20MetadataABI is the input ABI used to generate the binding from.
USDTABI is the input ABI used to generate the binding from.

# Variables

ERC20Bin is the compiled bytecode used for deploying new contracts.
ERC20FuncSigs maps the 4-byte function signature to its string representation.
IERC20FuncSigs maps the 4-byte function signature to its string representation.
IERC20MetadataFuncSigs maps the 4-byte function signature to its string representation.
USDTBin is the compiled bytecode used for deploying new contracts.
USDTFuncSigs maps the 4-byte function signature to its string representation.

# Structs

Context is an auto generated Go binding around an Ethereum contract.
ContextCaller is an auto generated read-only Go binding around an Ethereum contract.
ContextCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
ContextCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
ContextFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
ContextRaw is an auto generated low-level Go binding around an Ethereum contract.
ContextSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
ContextTransactor is an auto generated write-only Go binding around an Ethereum contract.
ContextTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
ContextTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
ERC20 is an auto generated Go binding around an Ethereum 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.
ERC20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
ERC20Raw is an auto generated low-level Go binding around an Ethereum 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.
IERC20 is an auto generated Go binding around an Ethereum contract.
IERC20Approval represents a Approval event raised by the IERC20 contract.
IERC20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the IERC20 contract.
IERC20Caller is an auto generated read-only Go binding around an Ethereum contract.
IERC20CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
IERC20CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
IERC20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
IERC20Metadata is an auto generated Go binding around an Ethereum contract.
IERC20MetadataApproval represents a Approval event raised by the IERC20Metadata contract.
IERC20MetadataApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the IERC20Metadata contract.
IERC20MetadataCaller is an auto generated read-only Go binding around an Ethereum contract.
IERC20MetadataCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
IERC20MetadataCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
IERC20MetadataFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
IERC20MetadataRaw is an auto generated low-level Go binding around an Ethereum contract.
IERC20MetadataSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
IERC20MetadataTransactor is an auto generated write-only Go binding around an Ethereum contract.
IERC20MetadataTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
IERC20MetadataTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
IERC20MetadataTransfer represents a Transfer event raised by the IERC20Metadata contract.
IERC20MetadataTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the IERC20Metadata contract.
IERC20Raw is an auto generated low-level Go binding around an Ethereum contract.
IERC20Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
IERC20Transactor is an auto generated write-only Go binding around an Ethereum contract.
IERC20TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
IERC20TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
IERC20Transfer represents a Transfer event raised by the IERC20 contract.
IERC20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the IERC20 contract.
USDT is an auto generated Go binding around an Ethereum contract.
USDTApproval represents a Approval event raised by the USDT contract.
USDTApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the USDT contract.
USDTCaller is an auto generated read-only Go binding around an Ethereum contract.
USDTCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
USDTCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
USDTFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
USDTRaw is an auto generated low-level Go binding around an Ethereum contract.
USDTSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
USDTTransactor is an auto generated write-only Go binding around an Ethereum contract.
USDTTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
USDTTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
USDTTransfer represents a Transfer event raised by the USDT contract.
USDTTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the USDT contract.