erc20

package
v1.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2023 License: LGPL-3.0 Imports: 17 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Amount         string
	Decimals       uint64
	DstAddress     string
	Erc20Address   string
	Recipient      string
	Bridge         string
	DomainID       uint8
	ResourceID     string
	AccountAddress string
	OwnerAddress   string
	SpenderAddress string
	Minter         string
	Priority       string
)

flag vars

View Source
var (
	RecipientAddress   common.Address
	RealAmount         *big.Int
	Erc20Addr          common.Address
	MinterAddr         common.Address
	BridgeAddr         common.Address
	ResourceIdBytesArr types.ResourceID
)

processed flag vars

View Source
var ERC20Cmd = &cobra.Command{
	Use:   "erc20",
	Short: "Set of commands for interacting with an ERC20 contract",
	Long:  "Set of commands for interacting with an ERC20 contract",
	PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
		var err error

		url, gasLimit, gasPrice, senderKeyPair, prepare, err = flags.GlobalFlagValues(cmd)
		if err != nil {
			return fmt.Errorf("could not get global flags: %v", err)
		}
		return nil
	},
}

Functions

func AddMinterCmd

func AddMinterCmd(cmd *cobra.Command, args []string, contract *erc20.ERC20Contract) error

func ApproveCmd

func ApproveCmd(cmd *cobra.Command, args []string, contract *erc20.ERC20Contract) error

func BalanceCmd

func BalanceCmd(cmd *cobra.Command, args []string, contract *erc20.ERC20Contract) error

func BindAddMinterFlags

func BindAddMinterFlags(cmd *cobra.Command)

func BindApproveFlags

func BindApproveFlags(cmd *cobra.Command)

func BindBalanceFlags

func BindBalanceFlags(cmd *cobra.Command)

func BindDepositFlags

func BindDepositFlags(cmd *cobra.Command)

func BindGetAllowanceFlags

func BindGetAllowanceFlags(cmd *cobra.Command)

func BindMintFlags

func BindMintFlags(cmd *cobra.Command)

func DepositCmd

func DepositCmd(cmd *cobra.Command, args []string, contract *bridge.BridgeContract) error

func GetAllowanceCmd

func GetAllowanceCmd(cmd *cobra.Command, args []string, contract *erc20.ERC20Contract) error

func MintCmd

func MintCmd(cmd *cobra.Command, args []string, contract *erc20.ERC20Contract) error

func ProcessAddMinterFlags

func ProcessAddMinterFlags(cmd *cobra.Command, args []string)

func ProcessApproveFlags

func ProcessApproveFlags(cmd *cobra.Command, args []string) error

func ProcessBalanceFlags

func ProcessBalanceFlags(cmd *cobra.Command, args []string)

func ProcessDepositFlags

func ProcessDepositFlags(cmd *cobra.Command, args []string) error

func ProcessMintFlags

func ProcessMintFlags(cmd *cobra.Command, args []string) error

func ValidateAddMinterFlags

func ValidateAddMinterFlags(cmd *cobra.Command, args []string) error

func ValidateApproveFlags

func ValidateApproveFlags(cmd *cobra.Command, args []string) error

func ValidateBalanceFlags

func ValidateBalanceFlags(cmd *cobra.Command, args []string) error

func ValidateDepositFlags

func ValidateDepositFlags(cmd *cobra.Command, args []string) error

func ValidateGetAllowanceFlags

func ValidateGetAllowanceFlags(cmd *cobra.Command, args []string) error

func ValidateMintFlags

func ValidateMintFlags(cmd *cobra.Command, args []string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL