Vaulta

casinolordio

Contract

  • Table row type of dicebets

    {
      "name": "dicebet",
      "base": "",
      "fields": [
        {
          "name": "i",
          "type": "uint64"
        },
        {
          "name": "table_id",
          "type": "uint64"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "win",
          "type": "uint64"
        },
        {
          "name": "n",
          "type": "name"
        },
        {
          "name": "t",
          "type": "uint64"
        },
        {
          "name": "target",
          "type": "uint64"
        },
        {
          "name": "rand",
          "type": "uint64"
        },
        {
          "name": "user_seed",
          "type": "checksum160"
        },
        {
          "name": "reveal_seed",
          "type": "checksum256"
        }
      ]
    }