Guest User

Untitled

a guest
Jul 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. module.exports = Public
  2. },{}],268:[function(require,module,exports){
  3. this.purchase = `
  4. <b style="color:white" class="titlepopoutrightmini ethglow-calm-down-sumpunk">Keys</b> are your stake in each round, think of them as your own personal bits of the <b class="titlepopout-right-mini-grey-shadow">private keys</b> to the contract!<br>
  5. <br>
  6. <br>
  7. <b>Buying 1 or more Full Keys</b><br>
  8. - Adds 10 seconds to the timer for every key purchased, up to a hard-cap of 1 hour.<br>
  9. -Lets <span class=popoverrightmini>you</span> exit-scam the contract if time runs out and <span class=popoverrightmini>you</span> were the last player to buy a full key.<br>
  10. <br>
  11. - Every <b>Key</b> you own also siphons and locks up portions of all the ethereum that flows through game and deposits it directly into your vault<br>
  12. <br>
  13. - <b class="tooltipyellow"> At the end of the round </b> your keys automatically guarantee you a sizable chunk of the exit-scam, come back when it's all over!
  14. <br>
  15. <br>
  16. - Lastly the price naturally scales upwards in value the longer a round runs for, encouraging a race to buy in first, every time an exit scam ends!
  17. <br><br>
  18. You can ensure you're the final winner, or buy a large sum of keys and simply rake in dividends as the round continues. <br><b>Bet on how greedy the other players might be</b>
  19. `
  20.  
  21. this.purchaselong = `
  22. `
  23.  
  24. this.vault = `
  25. <b>Fear not:</b> Anything you see in here is completeley locked up and safe from the greedy paws of other players.
  26. <br>
  27. <br>
  28. <b class="titlepopoutrightminiinverse ethglow-calm-down-sumpunk">Exit Scammed</b>
  29. <br> is all the ETH you currently have in your vault from nefarious means, usually <b class="titlepopout-right-mini-grey-shadow">the suffering of others</b>. You do like <b class="titlepopout-right-mini-grey-shadow">the suffering of others</b> don't you?
  30. <br>
  31. <br>
  32. Keys naturally siphon and lock up bits of ethereum as the round goes on. The more keys you own, the more they siphon off into <span class=popoverrightmini>your</span> wallet! Specially at the very end! <br>
  33. <b>On Lockdown</b> is a quick estimate of how much eth your keys have locked up for you so far, that will be availible the instant the round ends!
  34. <br>
  35. <br>
  36. <b class="titlepopoutrightminiinverse ethglow-calm-down-sumpunk">Bad Advice</b><br> is the referral reward you've earned by "Advising" others to play the game.
  37. <span class=popoverrightmini>You</span> get a share of every purchase they make, even ones from their own vault. At no cost to them!
  38. <br>
  39. <br>
  40. Check out the Vanity Name & Referrals Tab for more information on how to accumulate rewards here.
  41. `
  42. this.game = `
  43. This box holds the <b class="popoverglow">magic</b>
  44. <br>
  45. <br>
  46. Along with a pretty timer you can follow along to know exactly how many moments you have left before <b> your own internal fomo kicks in</b> and you buy another key to wrest control of the exit scam away from thy enemies.
  47. <br>
  48. <br>
  49. It also tells you neat important things about the game
  50. <br>
  51. Like any unclaimed funds you have from previous rounds, or what you've earned so far, even prompting you to start a new round if the last one ended.
  52. `
  53.  
  54.  
  55. this.teams = `
  56. A handy counter so that you can brag about how hard your team is winning, or losing.
  57. <br>
  58. <br>
  59. Check out the team selection box below the key-purchase box for details on what each team does, and decide what team you want to support.
  60. <br>
  61. <br>
  62. And more importantly, <b>what team you should cheer for, or against</b>
  63. `
  64.  
  65.  
  66. this.teamselect= `
  67. <br>
  68. Note: This contract is independent of P3D Contract. You will not receive any P3D divs from illimited.life contract instead you will get more ETH in to pot to win.
  69. <br>
  70. `
  71.  
  72.  
  73. this.snek="Snek description."
  74. this.whale="Whale description."
  75. this.bull="Bull description."
  76. this.bear="Bear description."
  77.  
  78.  
  79. this.referral =`By registering a name, you pay a small fee (.01 eth) to add yourself to our advisory board. It's like a real ICO advisory board except we ask you first.
  80. <br>
  81. <br>
  82. This name primarily shows up on the <b>Leaderboards</b> or right at the top of the screen when you <b>exit scam</b>. Make it appropriately taunting so everyone will hate you a little bit when they see it.
  83. <br>
  84. <br>
  85. As soon as your name is registered you will also permanently gain access to a referral system across all rounds, and have three unique links (Wallet address, ID, or Name) which you can use to refer other players to the game.<br>
  86. <br>
  87. <br>
  88. The contract pays you <b style="color:white" class="popoverglow titlepopoutrightmini">10%</b> of all the ETH you advise others to waste on this game. at no fee to them except for the whole waste thing.
  89. <br>
  90. <br>
  91. <b style="color:white" class="popoverglow titlepopoutrightmini">10%</b> is a lot, seriously. What are we thinking.
  92. `
  93.  
  94. this.ico =`
  95. The ICO phase is a bit of a breather in between rounds of Fomo3D
  96. <br>
  97. <br>
  98. The total amount of eth contributed during the ICO phase is used to buy keys from the contract in one lump sum when the ICO timer ends.
  99. <br>
  100. <br>
  101. Every early investor recieves keys as if they had paid the average price-per-key. This guarantees everyone the same and cheapest price-per-key possible during each round.
  102. <br>
  103. <br>
  104. We don't know how much a key will cost until the round is over!
  105. `
  106.  
  107.  
  108. /* P3D STUFF */
  109. /* P3D STUFF */
  110. /* P3D STUFF */
  111.  
  112. this.p3dmasternode =`
  113. Masternodes are decentralized advertising, or more precisely, an oraclization of your time, into your profit and an expansion of the p3d network.
  114. <br>
  115. <br>
  116. When you own 5 or more P3D, you can link this website with your wallet address as a referral, or (work in progress / not functional yet: with your fomo3D vanity link if you own both).
  117. <br>
  118. <br>
  119. 3% of all ethereum a player uses to purchase P3D, immediately is kicked back to you as a referral reward, in your vault for withdrawal anytime.
  120. <br>
  121. This dynamic referral system is the future of
  122. <br>
  123. `
  124.  
  125. this.p3dbuy =`
  126. This token and all of its features are autonomously managed by a smart contract hosted by the entire ethereum network; <b>embrace it, decentralize.</b>
  127. <br>
  128. <br>
  129. <b class="titlepopout-right-mini-grey-shadow">This allows P3D to be fully trustless</b>, with the development team having absolutely no access to the funds backing the token. It runs based solely on the open-source code you can read on etherscan!
  130. <br>
  131. <br>
  132. <b class="tooltipyellow">The contract manages token price upwards as more are created, and downwards when tokens are destroyed. </b>
  133. <br>
  134. <br>
  135. Sending eth to the smart contract creates and deposits new tokens automatically into your wallet
  136. <br> sending P3D tokens to the smart contract pays you immediately in ETH, and destroys the tokens.
  137. <br>
  138. <br>
  139. The contract stores all ETH ever sent to it, effectively backing all the tokens similar to having gold back a physical currency. If you ever need to sell, the contract will buy from you right away with 100% liquidity.
  140. <br>
  141. `
  142. this.p3dsell =`
  143. P3D's full name is "Proof of Weak Hands 3D":
  144. <br>
  145. <br>
  146. The concept of selling, or proving you have weak hands. Incurs a 10% tax and pays it out to everyone still holding the token.
  147. <br>
  148. <br>
  149. The token itself is designed around psychological warfare in this sense, encouraging players to trick one another into selling to simultaneously make it easier to scoop up many tokens for cheaper, while paying out eth to everyone who doesn't sell. Making "Hodl" less of a meme and more of a real profitable strategy, as holding the token until it crashes guarantees you large amounts of ethereum in dividends.
  150. <br>
  151. <br>
  152. The opposite of how the rest of the cryptocurrency space works. We enjoy making IRONIC and fully functional concepts that break the comfortable strategies of standard cryptocurrency.
  153. <br>
  154. `
Add Comment
Please, Sign In to add comment