TESTNET Robinhood Chain 46630 — test data (tPIP / tWETH). This is not mainnet.

Suncrest Isles

Tokenomics

Every number on this page is read live from public chain state over RPC — no backend, no database.

Connecting to RPC…

PIP total supply

tPIP

TestPIP.totalSupply()

Burned

tPIP

PIP.balanceOf(0x…dEaD) — every burn is a transfer to the dEaD address

Treasury PIP

tPIP

PIP.balanceOf(Treasury)

Treasury WETH

tWETH

WETH.balanceOf(Treasury)

Effective float

tPIP

totalSupply − treasury PIP − burned

Includes the tPIP sitting in the testnet-only MockSwapRouter (PIP.balanceOf(MockSwapRouter)). Testnet has no DEX, so this seam stands in for mainnet pool liquidity and is not subtracted from the float — it disappears on mainnet.

Rewards this month — payouts vs cap

tPIP paid of tPIP cap ()

RewardClaimer.paidInMonth(currentMonth()) vs monthlyCap() — epoch month (30-day epochs since Unix time zero). Rewards are treasury transfers, never mints.