POH Lottery
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($530.47)
Native
Value
$530.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1657 | $3,201.38 |
$530.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5988548 | 6 years ago | | | 0.01 | 0.0011723875 | |
| 5945874 | 6 years ago | | | 0.011 | 0.0027115660 | |
| 5941445 | 6 years ago | | | 0.01 | 0.00070922500 | |
| 5941431 | 6 years ago | | | 0 | 0.00010956500 | |
| 5940762 | 6 years ago | | | 0.01 | 0.00098683200 | |
| 5940615 | 6 years ago | | | 0.0125 | 0.0021016050 | |
| 5940562 | 6 years ago | | | 0.01 | 0.0022309830 | |
| 5940261 | 6 years ago | | | 0.0222 | 0.0022278080 | |
| 5940258 | 6 years ago | | | 0.03 | 0.0048429150 | |
| 5940249 | 6 years ago | | | 0.05 | 0.0015663780 |
ABI
ABI objects
Getter at block 21184507 getPlayers() view returns (address[], uint256[])
TheWinner() view returns (address)
0x0000000000000000000000000000000000000000
amounRefferalWon() view returns (uint256)
0
amountwon() view returns (uint256)
0
balanceOfPot() view returns (uint256)
0
blockMinedAt() view returns (uint256)
0
lastTicketNumber() view returns (uint256)
165
name() view returns (string)
POH Lottery
owner() view returns (address)
0xe40ffea88309174321ef230e10bfccc7c2687f76
playersRequired() view returns (uint256)
125000
playersSignedUp() view returns (uint8)
8
priceOfTicket() view returns (uint256)
1000000000000000
randomNumber() view returns (uint256)
0
theWinningReferral() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
contributions(address) view returns (uint256)
getTickets(address _addr) view returns (uint256[] _start, uint256[] _end)
players(uint256) view returns (address)
referral(address) view returns (address)
State-modifying
Events executeLottery()
join() payable
joinwithreferral(address refer) payable
transferOwnership(address newOwner)
updateFileds(uint256 _playersRequired, uint256 _priceOfTicket)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
newContribution(address contributor, uint256 value)
newWinner(address winner, uint256 ticketNumber)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.