User:Seeker/Abundance Token/Ledger

From Open Source Ecology
< User:Seeker‎ | Abundance Token
Revision as of 15:52, 10 December 2025 by Seeker (talk | contribs) (GAIA auto-refinement)
Jump to navigation Jump to search

Live Ledger

Synced: 2025-12-10 09:51:58

Status

  • Blocks: 5

Raw Data

[
  {
    "hash": "genesis_0000000000000000",
    "parents": [],
    "data": {
      "block_type": "GENESIS",
      "task": "Genesis Block",
      "hours": null,
      "complexity": null,
      "proof": "In the beginning...",
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": null,
      "description": null,
      "bounty": null,
      "status": null,
      "verified": true
    },
    "timestamp": 0
  },
  {
    "hash": "2807b2b728a8f059a67e30897a88e7f5",
    "parents": [
      "genesis_0000000000000000"
    ],
    "data": {
      "block_type": "QUEST",
      "task": null,
      "hours": null,
      "complexity": null,
      "proof": null,
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": "build wall module",
      "description": "Created via Web UI",
      "bounty": 60.0,
      "status": "OPEN",
      "verified": true
    },
    "timestamp": 1234567893
  },
  {
    "hash": "3ff196c267bb14e5369584428c492f28",
    "parents": [
      "2807b2b728a8f059a67e30897a88e7f5"
    ],
    "data": {
      "block_type": "MINT",
      "task": "Final System TestFinal System Test",
      "hours": 2.0,
      "complexity": 1.0,
      "proof": "http://example.com",
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": null,
      "description": null,
      "bounty": null,
      "status": null,
      "verified": true
    },
    "timestamp": 1234567891
  },
  {
    "hash": "0130186aca2ec859bd20b6d07a67f6ec",
    "parents": [
      "3ff196c267bb14e5369584428c492f28"
    ],
    "data": {
      "block_type": "QUEST",
      "task": null,
      "hours": null,
      "complexity": null,
      "proof": null,
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": "tuck in jackson",
      "description": "Created via Web UI",
      "bounty": 50.0,
      "status": "OPEN",
      "verified": true
    },
    "timestamp": 1234567893
  },
  {
    "hash": "230884701310018d7dce90df112570dc",
    "parents": [
      "0130186aca2ec859bd20b6d07a67f6ec"
    ],
    "data": {
      "block_type": "MINT",
      "task": "tuck in jackson",
      "hours": 2.0,
      "complexity": 1.0,
      "proof": "",
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": null,
      "description": null,
      "bounty": null,
      "status": null,
      "verified": true
    },
    "timestamp": 1234567891
  }
]