PrizePool
Verified contract
Active on
Ethereum with 103 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,566.27)
Native
Value
$4,566.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.172191 | $3,895.50 |
$4,566.27 | |
HYPER | ERC-20 | 7.9K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21398024 | a day ago | | | 0 | 0.0036694325 | |
| 21397849 | 2 days ago | | | 0 | 0.00021074491 | |
| 21397797 | 2 days ago | | | 0 | 0.00020786607 | |
| 21379126 | 4 days ago | | | 0 | 0.0014822516 | |
| 21372232 | 5 days ago | | | 0 | 0.00040029574 | |
| 21372198 | 5 days ago | | | 0 | 0.00040740041 | |
| 21372186 | 5 days ago | | | 0 | 0.00042256654 | |
| 21371968 | 5 days ago | | | 0 | 0.00058553391 | |
| 21371968 | 5 days ago | | | 0 | 0.0019561549 | |
| 21371942 | 5 days ago | | | 0 | 0.00067919123 |
ABI
ABI objects
Getter at block 21408725
DRAW_TIME_OF_DAY() view returns (uint256)
43200
burnMultiplier() view returns (uint256)
10
entriesPerTicket() view returns (uint256)
1000000000000
hype() view returns (address)
0xdd4932f656a1a6c4ce729c49f95198a24f7336ba
owner() view returns (address)
0xdd4932f656a1a6c4ce729c49f95198a24f7336ba
totalTickets() view returns (uint256)
443
Read-only
getUserPoints(address user) view returns (uint256)
getUserTickets(address user) view returns (uint256)
prizePools(uint256) view returns (uint256 lastDrawTime, uint256 interval, uint256 allocPercent, uint256 currentRewards)
totalToUserIndexes(uint256) view returns (uint256)
userInfo(address) view returns (uint256 staked, uint256 burnBonus, uint256 lastStakedTime)
State-modifying
Events burn(address account, uint256 amount)
draw()
pausePrizeDraws(bool value)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
register()
renounceOwnership()
setAllocationPercentages(uint256 pool1Allocation, uint256 pool2Allocation, uint256 pool3Allocation)
setBalance(address account, uint256 newBalance)
setExcluded(address account, bool value, uint256 balance)
stake(uint256 amount)
transferOwnership(address newOwner)
unstake(uint256 amount)
updateBurnMultiplier(uint256 newMultiplier)
updateCoordinator(address _coordinator)
updateDrawTime(uint256 timeInHours)
updateEntriesPerTicket(uint256 _entriesPerTicket)
updateGasLimit(uint32 newLimit)
updateKeyHash(bytes32 _keyHash)
updatePoolIntervals(uint256[] newIntervals)
updateSubscriptionID(uint256 _subId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WinnerSelected(uint256 poolDraw, address winner, uint256 amount, uint256 winningNumber)
constructor(address _vrfCoordinator, uint256 _subscriptionId, uint8[3] poolAllocations, uint256 drawTimerStart, uint256 drawTimeHours, uint256 _entriesPerTicket)
receive()
DrawNotReady()
InsufficientStakeBalance()
InvalidConfiguration()
LotteryPaused()
OnlyCoordinatorCanFulfill(address have, address want)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
StakeLocked()