Vaulta

uudogeeadmin

Contract

The data structures defined by this contract.

  • Action parameter in addoptbet

    {
      "name": "addoptbet",
      "base": "",
      "fields": [
        {
          "name": "optid",
          "type": "uint8"
        },
        {
          "name": "roll_under",
          "type": "uint8"
        },
        {
          "name": "dratio",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in addtoken

    {
      "name": "addtoken",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in cronbonus

    {
      "name": "cronbonus",
      "base": "",
      "fields": [
        {
          "name": "onday",
          "type": "uint8"
        }
      ]
    }
  • Action parameter in cronhourbns

    {
      "name": "cronhourbns",
      "base": "",
      "fields": [
        {
          "name": "idfrom",
          "type": "uint64"
        },
        {
          "name": "idto",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in cronhourclr

    {
      "name": "cronhourclr",
      "base": "",
      "fields": [
        {
          "name": "idfrom",
          "type": "uint64"
        },
        {
          "name": "idto",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in cronredeemuu

    {
      "name": "cronredeemuu",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        }
      ]
    }
  • Action parameter in cronreveal

    {
      "name": "cronreveal",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "sys_seed",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in cronsetact

    {
      "name": "cronsetact",
      "base": "",
      "fields": [
        {
          "name": "state",
          "type": "uint8"
        }
      ]
    }
  • Action parameter in cronsetemer

    {
      "name": "cronsetemer",
      "base": "",
      "fields": [
        {
          "name": "state",
          "type": "uint8"
        }
      ]
    }
  • Action parameter in drawbonus

    {
      "name": "drawbonus",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        }
      ]
    }
  • Table row type of fundpool

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

    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "current_id",
          "type": "uint64"
        },
        {
          "name": "totalstaked",
          "type": "uint64"
        },
        {
          "name": "initStatu",
          "type": "uint8"
        },
        {
          "name": "emergency",
          "type": "uint8"
        },
        {
          "name": "onactivity",
          "type": "uint8"
        },
        {
          "name": "minedsum",
          "type": "uint64"
        },
        {
          "name": "digrewardratio",
          "type": "uint32"
        },
        {
          "name": "refrewardratio",
          "type": "uint32"
        },
        {
          "name": "last_hour_bonus",
          "type": "uint64"
        },
        {
          "name": "last_group_poll",
          "type": "uint64"
        },
        {
          "name": "expect_hour_earn",
          "type": "uint64"
        },
        {
          "name": "hour_update_time",
          "type": "uint64"
        },
        {
          "name": "day_update_time",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in init

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

    {
      "name": "luckydraw",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        }
      ]
    }
  • Action parameter in luckyreveal

    {
      "name": "luckyreveal",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "betid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in redeemuu

    {
      "name": "redeemuu",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in restake

    {
      "name": "restake",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        }
      ]
    }
  • Action parameter in setrdratio

    {
      "name": "setrdratio",
      "base": "",
      "fields": [
        {
          "name": "digratio",
          "type": "uint32"
        },
        {
          "name": "refratio",
          "type": "uint32"
        }
      ]
    }
  • Table row type of bets

    {
      "name": "st_bet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "created_at",
          "type": "uint64"
        },
        {
          "name": "roll_under",
          "type": "uint8"
        },
        {
          "name": "sys_seed_hash",
          "type": "checksum256"
        },
        {
          "name": "user_seed",
          "type": "checksum256"
        },
        {
          "name": "amount",
          "type": "extended_asset"
        }
      ]
    }
  • Table row type of lastbets

    {
      "name": "st_lastbet",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "created_at",
          "type": "uint64"
        },
        {
          "name": "nresult",
          "type": "uint8"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "sys_seed_hash",
          "type": "checksum256"
        }
      ]
    }
  • Table row type of optbets

    {
      "name": "st_optbets",
      "base": "",
      "fields": [
        {
          "name": "opt_id",
          "type": "uint8"
        },
        {
          "name": "roll_under",
          "type": "uint8"
        },
        {
          "name": "dratio",
          "type": "uint32"
        }
      ]
    }
  • Table row type of userstats

    {
      "name": "st_stats",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "betamout",
          "type": "int64"
        },
        {
          "name": "luckytimes",
          "type": "uint64"
        },
        {
          "name": "luckytoday",
          "type": "uint64"
        },
        {
          "name": "lucky_at",
          "type": "uint64"
        },
        {
          "name": "lastluckywin",
          "type": "uint64"
        },
        {
          "name": "palyed_at",
          "type": "uint64"
        },
        {
          "name": "expect_bonus",
          "type": "uint64"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of tokens

    {
      "name": "st_tokens",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "symbol"
        },
        {
          "name": "minAmout",
          "type": "uint64"
        }
      ]
    }
  • Table row type of user

    {
      "name": "st_user",
      "base": "",
      "fields": [
        {
          "name": "holder",
          "type": "name"
        },
        {
          "name": "total_stake_uu",
          "type": "int64"
        },
        {
          "name": "available_stake_uu",
          "type": "int64"
        },
        {
          "name": "backed_stake_uu",
          "type": "int64"
        },
        {
          "name": "total_bonus_eos",
          "type": "int64"
        },
        {
          "name": "available_bonus_eos",
          "type": "int64"
        },
        {
          "name": "backed_bonus_eos",
          "type": "int64"
        },
        {
          "name": "ontheway_stake_uu",
          "type": "int64"
        },
        {
          "name": "expect_bonus_eos",
          "type": "int64"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in test

    {
      "name": "test",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        }
      ]
    }
  • Action parameter in uureceipt

    {
      "name": "uureceipt",
      "base": "",
      "fields": [
        {
          "name": "playerName",
          "type": "name"
        },
        {
          "name": "betAsset",
          "type": "asset"
        },
        {
          "name": "winPercent",
          "type": "uint8"
        },
        {
          "name": "isWin",
          "type": "string"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "userSeed",
          "type": "string"
        },
        {
          "name": "sysSeed",
          "type": "string"
        }
      ]
    }