LotteryData
Verified contract
Active on
Ethereum with 107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x79c0…8874
0x8357…2a48
0x3b59…00db
Balances ($1,438.65)
Native
Value
$1,438.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.577136 | $2,492.74 |
$1,438.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7692747 | 5 years ago | | | 0.01 | 0.00022138000 | |
| 7663405 | 6 years ago | | | 0 | 0.000022528000 | |
| 7661393 | 6 years ago | | | 0 | 0.000065118000 | |
| 7654703 | 6 years ago | | | 0 | 0.00022528000 | |
| 7624417 | 6 years ago | | | 0 | 0.000062136000 | |
| 7622873 | 6 years ago | | | 0 | 0.000041424000 | |
| 7622344 | 6 years ago | | | 0 | 0.000020712000 | |
| 7622258 | 6 years ago | | | 0 | 0.000062136000 | |
| 7616424 | 6 years ago | | | 0 | 0.000041424000 | |
| 7615817 | 6 years ago | | | 0 | 0.000062136000 |
ABI
ABI objects
Getter at block 21100296
finishTime() view returns (uint256)
1556613687
games() view returns (uint256)
25
lastWinner() view returns (address)
0x79c0ca251a35f9308d20e77cdfcf332595bc8874
owner() view returns (address)
0x833bc96645d2a664bcd88035fe70ba06d9c8ef38
wallet_0() view returns (address)
0x79c0ca251a35f9308d20e77cdfcf332595bc8874
wallet_1() view returns (address)
0x835772e569877424cb3fe53f885cde80221f2a48
wallet_2() view returns (address)
0x3b59590661ea3c9aa2fe00b8761dc1c1042000db
Read-only
depositsOf(address payee) view returns (uint256)
gamesLog(uint256) view returns (address winner, uint256 time)
players(address, uint256) view returns (address)
playersBets(address, address) view returns (uint256)
totalBets(address) view returns (uint256)
totalPlayers(address) view returns (uint256)
wallets(uint256) view returns (address)
State-modifying
Events getFunds() payable
participate(address player, uint256 amount)
renounceOwnership()
transferOwnership(address _newOwner)
withdraw()
Deposited(address indexed payee, uint256 weiAmount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WinnerWallet(address indexed wallet, uint256 bank)
Withdrawn(address indexed payee, uint256 weiAmount)
constructor()
fallback()
This contract contains no error objects.