create account

FOO Jackpot Introduction + FOO Airdrop by foojackpot

View this thread on: hive.blogpeakd.comecency.com
· @foojackpot ·
$25.17
FOO Jackpot Introduction + FOO Airdrop
![foojackpot.png](https://cdn.steemitimages.com/DQmUcPW2jbgp2vXC2funEdpGGcLE8NhkBUKYr8EsEFKNQ5B/foojackpot.png)

# Introduction
Everybody loves gambling. However there doesn't really exist a jackpot game for the STEEM blockchain yet. FOO Jackpot tries to solve that problem by offering a simple jackpot using the newly created FOO token. Players can participate in the jackpot by buying tickets using FOO tokens. 1 token represents 1 ticket in the jackpot and players can win an additional bonus, which is added to every jackpot round as an incentive. The following sections explain the different components of the game, including the FOO token and the game mechanics.

If you want to play the game visit [https://foojackpot.xyz](https://foojackpot.xyz).

# FOO Coin
The FOO Coin token was created by the @foocoin account using Steem Engine. It is mainly used for FOO Jackpot where 1 FOO token represents 1 ticket in the jackpot. Maybe in the future other use cases will come up for the token. The FOO token is created with a maximum supply of 100 000 000.

## House Token Holding
The account @foojackpot will be initially funded with 10% of the maximum supply for maintaining the service and for future development.

## Distribution
Initially 1% of the maxmimum supply will be distributed for about 0.01 STEEM per token through [steem-engine.com](https://steem-engine.com/?p=market&t=FOO). The rest of the tokens will be distributed through the jackpot and through bonus events, which will be announced on the @foojackpot account. The first bonus event will be an airdrop of the FOO token, but more on that later.

# FOO Jackpot
The game FOO Jackpot is a simple jackpot game where players can buy tickets using the FOO token. 1 FOO token will buy 1 ticket in the jackpot. After every round 1 random winning ticket is chosen, which will receive the full jackpot (minus the house edge).

## Game Mechanics
At the start of every round the account @foojackpotx sends a starting transaction to the STEEM blockchain and stores the resulting transaction ID. After a minimum of 1440 blocks were published to the STEEM blockchain, the round ends and the account @foojackpotx sends an ending transaction to the STEEM blockchain, storing the resulting transaction ID. The winning ticket is chosen using the starting and the ending transaction ID. First the two transaction IDs are converted to numbers using the following function:

<pre>
def str2int(s, ALPHABET):
  i = 0
  for c in reversed(s):
    i *= len(ALPHABET)
    i += ALPHABET.index(c)
  return i
</pre>

The resulting two numbers are summed up and taken modulo the total number of tickets in the jackpot resulting in the winning ticket number. The tickets are sorted according to their block and the winning ticket is the ticket with the index equals the previously chosen number. If two tickets were sent in the same block the tickets are sorted according to their order inside the block. To avoid refunding of FOO that is received between two consecutive rounds, the tickets will automatically be included in the next jackpot round.

<pre>
winning_ticket = ( str2int(tx_start) + str2int(tx_end) ) % tickets 
</pre>

This means that the winning ticket is decided by the starting transaction, the ending transaction and by the number of tickets in the jackpot. The winner will receive all FOO inside the jackpot (minus the house edge).

To start playing now visit [https://foojackpot.xyz](https://foojackpot.xyz)

## Bonus System
To encourage players to participate in the jackpot, a bonus is added to every jackpot. Initially 100 FOO will be added, which will half after a number of jackpots, until all FOO is distributed. Additionally bonus events will be held, which are announced on the @foojackpot STEEM account.

## House Edge
The house will receive 1% of every jackpot for maintenance and development costs.

## Swiping Jackpots
To prevent players from swiping bonuses from jackpots with very few tickets, the bonus tickets contributed by the @foojackpotx account are counted as real tickets. This may result in the @foojackpotx account to win a jackpot. In that case the full jackpot (minus the house edge) will be added to the next jackpot round.

## Fairness
The game is provably fair and fairness can be checked easily by performing calculations as described above.

# Airdrop
Besides the initial distribution the FOO token will be distributed through an airdrop. Starting from the time of the introduction post you have three days to complete one of the following actions to claim your share of the FOO token:
- Resteem this post and you will receive 100 FOO for every 1000 followers you have
- Upvote this post and write a short comment to receive 10 FOO
- Write a post about FOO Jackpot and receive between 100 and 1000 FOO if it meets certain quality criteria

# How To Play
For participating in FOO Jackpot players are required to have a Steem account with a minimum of 1 FOO token. There are two ways for participating in a jackpot. Players can either send FOO directly to the @foojackpotd account e.g. through Steem Keychain or players can participate through the web interface on [https://foojackpot.xyz](https://foojackpot.xyz).

![foojackpot.png](https://cdn.steemitimages.com/DQmUcPW2jbgp2vXC2funEdpGGcLE8NhkBUKYr8EsEFKNQ5B/foojackpot.png)

The top left card of the FOO Jackpot web interface shows the current status of the jackpot. If the jackpot is currently not running or processing the last round this is indicated by a textual info. Otherwise the card shows the number of tickets currently in the jackpot and the number of blocks left in the current round. Players can login to the page through te button on the top right, which will open a dialog.

![login.png](https://cdn.steemitimages.com/DQmfUbdLjTB5Jt1pXJRK5YPGnUXmXLeafYEv2BVrRstvrL6/login.png)

Here players can choose to login either with Steemconnect or by using Steem Keychain. In the latter case a Steem username has to be entered before clicking on Keychain. When using Steemconnect to login you may additionally have to authorize foojackpot to do posting operations if you want to buy tickets through the web interface. This can be done through [steemconnect.com](http://steemconnect.com/authorize/@foojackpot).

After successfully logging in to FOO Jackpot a card with the current FOO balance will be shown. If you don't have any FOO yet you can purchase some on [steem-engine.com](https://steem-engine.com/?p=market&t=FOO). To logout simply click on your username on the top right and on logout.

If a jackpot round is currently running you will see two cards in the second row. With the first you can purchase tickets for the current jackpot using FOO. 

![buy_tickets.png](https://cdn.steemitimages.com/DQmULWDCUTUtipc5mXw8GVEvQc5pBCCSHNrvSJCZ45z5wVs/buy_tickets.png)

The second card shows your purchased tickets in the current jackpot round and your chances of winning the jackpot. Below that the winners of the last jackpot rounds are shown.

In case you have any questions or suggestions feel free to contact us.

In the meantime have fun playing and look out for other cool stuff.

@foojackpot
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 629 others
πŸ‘Ž  , ,
properties (23)
authorfoojackpot
permlinkfoo-jackpot-introduction-foo-airdrop
categoryairdrop
json_metadata{"tags":["airdrop","gaming","gambling","jackpot","foo","introduction","steem-engine"],"users":["foocoin","foojackpot","foojackpotx","foojackpotd"],"image":["https://cdn.steemitimages.com/DQmUcPW2jbgp2vXC2funEdpGGcLE8NhkBUKYr8EsEFKNQ5B/foojackpot.png","https://cdn.steemitimages.com/DQmfUbdLjTB5Jt1pXJRK5YPGnUXmXLeafYEv2BVrRstvrL6/login.png","https://cdn.steemitimages.com/DQmULWDCUTUtipc5mXw8GVEvQc5pBCCSHNrvSJCZ45z5wVs/buy_tickets.png"],"links":["https://foojackpot.xyz","https://steem-engine.com/?p=market&t=FOO","http://steemconnect.com/authorize/@foojackpot"],"app":"steemit/0.1","format":"markdown"}
created2020-01-11 20:44:39
last_update2020-01-11 20:44:39
depth0
children46
last_payout2020-01-18 20:44:39
cashout_time1969-12-31 23:59:59
total_payout_value12.619 HBD
curator_payout_value12.555 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,146
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,305,734
net_rshares82,388,909,841,011
author_curate_reward""
vote details (696)
@abh12345 · (edited)
I only gamble on Sunday.

![](https://cdn.steemitimages.com/DQmdKXv8tg53BNeAMr2bDU9DQrFv5HmFVDthkicPYAFDC6e/image.png)
properties (22)
authorabh12345
permlinkq3zzcs
categoryairdrop
json_metadata{"app":"steemit/0.1","image":["https://cdn.steemitimages.com/DQmdKXv8tg53BNeAMr2bDU9DQrFv5HmFVDthkicPYAFDC6e/image.png"]}
created2020-01-12 14:10:03
last_update2020-01-12 14:18:27
depth1
children1
last_payout2020-01-19 14:10:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation1,357,174,636,699,609
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,324,520
net_rshares0
@foojackpot ·
1219 FOO were sent to you for resteeming and upvoting this post. The rewards for your post about FOO Jackpot will be rewarded separately.
properties (22)
authorfoojackpot
permlinkq449cq
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:36:27
last_update2020-01-14 21:36:27
depth2
children0
last_payout2020-01-21 21:36:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,320
net_rshares0
@azircon ·
$0.06
I also gamble only on Sundays!
πŸ‘  ,
πŸ‘Ž  
properties (23)
authorazircon
permlinkq404aa
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-12 15:56:36
last_update2020-01-12 15:56:36
depth1
children2
last_payout2020-01-19 15:56:36
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.032 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation489,190,047,300,377
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,327,191
net_rshares393,648,033,755
author_curate_reward""
vote details (3)
@abh12345 ·
:D 

We can lose together whilst drinking tea until February :)
properties (22)
authorabh12345
permlinkq406bb
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-12 16:40:24
last_update2020-01-12 16:40:24
depth2
children0
last_payout2020-01-19 16:40:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation1,357,174,636,699,609
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,328,422
net_rshares0
@foojackpot ·
119 FOO tokens were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq448ps
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:22:39
last_update2020-01-14 21:22:39
depth2
children0
last_payout2020-01-21 21:22:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,017
net_rshares0
@cflclosers ·
This looks fun. Cant wait to participate! I've also resteemed your post
properties (22)
authorcflclosers
permlinkre-foojackpot-foo-jackpot-introduction-foo-airdrop-20200112t004727570z
categoryairdrop
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["airdrop"],"users":[],"links":[],"image":[]}
created2020-01-12 00:47:27
last_update2020-01-12 00:47:27
depth1
children1
last_payout2020-01-19 00:47:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation171,030,419,454,791
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,310,748
net_rshares0
@foojackpot ·
155 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq4495d
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:32:00
last_update2020-01-14 21:32:00
depth2
children0
last_payout2020-01-21 21:32:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,235
net_rshares0
@cgames ·
It's planning to move the token to SMT network?
properties (22)
authorcgames
permlinkre-foojackpot-2020113t233523159z
categoryairdrop
json_metadata{"tags":["airdrop","gaming","gambling","jackpot","foo","introduction","steem-engine"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-14 04:35:24
last_update2020-01-14 04:35:24
depth1
children1
last_payout2020-01-21 04:35:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation8,054,887,366,128
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,379,113
net_rshares0
@foojackpot ·
10 FOO were sent to you for upvoting this post.

To your question: We are not planning to do so right now, but maybe in the future.
properties (22)
authorfoojackpot
permlinkq44a0e
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:50:39
last_update2020-01-14 21:50:39
depth2
children0
last_payout2020-01-21 21:50:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length131
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,588
net_rshares0
@coolguy222 ·
Resteemed ,upvoted and commented to grab few cool tokens 😁

Posted using [Partiko Android](https://partiko.app/referral/coolguy222)
properties (22)
authorcoolguy222
permlinkcoolguy222-re-foojackpot-foo-jackpot-introduction-foo-airdrop-20200114t060131467z
categoryairdrop
json_metadata{"app":"partiko","client":"android"}
created2020-01-14 06:01:33
last_update2020-01-14 06:01:33
depth1
children1
last_payout2020-01-21 06:01:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length131
author_reputation216,733,194,716,740
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,380,549
net_rshares0
@foojackpot ·
63 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq44a25
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:51:42
last_update2020-01-14 21:51:42
depth2
children0
last_payout2020-01-21 21:51:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,617
net_rshares0
@crokkon · (edited)
.
.
πŸ‘  
properties (23)
authorcrokkon
permlinkq405e5
categoryairdrop
json_metadata"{"app": ""}"
created2020-01-12 16:20:30
last_update2022-09-17 20:13:06
depth1
children1
last_payout2020-01-19 16:20:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation81,214,366,861,104
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,327,844
net_rshares5,450,255,612
author_curate_reward""
vote details (1)
@foojackpot ·
10 FOO were sent to you for upvoting this post.
properties (22)
authorfoojackpot
permlinkq448xk
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:27:21
last_update2020-01-14 21:27:21
depth2
children0
last_payout2020-01-21 21:27:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,148
net_rshares0
@daniella619 ·
!Beer
properties (22)
authordaniella619
permlinkre-foojackpot-2020115t172954288z
categoryairdrop
json_metadata{"tags":["airdrop","gaming","gambling","jackpot","foo","introduction","steem-engine"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-15 16:29:57
last_update2020-01-15 16:29:57
depth1
children0
last_payout2020-01-22 16:29:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation27,517,910,458,029
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,429,856
net_rshares0
@discernente ·
Resteemed

Posted using [Partiko Android](https://partiko.app/referral/discernente)
πŸ‘  
properties (23)
authordiscernente
permlinkdiscernente-re-foojackpot-foo-jackpot-introduction-foo-airdrop-20200111t210331670z
categoryairdrop
json_metadata{"app":"partiko","client":"android"}
created2020-01-11 21:03:33
last_update2020-01-11 21:03:33
depth1
children1
last_payout2020-01-18 21:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation569,398,302,955,754
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,306,151
net_rshares199,194,565
author_curate_reward""
vote details (1)
@foojackpot ·
411 FOO were sent to you for resteeming this post.
properties (22)
authorfoojackpot
permlinkq44922
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:30:03
last_update2020-01-14 21:30:03
depth2
children0
last_payout2020-01-21 21:30:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,204
net_rshares0
@dylanhobalart ·
Very Cool! Will be interesting to see how high this jackpot gets!!

Posted using [Partiko Android](https://partiko.app/referral/dylanhobalart)
πŸ‘  
properties (23)
authordylanhobalart
permlinkdylanhobalart-re-foojackpot-foo-jackpot-introduction-foo-airdrop-20200112t143410742z
categoryairdrop
json_metadata{"app":"partiko","client":"android"}
created2020-01-12 14:34:12
last_update2020-01-12 14:34:12
depth1
children1
last_payout2020-01-19 14:34:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation73,156,187,001,384
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,324,983
net_rshares40,052,241,093
author_curate_reward""
vote details (1)
@foojackpot ·
335 FOO tokens were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq448sj
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:24:21
last_update2020-01-14 21:24:21
depth2
children0
last_payout2020-01-21 21:24:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,062
net_rshares0
@jaydih ·
upvoted and resteemed
properties (22)
authorjaydih
permlinkq40oqt
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-12 23:18:30
last_update2020-01-12 23:18:30
depth1
children1
last_payout2020-01-19 23:18:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation160,272,694,389,766
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,337,604
net_rshares0
@foojackpot ·
130 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq449xu
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:49:06
last_update2020-01-14 21:49:06
depth2
children0
last_payout2020-01-21 21:49:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,561
net_rshares0
@jim888 ·
I do like a good lottery!!
properties (22)
authorjim888
permlinkq400ox
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-12 14:38:57
last_update2020-01-12 14:38:57
depth1
children1
last_payout2020-01-19 14:38:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation195,594,956,852
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,325,085
net_rshares0
@foojackpot ·
32 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq449mo
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:42:24
last_update2020-01-14 21:42:24
depth2
children0
last_payout2020-01-21 21:42:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,446
net_rshares0
@lordneroo ·
Sounds interesting!
πŸ‘  
properties (23)
authorlordneroo
permlinkq4006h
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-12 14:27:54
last_update2020-01-12 14:27:54
depth1
children1
last_payout2020-01-19 14:27:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation265,298,132,553,532
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,324,856
net_rshares5,499,248,901
author_curate_reward""
vote details (1)
@foojackpot ·
135 FOO tokens were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq448uf
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:25:27
last_update2020-01-14 21:25:27
depth2
children0
last_payout2020-01-21 21:25:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,099
net_rshares0
@melinda010100 ·
Cool! I resteemed! 
properties (22)
authormelinda010100
permlinkre-foojackpot-2020112t142543205z
categoryairdrop
json_metadata{"tags":["airdrop","gaming","gambling","jackpot","foo","introduction","steem-engine"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-12 20:25:45
last_update2020-01-12 20:25:45
depth1
children2
last_payout2020-01-19 20:25:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation772,020,330,888,781
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,334,098
net_rshares0
@foojackpot ·
370 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq449w8
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:48:09
last_update2020-01-14 21:48:09
depth2
children1
last_payout2020-01-21 21:48:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,537
net_rshares0
@melinda010100 ·
Thanks! 
properties (22)
authormelinda010100
permlinkre-foojackpot-2020114t162714469z
categoryairdrop
json_metadata{"tags":["esteem"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-14 22:27:15
last_update2020-01-14 22:27:15
depth3
children0
last_payout2020-01-21 22:27:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation772,020,330,888,781
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,404,305
net_rshares0
@mindtrap ·
Seems interesting. Let’s see...Resteemed also
properties (22)
authormindtrap
permlinkre-foojackpot-q4000x
categoryairdrop
json_metadata{"tags":["airdrop"],"app":"steempeak/2.2.6"}
created2020-01-12 14:24:36
last_update2020-01-12 14:24:36
depth1
children1
last_payout2020-01-19 14:24:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation321,424,717,682,467
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,324,794
net_rshares0
@foojackpot ·
163 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq449iv
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:40:09
last_update2020-01-14 21:40:09
depth2
children0
last_payout2020-01-21 21:40:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,378
net_rshares0
@moderndayhippie ·
Wow, this was a great idea!  I am really excited for the release. I mean, who doesn't like gambling, right?! 
***Resteemed***
properties (22)
authormoderndayhippie
permlinkq3zzv7
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-12 14:21:06
last_update2020-01-12 14:21:06
depth1
children2
last_payout2020-01-19 14:21:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation55,269,948,159,030
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,324,742
net_rshares0
@foojackpot ·
193 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq449hh
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:39:18
last_update2020-01-14 21:39:18
depth2
children1
last_payout2020-01-21 21:39:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,371
net_rshares0
@moderndayhippie ·
Awesome!  Thanks :0)
properties (22)
authormoderndayhippie
permlinkq44gdb
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-15 00:08:00
last_update2020-01-15 00:08:00
depth3
children0
last_payout2020-01-22 00:08:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation55,269,948,159,030
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,406,715
net_rshares0
@monsterplayer ·
Resteemed, upvoted, following!
properties (22)
authormonsterplayer
permlinkq406qg
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-12 16:49:30
last_update2020-01-12 16:49:30
depth1
children1
last_payout2020-01-19 16:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation1,145,585,553,639
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,328,734
net_rshares0
@foojackpot ·
11 FOO were sent to you for resteeming and upvoting this post. The rewards for your post about FOO Jackpot will be rewarded separately.
properties (22)
authorfoojackpot
permlinkq449tv
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:46:45
last_update2020-01-14 21:46:45
depth2
children0
last_payout2020-01-21 21:46:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length135
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,513
net_rshares0
@monsterplayer ·
My post on FOO jackpot!  FOO on!

[![](https://cdn.steemitimages.com/DQmXUqcPHkfHkx33sqbNtYnXMmzMX7nZ8QpFojsDKYhW1Ue/image.png)](https://steemit.com/steemace/@monsterplayer/foo-jackpot-purchase-steem-engine-tokens-to-buy-tickets)

https://steemit.com/steemace/@monsterplayer/foo-jackpot-purchase-steem-engine-tokens-to-buy-tickets
properties (22)
authormonsterplayer
permlinkq4099y
categoryairdrop
json_metadata{"image":["https://cdn.steemitimages.com/DQmXUqcPHkfHkx33sqbNtYnXMmzMX7nZ8QpFojsDKYhW1Ue/image.png"],"links":["https://steemit.com/steemace/@monsterplayer/foo-jackpot-purchase-steem-engine-tokens-to-buy-tickets"],"app":"steemit/0.1"}
created2020-01-12 17:44:24
last_update2020-01-12 17:44:24
depth1
children0
last_payout2020-01-19 17:44:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length330
author_reputation1,145,585,553,639
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,330,135
net_rshares0
@primersion ·
Resteemed and upvoted!
πŸ‘  
properties (23)
authorprimersion
permlinkq41ju5
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-13 10:30:06
last_update2020-01-13 10:30:06
depth1
children1
last_payout2020-01-20 10:30:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation59,686,597,061,032
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,353,184
net_rshares5,399,389,017
author_curate_reward""
vote details (1)
@foojackpot ·
52 FOO were sent to you for upvoting this post.
properties (22)
authorfoojackpot
permlinkq448yx
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:28:09
last_update2020-01-14 21:28:09
depth2
children0
last_payout2020-01-21 21:28:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,169
net_rshares0
@shitsignals ·
Bought some tickets 
!trdo
properties (22)
authorshitsignals
permlinkre-foojackpot-2020112t101717444z
categoryairdrop
json_metadata{"tags":["airdrop","gaming","gambling","jackpot","foo","introduction","steem-engine"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-12 04:47:15
last_update2020-01-12 04:47:15
depth1
children1
last_payout2020-01-19 04:47:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation18,358,499,116,291
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,315,289
net_rshares0
@foojackpot ·
56 FOO were sent to you for resteeming this post.
properties (22)
authorfoojackpot
permlinkq44975
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:33:06
last_update2020-01-14 21:33:06
depth2
children0
last_payout2020-01-21 21:33:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,251
net_rshares0
@steemitboard ·
Congratulations @foojackpot! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://steemitimages.com/60x60/http://steemitboard.com/img/notifications/firstpost.png"></td><td>You published your First Post</td></tr>
<tr><td><img src="https://steemitimages.com/60x60/http://steemitboard.com/img/notifications/firstvoted.png"></td><td>You got a First Vote</td></tr>
<tr><td><img src="https://steemitimages.com/60x70/http://steemitboard.com/@foojackpot/voted.png?202001112139"></td><td>You received more than 500 upvotes. Your next target is to reach 1000 upvotes.</td></tr>
</table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@foojackpot) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=foojackpot)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-foojackpot-20200111t215810000z
categoryairdrop
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2020-01-11 21:58:09
last_update2020-01-11 21:58:09
depth1
children0
last_payout2020-01-18 21:58:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,156
author_reputation38,975,615,169,260
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,307,246
net_rshares0
@theb0red1 ·
Resteemed and upvoted
properties (22)
authortheb0red1
permlinkre-foojackpot-2020115t8333625z
categoryairdrop
json_metadata{"tags":["airdrop","gaming","gambling","jackpot","foo","introduction","steem-engine"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"}
created2020-01-15 16:33:39
last_update2020-01-15 16:33:39
depth1
children1
last_payout2020-01-22 16:33:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation64,439,734,091,078
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,429,961
net_rshares0
@foojackpot ·
129 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq45smz
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-15 17:30:36
last_update2020-01-15 17:30:36
depth2
children0
last_payout2020-01-22 17:30:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,431,155
net_rshares0
@toofasteddie ·
Ok, I'm IN!
properties (22)
authortoofasteddie
permlinkq400ml
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-12 14:37:33
last_update2020-01-12 14:37:33
depth1
children1
last_payout2020-01-19 14:37:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation491,972,133,424,084
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,325,046
net_rshares0
@foojackpot ·
202 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq449l2
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:41:27
last_update2020-01-14 21:41:27
depth2
children0
last_payout2020-01-21 21:41:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,430
net_rshares0
@trumpman ·
> Resteem this post and you will receive 100 FOO for every 1000 followers you have
Upvote this post and write a short comment to receive 10 FOO
Write a post about FOO Jackpot and receive between 100 and 1000 FOO if it meets certain quality criteria

First two done. Will write a post tomorrow :D
properties (22)
authortrumpman
permlinkre-foojackpot-foo-jackpot-introduction-foo-airdrop-20200112t164221496z
categoryairdrop
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["airdrop"],"users":[],"links":[],"image":[]}
created2020-01-12 16:42:21
last_update2020-01-12 16:42:21
depth1
children1
last_payout2020-01-19 16:42:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length295
author_reputation1,539,084,219,941,692
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,328,518
net_rshares0
@foojackpot ·
256 FOO were sent to you for resteeming and upvoting this post.
properties (22)
authorfoojackpot
permlinkq449pv
categoryairdrop
json_metadata{"app":"steemit/0.1"}
created2020-01-14 21:44:18
last_update2020-01-14 21:44:18
depth2
children0
last_payout2020-01-21 21:44:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,536,858,045,922
root_title"FOO Jackpot Introduction + FOO Airdrop"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,403,473
net_rshares0