Vaulta

boatwingbett

Contract

The data structures defined by this contract.

  • Table row type of configtbl

    {
      "name": "config_table",
      "base": "",
      "fields": [
        {
          "name": "tbl",
          "type": "name"
        },
        {
          "name": "mVal",
          "type": "int32"
        }
      ]
    }
  • Table row type of fhreceipt

    {
      "name": "fhReceipt_table",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "game",
          "type": "string"
        },
        {
          "name": "bet_coin",
          "type": "asset"
        },
        {
          "name": "bet_input",
          "type": "string"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "dividend",
          "type": "string"
        },
        {
          "name": "revenue",
          "type": "asset"
        },
        {
          "name": "correct",
          "type": "string"
        },
        {
          "name": "time",
          "type": "string"
        }
      ]
    }
  • Table row type of fhresult

    {
      "name": "fhResult_table",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "game",
          "type": "string"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "winner",
          "type": "string"
        }
      ]
    }
  • Action parameter in fhreceipt

    {
      "name": "fhreceipt",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "bet_coin",
          "type": "asset"
        },
        {
          "name": "bet_input",
          "type": "string"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "dividend",
          "type": "string"
        },
        {
          "name": "revenue",
          "type": "asset"
        },
        {
          "name": "correct",
          "type": "string"
        },
        {
          "name": "time",
          "type": "string"
        }
      ]
    }
  • Action parameter in fhresult

    {
      "name": "fhresult",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "winner",
          "type": "string"
        }
      ]
    }
  • Table row type of lottoreceipt

    {
      "name": "lottoReceipt_table",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "game",
          "type": "string"
        },
        {
          "name": "bet_coin",
          "type": "asset"
        },
        {
          "name": "bet",
          "type": "string"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "revenue",
          "type": "asset"
        },
        {
          "name": "correct",
          "type": "string"
        },
        {
          "name": "time",
          "type": "string"
        }
      ]
    }
  • Table row type of lottoresult

    {
      "name": "lottoResult_table",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "game",
          "type": "string"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "ball_1",
          "type": "string"
        },
        {
          "name": "ball_2",
          "type": "string"
        },
        {
          "name": "ball_3",
          "type": "string"
        },
        {
          "name": "ball_4",
          "type": "string"
        },
        {
          "name": "ball_5",
          "type": "string"
        }
      ]
    }
  • Action parameter in lottoreceipt

    {
      "name": "lottoreceipt",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "bet_coin",
          "type": "asset"
        },
        {
          "name": "bet",
          "type": "string"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "revenue",
          "type": "asset"
        },
        {
          "name": "correct",
          "type": "string"
        },
        {
          "name": "time",
          "type": "string"
        }
      ]
    }
  • Action parameter in lottoresult

    {
      "name": "lottoresult",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "ball1",
          "type": "string"
        },
        {
          "name": "ball2",
          "type": "string"
        },
        {
          "name": "ball3",
          "type": "string"
        },
        {
          "name": "ball4",
          "type": "string"
        },
        {
          "name": "ball5",
          "type": "string"
        }
      ]
    }
  • Action parameter in setconfig

    {
      "name": "setconfig",
      "base": "",
      "fields": [
        {
          "name": "tbl",
          "type": "name"
        },
        {
          "name": "newVal",
          "type": "int32"
        }
      ]
    }
  • Table row type of tlvhreceipt

    {
      "name": "tlvhReceipt_table",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "game",
          "type": "string"
        },
        {
          "name": "bet_coin",
          "type": "asset"
        },
        {
          "name": "bet_input",
          "type": "string"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "dividend",
          "type": "string"
        },
        {
          "name": "revenue",
          "type": "asset"
        },
        {
          "name": "correct",
          "type": "string"
        },
        {
          "name": "time",
          "type": "string"
        }
      ]
    }
  • Table row type of tlvhresult

    {
      "name": "tlvhResult_table",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "game",
          "type": "string"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "winner_1st",
          "type": "string"
        },
        {
          "name": "winner_2nd",
          "type": "string"
        },
        {
          "name": "winner_3rd",
          "type": "string"
        }
      ]
    }
  • Action parameter in tlvhreceipt

    {
      "name": "tlvhreceipt",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "bet_coin",
          "type": "asset"
        },
        {
          "name": "bet_input",
          "type": "string"
        },
        {
          "name": "result",
          "type": "string"
        },
        {
          "name": "dividend",
          "type": "string"
        },
        {
          "name": "revenue",
          "type": "asset"
        },
        {
          "name": "correct",
          "type": "string"
        },
        {
          "name": "time",
          "type": "string"
        }
      ]
    }
  • Action parameter in tlvhresult

    {
      "name": "tlvhresult",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "winner1",
          "type": "string"
        },
        {
          "name": "winner2",
          "type": "string"
        },
        {
          "name": "winner3",
          "type": "string"
        }
      ]
    }