FreeCell
Verified contract
Active on
Ethereum with 1,741 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FreeCell"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6586362 | 6 years ago | | | 0 | 0.0010104000 | |
| 6565268 | 6 years ago | | | 0.0105 | 0.00017304600 | |
| 6542326 | 6 years ago | | | 0.0105 | 0.00024196500 | |
| 6542326 | 6 years ago | | | 0.0105 | 0.00024236700 | |
| 6537835 | 6 years ago | | | 0.0105 | 0.00040394500 | |
| 6537834 | 6 years ago | | | 0.0105 | 0.00030800806 | |
| 6537834 | 6 years ago | | | 0.0105 | 0.00032315600 | |
| 6535486 | 6 years ago | | | 0.0105 | 0.00024236700 | |
| 6535124 | 6 years ago | | | 0.0105 | 0.00024236700 | |
| 6534879 | 6 years ago | | | 0.0105 | 0.00056458500 |
ABI
ABI objects
Getter at block 21296456
BASE_BET_ETHER() view returns (uint256)
10000000000000000
CELL_ADD_SPACE() view returns (uint256)
500000000000000
KING_WIN_MULTIPLE_PER() view returns (uint256)
90
MAX_LENGTH() view returns (uint256)
1000000
PRE_WIN_MULTIPLE_PER() view returns (uint256)
30
REWARD_FORWARD_POSITION() view returns (uint256)
199
REWARD_NUM() view returns (uint256)
200
REWARD_WIN_MULTIPLE_PER() view returns (uint256)
60
STEP_SIZE() view returns (uint256)
50
createTime() view returns (uint256)
1536833435
curPosition() view returns (uint256)
0
currentEventId() view returns (uint256)
2160
expirationTime() view returns (uint256)
86400
lastPlayTime() view returns (uint256)
1540251351
name() view returns (string)
FreeCell
owner() view returns (address)
0x37d367d681af81a82d719a9ce3bee5494643f584
ownerDividend() view returns (uint256)
0
thisEther() view returns (uint256)
0
Read-only
playerBetInfoOf(uint256) view returns (address addr, uint256 card)
resultOf(uint256) view returns (uint256)
viewBetEther(uint256 _position) view returns (uint256 _betEther)
viewNeedBetEther(uint256 num) view returns (uint256 _betEther)
viewPosition(uint256 _card) view returns (uint256 _position)
viewSumEther(uint256 _prePosition, uint256 _curPosition) view returns (uint256 _betEther)
State-modifying
Events play() payable returns (bool _result)
playBatch(uint256 num) payable returns (bool _result)
setOwner(address _newOwner)
userRefund() returns (bool _result)
OnGetAward(uint256 indexed _position, address indexed _player, uint256 indexed _card, uint256 _prePosition, uint256 _rewardMoney, uint8 _type, uint256 _eventId, uint256 _eventTime)
OnPlay(uint256 indexed _position, address indexed _player, uint256 indexed _card, uint256 _eventId, uint256 _eventTime)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.