Versions in this module Expand all Collapse all v0 v0.1.5 Aug 30, 2021 Changes in this version + func BindFlags(cmd *cobra.Command) error + func CloneWithGob(src, dst interface{}) + func DedupAddresses(addrs []common.Address) []common.Address + func EnsureUniqueAddresses(addrs []common.Address) error + func FindAddressIndex(addresses []common.Address, addr common.Address) (int, error) + func GetRevertReason(ctx context.Context, b ethereum.ContractCaller, from common.Address, ...) error + func ShowHelpAndExit(cmd *cobra.Command, args []string) + func Sleep(ctx context.Context, d time.Duration) + func WaitMined(ctx context.Context, client *ethclient.Client, txHash common.Hash) (*types.Receipt, error) + func WaitMinedMany(ctx context.Context, client *ethclient.Client, txHashes []common.Hash) ([]*types.Receipt, error) + type ChecksumAddr common.Address + func (addr *ChecksumAddr) UnmarshalJSON(data []byte) error + func (addr ChecksumAddr) MarshalJSON() ([]byte, error)