Contracts
Hex Bond contract addresses on PulseChain mainnet (chain 369), redeployed 12 August 2026 (ZapX 21 August 2026). The app reads these directly — every figure it shows comes from on-chain state.
Most of these are UUPS proxies. The address in the middle column is the one you interact with and the one to add to a wallet — it never changes. The code that runs behind it lives at the implementationaddress in the right column, and that address moves whenever the contract is upgraded. Both are shown so you can verify the bytecode that is actually live, not just the front door. The implementation column is read from each proxy's EIP-1967 storage slot when this page loads, so it can never fall out of date the way a written-down address would.
| Contract | Address (what you interact with) | Implementation (current logic) |
|---|---|---|
| HBR token | 0x3577b837F1e83C21Cb7e6E02aD561653FE31ceE7 | reading… |
| MasterChefX (farms) | 0xB6e60c1c2632324736b0076F28fFCd53d6Df4DFd | reading… |
| HBR staking | 0xb2c65d719ba86185BE78b11198b14b392c9fd112 | reading… |
| Hex Bond manager | 0xa3abd790fA047Ff5FD298fAC39a481Ea4794364e | reading… |
| Hex Bond migrator | 0x46099e6cb05526C9579Da369B24BEbC400973205 | reading… |
| ZapX (one-click entry) | 0x73902B5FA58c850350F592c0365eB1f58AFA1843 | reading… |
| Treasury dripper | 0x2B73C14dE7802d500e07B7ab58CC6d603083B3f3 | reading… |
| Team vesting | 0x63eeB28819Ab8747Bab67836977641Cd9136117D | reading… |
| HEX (external · 8 dec) | 0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39 | — |
Links open Otterscan (otter.pulsechain.com). To verify an upgrade yourself: cast storage <proxy> 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
