Vaulta

pixeos1paint

Contract

  • Table row type of gamestate

    {
      "name": "gamestate",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "total_pixeos_spent",
          "type": "asset"
        },
        {
          "name": "balance_daily",
          "type": "asset"
        },
        {
          "name": "processing_daily",
          "type": "asset"
        },
        {
          "name": "pixels_drawn",
          "type": "uint32"
        },
        {
          "name": "block_daily",
          "type": "uint32"
        }
      ]
    }