Fuyo.lol
  • Fuyo AI
    • ๐Ÿค–AI Agent for GambleFi
    • โ“Why Fuyo AI?
    • ๐Ÿ’ฏBenefits
    • ๐Ÿ‘ทHow does it work?
  • Fuyo App
    • ๐ŸŽฐIntro to Fuyo App
      • Traditional 4D lottery
        • Singapore Pools
        • Malaysia 4D
      • ๐ŸŒŸFuyo 4D lottery
    • ๐Ÿ˜•4D lottery: Gap
      • Why now?
      • ๐Ÿ’นMarket size
    • ๐ŸŒŸFuyo: Introduction
      • ๐Ÿ’กFuyo: highlights
        • BNB Chain
        • Chainlink
        • CSPRNG
      • ๐Ÿฅ‡Why Fuyo?
        • Bet smarter with AI
        • ๐Ÿ‘Better payout
        • ๐Ÿ˜‰2x chance of winning!
        • 365/24/7
        • ๐Ÿ’ฒPayout in USDT
        • ๐Ÿ“ฑDigital only; mobile app, TG mini-game
        • ๐Ÿ™Simple UX for signup & login
        • ๐Ÿ’ฏLeaderboard with points system
        • ๐Ÿ’ฆFuture airdrops
        • ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘Referral rewards in USDT
        • ๐Ÿ’ฐLottery with jackpot-hash
        • โšกFUYO token benefits
      • ๐ŸคVision, Mission & Ethos
    • Fuyo: Product
      • Fuyo app
      • ๐Ÿ“ฑFuyo game
      • ๐Ÿ’ฐFuyo jackpot
        • ๐Ÿฆ‘Fuyo: Squid Game
        • ๐ŸŽ‡Fuyo: CNY jackpot hash
      • ๐Ÿ’ฏ"xp" point system
      • Referral benefits
    • โšกFuyo: 4D prize payout
    • ๐ŸŒŸFuyo: Jackpot-hash
    • Security & Audit
    • ๐Ÿ”ŽTransparency
      • Proof-of-Bet
      • ๐Ÿ˜ˆPoRN
      • Jackpot Hash
      • ๐Ÿ”ŽProvably Fair
    • ๐Ÿš—Roadmap
  • FUYO token
    • ๐Ÿš€Intro to FUYO token
    • ๐Ÿฆ„Proof of AI & Bet
    • ๐ŸŽกDemand creation
    • ๐Ÿช™Token utility
    • ๐Ÿš€Tokenomics
    • โšกICO sale
  • Fuyo Links
    • ๐Ÿ”—Official Links
  • HOW TO
    • ๐Ÿ“ฑFuyo Telegram Mini App
    • ๐ŸŽฒFuyo App
    • ๐Ÿค‘Earn more XP on Fuyo
    • FAQ
      • โ“Fuyo General Questions
      • ๐Ÿ•น๏ธFuyo Telegram Mini Game
      • ๐ŸŽฐFuyo 4D Lottery App
  • About us
    • Terms and Conditions
    • Responsible Gaming
    • AML Policy
    • Privacy Policy
Powered by GitBook
On this page
  1. Fuyo App
  2. Transparency

Jackpot Hash

World's 1st lottery draw based on transaction hash within transaction hash

PreviousPoRNNextProvably Fair

Last updated 6 months ago

In order to create a pure random hash that canโ€™t be manipulated, Fuyo leverages the existing cryptocurrency technology, aka โ€˜jackpot-hash within transaction hashโ€™. This hash is a 32-bytes hexadecimal similar to transaction id (transaction hash).

Hash uses a SHA256 algorithm and the results are alphanumeric; "0 to 9 and A to F" or " 1 2 3 4 5 6 7 8 9 0 A B C D E F".

How it works?

A random hash is generated in the bet function when the user places a bet. The hash then stores a new verified smart contract for the public to check with their UID and ticket id.

The jackpot hash is computed from block.timestamp, blockhash(block.number), userID, ticketID, and secret key.

block.timestamp - timestamp(in seconds) of the block that executes the transaction.

blockhash(block.number) - block hash(similar to transaction hash) of the block that executes the txs.

userID - Each userID is generated from Fuyoโ€™s database, therefore, is separated from public blockchain data.

ticketID - Userโ€™s bet number (ticket ID) is also generated from Fuyoโ€™s database, therefore is unique for each bet.

secret key - cryptographic generated keys generated, therefore is unique and random for each bet.

block.timestamp and blockhash(block.number) will only disclose after the block is confirmed, so it is impossible to predict whether a submitted transaction will get the desired hash, therefore, it provides 100% random number and complete fair results.

These variables then compute with the popular hash function keccak256 into a hash that will emit through events within the bet transactions. Users are able to check their hash through logs in Etherscan-like block explorers.

To understand more of Fuyo's lottery jackpot-hash payout, please refer to Fuyo Jackpot section.

๐Ÿ”Ž
World's 1st lottery jackpot based on transaction hash