sLEO Contract
Independent UI for the verified StakerWithRewards contract on Arbitrum One. v13-network-guard-custom
Wallet
Works with injected extension wallets: MetaMask, Rabby, Brave Wallet, Coinbase Wallet extension, Keplr EVM, and similar EIP-1193 / EIP-6963 wallets. WalletConnect is included too.
Your staked balance
—
Connect wallet to read.
Claimable rewards
—
Connect wallet to read.
Total staked
—
Loaded from contract.
Actions
Simulation uses eth_call, so it does not move funds or require a signature. It only checks whether the transaction would likely revert right now.
Normal withdraw(amount) appears to pay pending rewards too. I intentionally did not expose withdrawForfeitRewards(amount), because that function withdraws without rewards.
Reward period
Contract coverage
This is a lightweight safety check only. It does not scan every historical user. It checks whether the contract holds enough staking tokens to cover all sLEO, and whether the contract currently holds enough reward token to cover the connected wallet's claimable rewards.
For everyone's unpaid rewards, an indexer/script is better than making every browser scan logs. This page intentionally avoids the slow full-user scan.