Vaulta

cptblackbill

Contract

  • Table row type of results

    {
      "name": "results",
      "base": "",
      "fields": [
        {
          "name": "pkey",
          "type": "uint64"
        },
        {
          "name": "treasurepkey",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "conqueredby",
          "type": "name"
        },
        {
          "name": "lostdiamondfound",
          "type": "bool"
        },
        {
          "name": "payouteos",
          "type": "asset"
        },
        {
          "name": "eosusdprice",
          "type": "asset"
        },
        {
          "name": "minedblkbills",
          "type": "asset"
        },
        {
          "name": "timestamp",
          "type": "int32"
        }
      ]
    }