How it works
This is a read-only record. There is no wallet to connect, no transaction to sign, and nothing held on your behalf.
- Fee split
- Read off the launch record rather than typed in by hand. One factory, one split, fixed when the token is created.
- Holder list
- Addresses come from the token’s own transfer history, then balances are re-read at the chosen block.
- Share
- Balance divided by supply counted at the same block. Zero balances are dropped.
Worth knowing
- Snapshots run one token at a time. Busy tokens take longer because there is more transfer history to walk.
- A share is only true for the block printed beside it. One transfer later and it is already different.
- The liquidity pool appears as the largest holder because it genuinely holds those tokens. Hiding it would make every other share wrong.
- Build two blocks to unlock the change column, which shows who entered, exited, added, or sold between them.
Not in this build
Conditional RWA reward records need a separate vault contract that is not part of the Pons factory, so no reward screen exists yet. Every token, balance, and block here is invented for design review.
Browse launches