GalaxyDefi
  • GalaxyDefi Intro
  • Roadmap & TODO List
  • TOKENOMICS
    • GLX Basic
    • GLX Total Supply
    • GLX Tokenomics
  • Get Started
    • Get Started
      • Create a Wallet
      • Get BEP20 Tokens
      • How to Trade
      • How to Add/Remove Liquidity
      • How to Use Syrup Pools
      • How to Play the Lottery
      • How to Use Prediction
    • Click Here for Help
      • General FAQ
      • Fixing Stuck Pending Transactions on MetaMask
      • Troubleshooting Errors
  • PRODUCT
    • 💰Depositing & Earning
    • 💵Borrowing
    • 🚜Yield Farming
      • Farms
    • 🔄Exchange
      • Liquidity Pools
      • Token Swaps
    • 🍯Syrup Pools
      • Syrup Pool FAQ & Troubleshooting
    • 🎟️Lottery
      • Lottery FAQ
      • Overview
    • ☄️Giveaway Lottery
  • Contracts
  • Voting
  • Contact Us
  • DEVELOPERS
    • Bug Bounty
  • Security
    • Liquidity Locked
    • Emergency Withdraw
    • Audits
Powered by GitBook
On this page
  • Rule
  • How it works?
  • How prize is distribute?

Was this helpful?

  1. PRODUCT

☄️Giveaway Lottery

Rule

  1. Follow us on Twitter

  2. ReTweet & Comment 3 numbers from 100 - 999

How it works?

Every round, we pick a block number and collect its hash as the input to draw the result. The result draws by this function and takes the last three digits as the winning number.

const converter = require('hex2dec');
const dec = converter.hexToDec("0x2656a9697cd5284c1c6f6e843038edd0d604eaef0a302f36f9aca439b4cc0e42");
const n = (dec%1000000000).toString()
// take the last 3 digits
const winningNumber = n.substr(n.length - 3)
// 296

How prize is distribute?

We will publish the winning number of each round on our Twitter and scan the winning comment, then try to contact the winner. Or the winner could contact us back within 3 days to collect the prize.

Please note:

  • Multiple winners will share the prize.

  • Any comment edited, comment after the block time, has more than 3 numbers will not be recorded.

PreviousOverviewNextContracts

Last updated 3 years ago

Was this helpful?