Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6960650 | 6 years ago | | | 0 | 0.000091452000 | |
| 6615301 | 6 years ago | | | 0 | 0.00070530000 | |
| 6615277 | 6 years ago | | | 0 | 0.00064786400 | |
| 6615277 | 6 years ago | | | 0 | 0.00077788200 | |
| 6611149 | 6 years ago | | | 0 | 0.00088242000 | |
| 6611141 | 6 years ago | | | 0 | 0.0015606000 | |
| 6604625 | 6 years ago | | | 0 | 0.0012490080 | |
| 6604625 | 6 years ago | | | 0 | 0.0013690080 | |
| 6604624 | 6 years ago | | | 0 | 0.0012707280 | |
| 6604624 | 6 years ago | | | 0 | 0.0010001340 |
ABI
ABI objects
Getter at block 21321146
gameName() view returns (string)
Entrepreneur
gameState() view returns (uint256 eth, uint256 pot, uint256 origShares, uint256 currShares, uint256 lps, uint256 ended, uint256 plyrCount, uint256 phase, uint256 stage)
(eth=78480000000000000000, pot=0, origShares=9655478406724456198788406, currShares=9655478406724456198788406, lps=6886422114193, ended=1, plyrCount=35, phase=6, stage=2)
getState() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
(0, 9655478406724456198788406, 35, 6, 1540636393, 17123700000000000000, 14710000000000000000, 2, 78480000000000000000, 9655478406724456198788406)
Read-only
accruedBuyout(address playerAddr) view returns (uint256)
accruedDiv(address playerAddr) view returns (uint256)
calcBuyout(uint256 shares) view returns (uint256)
checkRefcode(address playerAddr, uint256 id) view returns (bytes32)
getEthNeeded(uint256 keysCount) view returns (uint256)
getPlayerIncome(address playerAddr) view returns (uint256, uint256, uint256, uint256)
getPlayerVault(address playerAddr) view returns (uint256, uint256, uint256, uint256)
phaseAddtlInfo(uint256 phase) view returns (uint256, uint256, uint256, uint256)
phase_player_origShare(uint256, address) view returns (uint256)
phase_prod_Share(uint256, uint256) view returns (uint256)
phases(uint256) view returns (uint256 stage, uint256 end, uint256 shareGoal, uint256 shares, uint256 eth, uint256 ethGoal)
player_id_refCode(address, uint256) view returns (bytes32)
players(address) view returns (uint256 origShares, uint256 bal, bool redeemed, uint256 id, address ref, uint256 redeemedDiv, uint256 redeemedRef, uint256 redeemedBuyout, uint256 redeemedLiq, uint256 apprentice1, uint256 apprentice2, uint256 apprentice3, uint256 numRefcodes)
refcode2Addr(bytes32) view returns (address)
stage_prod_cbps(uint256, uint256) view returns (uint256)
stage_prod_cdps(uint256, uint256) view returns (uint256)
stage_prod_currShare(uint256, uint256) view returns (uint256)
stage_prod_origShare(uint256, uint256) view returns (uint256)
stage_prod_player_cbps(uint256, uint256, address) view returns (uint256)
stage_prod_player_cdps(uint256, uint256, address) view returns (uint256)
stage_prod_player_origShare(uint256, uint256, address) view returns (uint256)
totalBal(address playerAddr) view returns (uint256)
State-modifying
Events buyFromBal(uint256 eth, uint256 prodId, bytes32 refCode)
buyFromWallet(uint256 prodId, bytes32 refCode) payable
minRedeem(address playerAddr, uint256 stage, uint256 prodId)
recharge() payable
redeem(address playerAddr)
regRefcode(bytes32 refcode) payable returns (bool)
register(address ref)
sweep()
withdraw()
This contract contains no event objects.
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.