LooksRare Staking Rewards
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
The LooksRare Staking Rewards tool reads your staked LOOKS balance, pending rewards, and staking position from the LooksRare StakingRewards contract on Ethereum. It fetches the current reward rate and total staked supply, then calculates an estimated APR (annual percentage rate) based on the current reward emissions. The tool displays your staked LOOKS, earned rewards, total staked in the pool, reward rate, and estimated APR—giving you a complete view of your staking position and yield.
HOW TO USE
1. Connect your EVM wallet (required to read your staking position).
2. Select Ethereum (LooksRare is deployed only on mainnet).
3. Enter the LooksRare StakingRewards contract address and the LOOKS token address (you provide the addresses you trust).
4. Click "Fetch rewards" to retrieve your staking data.
5. Review your staked balance, pending rewards, total staked, reward rate, and estimated APR.
THE REAL MECHANISM — StakingRewards contract state queries with APR calculation
This tool reads from the LooksRare StakingRewards contract using standard view functions: `balanceOf(address)` to get your staked LOOKS, `earned(address)` to get your pending rewards, `rewardRate()` to get the current emissions per second, and `totalSupply()` to get the total staked amount. It also reads `getRewardForDuration()` to determine the reward period. The APR is calculated as: (rewardRate × seconds_per_year) / totalSupply × 100. All data is retrieved directly from the blockchain via your wallet provider—no off-chain APIs or price oracles are required for the core functionality.
WHAT IT CANNOT SEE
- This tool cannot read staking data from contracts that do not implement the standard StakingRewards interface (e.g., balanceOf, earned).
- It cannot calculate accurate APR/APY without a reliable price feed—the APR displayed is based solely on LOOKS token emissions.
- It does not support chains other than Ethereum mainnet where LooksRare is deployed.
- It cannot fetch LOOKS price data if the configured price feed is unavailable.
- It cannot automatically detect if the provided contract addresses are the official LooksRare contracts—you are responsible for verifying them.
- It cannot estimate rewards from staking positions that use different reward mechanisms (e.g., auto-compounding vaults).
PLEASE NOTE
- This tool works only on Ethereum mainnet (chain 1), where LooksRare is deployed.
- You must provide the StakingRewards contract address and LOOKS token address yourself—this tool does not hardcode any addresses.
- The APR is an estimate based on the current reward rate and total staked supply. Actual yield may vary as these values change.
- Staking rewards are subject to change by the LooksRare protocol—always verify the latest rates.
- This tool is read-only and does not submit any transactions.