Vaulta

betsandrou11

Contract

The data structures defined by this contract.

  • Action parameter in addhash

    {
      "name": "addhash",
      "base": "",
      "fields": [
        {
          "name": "hashes",
          "type": "string"
        }
      ]
    }
  • Action parameter in init

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

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

    {
      "name": "reindextable",
      "base": "",
      "fields": [
        {
          "name": "table",
          "type": "name"
        }
      ]
    }
  • Action parameter in removerows

    {
      "name": "removerows",
      "base": "",
      "fields": [
        {
          "name": "table",
          "type": "name"
        },
        {
          "name": "from",
          "type": "uint64"
        },
        {
          "name": "to",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in result

    {
      "name": "result",
      "base": "",
      "fields": [
        {
          "name": "result",
          "type": "st_result"
        }
      ]
    }
  • Action parameter in reveal

    {
      "name": "reveal",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "seed",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in seveninit

    {
      "name": "seveninit",
      "base": "",
      "fields": []
    }
  • Action parameter in sevenresult

    {
      "name": "sevenresult",
      "base": "",
      "fields": [
        {
          "name": "seven_result",
          "type": "st_seven_result"
        }
      ]
    }
  • Action parameter in sevenstart

    {
      "name": "sevenstart",
      "base": "",
      "fields": []
    }
  • Action parameter in sevenstop

    {
      "name": "sevenstop",
      "base": "",
      "fields": []
    }
  • Struct property of receipt

    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": "bets",
          "type": "string"
        },
        {
          "name": "bets_map",
          "type": "string"
        },
        {
          "name": "seed_hash",
          "type": "checksum256"
        },
        {
          "name": "user_seed_hash",
          "type": "checksum160"
        },
        {
          "name": "nonce",
          "type": "uint64"
        },
        {
          "name": "bet_time",
          "type": "uint64"
        },
        {
          "name": "game1",
          "type": "uint64"
        },
        {
          "name": "game2",
          "type": "uint64"
        },
        {
          "name": "game3",
          "type": "uint64"
        }
      ]
    }
  • 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"
        }
      ]
    }
  • Struct property of result

    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": "bets",
          "type": "string"
        },
        {
          "name": "random_roll",
          "type": "uint8"
        },
        {
          "name": "seed",
          "type": "checksum256"
        },
        {
          "name": "seed_hash",
          "type": "checksum256"
        },
        {
          "name": "user_seed_hash",
          "type": "checksum160"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "nonce",
          "type": "uint64"
        }
      ]
    }
  • Table row type of seedhashes

    {
      "name": "st_seed_hash",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "hash",
          "type": "checksum256"
        }
      ]
    }
  • Table row type of hashglobal

    {
      "name": "st_seed_hash_global",
      "base": "",
      "fields": [
        {
          "name": "current_id",
          "type": "uint64"
        },
        {
          "name": "current_used_id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of sevengame

    {
      "name": "st_seven_game",
      "base": "",
      "fields": [
        {
          "name": "state",
          "type": "int32"
        },
        {
          "name": "fund",
          "type": "asset"
        },
        {
          "name": "game_number",
          "type": "uint32"
        },
        {
          "name": "begin_time",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "bet_time",
          "type": "uint64"
        },
        {
          "name": "last_payout",
          "type": "asset"
        },
        {
          "name": "last_game_number",
          "type": "uint32"
        },
        {
          "name": "last_begin_time",
          "type": "uint64"
        },
        {
          "name": "last_player",
          "type": "name"
        },
        {
          "name": "last_bet_id",
          "type": "uint64"
        },
        {
          "name": "last_bet_time",
          "type": "uint64"
        },
        {
          "name": "last_end_time",
          "type": "uint64"
        }
      ]
    }
  • Struct property of sevenresult

    Table row type of sevenresults

    {
      "name": "st_seven_result",
      "base": "",
      "fields": [
        {
          "name": "game_number",
          "type": "uint32"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "begin_time",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "bet_time",
          "type": "uint64"
        },
        {
          "name": "end_time",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in startstop

    {
      "name": "startstop",
      "base": "",
      "fields": [
        {
          "name": "start",
          "type": "bool"
        }
      ]
    }