Vaulta

vipgame1dice

Contract

  • Struct property of dicereceipt

    Table row type of dicebetlogs

    Table row type of dicebets

    {
      "name": "st_dicebet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "number",
          "type": "uint32"
        },
        {
          "name": "roll",
          "type": "uint32"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "blocknum",
          "type": "uint32"
        },
        {
          "name": "blockhash",
          "type": "string"
        },
        {
          "name": "create_at",
          "type": "uint64"
        }
      ]
    }