pat0contracttoken
market
price
market cap
fully diluted
liquidity
volume 24h
trades 24h
holders
change 24h
cistern
the cistern
cisterncurve entry csurcharge rburn payfee 40 bpstwo ways in, one way out, and the way out pays a toll back in.
two inflows and one outflow, with the fee returning.
cooldown
mint at block bburn allowed from b + 64burn reverts · 64 blocks
sixty four blocks between a mint and a burn from the same address.
storage
slot 0 · totalSupplyslot 1 · cisternslot 2 · positionslot 3 · pressureslot 4 · pressureBlockslot 5 · usedInBlockslot 6 · balances rootslot 7 · lastMintBlock rootsix words of state. two mappings. nothing else.
six words of state and two mappings, drawn cell by cell.
activity
blockkindwhoethtokenstx
every mint and burn the contract has emitted, newest first, read from the chain.

one reserve

the contract's eth balance is the cistern. there is no second account, no fee wallet, no treasury, no router. eth arrives only through mint and leaves only through burn. the storage plate shows the whole state: six words and two mappings. there is nowhere for anything else to live.

burning pays book

a burn of some amount of tokens pays that amount times the cistern over the supply, less forty basis points that stay behind. the curve is not consulted. position does not move. this is why the position on the curve plate only ever advances while the cistern can fall: the curve is a memory of everything that ever entered, the cistern is what is still here.

the cooldown

an address that mints cannot burn for sixty four blocks. that is about six seconds, which is nothing to a person and everything to a bundle. a mint and a burn cannot share a block, cannot share a batch, and cannot be arranged around a pressure reading by the same address in the same breath.

nothing else

no owner. no pause. no upgrade. no allow list. no blacklist. no mint function that takes an address. no withdraw. no rescue. the functions are mint, burn, and views. the contract page on the explorer shows the verified source and its name, and every claim on this page is a field on that page.