Vaulta

thedeosgames

Contract

  • Table row type of dicegamese

    {
      "name": "dicegamese",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "bet",
          "type": "asset"
        },
        {
          "name": "percentage",
          "type": "uint32"
        },
        {
          "name": "is_roll_under",
          "type": "uint32"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "bet_close_hash",
          "type": "checksum256"
        },
        {
          "name": "time_stamp",
          "type": "uint64"
        }
      ]
    }