npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@lazysuperheroes/farming-cli

v1.0.0

Published

Read-only CLI for querying Lazy Superheroes farming and staking contracts on Hedera

Readme

@lazysuperheroes/farming-cli

Read-only CLI for querying Lazy Superheroes farming and staking contracts on Hedera. No private keys required - all queries use the public Hedera Mirror Node.

Installation

npm install -g @lazysuperheroes/farming-cli
# or
yarn global add @lazysuperheroes/farming-cli

Or run directly with npx:

npx @lazysuperheroes/farming-cli info

Quick Start

# System overview
lazy-farm info

# Check your staked NFTs
lazy-farm staked 0.0.YOUR_ACCOUNT

# View staking rewards info
lazy-farm rewards 0.0.YOUR_ACCOUNT

# List active missions
lazy-farm missions

# Check allowances
lazy-farm allowances 0.0.YOUR_ACCOUNT

Commands

lazy-farm info

Display system information and contract details.

lazy-farm info

Output:

Lazy Farming System - mainnet

┌──────────────────────┬───────────────┐
│ Network              │ mainnet       │
├──────────────────────┼───────────────┤
│ LAZY Token           │ 0.0.1311037   │
├──────────────────────┼───────────────┤
│ LAZY Symbol          │ LAZY          │
├──────────────────────┼───────────────┤
│ LAZY Total Supply    │ 249,132,140.7 │
├──────────────────────┼───────────────┤
│ NFT Staking Contract │ 0.0.7221488   │
├──────────────────────┼───────────────┤
│ Stakable Collections │ 40            │
├──────────────────────┼───────────────┤
│ Active Stakers       │ 83            │
├──────────────────────┼───────────────┤
│ Mission Factory      │ 0.0.8257122   │
├──────────────────────┼───────────────┤
│ Active Missions      │ 0             │
└──────────────────────┴───────────────┘

lazy-farm staked <account>

Query staked NFTs for an account.

lazy-farm staked 0.0.123456

Shows all NFT collections and serial numbers staked by the account.

lazy-farm rewards <account>

Query staking info and reward rates for an account.

lazy-farm rewards 0.0.123456

Displays staked collections, NFT counts, and configured reward rates.

lazy-farm allowances <account>

Query token and NFT allowances for an account.

# All allowance types
lazy-farm allowances 0.0.123456

# Filter by type
lazy-farm allowances 0.0.123456 --type ft
lazy-farm allowances 0.0.123456 --type nft
lazy-farm allowances 0.0.123456 --type hbar

Options:

  • --type <type> - Filter: all, ft, nft, hbar (default: all)

lazy-farm missions

List all deployed missions.

lazy-farm missions

Shows mission addresses, available slots, and entry fees.

lazy-farm missions details <mission>

Get details for a specific mission.

lazy-farm missions details 0.0.789012

Output includes:

  • Entry fee
  • Duration
  • Slots remaining
  • Max participants
  • Reward collection
  • Active users

lazy-farm boost-levels

Display gem boost level information.

lazy-farm boost-levels

Output:

Boost Levels - mainnet

Boost Manager: 0.0.8257105

┌───────┬──────┬───────────────────┬─────────────┐
│ Level │ Name │ Boost Reduction % │ Collections │
├───────┼──────┼───────────────────┼─────────────┤
│ 0     │ C    │ 5%                │ 9           │
├───────┼──────┼───────────────────┼─────────────┤
│ 1     │ R    │ 10%               │ 6           │
├───────┼──────┼───────────────────┼─────────────┤
│ 2     │ SR   │ 15%               │ 7           │
├───────┼──────┼───────────────────┼─────────────┤
│ 3     │ UR   │ 25%               │ 7           │
├───────┼──────┼───────────────────┼─────────────┤
│ 4     │ LR   │ 40%               │ 3           │
├───────┼──────┼───────────────────┼─────────────┤
│ 5     │ SPE  │ 20%               │ 2           │
└───────┴──────┴───────────────────┴─────────────┘

lazy-farm deployments

Show deployment manifest information.

# List all contracts
lazy-farm deployments

# Verify contracts exist on network
lazy-farm deployments --verify

Options:

  • --verify - Verify each contract exists on the network

Global Options

All commands support these options:

| Option | Description | |--------|-------------| | --testnet | Use testnet instead of mainnet | | --json | Output as JSON (for scripting) | | -h, --help | Display help | | -V, --version | Display version |

JSON Output

Use --json for machine-readable output:

lazy-farm info --json
{
  "Network": "mainnet",
  "LAZY Token": "0.0.1311037",
  "LAZY Symbol": "LAZY",
  "LAZY Total Supply": "249,132,140.7",
  "NFT Staking Contract": "0.0.7221488",
  "Stakable Collections": "40",
  "Active Stakers": "83",
  "Mission Factory": "0.0.8257122",
  "Active Missions": "0",
  "Boost Manager": "0.0.8257105",
  "Delegate Registry": "0.0.7221486",
  "Gas Station": "0.0.7221483"
}

Mainnet Contracts

| Contract | Address | |----------|---------| | $LAZY Token | 0.0.1311037 | | LAZYTokenCreator | 0.0.1311003 | | LazyGasStation | 0.0.7221483 | | LazyDelegateRegistry | 0.0.7221486 | | LazyNFTStaking | 0.0.7221488 | | MissionFactory | 0.0.8257122 | | Mission Template | 0.0.8257118 | | BoostManager | 0.0.8257105 | | PRNG | 0.0.8257116 |

Requirements

  • Node.js 18+
  • Internet connection (queries Hedera Mirror Node)

Related Packages

License

MIT

Links