Skip to content

Easy slot machine writen on smart contracts

Notifications You must be signed in to change notification settings

ever-incubator/easySlot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slot DeBot

Easy slot machine written on smart contracts.

Deployment

Set deployment params in this script and run:

./d.sh 

debot in main network 0:6a916f04771da274861844cb507cdfabb05fa43d2c3ed855c2873eb9c8a94328

RTP (return to player)

💎 🍌 🍎 🍊 🍉 🍋

Winning Combinations No. of combos Win Payoff for 1 Ever % Payoff
3 💎 1 20 20 9.756%
Any 3 Fruit 5 10 50 23.256%
2 💎 15 4 60 27.907%
1 💎 75 1 75 34.884%
Totals 96
% of Winning Combos 44.444% Payout 205

RTP = (1 * 20 + 5 * 10 + 15 * 4 + 75 * 1)/(6 * 6 * 6) = 205/216 = 94.9%

About

Easy slot machine writen on smart contracts

Topics

Resources

Stars

Watchers

Forks

Languages

  • Solidity 82.3%
  • Shell 17.7%