Authorized Operators
Keeper Console
Heartbeat, commit–reveal burns, and execution for wallets on the mission contract's keeper allowlist.
Connect a wallet to interact. Keeper-only actions stay disabled until an authorized keeper address is connected.
Heartbeat
Requires an authorized keeper wallet.Updates last heartbeat timestamp and refreshes the market-cap cache via _getSecureMarketCap().
Commit burn
Requires an authorized keeper wallet.Step 1 of the commit–reveal flow. Store a commit hash now; execute on a later block with the same hash.
Execute burns
Requires an authorized keeper wallet.Step 2 — runs FUEL burns and/or boss blasts when milestones and cannon charges align. Requires a prior commit on an earlier block.
Refresh oracle
Public function — calls getLatestMarketCap(). Anyone can refresh the market-cap oracle.
Contract: ZORPDualBurnMission369