{
  "_": [
    "Which token is the OFFICIAL $PICPAD, and how anything is allowed to decide that.",
    "",
    "This file is deliberately public (it is served at /official.json) because it",
    "is a claim anyone should be able to check against the chain themselves.",
    "",
    "A ticker is not an identity. Anyone can launch a token called PICPAD on Pons",
    "v2 thirty seconds from now, so symbol alone must never make this site say",
    "LIVE. The identity is the LAUNCHER WALLET: a token counts as official only",
    "if the Pons v2 factory's own TokenLaunched log names one of the addresses in",
    "`launchers` as its deployer, AND the token's symbol matches, AND its name",
    "matches when one is set here.",
    "",
    "While `launchers` is empty NOTHING can qualify, and the site stays on LIVE",
    "SOON forever. That is the safe default: an unarmed watcher says nothing, it",
    "does not guess.",
    "",
    "`address` is a manual pin for the one case the rules cannot cover, e.g. the",
    "official launch was made from a wallet nobody wrote down. It is still",
    "verified against the factory before it is shown; it only waives the launcher",
    "check. Leave it empty unless you mean it.",
    "",
    "api/official.js reads this file and nothing else. The browser never needs it:",
    "it asks /api/official, which answers with an address that has already been",
    "checked against the chain."
  ],

  "symbol": "PICPAD",

  "name": "",

  "launchers": ["0x1e77B0c398aAA0533bC81F9d64249036A432cbBe"],

  "address": "0xb8cB91cEfE8BBf0f0dc971CAE7b32792037D12e0",

  "sinceBlock": 59562254
}
