{
  "note": "Burn addresses are protocol constants. The locker list is empty on purpose — see /lockers for the admission criteria and what happened to the first draft.",
  "burnAddresses": {
    "0x0000000000000000000000000000000000000000": {
      "label": "Null address",
      "note": "No private key can exist for it. Tokens sent here are unrecoverable by anyone, including the deployer. The strongest form of \"burned\"."
    },
    "0x000000000000000000000000000000000000dead": {
      "label": "Dead address (0x…dEaD)",
      "note": "A convention rather than a protocol feature, but no known private key exists for it, so it behaves as a burn in practice."
    }
  },
  "lockers": {
    "1": [],
    "8453": []
  },
  "license": "CC0"
}