Vaulta

hotbetsadmin

Contract

The data structures defined by this contract.

  • Action parameter in deferreveal

    {
      "name": "deferreveal",
      "base": "",
      "fields": [
        {
          "name": "bet",
          "type": "st_bet"
        }
      ]
    }
  • Action parameter in delresult

    {
      "name": "delresult",
      "base": "",
      "fields": [
        {
          "name": "count",
          "type": "uint8"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": []
    }
  • Action parameter in resetfund

    {
      "name": "resetfund",
      "base": "",
      "fields": [
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in reveal

    {
      "name": "reveal",
      "base": "",
      "fields": [
        {
          "name": "bet",
          "type": "st_bet"
        }
      ]
    }
  • Action parameter in reveal2

    {
      "name": "reveal2",
      "base": "",
      "fields": [
        {
          "name": "betid",
          "type": "uint64"
        }
      ]
    }
  • Struct property of deferreveal

    Struct property of reveal

    Table row type of bets

    {
      "name": "st_bet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "roll_under",
          "type": "uint8"
        },
        {
          "name": "created_at",
          "type": "uint32"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "result_id",
          "type": "string"
        }
      ]
    }
  • Table row type of countstatus

    {
      "name": "st_count_status",
      "base": "",
      "fields": [
        {
          "name": "isLocked",
          "type": "uint8"
        }
      ]
    }
  • Table row type of fundpool

    {
      "name": "st_fund_pool",
      "base": "",
      "fields": [
        {
          "name": "locked",
          "type": "asset"
        }
      ]
    }
  • Table row type of global

    {
      "name": "st_global",
      "base": "",
      "fields": [
        {
          "name": "current_id",
          "type": "uint64"
        },
        {
          "name": "tokenAmount",
          "type": "float64"
        },
        {
          "name": "nexthalve",
          "type": "uint64"
        },
        {
          "name": "initStatu",
          "type": "uint64"
        },
        {
          "name": "lastPlayer",
          "type": "name"
        },
        {
          "name": "endtime",
          "type": "uint32"
        },
        {
          "name": "fomopool",
          "type": "asset"
        }
      ]
    }
  • Table row type of mining

    {
      "name": "st_mining",
      "base": "",
      "fields": [
        {
          "name": "progress",
          "type": "asset"
        }
      ]
    }
  • Table row type of results

    {
      "name": "st_result",
      "base": "",
      "fields": [
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "roll_under",
          "type": "uint8"
        },
        {
          "name": "random_roll",
          "type": "uint8"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "result_id",
          "type": "string"
        },
        {
          "name": "reward_token",
          "type": "string"
        },
        {
          "name": "created_at",
          "type": "uint32"
        }
      ]
    }
  • Table row type of status

    {
      "name": "st_status",
      "base": "",
      "fields": [
        {
          "name": "isLocked",
          "type": "uint8"
        },
        {
          "name": "isClosed",
          "type": "uint8"
        }
      ]
    }
  • Table row type of users

    {
      "name": "st_user",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "count",
          "type": "uint32"
        }
      ]
    }
  • Table row type of userdivis

    {
      "name": "st_user_dividend",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in updatetab

    {
      "name": "updatetab",
      "base": "",
      "fields": []
    }