PIP total supply
– tPIP
TestPIP.totalSupply()
Suncrest Isles
Every number on this page is read live from public chain state over RPC — no backend, no database.
Connecting to RPC…
– tPIP
TestPIP.totalSupply()
– tPIP
PIP.balanceOf(0x…dEaD) — every burn is a transfer to the dEaD address
– tPIP
PIP.balanceOf(Treasury)
– tWETH
WETH.balanceOf(Treasury)
– 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.
– 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.