POSI Twitter Lottery
What is POSI Twitter Lottery
How to Participate?
How it works?
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)
// 296How will the rewards be distributed?
Last updated
Was this helpful?