Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 804 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 804 Bytes

Slot DeBot

Easy slot machine written on smart contracts.

Deployment

Set deployment params in this script and run:

./d.sh 

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%