Vaulta

eosreeladmin

Contract

  • Table row type of doorfreespin

    {
      "name": "doorfreespin",
      "base": "",
      "fields": [
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "oneFreeTotal",
          "type": "uint16"
        },
        {
          "name": "oneFreeCount",
          "type": "uint16"
        },
        {
          "name": "oneFreeTotalPayout",
          "type": "asset"
        },
        {
          "name": "twoFreeTotal",
          "type": "uint16"
        },
        {
          "name": "twoFreeCount",
          "type": "uint16"
        },
        {
          "name": "twoFreeTotalPayout",
          "type": "asset"
        },
        {
          "name": "threeFreeTotal",
          "type": "uint16"
        },
        {
          "name": "threeFreeCount",
          "type": "uint16"
        },
        {
          "name": "threeFreeTotalPayout",
          "type": "asset"
        },
        {
          "name": "fourFreeTotal",
          "type": "uint16"
        },
        {
          "name": "fourFreeCount",
          "type": "uint16"
        },
        {
          "name": "fourFreeTotalPayout",
          "type": "asset"
        }
      ]
    }